Hi Linus, I rarely send fixes out small things before rc1, for single patches do you have a preference between a pull request or just resending the patch again with you added to recipients after reviews? The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://github.com/martinetd/linux tags/9p-for-5.17-rc3 for you to fetch changes up to 22e424feb6658c5d6789e45121830357809c59cb: Revert "fs/9p: search open fids first" (2022-01-30 22:13:37 +0900) ---------------------------------------------------------------- 9p-for-5.17-rc3: fix cannot walk open fid rule the 9p 'walk' operation requires fid arguments to not originate from an open or create call and we've missed that for a while as the servers regularly running tests with don't enforce the check and no active reviewer knew about the rule. Both reporters confirmed reverting this patch fixes things for them and looking at it further wasn't actually required... Will take more time for follow up and enforcing the rule more thoroughly later. ---------------------------------------------------------------- Dominique Martinet (1): Revert "fs/9p: search open fids first" fs/9p/fid.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) -- Dominique