]> git.dujemihanovic.xyz Git - linux.git/commit
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)
commit93a165cb9a4c7bf517db07abdfafde742c7dc234
treeaae81f00aa28b9b2d552a608036567d34eabf943
parent24e0d2e527a39f64caeb2e6be39ad5396fb2da5e
parentff49bf1867578f23a5ffdd38f927f6e1e16796c4
Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linux

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