From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2] virtio_console: fix a crash in config_work_handler Date: Mon, 16 Jan 2017 15:30:42 +0200 Message-ID: <20170116153032-mutt-send-email-mst@kernel.org> References: <20170116033550.GK16209@amit-lp.rh> <1484559902-5346-1-git-send-email-gcampana@quarkslab.com> <20170116102723.GM16209@amit-lp.rh> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170116102723.GM16209@amit-lp.rh> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Amit Shah Cc: "G. Campana" , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org On Mon, Jan 16, 2017 at 03:57:23PM +0530, Amit Shah wrote: > On (Mon) 16 Jan 2017 [10:45:02], G. Campana wrote: > > Using control_work instead of config_work as the 3rd argument to > > container_of results in an invalid portdev pointer. Indeed, the work > > structure is initialized as below: > > > > INIT_WORK(&portdev->config_work, &config_work_handler); > > > > It leads to a crash when portdev->vdev is dereferenced later. This bug > > is triggered when the guest uses a virtio-console without multiport > > feature and receives a config_changed virtio interrupt. > > > > Signed-off-by: G. Campana > > Reviewed-by: Amit Shah > > Michael, can you please pick this up? > > Amit Sure.