The following changes since commit 509abfc7a0ba66afa648e8216306acdc55ec54ed: xdrgen: Prevent reordering of encoder and decoder functions (2024-09-20 19:31:41 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.12-1 for you to fetch changes up to c88c150a467fcb670a1608e2272beeee3e86df6e: nfsd: fix possible badness in FREE_STATEID (2024-10-05 15:44:25 -0400) ---------------------------------------------------------------- nfsd-6.12 fixes: - Fix NFSD bring-up / shutdown - Fix a UAF when releasing a stateid ---------------------------------------------------------------- Chuck Lever (1): NFSD: Mark filecache "down" if init fails NeilBrown (1): nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() failed Olga Kornievskaia (1): nfsd: fix possible badness in FREE_STATEID fs/nfsd/filecache.c | 4 +++- fs/nfsd/nfs4state.c | 1 + fs/nfsd/nfssvc.c | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) -- Chuck Lever