Re: make kernelrelease ignoring LOCALVERSION_AUTO

From: Uwe Zeisberger (zeisberg_at_informatik.uni-freiburg.de)
Date: 11/21/05

  • Next message: Takashi Iwai: "Re: intel8x0 sound of silence on dell system"
    Date:	Mon, 21 Nov 2005 11:53:53 +0100
    To: James Cloos <cloos@jhcloos.com>
    
    

    James Cloos wrote:
    > I did a $(git-repack -a -d && git-prune-packed) before trying the bisect.
    >
    > I also found that $(make oldconfig; make kernelrelease) was enough to
    > bisect down to the commit in question.
    >
    > The final git bisect bad reported:
    >
    > ,---- :; git bisect bad
    > | ac4d5f74a9b243d9f3f123fe5ce609478df208d8 is first bad commit
    > | diff-tree ac4d5f74a9b243d9f3f123fe5ce609478df208d8 (from ab919c06144cfb11c05b5b5cd291daa96ac2e423)
    > | Author: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
    > | Date: Wed Nov 9 15:54:08 2005 +0100
    > |
    > | [PATCH] kbuild: make kernelrelease in unconfigured kernel prints an error
    > |
    > | Do not include .config for target kernelrelease
    > |
    > | Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
    > | Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
    > |
    > | :100644 100644 2dac8010c14296bf71b20da92d7256d6a5b41f22 3152d6377eb20bb79a95850fabf7b6fee3a64ad2 M Makefile
    > `----
    >
    > Whatever the solution, it is commit ac4d5f74a9b243d9f3f123fe5ce609478df208d8
    > that breaks $(make kernelrelease).
    That's true, I recently realized that, too, but didn't find the time to
    react.

    In my eyes the solution has to be that .config is included iff it
    exists.

    I'll work out a patch and send it to you.

    Best regards
    Uwe

    -- 
    Uwe Zeisberger
    exit vi, lesson V:
    o : q ! CTRL-V <CR> <Esc> " d d d @ d
    -
    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/
    

  • Next message: Takashi Iwai: "Re: intel8x0 sound of silence on dell system"

    Relevant Pages

    • Re: make kernelrelease ignoring LOCALVERSION_AUTO
      ... I also found that $(make oldconfig; make kernelrelease) was enough to ... bisect down to the commit in question. ... But the kernelrelease is really .config dependant, ...
      (Linux-Kernel)
    • Re: http://www.kernel.org/doc/local/git-quick.html#bisect
      ... I found it via google searching for git ... bisect and it wasn't properly documented then. ... The sky is falling, the sky is falling! ... git bisect visualize and choose another commit to test. ...
      (Linux-Kernel)
    • Re: Linux 2.6.27-rc3: kernel BUG at mm/vmalloc.c - bisected
      ... Both parents of the merge commit were ... git bisect bad b1b135c8d619cb2c7045d6ee4e48375882518bb5 ... git bisect good 40c42076ebd362dc69210cccea101ac80b6d4bd4 ... I've patched the kernel w/ your suggestion, ...
      (Linux-Kernel)
    • Re: 2.6.29-rc1 does not boot
      ... When I try to boot it, that kind of works until init should start. ... thats because I applied Timo Hoenigs patch for the fingerprint ... So the right commit where it worked is 6680598. ... I am starting to bisect now, will report back when I found something. ...
      (Linux-Kernel)
    • Re: http://www.kernel.org/doc/local/git-quick.html#bisect
      ... I wrote it way back when, because I had to learn how to use git ... enough to do a bisect and it wasn't properly documented then. ... git bisect visualize and choose another commit to test. ... bug "speakers don't work in rc5, ...
      (Linux-Kernel)