]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit1922163c8dfe717c089bdcc18ade4a65350a09c8
treebe95a8f0df16e71f41dce26e8e530a900a4173a2
parent64f562c6df3cfc5d1b2b4bdbcb7951457df9c237
[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