From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752230AbdJFNpr (ORCPT ); Fri, 6 Oct 2017 09:45:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40486 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751875AbdJFNpo (ORCPT ); Fri, 6 Oct 2017 09:45:44 -0400 Date: Fri, 6 Oct 2017 15:45:50 +0200 From: "gregkh@linuxfoundation.org" To: "Stahl, Manuel" Cc: "linux-kernel@vger.kernel.org" , "devel@driverdev.osuosl.org" , "hjk@linutronix.de" , "sojkam1@fel.cvut.cz" Subject: Re: [PATCH 2/2] uio: Prefer MSI(X) interrupts in PCI drivers Message-ID: <20171006134550.GA1626@kroah.com> References: <1507296707.2915.14.camel@iis-extern.fraunhofer.de> <1507296804.2915.16.camel@iis-extern.fraunhofer.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1507296804.2915.16.camel@iis-extern.fraunhofer.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 06, 2017 at 01:33:32PM +0000, Stahl, Manuel wrote: > > Signed-off-by: Manuel Stahl > --- >  drivers/uio/uio_pci_dmem_genirq.c | 27 ++++++++++++++++++++------- >  drivers/uio/uio_pci_generic.c     | 24 ++++++++++++++++++------ >  2 files changed, 38 insertions(+), 13 deletions(-) I can't take patches without any changelog text in them, sorry. greg k-h