From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932256AbbCDAmg (ORCPT ); Tue, 3 Mar 2015 19:42:36 -0500 Received: from ozlabs.org ([103.22.144.67]:47879 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754420AbbCDAme (ORCPT ); Tue, 3 Mar 2015 19:42:34 -0500 From: Rusty Russell To: Amit Shah , "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , virtualization@lists.linux-foundation.org Subject: Re: [PATCH] virtio_console: avoid config access from irq In-Reply-To: <20150302055625.GE26196@grmbl.mre> References: <1425145305-27917-1-git-send-email-mst@redhat.com> <20150302055625.GE26196@grmbl.mre> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Wed, 04 Mar 2015 11:08:18 +1030 Message-ID: <87fv9lk35x.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Amit Shah writes: > On (Sat) 28 Feb 2015 [18:42:25], Michael S. Tsirkin wrote: >> when multiport is off, virtio console invokes config access from irq >> context, config access is blocking on s390. >> Fix this up by scheduling work from config irq - similar to what we do >> for multiport configs. >> >> Signed-off-by: Michael S. Tsirkin > > Reviewed-by: Amit Shah Applied, thanks. Should these be CC: stable? Cheers, Rusty.