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:37:04 +0100	[thread overview]
Message-ID: <20171229173703.GA13010@kroah.com> (raw)
In-Reply-To: <a5817285-a216-5836-b00e-1c6ba0f42a34@gmx.de>

On Fri, Dec 29, 2017 at 06:32:26PM +0100, Toralf F�rster wrote:
> On 12/29/2017 06:26 PM, Greg KH wrote:
> > 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?
> 
> ~/devel/linux $ cat .git/config 
> [core]
>         repositoryformatversion = 0
>         filemode = true
>         bare = false
>         logallrefupdates = true
> [remote "origin"]
>         url = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         fetch = +refs/heads/*:refs/remotes/origin/*
> [branch "master"]
>         remote = origin
>         merge = refs/heads/master
> [remote "stable"]
>         url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>         fetch = +refs/heads/*:refs/remotes/stable/*

This did not have the 4.14.10-rc tree in it, but now, yes, that will
show up.

> >> 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?
> 
> Sure, I started with 3.x, the command line above is from today few minutes after you pushed out the tag

Be careful with 'patch', odds are it is not keeping the permissions that
git is telling it to use.

good luck!

greg k-h

  reply	other threads:[~2017-12-29 17:37 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
2017-12-29 17:32               ` Toralf Förster
2017-12-29 17:37                 ` Greg KH [this message]
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=20171229173703.GA13010@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).