C'est écrit en toute lettre dans ce doc (A lire ABSOLUMENT avant de tester le kernel linux-2.6) : http://lwn.net/Articles/39901/(...)
Applying patches.
~~~~~~~~~~~~~~~~~
- In 2.4 and previous kernels, the recommended way to apply patches was to use a command line such as ...
gzip -cd patchXX.gz | patch -p0
In 2.5, Linus started adding an extra path element to the diffs,
so using -p1 in the untarred 'to be patched' directory is necessary.
# patch -p1
Posté par Foxy (site web personnel) . En réponse au journal appliquer le patch linux-2.6.0-test2. Évalué à 5.
Applying patches.
~~~~~~~~~~~~~~~~~
- In 2.4 and previous kernels, the recommended way to apply patches was to use a command line such as ...
gzip -cd patchXX.gz | patch -p0
In 2.5, Linus started adding an extra path element to the diffs,
so using -p1 in the untarred 'to be patched' directory is necessary.