From: Greg Kroah-Hartman Date: Sat, 23 Dec 2017 16:25:42 +0000 (+0100) Subject: 4.4-stable patches X-Git-Tag: v3.18.90~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=dd1d45a31494ff58830ec31cf090b17607c449f5;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: alpha-fix-build-failures.patch --- diff --git a/queue-4.4/alpha-fix-build-failures.patch b/queue-4.4/alpha-fix-build-failures.patch new file mode 100644 index 00000000000..607113e50c0 --- /dev/null +++ b/queue-4.4/alpha-fix-build-failures.patch @@ -0,0 +1,42 @@ +From 8ee912dab95f1483156b6e994004bfcc3158d798 Mon Sep 17 00:00:00 2001 +From: Sudip Mukherjee +Date: Tue, 3 Oct 2017 16:14:15 -0700 +Subject: alpha: fix build failures + +From: Sudip Mukherjee + +commit 8ee912dab95f1483156b6e994004bfcc3158d798 upstream. + +The build of alpha allmodconfig is giving error: + + arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm': + arch/alpha/include/asm/mmu_context.h:160:2: error: + implicit declaration of function 'task_thread_info'; + did you mean 'init_thread_info'? [-Werror=implicit-function-declaration] + +The file 'mmu_context.h' needed an extra header file. + +Link: http://lkml.kernel.org/r/1505668810-7497-1-git-send-email-sudipm.mukherjee@gmail.com +Signed-off-by: Sudip Mukherjee +Cc: Richard Henderson +Cc: Ivan Kokshaysky +Cc: Matt Turner +Signed-off-by: Andrew Morton +Signed-off-by: Linus Torvalds +Cc: Guenter Roeck +Signed-off-by: Greg Kroah-Hartman + +--- + arch/alpha/include/asm/mmu_context.h | 1 + + 1 file changed, 1 insertion(+) + +--- a/arch/alpha/include/asm/mmu_context.h ++++ b/arch/alpha/include/asm/mmu_context.h +@@ -7,6 +7,7 @@ + * Copyright (C) 1996, Linus Torvalds + */ + ++#include + #include + #include + #include diff --git a/queue-4.4/revert-bluetooth-btusb-driver-to-enable-the-usb-wakeup.patch b/queue-4.4/revert-bluetooth-btusb-driver-to-enable-the-usb-wakeup.patch index bcfc8100616..ffd55cece83 100644 --- a/queue-4.4/revert-bluetooth-btusb-driver-to-enable-the-usb-wakeup.patch +++ b/queue-4.4/revert-bluetooth-btusb-driver-to-enable-the-usb-wakeup.patch @@ -18,6 +18,7 @@ Cc: Marcel Holtmann Cc: Matthias Kaehlcke Reported-by: Guenter Roeck Reported-by: Brian Norris +Acked-by: Brian Norris Signed-off-by: Greg Kroah-Hartman --- drivers/bluetooth/btusb.c | 5 ----- diff --git a/queue-4.4/series b/queue-4.4/series index 4db19fd35f8..47b19aedd7e 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -75,3 +75,4 @@ revert-bluetooth-btusb-driver-to-enable-the-usb-wakeup.patch alsa-hda-clear-the-leftover-component-assignment-at-snd_hdac_i915_exit.patch alsa-hda-degrade-i915-binding-failure-message.patch alsa-hda-fix-yet-another-i915-pointer-leftover-in-error-path.patch +alpha-fix-build-failures.patch