From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60676 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751184AbdL0TxU (ORCPT ); Wed, 27 Dec 2017 14:53:20 -0500 Date: Wed, 27 Dec 2017 20:53:22 +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: <20171227195322.GA26265@kroah.com> References: <6687755a-8d27-abed-66fb-3105eb71c599@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6687755a-8d27-abed-66fb-3105eb71c599@gmx.de> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Dec 27, 2017 at 07:52:11PM +0100, Toralf F�rster wrote: > I do get: > > CC /usr/src/linux-4.x/tools/objtool/libstring.o > HOSTLLD -shared scripts/gcc-plugins/latent_entropy_plugin.so > HOSTCXX -fPIC scripts/gcc-plugins/randomize_layout_plugin.o > CC /usr/src/linux-4.x/tools/objtool/str_error_r.o > LD /usr/src/linux-4.x/tools/objtool/objtool-in.o > HOSTLLD -shared scripts/gcc-plugins/structleak_plugin.so > 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.... > HOSTLLD -shared scripts/gcc-plugins/randomize_layout_plugin.so > t Use 'git quiltimport' to import the patches, that should give you an executable that works. thanks, greg k-h