From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51559 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752083AbeD1FBi (ORCPT ); Sat, 28 Apr 2018 01:01:38 -0400 Date: Sat, 28 Apr 2018 07:01:28 +0200 From: Greg KH To: Michael Neuling Cc: stable@vger.kernel.org, mpe@ellerman.id.au Subject: Re: [PATCH] powerpc/eeh: Fix race with driver un/bind Message-ID: <20180428050128.GB29422@kroah.com> References: <20180423010330.11469-1-mikey@neuling.org> <20180424120836.GB28044@kroah.com> <20180425150604.GA8259@kroah.com> <1524890111.14453.36.camel@neuling.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1524890111.14453.36.camel@neuling.org> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Apr 28, 2018 at 02:35:11PM +1000, Michael Neuling wrote: > > > > > --- > > > > Greg, this is a backport since the upstream patch didn't apply to v4.9 > > > > and v4.14. > > > > > > Now applied, thanks. > > > > And it breaks the build on the 4.14.y tree: > > arch/powerpc/kernel/eeh_driver.c: In function 'eeh_report_resume': > > arch/powerpc/kernel/eeh_driver.c:395:13: error: 'struct eeh_ops' has no member > > named 'notify_resume' > > Sorry about that, looks like I missed CONFIG_PCI_IOV so I didn't hit the issue. > > > So I'll go drop it now, can you send a fixed up, and working, patch? :) > > Yep will do. v4.9 will have the same issue. I dropped it from there as well already :)