Re: Kernel patch

From: John Bradford (john@grabjohn.com)
Date: Wed Jan 15 2003 - 05:26:57 EST


> 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/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:53 EST