]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add some acks
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 14:44:21 +0000 (07:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 14:44:21 +0000 (07:44 -0700)
queue-2.6.39/drivers-base-platform.c-don-t-mark.patch
queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch
queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch

index 31c8c108ae2631ff682f6b8d8f096326e3ba3aef..7762ef2420faa2ec304dd8cf6a56a39a1c457393 100644 (file)
@@ -17,13 +17,12 @@ but that isn't true in the case ioctl->drm_ioctl->radeon_cp_init().
 
 Addresses https://bugzilla.kernel.org/show_bug.cgi?id=35192
 
-Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
 Reported-by: Anthony Basile <blueness@gentoo.org>
 Cc: Greg KH <gregkh@suse.de>
 Cc: David Airlie <airlied@linux.ie>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
  drivers/base/platform.c |    2 +-
index dbabe967b231b6024cee971ec1e8ffe0cbe841e3..e254982bee40e2e244ee8fd6b40afede3e9b5357 100644 (file)
@@ -27,7 +27,7 @@ This fix should probably be applied to all stable kernels with the
 ite-cir driver, lest we nuke more people's trackpads.
 
 Tested-by: Matthijs van Drunen
-CC: Juan Jesús García de Soria <skandalfo@gmail.com>
+Acked-by: Juan Jesús García de Soria <skandalfo@gmail.com>
 Signed-off-by: Jarod Wilson <jarod@redhat.com>
 Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
index a412556bac444827372144f2879d46997571ada8..d9a1419a6fe43398ab8e042df29959d931c62de4 100644 (file)
@@ -10,7 +10,7 @@ commit 384420409d9b5d4443940abace49363d26135412 upstream.
 Because the socket buffer is freed in the completion interrupt, it is not
 safe to access it after submitting it to the hardware.
 
-Cc: Sachin Sanap <ssanap@marvell.com>
+Acked-by: Sachin Sanap <ssanap@marvell.com>
 Cc: Zhangfei Gao <zgao6@marvell.com>
 Cc: Philip Rakity <prakity@marvell.com>
 Signed-off-by: Richard Cochran <richard.cochran@omicron.at>