
HOWTO - apply a Linux kernel patch to the stable tree
2 years ago
00:00
629
More
1. HOWTO - apply a Linux kernel patch to the stable tree
2 years ago
This is a screencast of the steps involved in applying a patch to the Linux -stable kernel series.
It shows the scripts and tools used (quilt, git, mutt, and others) and how it all works together.
It shows the scripts and tools used (quilt, git, mutt, and others) and how it all works together.
| Date | Plays | Likes | Comments |
|---|---|---|---|
| Totals | 9,996 | 14 | 17 |
| Feb 14th | 1 | 0 | 0 |
| Feb 13th | 0 | 0 | 0 |
| Feb 12th | 0 | 0 | 0 |
| Feb 11th | 3 | 0 | 0 |
| Feb 10th | 2 | 0 | 0 |
| Feb 9th | 0 | 0 | 0 |
| Feb 8th | 0 | 0 | 0 |
Check out these lessons to learn more about how you can make videos like this one!
-
Vimeo: About / Blog / Developers / Jobs /
Community Guidelines /
Help Center / Video School / Music Store / Site Map
/ Vimeo
or
-
Legal: TM + ©2012 Vimeo, LLC. All rights reserved. / Terms of Service / Privacy Statement / Copyright

Prev week
On a sidenote, I liked your bash prompt coloring scheme ($PS1) , can you give the bashrc command that you have for it ?
Thanks a lot!
Or is there an other reason for using quilt?
Also, it is easier to share stuff as a quilt tree, than a stgit tree, although, again, that might have changed since I last looked.
And, stgit also used to not handle patches in mbox format very easily, again, that might have changed.
Either way, I would have to import the patches into a stgit tree, to handle them this way, right?
From the git's point of view, the stgit-ed branch looks exactly like any other one, and the stgit patches in it are in fact git commits. So after you are done, you can push it to a public git repo, so no import/export is ever needed.
Not sure about if it got faster, but I've never had any problems with its speed, but then, I've never worked on queues longer than a few tens commits.
Other scripts that I use for applying patches for development stuff are already in my gregkh directory on kernel.org.
How does ketchup helps in this process?
I'm not familiar at all with git's mbox facilities but isn't there a way to automatically generate patches from stable@ list using git?
Thanks a lot!
Is there a special reason you use mutt or for no reason?
Regards,
Lukas