]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
email fixes to make formail happy
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Aug 2013 20:45:29 +0000 (13:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Aug 2013 20:45:29 +0000 (13:45 -0700)
queue-3.10/x86-get_unmapped_area-use-proper-mmap-base-for-bottom-up-direction.patch
queue-3.4/alpha-makefile-don-t-enforce-small-data-model-for-kernel-builds.patch
queue-3.4/drm-i915-lvds-ditch-prepare-special-case.patch

index b32939bc7e537db60b5fce9779d59f27ded12e47..b68ceb64d77cfbb0a552a753ea57252f399b9749 100644 (file)
@@ -11,9 +11,9 @@ When the stack is set to unlimited, the bottomup direction is used for
 mmap-ings but the mmap_base is not used and thus effectively renders
 ASLR for mmapings along with PIE useless.
 
+Reviewed-by: Rik van Riel <riel@redhat.com>
 Cc: Michel Lespinasse <walken@google.com>
 Cc: Oleg Nesterov <oleg@redhat.com>
-Reviewed-by: Rik van Riel <riel@redhat.com>
 Acked-by: Ingo Molnar <mingo@kernel.org>
 Cc: Adrian Sendroiu <molecula2788@gmail.com>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
index 1e3cc1913764cd779edf5dd33b77a51b7221726c..0bd1a5dde16eca55bcafb3982624795d5377f3ec 100644 (file)
@@ -14,9 +14,9 @@ In light of this, don't pass -msmall-data to gcc, which otherwise results
 in link failures due to impossible relocations when compiling anything but
 the most trivial configurations.
 
+Reviewed-by: Matt Turner <mattst88@gmail.com>
 Cc: Richard Henderson <rth@twiddle.net>
 Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
-Reviewed-by: Matt Turner <mattst88@gmail.com>
 Tested-by: Thorsten Kranzkowski <dl8bcu@dl8bcu.de>
 Signed-off-by: Will Deacon <will.deacon@arm.com>
 Signed-off-by: Michael Cree <mcree@orcon.net.nz>
index c5d4c208bbefe6bf230ed5144feff0ab254e9c6c..246d09df5ab8244be6b6514dae600469a02d912c 100644 (file)
@@ -35,9 +35,9 @@ output, see:
 
 http://lists.freedesktop.org/archives/intel-gfx/2012-July/018614.html
 
+Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
 Cc: Takashi Iwai <tiwai@suse.de>
 Cc: Giacomo Comes <comes@naic.edu>
-Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
 Tested-by: Takashi Iwai <tiwai@suse.de>
 Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
 Cc: Haitao Zhang <haitao.zhang@canonical.com>