Re: [RESEND] virtiofs: add filesystem context source name check

2025-04-10 Thread Christian Brauner
On Mon, Apr 07, 2025 at 07:50:49PM +0800, Xiangsheng Hou wrote: > In certain scenarios, for example, during fuzz testing, the source > name may be NULL, which could lead to a kernel panic. Therefore, an > extra check for the source name should be added. Oha, that's not great and easily reproducibl

Re: [RESEND] virtiofs: add filesystem context source name check

2025-04-07 Thread Miklos Szeredi
On Mon, 7 Apr 2025 at 13:51, Xiangsheng Hou wrote: > > In certain scenarios, for example, during fuzz testing, the source > name may be NULL, which could lead to a kernel panic. Therefore, an > extra check for the source name should be added. > > Signed-off-by: Xiangsheng Hou Acked-by: Miklos Sz

Re: [RESEND] virtiofs: add filesystem context source name check

2025-04-07 Thread Christian Brauner
On Mon, 07 Apr 2025 19:50:49 +0800, Xiangsheng Hou wrote: > In certain scenarios, for example, during fuzz testing, the source > name may be NULL, which could lead to a kernel panic. Therefore, an > extra check for the source name should be added. > > Applied to the vfs.fixes branch of the vfs/v