From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] igb_uio: fix igb_uio's access to pci_dev->msi_list for kernels >= 4.3 Date: Thu, 05 Nov 2015 00:07:33 +0100 Message-ID: <12936015.3RQnX8cBpd@xps13> References: <1446207257-31455-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Hunt, David" Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id EFB035A57 for ; Thu, 5 Nov 2015 00:09:07 +0100 (CET) Received: by wicfv8 with SMTP id fv8so41855896wic.0 for ; Wed, 04 Nov 2015 15:09:07 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fix to take this change into account: https://lkml.org/lkml/2015/7/9/101 > > Has been applied to Kernel 4.3.0-rc6 > > > > Linux: 4a7cc831 ("genirq/MSI: Move msi_list from struct pci_dev to > > struct device") > > > > Signed-off-by: David Hunt > > Acked-by: Pablo de Lara Applied, thanks