10 Jun, 2014

1 commit


07 Nov, 2013

1 commit

  • The modpost tool could overflow its stack buffer if someone was running
    with an insane shell environment. Regardless, it's technically a bug,
    so this fixes it to truncate the string instead of seg-faulting.

    Found by Coverity.

    Signed-off-by: Kees Cook
    Signed-off-by: Michal Marek

    Kees Cook
     

14 Mar, 2011

1 commit

  • Recent change to fixdep:

    commit b7bd182176960fdd139486cadb9962b39f8a2b50
    Author: Michal Marek
    Date: Thu Feb 17 15:13:54 2011 +0100

    fixdep: Do not record dependency on the source file itself

    changed the format of the *.cmd files without realizing that it is also
    used by modpost. Put the path to the source file to the file back, in a
    special variable, so that modpost sees all source files when calculating
    srcversion for modules.

    Reported-and-tested-by: Henrik Rydberg
    Signed-off-by: Michal Marek
    Signed-off-by: Linus Torvalds

    Michal Marek
     

21 Sep, 2009

1 commit


30 Oct, 2008

1 commit

  • This fixes a compile time warning which occurs whenever a static library
    is linked into a kernel module. MODPOST tries to look for a
    "..cmd" file to look for its dependencies, but that file
    doesn't exist or get generated for static libraries.

    This patch prevents modpost from looking for a .cmd file when a module is
    linked with a static library

    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Ashutosh Naik
    Cc: Rusty Russell
    Signed-off-by: Andrew Morton
    Signed-off-by: Sam Ravnborg

    Ashutosh Naik
     

19 May, 2007

1 commit


03 May, 2007

1 commit


19 Feb, 2006

2 commits


28 Jul, 2005

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