mbox series

[GIT,PULL] 9p fixes for 6.7-rc7

Message ID ZYThUpCUMJUMP3Oy@codewreck.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] 9p fixes for 6.7-rc7 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-6.7-rc7

Message

Dominique Martinet Dec. 22, 2023, 1:07 a.m. UTC
The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:

  Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.7-rc7

for you to fetch changes up to ff49bf1867578f23a5ffdd38f927f6e1e16796c4:

  net: 9p: avoid freeing uninit memory in p9pdu_vreadf (2023-12-13 05:44:30 +0900)

----------------------------------------------------------------
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

----------------------------------------------------------------
Fedor Pchelkin (1):
      net: 9p: avoid freeing uninit memory in p9pdu_vreadf

JP Kobryn (1):
      9p: prevent read overrun in protocol dump tracepoint

 include/trace/events/9p.h | 11 +++++++----
 net/9p/protocol.c         | 17 +++++++++++++----
 2 files changed, 20 insertions(+), 8 deletions(-)

Cheers,

Comments

pr-tracker-bot@kernel.org Dec. 22, 2023, 4:02 p.m. UTC | #1
The pull request you sent on Fri, 22 Dec 2023 10:07:30 +0900:

> https://github.com/martinetd/linux tags/9p-for-6.7-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/93a165cb9a4c7bf517db07abdfafde742c7dc234

Thank you!