Re: [PATCH] [RESEND] orangefs: fix out-of-bounds fsid access

From: Arnd Bergmann
Date: Tue Apr 09 2024 - 15:34:22 EST


On Tue, Apr 9, 2024, at 18:26, Mike Marshall wrote:
> I applied Arnd's patch on top of Linux 6.9-rc3 and
> ran through xfstests with no issue.
>
> Also, instead of Arnd's patch, I used Jan's idea:
>
> +
> + buf->f_fsid.val[0] = ORANGEFS_SB(sb)->fs_id;
> + buf->f_fsid.val[1] = ORANGEFS_SB(sb)->id;
> +
>
> And ran that through as well, no issue.
>
> Sorry for missing the earlier patch.

Thanks!

I was about to send the updated patch and can skip that now.

Arnd