Re: [PATCH v2] KVM: x86: degrade WARN to pr_warn_ratelimited

2019-06-26 Thread Alexander Potapenko
On Wed, Jun 26, 2019 at 2:19 PM Paolo Bonzini wrote: > > This warning can be triggered easily by userspace, so it should certainly not > cause a panic if panic_on_warn is set. > Can you please also add the Reported-by tag here? Reported-by: syzbot+c03f30b4f4c46bdf8...@syzkaller.appspotmail.com >

[PATCH v2] KVM: x86: degrade WARN to pr_warn_ratelimited

2019-06-26 Thread Paolo Bonzini
This warning can be triggered easily by userspace, so it should certainly not cause a panic if panic_on_warn is set. Suggested-by: Alexander Potapenko Signed-off-by: Paolo Bonzini --- arch/x86/kvm/x86.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/x86.c