Re: [RFC PATCH 0/8] backtrace/oops with source/line information

From: Cong Wang
Date: Fri Apr 27 2012 - 02:48:40 EST


On 04/21/2012 05:29 AM, Jason Wessel wrote:

The key difference here is that you get the source line information in
any kind of oops/panic/backtrace, including inside kernel modules. Of
course this comes at the expense of some memory you do not get to use
because these tables have to get stored in a place that is accessible
after a crash. On a system with 4 gigs of ram however, the cost is
nearly insignificant when you have to give up a few megs for the
capability. The idea is to make it a bit easier to just jump into a
source tree without having to use any tools to decode the dump (which
I know every kernel developer out there already has anwyay :-)

So is the vmlinux size, right?
--
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/