17 Oct, 2012

1 commit

  • It seems I accidentally switched the guard on linux/elf-fdpic.h from #ifdef
    __KERNEL__ to #ifndef __KERNEL__ when attempting to expand the guarded region
    to cover the elf_fdpic_params struct when doing the UAPI split - with the
    result that the struct became unavailable to kernel code.

    Move incorrectly guarded bits back to the kernelspace header.

    Whilst we're at it, the __KERNEL__ guards can be deleted as they're no longer
    necessary.

    Reported-by: Fengguang Wu
    Reported-by: Lars-Peter Clausen
    Signed-off-by: David Howells
    cc: Fengguang Wu
    cc: Lars-Peter Clausen
    cc: uclinux-dev@uclinux.org
    Signed-off-by: Linus Torvalds

    David Howells
     

13 Oct, 2012

1 commit


31 Jan, 2009

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds