stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: "Toralf Förster" <toralf.foerster@gmx.de>
Cc: stable@vger.kernel.org
Subject: Re: 4.14.10-rc : make[2]: execvp: ./sync-check.sh: Permission denied
Date: Fri, 29 Dec 2017 18:26:10 +0100	[thread overview]
Message-ID: <20171229172610.GA11503@kroah.com> (raw)
In-Reply-To: <74d0397e-19e1-816f-a55d-99524e46791c@gmx.de>

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

  reply	other threads:[~2017-12-29 17:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27 18:52 4.14.10-rc : make[2]: execvp: ./sync-check.sh: Permission denied Toralf Förster
2017-12-27 19:53 ` Greg KH
2017-12-28 19:25   ` Toralf Förster
2017-12-29  9:15     ` Greg KH
2017-12-29  9:51       ` Toralf Förster
2017-12-29 16:40         ` Greg KH
2017-12-29 17:14           ` Toralf Förster
2017-12-29 17:26             ` Greg KH [this message]
2017-12-29 17:32               ` Toralf Förster
2017-12-29 17:37                 ` Greg KH
2017-12-29 17:40                   ` Toralf Förster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171229172610.GA11503@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    --cc=toralf.foerster@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).