On Sun, 2015-03-01 at 10:00 -0600, Larry Finger wrote: > On 02/28/2015 04:29 PM, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > > > The patch below does not apply to the 3.19-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > > > thanks, > > > > greg k-h > > Greg, > > Is there some repo that contains the 3.19-stable tree including all patches > applied thus far? I found one conflict that I expected, but one additional that > I did not. That source would help prevent the pushing of yet another conflict. There isn't a git branch with patches applied, but the patches themselves are in a git repository: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git You should be able to turn these into a branch with something like: git checkout v3.19 export GIT_DIR=$PWD/.git cd ../stable-queue/queue-3.19 while read patch; do git am $patch done < series Ben. -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer
Attachment:
signature.asc
Description: This is a digitally signed message part