RE: [PATCH 1/2 v6] kdump: add the vmcoreinfo documentation

2019-01-14 Thread Kazuhito Hagio
On 1/11/2019 7:33 AM, Borislav Petkov wrote: > On Thu, Jan 10, 2019 at 08:19:43PM +0800, Lianbo Jiang wrote: >> +init_uts_ns.name.release >> + >> + >> +The version of the Linux kernel. Used to find the corresponding source >> +code from which the kernel has been built. >> +

RE: [PATCH 1/2 v4] kdump: add the vmcoreinfo documentation

2019-01-04 Thread Kazuhito Hagio
-Original Message- > >> +=== > >> +What is the VMCOREINFO? > >> +=== > >> + > >> +VMCOREINFO is a special ELF note section. It contains various > >> +information from the kernel like structure size, page size, symbol > >> +values, field offsets, etc.

RE: [PATCH 1/2 v4] kdump: add the vmcoreinfo documentation

2019-01-03 Thread Kazuhito Hagio
Hi Lianbo, -Original Message- > +=== > +What is the VMCOREINFO? > +=== > + > +VMCOREINFO is a special ELF note section. It contains various > +information from the kernel like structure size, page size, symbol > +values, field offsets, etc. These

RE: [PATCH 1/2 v2] kdump: add the vmcoreinfo documentation

2018-12-10 Thread Kazuhito Hagio
-Original Message- > > makedumpfile doesn't have any switch which dumps VMCOREINFO from kcore > > for now. (I'm thinking to have makedumpfile dump it as debug message, > > though.) > > Might be useful as people are looking into using VMCOREINFO when > debugging a live kernel... Now

RE: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo

2018-11-19 Thread Kazuhito Hagio
On 11/15/2018 4:47 PM, Bhupesh Sharma wrote: > Adding 'page_offset_base' to the vmcoreinfo can be specially useful for > live-debugging of a running kernel via user-space utilities > like makedumpfile (see [1]). I agree. > Recently, I saw an issue with the 'makedumpfile' utility (see [2] for >

RE: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo

2018-11-19 Thread Kazuhito Hagio
On 11/15/2018 4:47 PM, Bhupesh Sharma wrote: > Adding 'page_offset_base' to the vmcoreinfo can be specially useful for > live-debugging of a running kernel via user-space utilities > like makedumpfile (see [1]). I agree. > Recently, I saw an issue with the 'makedumpfile' utility (see [2] for >