From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] virtio_console: Don't access uninitialized data. Date: Tue, 5 Feb 2013 17:40:15 -0800 Message-ID: <20130206014015.GB816@kroah.com> References: <1358425292-4449-1-git-send-email-sjur.brandeland@stericsson.com> <20130125090801.GA30483@amit.redhat.com> <87vca9klwm.fsf@rustcorp.com.au> <20130204063251.GB32509@amit.redhat.com> <871ucul2wr.fsf@rustcorp.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <871ucul2wr.fsf@rustcorp.com.au> 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: Rusty Russell Cc: Amit Shah , "Michael S. Tsirkin" , virtualization@lists.linux-foundation.org, stable@vger.kernel.org, sjur.brandeland@stericsson.com List-Id: virtualization@lists.linuxfoundation.org On Wed, Feb 06, 2013 at 10:38:36AM +1030, Rusty Russell wrote: > Amit Shah writes: > > On (Mon) 04 Feb 2013 [10:09:05], Rusty Russell wrote: > >> Amit Shah writes: > >> > On (Thu) 17 Jan 2013 [13:21:32], sjur.brandeland@stericsson.com wrot= e: > >> >> From: Sjur Br=E6ndeland > >> >> = > >> >> Don't access uninitialized work-queue when removing device. > >> >> The work queue is initialized only if the device multi-queue. > >> >> So don't call cancel_work unless this is a multi-queue device. > >> >> = > >> >> This fixes the following panic: > >> > > >> > [snip] > >> > > >> >> Signed-off-by: Sjur Br=E6ndeland > >> > > >> > Acked-by: Amit Shah > >> > > >> >> This fix is intended of v3.8. > >> > > >> > Should also be CC'ed to stable@ > ... > >> I've already sent it to Linus. Sjur said: "This fix is intended of > >> v3.8.". If it needs to be in -stable, please tell me and I'll fwd it > >> manually. > > > > This can result in a panic when removing the device or module (when > > not using multiport). I'd vote for submitting to stable. > > > > Amit > = > OK stable, please cherry-pick from Linus' tree: > = > commit b26ada9abe26290b1dcd06075935b977548c50db > Author: Sjur Br=E6ndeland > Date: Tue Jan 22 09:50:26 2013 +1030 > = > virtio_console: Don't access uninitialized data. $ git show b26ada9abe26290b1dcd06075935b977548c50db fatal: bad object b26ada9abe26290b1dcd06075935b977548c50db What am I missing here? greg k-h