Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-14 Thread Pavel Machek
Hi! > > E.g. OOPSes of 50 lines occupy ~20 with this patch. > > > > This is an example of how it will look for i386, but if this > > will be found useful, I will make the patch for other arched > > I can test it on (at least x86_64, ia64). > > Just use a higher resolution with vga=... > I have

Re: [Devel] Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-09 Thread Kirill Korotaev
Andi Kleen wrote: >>Not everyone likes frame buffer > > > You don't need the frame buffer; cards typically have text mode > fonts upto 80x50. The node numbers vary, but you can find out yours > with vga=ask > > >>but even with it any OOPs in >>network code which happens in softirq, io schedul

Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-08 Thread Ph. Marek
On Mittwoch, 8. August 2007, Andi Kleen wrote: > > Not everyone likes frame buffer > > You don't need the frame buffer; cards typically have text mode > fonts upto 80x50. The node numbers vary, but you can find out yours > with vga=ask > > > but even with it any OOPs in > > network code which happe

Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-08 Thread Andi Kleen
> Not everyone likes frame buffer You don't need the frame buffer; cards typically have text mode fonts upto 80x50. The node numbers vary, but you can find out yours with vga=ask > but even with it any OOPs in > network code which happens in softirq, io scheduler and nearby > code that is cal

Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-08 Thread Pavel Emelyanov
Andi Kleen wrote: Pavel Emelyanov <[EMAIL PROTECTED]> writes: When printing a BUG or OOPS report the longest part of it is the calltrace, which sometimes (quite often) doesn't fit the standard 25-lines display. This may become a bad news when the system doesn't have a serial/net console and is

Re: [PATCH] Add ability to print calltraces tighter on i386

2007-08-08 Thread Andi Kleen
Pavel Emelyanov <[EMAIL PROTECTED]> writes: > When printing a BUG or OOPS report the longest part of it is > the calltrace, which sometimes (quite often) doesn't fit the > standard 25-lines display. This may become a bad news when the > system doesn't have a serial/net console and is completely fr

[PATCH] Add ability to print calltraces tighter on i386

2007-08-08 Thread Pavel Emelyanov
When printing a BUG or OOPS report the longest part of it is the calltrace, which sometimes (quite often) doesn't fit the standard 25-lines display. This may become a bad news when the system doesn't have a serial/net console and is completely frozen so that the terminal scrolling doesn't work.