]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] patch-kernel: support non-incremental 2.6.x.y 'stable' patches
authorRandy.Dunlap <rddunlap@osdl.org>
Thu, 5 May 2005 23:15:43 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:40 +0000 (16:36 -0700)
commit534b0817c01b94dd92e8ec812d2a7153e16e6085
treebe95a8f0df16e71f41dce26e8e530a900a4173a2
parentb525bc1db6ae7b4f53649ea63438adab48641588
[PATCH] patch-kernel: support non-incremental 2.6.x.y 'stable' patches

Add better support for (non-incremental) 2.6.x.y patches; If an ending
version number if not specified, the script automatically increments the
SUBLEVEL (x in 2.6.x.y) until no more patch files are found; however,
EXTRAVERSION (y in 2.6.x.y) is never automatically incremented but must be
specified fully.

patch-kernel does not normally support reverse patching, but does so when
applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to
2.6.11.z is easy and handled by the script (reverse 2.6.11.y and apply
2.6.11.z).

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/patch-kernel