From: Greg Kroah-Hartman Date: Fri, 8 Jul 2011 14:44:21 +0000 (-0700) Subject: add some acks X-Git-Tag: v2.6.39.3~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1c9605fbee01230d86ce0e53c62b872d8071291;p=thirdparty%2Fkernel%2Fstable-queue.git add some acks --- 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 31c8c108ae2..7762ef2420f 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 +Acked-by: Uwe Kleine-König Reported-by: Anthony Basile Cc: Greg KH Cc: David Airlie Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman -Signed-off-by: Greg Kroah-Hartman --- 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 dbabe967b23..e254982bee4 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 +Acked-by: Juan Jesús García de Soria Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman 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 a412556bac4..d9a1419a6fe 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 +Acked-by: Sachin Sanap Cc: Zhangfei Gao Cc: Philip Rakity Signed-off-by: Richard Cochran