From: Greg Kroah-Hartman Date: Fri, 17 Jul 2015 01:21:46 +0000 (-0700) Subject: fix broken email address of a patch X-Git-Tag: v4.0.9~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=caeeb3d70781ee54c6669fa6f1f8abdcdd4bb4d9;p=thirdparty%2Fkernel%2Fstable-queue.git fix broken email address of a patch --- diff --git a/queue-3.10/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch b/queue-3.10/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch index 1ae82f98f40..f8c3b292a15 100644 --- a/queue-3.10/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch +++ b/queue-3.10/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch @@ -31,7 +31,7 @@ Although this was fixed by adding a ACCESS_ONCE in this call site, it seems safer (for now at least) to add compiler barrier to LLSC based cmpxchg -Reported-by: Chuck Jordan +Reported-by: Chuck Jordan Acked-by: Peter Zijlstra (Intel) Signed-off-by: Vineet Gupta Signed-off-by: Greg Kroah-Hartman diff --git a/queue-4.0/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch b/queue-4.0/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch index 1ddc114f218..bd806cbddbb 100644 --- a/queue-4.0/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch +++ b/queue-4.0/arc-add-compiler-barrier-to-llsc-based-cmpxchg.patch @@ -31,7 +31,7 @@ Although this was fixed by adding a ACCESS_ONCE in this call site, it seems safer (for now at least) to add compiler barrier to LLSC based cmpxchg -Reported-by: Chuck Jordan +Reported-by: Chuck Jordan Acked-by: Peter Zijlstra (Intel) Signed-off-by: Vineet Gupta Signed-off-by: Greg Kroah-Hartman