31 Mar, 2011

1 commit


03 Mar, 2011

1 commit

  • In tomoyo_check_open_permission() since 2.6.36, TOMOYO was by error
    recalculating already calculated pathname when checking allow_rewrite
    permission. As a result, memory will leak whenever a file is opened for writing
    without O_APPEND flag. Also, performance will degrade because TOMOYO is
    calculating pathname regardless of profile configuration.
    This patch fixes the leak and performance degrade.

    Signed-off-by: Tetsuo Handa
    Signed-off-by: James Morris

    Tetsuo Handa
     

07 Jan, 2011

1 commit


26 Oct, 2010

1 commit


21 Oct, 2010

2 commits


27 Sep, 2010

1 commit

  • System call entry functions sys_*() are never to be called from
    general kernel code. The fact that they aren't declared in header
    files should have been a clue. These functions also don't exist on
    Alpha since it has sys_getxpid() instead.

    Signed-off-by: Ben Hutchings
    Acked-by: Tetsuo Handa
    Signed-off-by: James Morris

    Ben Hutchings
     

02 Aug, 2010

33 commits