Thomas Gleixner <t...@linutronix.de> writes: > Dmitry Vyukov <dvyu...@google.com> writes: >> On Fri, May 29, 2020 at 3:14 PM syzbot >> <syzbot+dc1fa714cb070b184...@syzkaller.appspotmail.com> wrote: >> >> From the reproducer it seems to be either x86 related or ptrace >> related. >> >>> RIP: 0010:fixup_bad_iret+0x24/0x170 arch/x86/kernel/traps.c:665 > > as a quick assumption that's related to KASAN in fixup_bad_iret() which > is a frightenly bad idea. I'm about to verify.
Exactly as I assumed. With KASAN off, no problem, with KASAN on, insta crash. This function needs to be excluded from KASAN or any other of those magic function. I need to walk the dogs first and will look into fixing it later. Thanks, tglx