]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
some cc: issues to make formail happy
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 May 2013 00:03:24 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 May 2013 00:03:24 +0000 (17:03 -0700)
queue-3.9/drm-don-t-check-modeset-locks-in-panic-handler.patch
queue-3.9/xfrm6-release-dev-before-returning-error.patch

index 1063ceb04647a437c653a8c6da3d103ff23ba673..ed1fc8c7d050f973f3e5cd777f0192a6449a004a 100644 (file)
@@ -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 <bp@suse.de>
 References: http://lkml.kernel.org/r/20130502000206.GH15623@pd.tnic
 Cc: Dave Airlie <airlied@gmail.com>
 Cc: Borislav Petkov <bp@alien8.de>
-Reported-and-tested-by: Borislav Petkov <bp@suse.de>
 Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
index 0bdae39f40cdc1c32b855aa686dff281caf0da00..ba7c59c909cf9f0585eee679fcea43967c96f541 100644 (file)
@@ -11,10 +11,10 @@ From: Cong Wang <amwang@redhat.com>
 We forget to call dev_put() on error path in xfrm6_fill_dst(),
 its caller doesn't handle this.
 
+Signed-off-by: Cong Wang <amwang@redhat.com>
 Cc: Herbert Xu <herbert@gondor.apana.org.au>
 Cc: Steffen Klassert <steffen.klassert@secunet.com>
 Cc: David S. Miller <davem@davemloft.net>
-Signed-off-by: Cong Wang <amwang@redhat.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 ---