Re: [PATCH v2 0/9] nfsd: a pile of fixes for random bugs
Chuck Lever <[email protected]>
| Newsgroups | gmane.linux.nfs,gmane.linux.kernel |
|---|---|
| Message-ID | <178018654363.481318.3763501329195176115.b4-ty@b4> |
From: Chuck Lever <[email protected]> On Sat, 30 May 2026 09:19:16 -0400, Jeff Layton wrote: > These bugs were categorized as remotely-triggerable panics, UAFs, DoS's, > etc., but they aren't reliable. There are also a few protocol fixes in > here too, etc. It's a grab bag. > > There are a number of substantial changes in this version. See the > changelog below: > > [...] Applied to nfsd-testing, thanks! [1/9] nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revoke commit: 4b32baefd3dc7d91d0c9b947247874d4b66bdad8 [2/9] nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardown commit: a2070a5688503d8fa27163a42ac3fda04d69c90b [3/9] nfsd: convert nfsd_net boolean flags to unsigned long flags word commit: 7118e4c25d7598498620018e321eebbd6e50d4d3 [4/9] nfsd: dedup nfs4_client_to_reclaim inserts commit: 4b2ddffd38f4cedf8b3ee8f48773140dfd6b42c9 [5/9] nfsd: gate nfs3 setacl by argp->mask commit: 3f0949f6d0c7744aedb01c825347ed26438e8535 [6/9] NFSD: check truncate permission under inode lock commit: 89c66302414a43713dc21f4d8f8055bb7d9c238a [7/9] nfsd: fix partial-write detection in nfsd_direct_write commit: cd38d5ab0f3adfd19a4ed045a7a341e685287eaf [8/9] nfsd: cap decoded POSIX ACL count to bound sort cost commit: 67fda0293e2fea8b35f46ba741befa4ee24c7a9e [9/9] nfsd: validate symlink target length in NFSv4 CREATE commit: d23e024771f93ca606dbbcc210651f4e61c74313 -- Chuck Lever <[email protected]>