Patch 2.6.9 Effect on Top Level Makefile

From: Bryan Batten (me_at_here.invalid)
Date: 10/26/04


Date: Tue, 26 Oct 2004 14:08:59 -0700

I went through the process of patching my kernel source up from 2.6.4
to 2.6.9 (heh). All went fine up through 2.6.8.1 (which I applied
after 2.6.8).

Applying the 2.6.9 patch did not give any error indications, but when
I looked at the first few lines of the top level Makefile, I saw:

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 8
EXTRAVERSION = .1

... even though the patch file has:

diff -Nru a/Makefile b/Makefile
--- a/Makefile 2004-10-18 14:56:33 -07:00
+++ b/Makefile 2004-10-18 14:56:34 -07:00
@@ -1,6 +1,6 @@
  VERSION = 2
  PATCHLEVEL = 6
-SUBLEVEL = 8
+SUBLEVEL = 9
  EXTRAVERSION =

Maybe the last line should have been:(?)

-EXTRAVERSION = .1
+EXTRAVERSION =

TIA for any pointers,

Bryan



Relevant Pages

  • Re: Russ Coopers AusCERT Presentation on MS Security Bulletins
    ... but this gal in SBSland thinks that non-patching is NOT the ... I'll take a Security hotfix anyday, thank you, ... feel that I get 100% in my lan of patching. ... there on XP sp2 RC, firewall in place AND the Sasser patch in place, I ...
    (NT-Bugtraq)
  • Re: Patch Management on Critical Servers (Healthcare)
    ... *nix servers patch management is handled at two levels. ... meeting and approved, especially patching. ... change meetings for the hospitals and dates set. ...
    (Focus-Microsoft)
  • Re: [Full-Disclosure] RE: Linux (in)security
    ... > There's a vast difference in having to backout patches in complex ... And I don't recall the last time that we had to back out a patch in an over ... There isn't a vast difference between patching ... Windows and patching *nix. ...
    (Full-Disclosure)
  • Re: For the love of God, is it even possible to make the Atheros ath.patch & updated HAL actuall
    ... The patch fails at> least 7 hunks in various places in various files, 90% of the failed hunks> are in if_ath.c. ... The stock kernel source does not have enough> of the patch in it to make my wireless card work, and trying to apply the> patch to the 7.0 kernel is a complete failure as well. ... This FreeBSD> installation is sitting here doing absolutely nothing because it's a> complete waste on my Laptop since there is NO wireless support for it at> all. ...
    (freebsd-current)
  • Re: [PATCH] [5/12] x86_64: Make patching more robust, fix paravirt issue
    ... The broken commit is Rusty's patch which, ... AFAICT patching is writing garbage into the insn stream. ... I suspect it's copying an uninitialized temp buffer. ... Can you send me the revert patch that is verified to work? ...
    (Linux-Kernel)