]> git.dujemihanovic.xyz Git - linux.git/commitdiff
Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Dec 2023 15:50:34 +0000 (07:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Dec 2023 15:50:34 +0000 (07:50 -0800)
Pull 9p fixes from Dominique Martinet:
 "Two small fixes scheduled for stable trees:

  A tracepoint fix that's been reading past the end of messages forever,
  but semi-recently also went over the end of the buffer. And a
  potential incorrectly freeing garbage in pdu parsing error path"

* tag '9p-for-6.7-rc7' of https://github.com/martinetd/linux:
  net: 9p: avoid freeing uninit memory in p9pdu_vreadf
  9p: prevent read overrun in protocol dump tracepoint


Trivial merge