From: Greg Kroah-Hartman Date: Sat, 18 May 2013 00:03:24 +0000 (-0700) Subject: some cc: issues to make formail happy X-Git-Tag: v3.0.79~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9eba8615d7214c5cc4f9016fab011f7adb923c;p=thirdparty%2Fkernel%2Fstable-queue.git some cc: issues to make formail happy --- diff --git a/queue-3.9/drm-don-t-check-modeset-locks-in-panic-handler.patch b/queue-3.9/drm-don-t-check-modeset-locks-in-panic-handler.patch index 1063ceb0464..ed1fc8c7d05 100644 --- a/queue-3.9/drm-don-t-check-modeset-locks-in-panic-handler.patch +++ b/queue-3.9/drm-don-t-check-modeset-locks-in-panic-handler.patch @@ -10,10 +10,10 @@ commit a9b054e8ab06504c2afa0e307ee78d3778993a1d upstream. Since we know that locking is broken in that case and it's more important to not flood the dmesg with random gunk. +Reported-and-tested-by: Borislav Petkov References: http://lkml.kernel.org/r/20130502000206.GH15623@pd.tnic Cc: Dave Airlie Cc: Borislav Petkov -Reported-and-tested-by: Borislav Petkov Signed-off-by: Daniel Vetter Signed-off-by: Greg Kroah-Hartman diff --git a/queue-3.9/xfrm6-release-dev-before-returning-error.patch b/queue-3.9/xfrm6-release-dev-before-returning-error.patch index 0bdae39f40c..ba7c59c909c 100644 --- a/queue-3.9/xfrm6-release-dev-before-returning-error.patch +++ b/queue-3.9/xfrm6-release-dev-before-returning-error.patch @@ -11,10 +11,10 @@ From: Cong Wang We forget to call dev_put() on error path in xfrm6_fill_dst(), its caller doesn't handle this. +Signed-off-by: Cong Wang Cc: Herbert Xu Cc: Steffen Klassert Cc: David S. Miller -Signed-off-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman ---