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/