mbox series

[GIT,PULL] orangefs syzbot fix...

Message ID CAOg9mSRXYtybVX7GSK0dMcdOXTshJjy4YL8CF6Ly0aSPQV7nEg@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] orangefs syzbot fix... | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-6.14-ofs1

Message

Mike Marshall Jan. 25, 2025, 4:32 p.m. UTC
The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:

  Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
tags/for-linus-6.14-ofs1

for you to fetch changes up to f7c848431632598ff9bce57a659db6af60d75b39:

  orangefs: fix a oob in orangefs_debug_write (2025-01-08 14:35:59 -0500)

----------------------------------------------------------------
orangefs: fix a oob in orangefs_debug_write

I got a syzbot report: slab-out-of-bounds Read in
orangefs_debug_write... several people suggested fixes,
I tested Al Viro's suggestion and made this patch.

----------------------------------------------------------------
Mike Marshall (1):
      orangefs: fix a oob in orangefs_debug_write

 fs/orangefs/orangefs-debugfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Linus Torvalds Jan. 26, 2025, 4:15 a.m. UTC | #1
On Sat, 25 Jan 2025 at 08:32, Mike Marshall <hubcap@omnibond.com> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
> tags/for-linus-6.14-ofs1

You're using a new key that I don't have, and can't find. Pls use the
right one, or make the new one available.

          Linus