public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 5.4, 5.10, 5.15] cifs: Remove duplicated include in cifsglob.h
@ 2023-09-04  2:05 Nobuhiro Iwamatsu
  2023-09-04  6:55 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2023-09-04  2:05 UTC (permalink / raw)
  To: stable
  Cc: gregkh, sashal, Yang Li, Abaci Robot, Steve French,
	Nobuhiro Iwamatsu

From: Yang Li <yang.lee@linux.alibaba.com>

commit d74f4a3f6d88a2416564bc6bf937e423a4ae8f8e upstream.

./fs/cifs/cifsglob.h: linux/scatterlist.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3459
Fixes: f7f291e14dde ("cifs: fix oops during encryption")
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 fs/cifs/cifsglob.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 92a7628560ccb0..80b570026c2c0d 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -29,7 +29,6 @@
 #include "cifs_fs_sb.h"
 #include "cifsacl.h"
 #include <crypto/internal/hash.h>
-#include <linux/scatterlist.h>
 #include <uapi/linux/cifs/cifs_mount.h>
 #include "smb2pdu.h"
 #include "smb2glob.h"
-- 
2.40.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH for 5.4, 5.10, 5.15] cifs: Remove duplicated include in cifsglob.h
  2023-09-04  2:05 [PATCH for 5.4, 5.10, 5.15] cifs: Remove duplicated include in cifsglob.h Nobuhiro Iwamatsu
@ 2023-09-04  6:55 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2023-09-04  6:55 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu; +Cc: stable, sashal, Yang Li, Abaci Robot, Steve French

On Mon, Sep 04, 2023 at 11:05:29AM +0900, Nobuhiro Iwamatsu wrote:
> From: Yang Li <yang.lee@linux.alibaba.com>
> 
> commit d74f4a3f6d88a2416564bc6bf937e423a4ae8f8e upstream.
> 
> ./fs/cifs/cifsglob.h: linux/scatterlist.h is included more than once.
> 
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3459
> Fixes: f7f291e14dde ("cifs: fix oops during encryption")
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> Signed-off-by: Steve French <stfrench@microsoft.com>
> Signed-off-by: Nobuhiro Iwamatsu (CIP) <nobuhiro1.iwamatsu@toshiba.co.jp>
> ---
>  fs/cifs/cifsglob.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
> index 92a7628560ccb0..80b570026c2c0d 100644
> --- a/fs/cifs/cifsglob.h
> +++ b/fs/cifs/cifsglob.h
> @@ -29,7 +29,6 @@
>  #include "cifs_fs_sb.h"
>  #include "cifsacl.h"
>  #include <crypto/internal/hash.h>
> -#include <linux/scatterlist.h>

This is not an issue that needs to be added to the stable trees as it
doesn't actually do anything.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-04  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04  2:05 [PATCH for 5.4, 5.10, 5.15] cifs: Remove duplicated include in cifsglob.h Nobuhiro Iwamatsu
2023-09-04  6:55 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox