]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:44:42 +0000 (09:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Feb 2022 17:44:42 +0000 (09:44 -0800)
commit1eb7de177d4073085e3a1cebf19d5d538d171f10
tree6fd630f0612884f20a2476710cc4819263cf3cda
parent633a8e8986eac2c9e32c76ccb9cfe0e5a898b314
parent22e424feb6658c5d6789e45121830357809c59cb
Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux

Pull 9p fix from Dominique Martinet:
 "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"

* tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux:
  Revert "fs/9p: search open fids first"