Re: + panic-avoid-the-extra-noise-dmesg.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On (12/05/18 11:50), Sergey Senozhatsky wrote:
> 
> panic_print_sys_info() can be very verbose, and it happens much later
> than dump_stack() from panic CPU. So you are guaranteed to have same
> problems you are trying to avoid: "the original context gets
> lost on screen" and "confused people post bad bug reports".
> 

And it probably would be _a bit_ better to do panic_print_sys_info()
before console_flush_on_panic().

---
        debug_locks_off();
-       console_flush_on_panic();
-
        panic_print_sys_info();
+       console_flush_on_panic();
---

	-ss



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux