From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752219AbeEPQRQ (ORCPT ); Wed, 16 May 2018 12:17:16 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48730 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751098AbeEPQRP (ORCPT ); Wed, 16 May 2018 12:17:15 -0400 Date: Wed, 16 May 2018 18:17:10 +0200 From: Cornelia Huck To: Dong Jia Shi Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, kvm@vger.kernel.org, borntraeger@de.ibm.com, bjsdjshi@linux.ibm.com, pasic@linux.ibm.com, pmorel@linux.ibm.com Subject: Re: [PATCH 1/1] vfio: ccw: fix error return in vfio_ccw_sch_event Message-ID: <20180516181710.1765484f.cohuck@redhat.com> In-Reply-To: <20180503020640.GW5428@bjsdjshi@linux.vnet.ibm.com> References: <20180502072559.50691-1-bjsdjshi@linux.vnet.ibm.com> <20180502164251.577e2af8.cohuck@redhat.com> <20180503020640.GW5428@bjsdjshi@linux.vnet.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 May 2018 10:06:40 +0800 Dong Jia Shi wrote: > * Cornelia Huck [2018-05-02 16:42:51 +0200]: > > > On Wed, 2 May 2018 09:25:59 +0200 > > Dong Jia Shi wrote: > > > > > If device has not been registered, or there is a pending work, > > > > s/a pending work/work pending/ Also, s/device/the device/ > > > > > we should reschedule a sch_event call again. > > > > > > Signed-off-by: Dong Jia Shi (...) > > > > I guess I should pick this for 4.17? > > > I think there is no pressure for this one. So please feel free to decide > as your convenience. > OK, I've queued this for the next release. Will wait for more patches (e.g. the ida check pushdown) before I send a pull request.