05 Jun, 2014

1 commit


28 Jun, 2008

2 commits

  • On qemu, the backtrace would show up _after_ the "end of backtrace
    testing" message.

    This patch changes it to use completions instead, which will guarantee
    that no such race exists.

    Cc: Arjan van de Ven
    Signed-off-by: Vegard Nossum
    Cc: Arjan van de Ven
    Cc: Andrew Morton
    Signed-off-by: Ingo Molnar

    Vegard Nossum
     
  • This patch adds saved stack-traces to the backtrace suite of self-tests.

    Note that we don't depend on or unconditionally enable CONFIG_STACKTRACE
    because not all architectures may have it (and we still want to enable the
    other tests for those architectures).

    Cc: Arjan van de Ven
    Signed-off-by: Vegard Nossum
    Cc: Arjan van de Ven
    Cc: Andrew Morton
    Signed-off-by: Ingo Molnar

    Vegard Nossum
     

30 Jan, 2008

1 commit

  • During the work on the x86 32 and 64 bit backtrace code I found it useful
    to have a simple test module to test a process and irq context backtrace.
    Since the existing backtrace code was buggy, I figure it might be useful
    to have such a test module in the kernel so that maybe we can even
    detect such bugs earlier..

    [ mingo@elte.hu: build fix ]

    Signed-off-by: Arjan van de Ven
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Arjan van de Ven