01 Nov, 2011

1 commit


04 Aug, 2009

1 commit

  • They tend to get not updated when files are moved around or copied and
    lack any obvious use. While at it zap some only too obvious comments and
    as per Shinya's suggestion, add a copyright header to extable.c.

    Signed-off-by: Ralf Baechle
    Acked-by: Shinya Kuribayashi
    Acked-by: Thadeu Lima de Souza Cascardo

    Ralf Baechle
     

05 Jan, 2009

1 commit

  • /proc/*/stack adds the ability to query a task's stack trace. It is more
    useful than /proc/*/wchan as it provides full stack trace instead of single
    depth. Example output:

    $ cat /proc/self/stack
    [] save_stack_trace_tsk+0x17/0x35
    [] proc_pid_stack+0x4a/0x76
    [] proc_single_show+0x4a/0x5e
    [] seq_read+0xf3/0x29f
    [] vfs_read+0x6d/0x91
    [] sys_read+0x3b/0x60
    [] syscall_call+0x7/0xb
    [] 0xffffffff

    [add save_stack_trace_tsk() on mips, ACK Ralf --adobriyan]
    Signed-off-by: Ken Chen
    Signed-off-by: Ingo Molnar
    Signed-off-by: Alexey Dobriyan

    Ken Chen
     

23 Jul, 2008

1 commit


18 Jul, 2008

1 commit

  • Fixes this type of problem:

    CC arch/s390/kernel/stacktrace.o
    arch/s390/kernel/stacktrace.c:84: warning: data definition has no type or storage class
    arch/s390/kernel/stacktrace.c:84: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
    arch/s390/kernel/stacktrace.c:84: warning: parameter names (without types) in function declaration
    arch/s390/kernel/stacktrace.c:97: warning: data definition has no type or storage class
    arch/s390/kernel/stacktrace.c:97: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
    arch/s390/kernel/stacktrace.c:97: warning: parameter names (without types) in function declaration

    caused by "stacktrace: export save_stack_trace[_tsk]"

    Signed-off-by: Heiko Carstens
    Cc: Stephen Rothwell
    Cc: Linus Torvalds
    Cc: Andrew Morton
    Signed-off-by: Ingo Molnar

    Heiko Carstens
     

03 Jul, 2008

1 commit


09 May, 2007

1 commit

  • Simplify the stacktrace code:

    - remove the unused task argument to save_stack_trace, it's always
    current
    - remove the all_contexts flag, it's alwasy 0

    Signed-off-by: Christoph Hellwig
    Cc: Paul Mundt
    Cc: Ralf Baechle
    Cc: Martin Schwidefsky
    Cc: "David S. Miller"
    Cc: Andi Kleen
    Cc: Akinobu Mita
    Acked-by: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Christoph Hellwig
     

20 Oct, 2006

1 commit


02 Oct, 2006

3 commits