public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers3@gmail.com>
To: Dmitry Vyukov <dvyukov@google.com>
Cc: "Christopherson, Sean J" <sean.j.christopherson@intel.com>,
	Wanpeng Li <kernellwp@gmail.com>,
	syzbot
	<bot+ab09454bf4b7a7f8ce7e5e8d97e644d3314a0799@syzkaller.appspotmail.com>,
	"H. Peter Anvin" <hpa@zytor.com>, kvm <kvm@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Ingo Molnar <mingo@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Radim Krcmar <rkrcmar@redhat.com>,
	"syzkaller-bugs@googlegroups.com"
	<syzkaller-bugs@googlegroups.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	the arch/x86 maintainers <x86@kernel.org>,
	Jim Mattson <jmattson@google.com>
Subject: Re: general protection fault in native_write_cr4
Date: Mon, 2 Apr 2018 12:09:36 -0700	[thread overview]
Message-ID: <20180402190936.GB59810@gmail.com> (raw)
In-Reply-To: <CACT4Y+b5KggyrgHAtBaL4svYjgQU_WZ3f5uCjmwiQnoYRQdbMQ@mail.gmail.com>

On Mon, Apr 02, 2018 at 08:04:24PM +0200, 'Dmitry Vyukov' via syzkaller-bugs wrote:
> On Mon, Apr 2, 2018 at 6:36 PM, Christopherson, Sean J
> <sean.j.christopherson@intel.com> wrote:
> > On Sat, 2018-03-31, Dmitry Vyukov wrote:
> >> On Wed, Dec 27, 2017 at 7:31 PM, Dmitry Vyukov <dvyukov@google.com> wrote:
> >> > On Tue, Dec 26, 2017 at 9:52 AM, Dmitry Vyukov <dvyukov@google.com> wrote:
> >> >> On Wed, Dec 20, 2017 at 8:54 AM, Wanpeng Li <kernellwp@gmail.com> wrote:
> >> >>> 2017-12-20 15:49 GMT+08:00 syzbot
> >> >>> <bot+ab09454bf4b7a7f8ce7e5e8d97e644d3314a0799@syzkaller.appspotmail.com>:
> >> >>>> Hello,
> >> >>>>
> >> >>>> syzkaller hit the following crash on
> >> >>>> f6f3732162b5ae3c771b9285a5a32d72b8586920
> >> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/master
> >> >>>> compiler: gcc (GCC) 7.1.1 20170620
> >> >>>> .config is attached
> >> >>>> Raw console output is attached.
> >> >>>> C reproducer is attached
> >> >>>> syzkaller reproducer is attached. See https://goo.gl/kgGztJ
> >> >>>> for information about syzkaller reproducers
> >> >>>>
> >> >>>>
> >> >>>
> >> >>> I will have a look again, you continue to run it in kvm guest, right?
> >> >>
> >> >>
> >> >> Our test machines are GCE VMs, so yes, the kernel that catches GPF is
> >> >> run as kvm guest.
> >> >
> >> > up
> >> >
> >> > one of top crashers with 50K crashes
> >>
> >>
> >> This sets a new record of 130000 crashed machines on syzbot infrastructure:
> >>
> >> https://syzkaller.appspot.com/bug?id=2bf7b7983c2398ec6f0c4c6c87cb50223e8873f8
> >
> > This is more than likely a known bug in the GCE kernel, i.e. the L0
> > kernel.  The fix that Haozhong referenced needs to be applied to the
> > L0 kernel (GCE), the L1 kernel (Syzkaller) is irrelevant.  You said
> > that you double checked an upstream kernel, but I'm assuming you were
> > referring to patching the L1 kernel (Syzkaller).
> >
> > https://lkml.org/lkml/2017/10/31/432
> 
> Hi Sean,
> 
> Thanks! Either I did not associate these 2 threads as we shuffle
> hundreds of bugs, or I did not realize that this needs to be applied
> to L0. Anyway...
> 
> I will check with GCE folks.
> 

Some hosts have already been updated with the referenced commit but not all yet.
So assuming that was really the problem, syzbot should stop hitting this crash
eventually.  (For any Googlers following along, see Google-Bug-Id 72171735.)

Eric

  reply	other threads:[~2018-04-02 19:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-20  7:49 general protection fault in native_write_cr4 syzbot
2017-12-20  7:54 ` Wanpeng Li
2017-12-26  8:52   ` Dmitry Vyukov
2017-12-27 18:31     ` Dmitry Vyukov
2018-03-31 16:19       ` Dmitry Vyukov
2018-04-02 16:36         ` Christopherson, Sean J
2018-04-02 18:04           ` Dmitry Vyukov
2018-04-02 19:09             ` Eric Biggers [this message]
2018-04-05 19:00             ` Dmitry Vyukov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180402190936.GB59810@gmail.com \
    --to=ebiggers3@gmail.com \
    --cc=bot+ab09454bf4b7a7f8ce7e5e8d97e644d3314a0799@syzkaller.appspotmail.com \
    --cc=dvyukov@google.com \
    --cc=hpa@zytor.com \
    --cc=jmattson@google.com \
    --cc=kernellwp@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    --cc=sean.j.christopherson@intel.com \
    --cc=syzkaller-bugs@googlegroups.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox