From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753873AbcFAQHo (ORCPT ); Wed, 1 Jun 2016 12:07:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36710 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbcFAQHm (ORCPT ); Wed, 1 Jun 2016 12:07:42 -0400 Date: Wed, 1 Jun 2016 18:07:39 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH 0/7] KVM: syzkaller fixes Message-ID: <20160601160738.GA27844@potion> References: <1464782964-10481-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464782964-10481-1-git-send-email-pbonzini@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 01 Jun 2016 16:07:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-06-01 14:09+0200, Paolo Bonzini: > These fix most of the bugs reported by Dmitry Vyukov a while back. > I couldn't reproduce one of the bugs (patch 7) but the fix is easy. > Probably, more VM ioctls should take kvm->lock, but I have not looked > at it yet. Applied, thanks. > I have only marked for stable the two patches that fix an oops. However, > all of patches 1-6 could go in 4.7-rc, I think. Normal userspaces don't exercise modified paths, so I'll prepare [1-6/7] for -rc1, as thorough testing wouldn't make a difference ...