Jeff Layton writes via Kernel.org Bugzilla: (In reply to Chuck Lever from comment #8) > (In reply to rik.theys from comment #7) > > Is it possible this patch has not (yet) been sent to stable@xxxxxxxxxxxxxxx > > so it ends up in 6.12.y? > > Commit 1b3e26a5ccbf has been in a publicly released kernel for exactly two > days (as of this writing). It will take some time before it appears in any > LTS kernel. For now, if you would like to test the commit, you need to apply > it manually. Now that I look, 1b3e26a5ccbf is wrong. The patch on the ml was correct, but the one that got committed is different. It should be: status = decode_cb_op_status(xdr, OP_CB_GETATTR, &cb->cb_status); if (unlikely(status || cb->cb_status)) If "status" is non-zero, decoding failed (usu. BADXDR), but we also want to bail out and not decode the rest of the call if the decoded cb_status is non-zero. That's not happening here, cb_seq_status has already been checked and is non-zero, so this ends up trying to decode the rest of the CB_GETATTR reply when it doesn't exist. View: https://bugzilla.kernel.org/show_bug.cgi?id=219737#c10 You can reply to this message to join the discussion. -- Deet-doot-dot, I am a bot. Kernel.org Bugzilla (bugspray 0.1-dev)