lkml.org 
[lkml]   [2003]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Kernel patch
Date
> I'm testing the devel kernel 2.5.52 but I've a problem
> if framebuffer , so I'll use a patch to uptade my
> kernel but I'dont know if to me use the patch 2.5.58 I
> need to install the other patchs before, like patch
> 2.5.53,2.5.54,2.5.55...

Yes, you need to apply each patch, using:

bzip2 -dc patch-2.5.53.bz2 | patch -p1

and you can test them first using:

bzip2 -dc patch-2.5.53.bz2 | patch -p1 --dry-run

> Because if I'll need do this I'll download the last
> version than use all that patchs...

Note - if 2.5.58 doesn't work, you can always download patch-2.5.58,
and apply it with:

bzip2 -dc patch-2.5.58.bz2 | patch -p1 -R

to create a 2.5.57 tree, even if you didn't go from 2.5.57 to 2.5.58
by using a patch.

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.021 / U:0.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site