Re: Kernel includefile bug not fixed after a year :-(

From: Sam Ravnborg (sam_at_ravnborg.org)
Date: 09/30/03

  • Next message: Vojtech Pavlik: "Re: [BUG] setkeycodes with 2.6.0-test5 / -test6"
    Date:	Tue, 30 Sep 2003 18:10:18 +0200
    To: "David S. Miller" <davem@redhat.com>
    
    

    On Tue, Sep 30, 2003 at 05:23:37AM -0700, David S. Miller wrote:
    >
    > Suggest changes to fix the problems, but just saying "don't include
    > kernel header in your user apps, NYAH NYAH NYAH!" does not help
    > anyone at all.

    I really liked the proposal that Matthew Wilcox came up with:

    Todays hirachi:
    include/linux => Kernel wide internal
    include/sub-system => sub-system internal
    include/asm-$(ARCH) => arch specific
    include/asm => symlink to include/asm-$(ARCH)
    include/asm-generic => default arch implementations

    Additional hirachy:
    usr/include/linux-abi => kernel wide ABI
    usr/include/abi-$(ARCH) => arch specifics ABI
    usr/include/arch-abi => symlink to above

    I've lost the original email, so the names differ, but the
    principle is the same.

    Then we could slowly migrate the user level stuff to usr/include.
    Do you see this as a sensible solution also for ipv6?

            Sam
    -
    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: Vojtech Pavlik: "Re: [BUG] setkeycodes with 2.6.0-test5 / -test6"