From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:38828 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbdL2R0J (ORCPT ); Fri, 29 Dec 2017 12:26:09 -0500 Date: Fri, 29 Dec 2017 18:26:10 +0100 From: Greg KH To: Toralf =?iso-8859-1?Q?F=F6rster?= Cc: stable@vger.kernel.org Subject: Re: 4.14.10-rc : make[2]: execvp: ./sync-check.sh: Permission denied Message-ID: <20171229172610.GA11503@kroah.com> References: <6687755a-8d27-abed-66fb-3105eb71c599@gmx.de> <20171227195322.GA26265@kroah.com> <54533d3a-8e19-9e14-7155-42b41b46199a@gmx.de> <20171229091545.GA18441@kroah.com> <20171229164011.GA21749@kroah.com> <74d0397e-19e1-816f-a55d-99524e46791c@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <74d0397e-19e1-816f-a55d-99524e46791c@gmx.de> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Dec 29, 2017 at 06:14:02PM +0100, Toralf F�rster wrote: > On 12/29/2017 05:40 PM, Greg KH wrote: > > And how do you apply the patches? Or are you using the linux-stable-rc > > kernel tree? > > > > thanks, > > I cloned Linus repository over a year ago, added the stable (yours) as a remote repo and do since that time: Which exact repo of "mine" did you use here? > as common user: > > cd ~/devel/linux/ ; git diff v4.14.9..v4.14.10 | (cd /usr/src/linux && sudo patch -p1) There was no 4.14.10 in my repo at the time, so how did this get created? > and as root: > cd /usr/src/linux-4.x && time make -j4 && make modules_install && make install && rm -f /boot/*.old && grub-mkconfig -o /boot/grub/grub.cfg > > and this yields into: > > LD /usr/src/linux-4.x/tools/objtool/objtool-in.o > make[2]: execvp: ./sync-check.sh: Permission denied > make[2]: *** [Makefile:49: /usr/src/linux-4.x/tools/objtool/objtool] Error 127 > make[1]: *** [Makefile:62: objtool] Error 2 > make: *** [Makefile:1629: tools/objtool] Error 2 > make: *** Waiting for unfinished jobs.... > CHK include/generated/asm-offsets.h > UPD include/generated/asm-offsets.h > CALL scripts/checksyscalls.sh > > > What helped is a : > > chmod u+x ./tools/objtool/sync-check.sh Odd, oh well, 4.14.10 is now out, hopefully you do not have to do this by hand anymore. thanks, greg k-h