01 May, 2010

1 commit

  • The MIPS implementation of die() forgets to call notify_die() and thus notifiers
    registered via register_die_notifier() are not called. This results in kgdb not
    being activated on exceptions.

    The only subtlety is that notify_die declares its regs argument w/o const, so
    the const had to be removed from mips die() as well.

    [Ralf: Fixed build error for SGI IP22 and IP28 platforms.]

    Signed-off-by: Yury Polyanskiy
    Cc: linux-mips@linux-mips.org
    Patchworks: http://patchwork.linux-mips.org/patch/1142/
    Acked-by: Jason Wessel
    Signed-off-by: Ralf Baechle

    ---

    Yury Polyanskiy
     

08 Oct, 2006

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