17 Jun, 2005

1 commit

  • warning when building with gcc -W :

    include/linux/efi.h: In function `efi_range_is_wc':
    include/linux/efi.h:320: warning: comparison between signed and unsigned

    It looks to me like a significantly large 'len' passed in could cause the
    loop to never end. Isn't it safer to make 'i' an unsigned long as well?
    Like this little patch below (which of course also kills the warning) :

    Signed-off-by: Jesper Juhl
    Signed-off-by: Tony Luck

    Jesper Juhl
     

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