* [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb @ 2023-08-27 11:16 Manas Ghandat 2023-08-27 16:47 ` Greg KH 0 siblings, 1 reply; 9+ messages in thread From: Manas Ghandat @ 2023-08-27 11:16 UTC (permalink / raw) To: Greg KH Cc: salah.triki, syzbot+fc26c366038b54261e53, Linux-kernel-mentees, linux-kernel, luisbg Hi Greg, Sorry for directly mailing to you but I tried to reach the maintainers for quite some time now. I haven't received any response on my patch. I was told to mail you in order to get my patch pulled. _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2023-08-27 11:16 [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb Manas Ghandat @ 2023-08-27 16:47 ` Greg KH 2024-07-04 13:50 ` Dmitry Vyukov 0 siblings, 1 reply; 9+ messages in thread From: Greg KH @ 2023-08-27 16:47 UTC (permalink / raw) To: 88c258bd-3d0c-de79-b411-6552841eb8d0 Cc: salah.triki, syzbot+fc26c366038b54261e53, Linux-kernel-mentees, linux-kernel, luisbg On Sun, Aug 27, 2023 at 04:46:40PM +0530, Manas Ghandat wrote: > Hi Greg, > > Sorry for directly mailing to you but I tried to reach the maintainers for > quite some time now. I haven't received any response on my patch. I was told > to mail you in order to get my patch pulled. > I have no context here, sorry. Also, I am not a filesystem developer or maintainer. And befs? I doubt that's maintained anymore as the operating system is long obsolete, right? confused, greg k-h _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2023-08-27 16:47 ` Greg KH @ 2024-07-04 13:50 ` Dmitry Vyukov 2024-07-04 14:04 ` Greg KH 0 siblings, 1 reply; 9+ messages in thread From: Dmitry Vyukov @ 2024-07-04 13:50 UTC (permalink / raw) To: gregkh Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs Hi, What's the kernel policy for such cases? Should this be merged via some fallback fs/mm tree, or taken directly by Linus? The filesystem is still enabled in all major distros. Or should we delete the filesystem from the kernel? ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 13:50 ` Dmitry Vyukov @ 2024-07-04 14:04 ` Greg KH 2024-07-04 14:08 ` Dmitry Vyukov 0 siblings, 1 reply; 9+ messages in thread From: Greg KH @ 2024-07-04 14:04 UTC (permalink / raw) To: Dmitry Vyukov Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, Jul 04, 2024 at 03:50:57PM +0200, Dmitry Vyukov wrote: > Hi, > > What's the kernel policy for such cases? What "case"? There is no context here at all, and I can't find any patch on lore at all. Please always properly quote stuff... greg k-h ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 14:04 ` Greg KH @ 2024-07-04 14:08 ` Dmitry Vyukov 2024-07-04 14:11 ` Greg KH 0 siblings, 1 reply; 9+ messages in thread From: Dmitry Vyukov @ 2024-07-04 14:08 UTC (permalink / raw) To: Greg KH Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, 4 Jul 2024 at 16:04, Greg KH <gregkh@linuxfoundation.org> wrote: > > On Thu, Jul 04, 2024 at 03:50:57PM +0200, Dmitry Vyukov wrote: > > Hi, > > > > What's the kernel policy for such cases? > > What "case"? > > There is no context here at all, and I can't find any patch on lore at > all. > > Please always properly quote stuff... It's not easy with kernel lists. I used the lore suggested reply-to command. Here is full thread: https://lore.kernel.org/all/20240704135057.1174408-1-dvyukov@google.com/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 14:08 ` Dmitry Vyukov @ 2024-07-04 14:11 ` Greg KH 2024-07-04 14:13 ` Dmitry Vyukov 0 siblings, 1 reply; 9+ messages in thread From: Greg KH @ 2024-07-04 14:11 UTC (permalink / raw) To: Dmitry Vyukov Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, Jul 04, 2024 at 04:08:40PM +0200, Dmitry Vyukov wrote: > On Thu, 4 Jul 2024 at 16:04, Greg KH <gregkh@linuxfoundation.org> wrote: > > > > On Thu, Jul 04, 2024 at 03:50:57PM +0200, Dmitry Vyukov wrote: > > > Hi, > > > > > > What's the kernel policy for such cases? > > > > What "case"? > > > > There is no context here at all, and I can't find any patch on lore at > > all. > > > > Please always properly quote stuff... > > It's not easy with kernel lists. I used the lore suggested reply-to > command. Here is full thread: > https://lore.kernel.org/all/20240704135057.1174408-1-dvyukov@google.com/ I see no patch on lore on this thread :( ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 14:11 ` Greg KH @ 2024-07-04 14:13 ` Dmitry Vyukov 2024-07-04 14:58 ` Greg KH 0 siblings, 1 reply; 9+ messages in thread From: Dmitry Vyukov @ 2024-07-04 14:13 UTC (permalink / raw) To: Greg KH Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, 4 Jul 2024 at 16:11, Greg KH <gregkh@linuxfoundation.org> wrote: > > > On Thu, Jul 04, 2024 at 03:50:57PM +0200, Dmitry Vyukov wrote: > > > > Hi, > > > > > > > > What's the kernel policy for such cases? > > > > > > What "case"? > > > > > > There is no context here at all, and I can't find any patch on lore at > > > all. > > > > > > Please always properly quote stuff... > > > > It's not easy with kernel lists. I used the lore suggested reply-to > > command. Here is full thread: > > https://lore.kernel.org/all/20240704135057.1174408-1-dvyukov@google.com/ > > I see no patch on lore on this thread :( Oh, it wasn't properly threaded, sorry. Here is the patch: https://lore.kernel.org/all/20230801155823.206985-1-ghandatmanas@gmail.com/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 14:13 ` Dmitry Vyukov @ 2024-07-04 14:58 ` Greg KH 2024-07-04 15:04 ` Dmitry Vyukov 0 siblings, 1 reply; 9+ messages in thread From: Greg KH @ 2024-07-04 14:58 UTC (permalink / raw) To: Dmitry Vyukov Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, Jul 04, 2024 at 04:13:52PM +0200, Dmitry Vyukov wrote: > On Thu, 4 Jul 2024 at 16:11, Greg KH <gregkh@linuxfoundation.org> wrote: > > > > On Thu, Jul 04, 2024 at 03:50:57PM +0200, Dmitry Vyukov wrote: > > > > > Hi, > > > > > > > > > > What's the kernel policy for such cases? > > > > > > > > What "case"? > > > > > > > > There is no context here at all, and I can't find any patch on lore at > > > > all. > > > > > > > > Please always properly quote stuff... > > > > > > It's not easy with kernel lists. I used the lore suggested reply-to > > > command. Here is full thread: > > > https://lore.kernel.org/all/20240704135057.1174408-1-dvyukov@google.com/ > > > > I see no patch on lore on this thread :( > > Oh, it wasn't properly threaded, sorry. > Here is the patch: > https://lore.kernel.org/all/20230801155823.206985-1-ghandatmanas@gmail.com/ Ah, ok, resend it and cc: the vfs maintainer, it should probably go through their tree for other abandoned filesystems. thanks, greg k-h ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb 2024-07-04 14:58 ` Greg KH @ 2024-07-04 15:04 ` Dmitry Vyukov 0 siblings, 0 replies; 9+ messages in thread From: Dmitry Vyukov @ 2024-07-04 15:04 UTC (permalink / raw) To: Greg KH Cc: 88c258bd-3d0c-de79-b411-6552841eb8d0, Linux-kernel-mentees, linux-kernel, luisbg, salah.triki, syzbot+fc26c366038b54261e53, syzkaller-bugs On Thu, 4 Jul 2024 at 16:58, Greg KH <gregkh@linuxfoundation.org> wrote: > > > > > > Hi, > > > > > > > > > > > > What's the kernel policy for such cases? > > > > > > > > > > What "case"? > > > > > > > > > > There is no context here at all, and I can't find any patch on lore at > > > > > all. > > > > > > > > > > Please always properly quote stuff... > > > > > > > > It's not easy with kernel lists. I used the lore suggested reply-to > > > > command. Here is full thread: > > > > https://lore.kernel.org/all/20240704135057.1174408-1-dvyukov@google.com/ > > > > > > I see no patch on lore on this thread :( > > > > Oh, it wasn't properly threaded, sorry. > > Here is the patch: > > https://lore.kernel.org/all/20230801155823.206985-1-ghandatmanas@gmail.com/ > > Ah, ok, resend it and cc: the vfs maintainer, it should probably go > through their tree for other abandoned filesystems. Ack, thanks! Manas, are you still interested in pursuing this fix? ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-04 15:04 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-27 11:16 [PATCH] fs/befs: fix shift-out-of-bounds in befs_check_sb Manas Ghandat 2023-08-27 16:47 ` Greg KH 2024-07-04 13:50 ` Dmitry Vyukov 2024-07-04 14:04 ` Greg KH 2024-07-04 14:08 ` Dmitry Vyukov 2024-07-04 14:11 ` Greg KH 2024-07-04 14:13 ` Dmitry Vyukov 2024-07-04 14:58 ` Greg KH 2024-07-04 15:04 ` Dmitry Vyukov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox