summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-07-08 07:44:21 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-08 07:44:21 -0700
commitc1c9605fbee01230d86ce0e53c62b872d8071291 (patch)
treebb257814c62c43b2d4acbf5ee1518dbe3da5f383
parentf1e1016e8f6498b83d6017509ebbddb7b946db31 (diff)
downloadstable-queue-c1c9605fbee01230d86ce0e53c62b872d8071291.tar.gz
add some acks
-rw-r--r--queue-2.6.39/drivers-base-platform.c-don-t-mark.patch3
-rw-r--r--queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch2
-rw-r--r--queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch2
3 files changed, 3 insertions, 4 deletions
diff --git a/queue-2.6.39/drivers-base-platform.c-don-t-mark.patch b/queue-2.6.39/drivers-base-platform.c-don-t-mark.patch
index 31c8c108ae..7762ef2420 100644
--- a/queue-2.6.39/drivers-base-platform.c-don-t-mark.patch
+++ b/queue-2.6.39/drivers-base-platform.c-don-t-mark.patch
@@ -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 +-
diff --git a/queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch b/queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch
index dbabe967b2..e254982bee 100644
--- a/queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch
+++ b/queue-2.6.39/ite-cir-8709-needs-to-use-pnp-resource-2.patch
@@ -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>
diff --git a/queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch b/queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch
index a412556bac..d9a1419a6f 100644
--- a/queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch
+++ b/queue-2.6.39/pxa168_eth-fix-race-in-transmit-path.patch
@@ -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>