Re: [PATCH v3 0/3] smb/server: fix some bugs in preparation for change notify support

Namjae Jeon <[email protected]> Thu, 23 Jul 2026 15:45:57 +0900
Newsgroups org.kernel.vger.linux-cifs
Message-ID <CAKYAXd991Gom48RKi+5ScWY+RMvaqeTOM=Gt4VRSiugtHXaaaw@mail.gmail.com>
On Thu, Jul 23, 2026 at 1:12 PM ChenXiaoSong
<[email protected]> wrote:
>
> From: ChenXiaoSong <[email protected]>
>
> v2->v3:
>   - Patch#01: use WARN_ON_ONCE(1).
>   - Patch#02: use list_for_each_entry_safe().
>
> v2: https://lore.kernel.org/linux-cifs/[email protected]/
>
> I have implemented the ksmbd change notify feature, please see the following link:
> https://chenxiaosong.com/lkml/ksmbd-notify
>
> However, to make this feature work properly, some pre-existing bugs need to be fixed first.
>
> ChenXiaoSong (3):
>   smb/server: fix signing when a response uses more than one iov
>   smb/server: cancel async requests when closing connection
>   smb/server: stop new async work when closing connection
Applied 0001 and 0002 patch to #ksmbd-for-next-next.
Thanks!