From: Greg Kroah-Hartman Date: Fri, 28 Sep 2012 20:26:33 +0000 (-0700) Subject: queue-3.5/ fix up some patches to make "quilt mail" happier X-Git-Tag: v3.0.44~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17bb2bc82399764ff018784930de1fe21946df88;p=thirdparty%2Fkernel%2Fstable-queue.git queue-3.5/ fix up some patches to make "quilt mail" happier --- diff --git a/queue-3.5/net-qmi_wwan-add-sierra-wireless-devices.patch b/queue-3.5/net-qmi_wwan-add-sierra-wireless-devices.patch index 4e58e881e9e..b03c3225b63 100644 --- a/queue-3.5/net-qmi_wwan-add-sierra-wireless-devices.patch +++ b/queue-3.5/net-qmi_wwan-add-sierra-wireless-devices.patch @@ -3,8 +3,6 @@ From: Bj Date: Thu, 23 Aug 2012 12:13:57 +0200 Subject: net: qmi_wwan: add Sierra Wireless devices To: stable@vger.kernel.org -Cc: Bjørn Mork , David Miller -Message-ID: <1345716838-24023-7-git-send-email-bjorn@mork.no> From: Bjørn Mork diff --git a/queue-3.5/net-qmi_wwan-new-devices-uml290-and-k5006-z.patch b/queue-3.5/net-qmi_wwan-new-devices-uml290-and-k5006-z.patch index 8ad97e9ab9d..4cb5401b5ac 100644 --- a/queue-3.5/net-qmi_wwan-new-devices-uml290-and-k5006-z.patch +++ b/queue-3.5/net-qmi_wwan-new-devices-uml290-and-k5006-z.patch @@ -3,7 +3,6 @@ From: Bj Date: Thu, 23 Aug 2012 12:13:58 +0200 Subject: net: qmi_wwan: new devices: UML290 and K5006-Z To: stable@vger.kernel.org -Cc: Bjørn Mork , David Miller , Dan Williams , Thomas Schäfer Message-ID: <1345716838-24023-8-git-send-email-bjorn@mork.no> From: Bjørn Mork @@ -16,10 +15,10 @@ that as well. The ZTE (Vodafone) K5006-Z is a new device. +Signed-off-by: Bjørn Mork Cc: Dan Williams Cc: Thomas Schäfer [bmork: backported to 3.4: use driver whitelisting] -Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/queue-3.5/net-usbnet-fix-softirq-storm-on-suspend.patch b/queue-3.5/net-usbnet-fix-softirq-storm-on-suspend.patch index 3befa899c0b..ef6af93c912 100644 --- a/queue-3.5/net-usbnet-fix-softirq-storm-on-suspend.patch +++ b/queue-3.5/net-usbnet-fix-softirq-storm-on-suspend.patch @@ -28,9 +28,9 @@ and persistent error for a suspended device. The old code tested for this condition and avoided rescheduling. Putting this test back. +Signed-off-by: Bjørn Mork Cc: Ming Lei Cc: Oliver Neukum -Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.5/time-improve-sanity-checking-of-timekeeping-inputs.patch b/queue-3.5/time-improve-sanity-checking-of-timekeeping-inputs.patch index 78bc8229a61..fcdf040203f 100644 --- a/queue-3.5/time-improve-sanity-checking-of-timekeeping-inputs.patch +++ b/queue-3.5/time-improve-sanity-checking-of-timekeeping-inputs.patch @@ -3,8 +3,6 @@ From: John Stultz Date: Tue, 11 Sep 2012 14:56:19 -0400 Subject: time: Improve sanity checking of timekeeping inputs To: stable@vger.kernel.org -Cc: John Stultz , Peter Zijlstra , Prarit Bhargava , Zhouping Liu , Ingo Molnar , Thomas Gleixner -Message-ID: <1347389781-54602-2-git-send-email-john.stultz@linaro.org> From: John Stultz diff --git a/queue-3.5/time-move-ktime_t-overflow-checking-into-timespec_valid_strict.patch b/queue-3.5/time-move-ktime_t-overflow-checking-into-timespec_valid_strict.patch index 09789577e4d..52c3dca72a6 100644 --- a/queue-3.5/time-move-ktime_t-overflow-checking-into-timespec_valid_strict.patch +++ b/queue-3.5/time-move-ktime_t-overflow-checking-into-timespec_valid_strict.patch @@ -3,8 +3,6 @@ From: John Stultz Date: Tue, 11 Sep 2012 14:56:21 -0400 Subject: time: Move ktime_t overflow checking into timespec_valid_strict To: stable@vger.kernel.org -Cc: John Stultz , Zhouping Liu , Ingo Molnar , Prarit Bhargava , Thomas Gleixner , Linus Torvalds -Message-ID: <1347389781-54602-4-git-send-email-john.stultz@linaro.org> From: John Stultz diff --git a/queue-3.5/tracing-don-t-call-page_to_pfn-if-page-is-null.patch b/queue-3.5/tracing-don-t-call-page_to_pfn-if-page-is-null.patch index ae7dd8b9c6a..713a81191a9 100644 --- a/queue-3.5/tracing-don-t-call-page_to_pfn-if-page-is-null.patch +++ b/queue-3.5/tracing-don-t-call-page_to_pfn-if-page-is-null.patch @@ -12,10 +12,10 @@ cause the kernel panicked if we don't use sparsemem vmemmap. Link: http://lkml.kernel.org/r/505AB1FF.8020104@cn.fujitsu.com +Acked-by: Mel Gorman Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Andrew Morton -Acked-by: Mel Gorman Reviewed-by: Minchan Kim Signed-off-by: Wen Congyang Signed-off-by: Steven Rostedt