* [uml-devel] applying a .diff.bz2 patch
@ 2005-05-19 19:30 ashwin tanugula
2005-05-20 10:29 ` Henrik Nordstrom
0 siblings, 1 reply; 2+ messages in thread
From: ashwin tanugula @ 2005-05-19 19:30 UTC (permalink / raw)
To: user-mode-linux-devel, user-mode-linux-user
Hi
How do i apply a .diff.bz2 patch to a linux kernel?
Thanks,
Ashwin.
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id\x16344&opÌk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [uml-devel] applying a .diff.bz2 patch
2005-05-19 19:30 [uml-devel] applying a .diff.bz2 patch ashwin tanugula
@ 2005-05-20 10:29 ` Henrik Nordstrom
0 siblings, 0 replies; 2+ messages in thread
From: Henrik Nordstrom @ 2005-05-20 10:29 UTC (permalink / raw)
To: ashwin tanugula; +Cc: user-mode-linux-devel
On Thu, 19 May 2005, ashwin tanugula wrote:
> Hi
> How do i apply a .diff.bz2 patch to a linux kernel?
Usually by
cd linux-x.y.z
bzcat /path/to/patchfile.diff.bz2 | patch -p1 -s
then rebuild the kernel.
Sometimes -p0 is required instead of -p1, but very rarely (depends on who
made the patch and how, see "man patch" for details)
Regards
Henrik
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-20 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 19:30 [uml-devel] applying a .diff.bz2 patch ashwin tanugula
2005-05-20 10:29 ` Henrik Nordstrom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox