On Fri, Jun 26, Joseph Salisbury wrote: > When the kernel panics, one page worth of kmsg data is written to an allocated > page. The Hypervisor is notified of the page address trough the MSR. This > panic information is collected on the host. Since we are only collecting one > page of data, the full panic message may not be collected. Are the people who need to work with this tiny bit of information satisfied already, or did they already miss info even with this patch? I'm asking because kmsg_dump_get_buffer unconditionally includes the timestamp (unless it is enabled). I do wonder if there should be an API addition to omit the timestamp. Then even more dmesg output can be written into the 4k buffer. Olaf