]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
queue-3.0/ some fixups to make "quilt mail" happy
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2012 21:03:09 +0000 (14:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2012 21:03:09 +0000 (14:03 -0700)
queue-3.0/time-avoid-making-adjustments-if-we-haven-t-accumulated-anything.patch
queue-3.0/time-improve-sanity-checking-of-timekeeping-inputs.patch
queue-3.0/time-move-ktime_t-overflow-checking-into-timespec_valid_strict.patch
queue-3.0/tracing-don-t-call-page_to_pfn-if-page-is-null.patch
queue-3.0/ubi-fix-a-horrible-memory-deallocation-bug.patch

index 5b452738fa338e1100ab8f3e23b6dd672302c3d2..c037b953f6adf2787116be01bcd1808077cb244e 100644 (file)
@@ -3,7 +3,6 @@ From: John Stultz <john.stultz@linaro.org>
 Date: Tue, 11 Sep 2012 20:49:52 -0400
 Subject: time: Avoid making adjustments if we haven't accumulated anything
 To: stable@vger.kernel.org
-Cc: John Stultz <john.stultz@linaro.org>, Prarit Bhargava <prarit@redhat.com>, Ingo Molnar <mingo@kernel.org>, Thomas Gleixner <tglx@linutronix.de>
 Message-ID: <1347410993-19004-3-git-send-email-john.stultz@linaro.org>
 
 From: John Stultz <john.stultz@linaro.org>
index 2c27812112ce98e1f36e7863582f4244726296c7..5554ea6b038bb2c021a8f7785c2aed277578a954 100644 (file)
@@ -3,7 +3,6 @@ From: John Stultz <john.stultz@linaro.org>
 Date: Tue, 11 Sep 2012 20:49:51 -0400
 Subject: time: Improve sanity checking of timekeeping inputs
 To: stable@vger.kernel.org
-Cc: John Stultz <john.stultz@linaro.org>, Peter Zijlstra <a.p.zijlstra@chello.nl>, Prarit Bhargava <prarit@redhat.com>, Zhouping Liu <zliu@redhat.com>, Ingo Molnar <mingo@kernel.org>, Thomas Gleixner <tglx@linutronix.de>
 Message-ID: <1347410993-19004-2-git-send-email-john.stultz@linaro.org>
 
 From: John Stultz <john.stultz@linaro.org>
index af06413aa7b5d41cc812e2bf0c39ce691d0bcbb8..bc2c8311b387b671bb3cb74d1cd23b793756fba9 100644 (file)
@@ -3,7 +3,6 @@ From: John Stultz <john.stultz@linaro.org>
 Date: Tue, 11 Sep 2012 20:49:53 -0400
 Subject: time: Move ktime_t overflow checking into timespec_valid_strict
 To: stable@vger.kernel.org
-Cc: John Stultz <john.stultz@linaro.org>, Zhouping Liu <zliu@redhat.com>, Ingo Molnar <mingo@kernel.org>, Prarit Bhargava <prarit@redhat.com>, Thomas Gleixner <tglx@linutronix.de>, Linus Torvalds <torvalds@linux-foundation.org>
 Message-ID: <1347410993-19004-4-git-send-email-john.stultz@linaro.org>
 
 
index ae7dd8b9c6aa84180cddaefe14d66235fd644d6d..713a81191a92e5561a3a67a8973b9f6059c8abbc 100644 (file)
@@ -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 <mel@csn.ul.ie>
 Cc: Frederic Weisbecker <fweisbec@gmail.com>
 Cc: Ingo Molnar <mingo@redhat.com>
 Cc: Andrew Morton <akpm@linux-foundation.org>
-Acked-by: Mel Gorman <mel@csn.ul.ie>
 Reviewed-by: Minchan Kim <minchan@kernel.org>
 Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
index f90eb38eae438587024bba9d564c434c555e484e..05a8deb03ca2b9efbd748a3fff31f67fda34b4f3 100644 (file)
@@ -3,7 +3,6 @@ From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
 Date: Wed, 12 Sep 2012 09:03:23 +0200
 Subject: UBI: fix a horrible memory deallocation bug
 To: stable@vger.kernel.org
-Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>, Richard Genoud <richard.genoud@gmail.com>
 Message-ID: <1347433403-32224-1-git-send-email-richard.genoud@gmail.com>
 
 From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>