From: Greg Kroah-Hartman Date: Mon, 2 Oct 2017 18:57:16 +0000 (+0200) Subject: fix up some email addresses in patches X-Git-Tag: v3.18.73~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad584b787d9dd5fd6f5eee547a199b16a0175f67;p=thirdparty%2Fkernel%2Fstable-queue.git fix up some email addresses in patches --- diff --git a/queue-4.13/cifs-check-rsp-for-null-before-dereferencing-in-smb2_open.patch b/queue-4.13/cifs-check-rsp-for-null-before-dereferencing-in-smb2_open.patch index b9a7d30d88d..9540f1009c1 100644 --- a/queue-4.13/cifs-check-rsp-for-null-before-dereferencing-in-smb2_open.patch +++ b/queue-4.13/cifs-check-rsp-for-null-before-dereferencing-in-smb2_open.patch @@ -23,7 +23,7 @@ Version 2 : * Lets properly initialize rsp_iov before we use it. Signed-off-by: Ronnie Sahlberg -Reviewed-by: Pavel Shilovsky . +Reviewed-by: Pavel Shilovsky Signed-off-by: Steve French Reported-by: Xiaoli Feng Signed-off-by: Greg Kroah-Hartman diff --git a/queue-4.13/smb3-handle-new-statx-fields.patch b/queue-4.13/smb3-handle-new-statx-fields.patch index 711c39a473a..634adc9e527 100644 --- a/queue-4.13/smb3-handle-new-statx-fields.patch +++ b/queue-4.13/smb3-handle-new-statx-fields.patch @@ -12,7 +12,7 @@ attributes (ENCRYPTED or COMPRESSED) for the getattr call to allow statx to return these fields. Signed-off-by: Steve French -Reviewed-by: Ronnie Sahlberg \ +Reviewed-by: Ronnie Sahlberg Acked-by: Jeff Layton Reviewed-by: Pavel Shilovsky Signed-off-by: Greg Kroah-Hartman diff --git a/queue-4.9/powerpc-ftrace-pass-the-correct-stack-pointer-for-dynamic_ftrace_with_regs.patch b/queue-4.9/powerpc-ftrace-pass-the-correct-stack-pointer-for-dynamic_ftrace_with_regs.patch index e44a4ddb153..ece5164e59f 100644 --- a/queue-4.9/powerpc-ftrace-pass-the-correct-stack-pointer-for-dynamic_ftrace_with_regs.patch +++ b/queue-4.9/powerpc-ftrace-pass-the-correct-stack-pointer-for-dynamic_ftrace_with_regs.patch @@ -1,9 +1,9 @@ -rom a4979a7e71eb8da976cbe4a0a1fa50636e76b04f Mon Sep 17 00:00:00 2001 +From a4979a7e71eb8da976cbe4a0a1fa50636e76b04f Mon Sep 17 00:00:00 2001 From: "Naveen N. Rao" Date: Thu, 1 Jun 2017 16:18:16 +0530 Subject: powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGS -From: Naveen N. Rao +From: "Naveen N. Rao" commit a4979a7e71eb8da976cbe4a0a1fa50636e76b04f upstream. @@ -14,7 +14,6 @@ stack frame in ftrace_caller. Fix this by saving the proper value of r1 in pt_regs. Also, use SAVE_10GPRS() to simplify the code. Fixes: 153086644fd1 ("powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI") -Cc: stable@vger.kernel.org # v4.6+ Signed-off-by: Naveen N. Rao Signed-off-by: Michael Ellerman Signed-off-by: Greg Kroah-Hartman