lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 9 Apr 2021 22:03:05 -0500
From:   Steve French <smfrench@...il.com>
To:     liliu_096@....com
Cc:     Steve French <sfrench@...ba.org>,
        samba-technical <samba-technical@...ts.samba.org>,
        CIFS <linux-cifs@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>,
        "jack1.li_cp" <liliu1@...ong.com>
Subject: Re: [PATCH] fs: cifs: Fix spelling of 'security'

Merged into cifs-2.6.git for-next

(strangely ... this patch was sent to my spam folder in gmail so
didn't notice it until today, and by accident).

On Wed, Apr 7, 2021 at 9:03 AM <liliu_096@....com> wrote:
>
> From: "jack1.li_cp" <liliu1@...ong.com>
>
> secuirty -> security
>
> Signed-off-by: jack1.li_cp <liliu1@...ong.com>
> ---
>  fs/cifs/cifsacl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c
> index 562913e..d2d8e26 100644
> --- a/fs/cifs/cifsacl.c
> +++ b/fs/cifs/cifsacl.c
> @@ -1418,7 +1418,7 @@ int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
>          * Add three ACEs for owner, group, everyone getting rid of other ACEs
>          * as chmod disables ACEs and set the security descriptor. Allocate
>          * memory for the smb header, set security descriptor request security
> -        * descriptor parameters, and secuirty descriptor itself
> +        * descriptor parameters, and security descriptor itself
>          */
>         secdesclen = max_t(u32, secdesclen, DEFAULT_SEC_DESC_LEN);
>         pnntsd = kmalloc(secdesclen, GFP_KERNEL);
> --
> 1.9.1
>
>


-- 
Thanks,

Steve

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ