On 03/01/2015 10:13 AM, Ben Hutchings wrote:
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,
Thanks. Yet another trick for my bag if I need to use it before I forget it
exists. :)
It turns out my fix would have been OK.
Larry
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html