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] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd-niyc2df5BvZYBzo-fOX3WcTjhgtxh5aQyHrVwL4ONsQ@mail.gmail.com>
Date: Thu, 13 Nov 2025 11:12:26 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: ChenXiaoSong <chenxiaosong@...nxiaosong.com>
Cc: chenxiaosong.chenxiaosong@...ux.dev, sfrench@...ba.org, smfrench@...il.com, 
	linkinjeon@...ba.org, christophe.jaillet@...adoo.fr, 
	linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 06/14] smb/server: remove create_durable_reconn_req

On Thu, Nov 13, 2025 at 10:46 AM ChenXiaoSong
<chenxiaosong@...nxiaosong.com> wrote:
>
> Okay, I'll make the changes.
>
> Once you've applied some of the patches from this version, I'll
> immediately send the next version.
I have applied all patches except 0006, 0012 patches to #ksmbd-for-next-next.
Thanks!
>
> Thanks,
> ChenXiaoSong.
>
> On 11/13/25 9:19 AM, Namjae Jeon wrote:
> > On Sun, Nov 2, 2025 at 4:32 PM <chenxiaosong.chenxiaosong@...ux.dev> wrote:
> >>
> >> From: ChenXiaoSong <chenxiaosong@...inos.cn>
> >>
> >> The fields in struct create_durable_reconn_req and struct create_durable
> >> are exactly the same.
> >>
> >> The documentation references are:
> >>
> >>    - SMB2_CREATE_DURABLE_HANDLE_REQUEST   in MS-SMB2 2.2.13.2.3
> >>    - SMB2_CREATE_DURABLE_HANDLE_RECONNECT in MS-SMB2 2.2.13.2.4
> >>    - SMB2_FILEID in MS-SMB2 2.2.14.1
> >>
> >> We can give these two structs a uniform name: create_durable.
> > Please use typedef to define multiple aliases for a single struct.
> > typedef struct {
> >    ...
> > } create_durable, create_durable_reconn_req;
> >
> > Thanks.
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ