06 May, 2007

1 commit

  • CC fs/nfs/nfsroot.o
    fs/nfs/nfsroot.c:131: error: tokens causes a section type conflict
    make[2]: *** [fs/nfs/nfsroot.o] Error 1

    This is due to mixing const and non-const content in the same section
    which halfway recent gccs absolutely hate. Fixed by dropping the const.

    Signed-off-by: Ralf Baechle
    Signed-off-by: Linus Torvalds

    Ralf Baechle
     

03 May, 2007

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