Re: [PATCH] alternate stack dump fix.

From: Andrew Morton
Date: Sun Oct 03 2004 - 12:11:34 EST


Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
>
> There is another problem in show_trace(). With CONFIG_FRAME_POINTER
> every call to print_context_stack() will now print entire call chain,
> switching the stacks transparently, beacause valid_stack_ptr()
> now accepts ebp in irq stack.
>
> Then show trace switch the stack, and calls print_context_stack()
> again with the same value in ebp, and we have the same dump
> after printk(" =======================\n").
>
> What do you think about the following patch?
>
> Against 2.6.9-rc3.

But it conflicts in a big way with Kirill's patch. Could you redo it
against 2.6.9-rc3-mm1, or against just

fix-of-stack-dump-in-soft-hardirqs.patch
fix-of-stack-dump-in-soft-hardirqs-cleanup.patch
fix-of-stack-dump-in-soft-hardirqs-build-fix.patch

from ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc3/2.6.9-rc3-mm1/broken-out?

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/