* [syzbot] Monthly lsm report (Apr 2026)
@ 2026-04-14 6:40 syzbot
2026-04-14 13:59 ` Paul Moore
2026-04-14 14:02 ` Paul Moore
0 siblings, 2 replies; 6+ messages in thread
From: syzbot @ 2026-04-14 6:40 UTC (permalink / raw)
To: linux-kernel, linux-security-module, syzkaller-bugs
Hello lsm maintainers/developers,
This is a 31-day syzbot report for the lsm subsystem.
All related reports/information can be found at:
https://syzkaller.appspot.com/upstream/s/lsm
During the period, 0 new issues were detected and 0 were fixed.
In total, 3 issues are still open and 45 have already been fixed.
Some of the still happening issues:
Ref Crashes Repro Title
<1> 95 Yes INFO: task hung in process_measurement (3)
https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5
<2> 68 Yes possible deadlock in keyring_clear (3)
https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c
<3> 31 Yes INFO: task hung in ima_file_free (4)
https://syzkaller.appspot.com/bug?extid=8036326eebe7d0140944
---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzkaller@googlegroups.com.
To disable reminders for individual bugs, reply with the following command:
#syz set <Ref> no-reminders
To change bug's subsystems, reply with:
#syz set <Ref> subsystems: new-subsystem
You may send multiple commands in a single email message.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [syzbot] Monthly lsm report (Apr 2026) 2026-04-14 6:40 [syzbot] Monthly lsm report (Apr 2026) syzbot @ 2026-04-14 13:59 ` Paul Moore 2026-04-14 15:42 ` Roberto Sassu 2026-04-14 14:02 ` Paul Moore 1 sibling, 1 reply; 6+ messages in thread From: Paul Moore @ 2026-04-14 13:59 UTC (permalink / raw) To: Mimi Zohar, Roberto Sassu Cc: linux-kernel, linux-security-module, syzkaller-bugs, syzbot On Tue, Apr 14, 2026 at 2:48 AM syzbot <syzbot+liste5004e02dae137bbd339@syzkaller.appspotmail.com> wrote: > > Hello lsm maintainers/developers, > > This is a 31-day syzbot report for the lsm subsystem. > All related reports/information can be found at: > https://syzkaller.appspot.com/upstream/s/lsm > > During the period, 0 new issues were detected and 0 were fixed. > In total, 3 issues are still open and 45 have already been fixed. > > Some of the still happening issues: > > Ref Crashes Repro Title > <1> 95 Yes INFO: task hung in process_measurement (3) > https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5 > <2> 68 Yes possible deadlock in keyring_clear (3) > https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c > <3> 31 Yes INFO: task hung in ima_file_free (4) > https://syzkaller.appspot.com/bug?extid=8036326eebe7d0140944 Mimi, Roberto, If I recall correctly, we've discussed the process measurement issue before, and I thought it was being resolved. What is the current status on a fix? I don't recall discussing the ima_file_free() issue, but it looks like the syzbot reports go back to 2024; is there a fix under development for that? Thanks. > --- > This report is generated by a bot. It may contain errors. > See https://goo.gl/tpsmEJ for more information about syzbot. > syzbot engineers can be reached at syzkaller@googlegroups.com. > > To disable reminders for individual bugs, reply with the following command: > #syz set <Ref> no-reminders > > To change bug's subsystems, reply with: > #syz set <Ref> subsystems: new-subsystem > > You may send multiple commands in a single email message. -- paul-moore.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [syzbot] Monthly lsm report (Apr 2026) 2026-04-14 13:59 ` Paul Moore @ 2026-04-14 15:42 ` Roberto Sassu 0 siblings, 0 replies; 6+ messages in thread From: Roberto Sassu @ 2026-04-14 15:42 UTC (permalink / raw) To: Paul Moore, Mimi Zohar Cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, syzkaller-bugs@googlegroups.com, syzbot > From: Paul Moore <paul@paul-moore.com> > Sent: Tuesday, April 14, 2026 3:59 PM > On Tue, Apr 14, 2026 at 2:48 AM syzbot > <syzbot+liste5004e02dae137bbd339@syzkaller.appspotmail.com> wrote: > > > > Hello lsm maintainers/developers, > > > > This is a 31-day syzbot report for the lsm subsystem. > > All related reports/information can be found at: > > https://syzkaller.appspot.com/upstream/s/lsm > > > > During the period, 0 new issues were detected and 0 were fixed. > > In total, 3 issues are still open and 45 have already been fixed. > > > > Some of the still happening issues: > > > > Ref Crashes Repro Title > > <1> 95 Yes INFO: task hung in process_measurement (3) > > > https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5 > > <2> 68 Yes possible deadlock in keyring_clear (3) > > > https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c > > <3> 31 Yes INFO: task hung in ima_file_free (4) > > > > https://syzkaller.appspot.com/bug?extid=8036326eebe7d0140944 > > Mimi, Roberto, > > If I recall correctly, we've discussed the process measurement issue before, > and I thought it was being resolved. What is the current status on a fix? > > I don't recall discussing the ima_file_free() issue, but it looks like the syzbot > reports go back to 2024; is there a fix under development for that? I looked at some of the reports. My impression (can be wrong) is that the syzbot report involves us also when a filesystem gets stuck. For example, if you see: https://syzkaller.appspot.com/text?tag=CrashReport&x=160ddb02580000 PID 6887 cannot progress because iint->mutex is likely held by PID 6895. The last function I see in PID 6895 is io_schedule() which suggests me that there is an I/O wait that could not be satisfied. PID 6888 cannot progress as well because is waiting for jfs_get_block(), but PID 6895 is past that (possibly holding the needed lock). Sure, it is possible that there is a lock inversion that I missed, but I didn't find it yet. Roberto > Thanks. > > > --- > > This report is generated by a bot. It may contain errors. > > See https://goo.gl/tpsmEJ for more information about syzbot. > > syzbot engineers can be reached at syzkaller@googlegroups.com. > > > > To disable reminders for individual bugs, reply with the following > command: > > #syz set <Ref> no-reminders > > > > To change bug's subsystems, reply with: > > #syz set <Ref> subsystems: new-subsystem > > > > You may send multiple commands in a single email message. > > -- > paul-moore.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly lsm report (Apr 2026) 2026-04-14 6:40 [syzbot] Monthly lsm report (Apr 2026) syzbot 2026-04-14 13:59 ` Paul Moore @ 2026-04-14 14:02 ` Paul Moore 2026-04-15 2:51 ` Jarkko Sakkinen 2026-04-15 16:35 ` Jarkko Sakkinen 1 sibling, 2 replies; 6+ messages in thread From: Paul Moore @ 2026-04-14 14:02 UTC (permalink / raw) To: Jarkko Sakkinen, David Howells Cc: linux-kernel, linux-security-module, syzkaller-bugs, syzbot On Tue, Apr 14, 2026 at 2:48 AM syzbot <syzbot+liste5004e02dae137bbd339@syzkaller.appspotmail.com> wrote: > > Hello lsm maintainers/developers, > > This is a 31-day syzbot report for the lsm subsystem. > All related reports/information can be found at: > https://syzkaller.appspot.com/upstream/s/lsm > > During the period, 0 new issues were detected and 0 were fixed. > In total, 3 issues are still open and 45 have already been fixed. > > Some of the still happening issues: > > Ref Crashes Repro Title > <1> 95 Yes INFO: task hung in process_measurement (3) > https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5 > <2> 68 Yes possible deadlock in keyring_clear (3) > https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c Jarkko, David, Do we have a fix for the keyring_clear() issue, or is it not a real problem? > <3> 31 Yes INFO: task hung in ima_file_free (4) > https://syzkaller.appspot.com/bug?extid=8036326eebe7d0140944 > > --- > This report is generated by a bot. It may contain errors. > See https://goo.gl/tpsmEJ for more information about syzbot. > syzbot engineers can be reached at syzkaller@googlegroups.com. > > To disable reminders for individual bugs, reply with the following command: > #syz set <Ref> no-reminders > > To change bug's subsystems, reply with: > #syz set <Ref> subsystems: new-subsystem > > You may send multiple commands in a single email message. -- paul-moore.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly lsm report (Apr 2026) 2026-04-14 14:02 ` Paul Moore @ 2026-04-15 2:51 ` Jarkko Sakkinen 2026-04-15 16:35 ` Jarkko Sakkinen 1 sibling, 0 replies; 6+ messages in thread From: Jarkko Sakkinen @ 2026-04-15 2:51 UTC (permalink / raw) To: Paul Moore Cc: David Howells, linux-kernel, linux-security-module, syzkaller-bugs, syzbot On Tue, Apr 14, 2026 at 10:02:13AM -0400, Paul Moore wrote: > On Tue, Apr 14, 2026 at 2:48 AM syzbot > <syzbot+liste5004e02dae137bbd339@syzkaller.appspotmail.com> wrote: > > > > Hello lsm maintainers/developers, > > > > This is a 31-day syzbot report for the lsm subsystem. > > All related reports/information can be found at: > > https://syzkaller.appspot.com/upstream/s/lsm > > > > During the period, 0 new issues were detected and 0 were fixed. > > In total, 3 issues are still open and 45 have already been fixed. > > > > Some of the still happening issues: > > > > Ref Crashes Repro Title > > <1> 95 Yes INFO: task hung in process_measurement (3) > > https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5 > > <2> 68 Yes possible deadlock in keyring_clear (3) > > https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c > > Jarkko, David, > > Do we have a fix for the keyring_clear() issue, or is it not a real problem? I'll take analyzing this to my todo list for next week (post first PR). BR, Jarkko ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [syzbot] Monthly lsm report (Apr 2026) 2026-04-14 14:02 ` Paul Moore 2026-04-15 2:51 ` Jarkko Sakkinen @ 2026-04-15 16:35 ` Jarkko Sakkinen 1 sibling, 0 replies; 6+ messages in thread From: Jarkko Sakkinen @ 2026-04-15 16:35 UTC (permalink / raw) To: Paul Moore Cc: David Howells, linux-kernel, linux-security-module, syzkaller-bugs, syzbot On Tue, Apr 14, 2026 at 10:02:13AM -0400, Paul Moore wrote: > On Tue, Apr 14, 2026 at 2:48 AM syzbot > <syzbot+liste5004e02dae137bbd339@syzkaller.appspotmail.com> wrote: > > > > Hello lsm maintainers/developers, > > > > This is a 31-day syzbot report for the lsm subsystem. > > All related reports/information can be found at: > > https://syzkaller.appspot.com/upstream/s/lsm > > > > During the period, 0 new issues were detected and 0 were fixed. > > In total, 3 issues are still open and 45 have already been fixed. > > > > Some of the still happening issues: > > > > Ref Crashes Repro Title > > <1> 95 Yes INFO: task hung in process_measurement (3) > > https://syzkaller.appspot.com/bug?extid=cb9e66807bcb882cd0c5 > > <2> 68 Yes possible deadlock in keyring_clear (3) > > https://syzkaller.appspot.com/bug?extid=f55b043dacf43776b50c > > Jarkko, David, > > Do we have a fix for the keyring_clear() issue, or is it not a real problem? I'm actually doing something to this already: trying to write a simplified reproducer. But yeah most likely still will take up until some point next week. BR, Jarkko ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-04-15 16:35 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-04-14 6:40 [syzbot] Monthly lsm report (Apr 2026) syzbot 2026-04-14 13:59 ` Paul Moore 2026-04-14 15:42 ` Roberto Sassu 2026-04-14 14:02 ` Paul Moore 2026-04-15 2:51 ` Jarkko Sakkinen 2026-04-15 16:35 ` Jarkko Sakkinen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox