From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 8 Feb 2018 18:05:48 +0100 Subject: Add patch "kernel/exit.c: export abort() to modules" to 4.14-stable tree In-Reply-To: <20180208170412.GA14517@kroah.com> References: <1517844619.26739.5.camel@synopsys.com> <20180208170412.GA14517@kroah.com> List-ID: Message-ID: <20180208170548.GB14517@kroah.com> To: linux-snps-arc@lists.infradead.org On Thu, Feb 08, 2018@06:04:12PM +0100, Greg KH wrote: > On Mon, Feb 05, 2018@03:30:19PM +0000, Evgeniy Didin wrote: > > Patch subject: "kernel/exit.c: export abort() to modules" > > Commit ID: dc8635b78cd8 > > Reason:? While building mpi.ko module with lastest stable Linux > > v4.14.17 an error occured: > > >ERROR: "abort" [lib/mpi/mpi.ko] undefined! > > Kernel version: 4.14.x > > The patch does not apply to the 4.14.y kernel tree :( > > Can you please provide a working backport? Ah, the other patch needs to go first, please always tell me what order to apply patches in. Otherwise I will get it wrong (as this just proved to be the case...) thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:59901 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbeBHRFv (ORCPT ); Thu, 8 Feb 2018 12:05:51 -0500 Date: Thu, 8 Feb 2018 18:05:48 +0100 From: Greg KH To: Evgeniy Didin Cc: "stable@vger.kernel.org" , Alexey Brodkin , Vineet Gupta , "linux-snps-arc@lists.infradead.org" Subject: Re: Add patch "kernel/exit.c: export abort() to modules" to 4.14-stable tree Message-ID: <20180208170548.GB14517@kroah.com> References: <1517844619.26739.5.camel@synopsys.com> <20180208170412.GA14517@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180208170412.GA14517@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Feb 08, 2018 at 06:04:12PM +0100, Greg KH wrote: > On Mon, Feb 05, 2018 at 03:30:19PM +0000, Evgeniy Didin wrote: > > Patch subject: "kernel/exit.c: export abort() to modules" > > Commit ID: dc8635b78cd8 > > Reason:� While building mpi.ko module with lastest stable Linux > > v4.14.17 an error occured: > > >ERROR: "abort" [lib/mpi/mpi.ko] undefined! > > Kernel version: 4.14.x > > The patch does not apply to the 4.14.y kernel tree :( > > Can you please provide a working backport? Ah, the other patch needs to go first, please always tell me what order to apply patches in. Otherwise I will get it wrong (as this just proved to be the case...) thanks, greg k-h