Re: [PATCH net-next v4 1/3] vmcore: add API to collect hardware dump in second kernel

2018-04-19 Thread Rahul Lakkireddy
On Thursday, April 04/19/18, 2018 at 13:54:56 +0530, Greg KH wrote: > On Tue, Apr 17, 2018 at 01:14:17PM +0530, Rahul Lakkireddy wrote: > > +config PROC_VMCORE_DEVICE_DUMP > > + bool "Device Hardware/Firmware Log Collection" > > + depends on PROC_VMCORE > > + default y > > Only things that

Re: [PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel

2018-04-19 Thread Eric W. Biederman
Rahul Lakkireddy writes: > On Thursday, April 04/19/18, 2018 at 07:10:30 +0530, Dave Young wrote: >> On 04/18/18 at 06:01pm, Rahul Lakkireddy wrote: >> > On Wednesday, April 04/18/18, 2018 at 11:45:46 +0530, Dave Young wrote: >> > > Hi Rahul, >> > > On 04/17/18 at

Re: [PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel

2018-04-19 Thread Rahul Lakkireddy
On Thursday, April 04/19/18, 2018 at 07:10:30 +0530, Dave Young wrote: > On 04/18/18 at 06:01pm, Rahul Lakkireddy wrote: > > On Wednesday, April 04/18/18, 2018 at 11:45:46 +0530, Dave Young wrote: > > > Hi Rahul, > > > On 04/17/18 at 01:14pm, Rahul Lakkireddy wrote: > > > > On production servers

Re: [PATCH v2] kexec: Add --no-checks option

2018-04-19 Thread Simon Horman
On Wed, Apr 11, 2018 at 11:30:48AM -0700, Geoff Levand wrote: > Add a new option --no-checks to kexec that allows for a fast > reboot by avoiding the purgatory integrity checks. This option is > intended for use by kexec based bootloaders that load a new > image and then immediately transfer

Re: [PATCH 0/4] Fix ppc build warnings

2018-04-19 Thread Simon Horman
On Wed, Apr 11, 2018 at 05:03:11PM +, Geoff Levand wrote: > Hi Simon, > > Here are a few fixups for warnings generated when building for 32 bit powerpc > with gcc-7.2.0. Thanks, applied. ___ kexec mailing list kexec@lists.infradead.org

[ANNOUNCE] kexec-tools 2.0.17

2018-04-19 Thread Simon Horman
Hi all, I am happy to announce the release of kexec-tools 2.0.17. This is a feature release coinciding with the release of v4.16 of the Linux Kernel. This release can be downloaded from kernel.org: http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.17.tar.xz

Re: [PATCH net-next v4 1/3] vmcore: add API to collect hardware dump in second kernel

2018-04-19 Thread Greg KH
On Tue, Apr 17, 2018 at 01:14:17PM +0530, Rahul Lakkireddy wrote: > +config PROC_VMCORE_DEVICE_DUMP > + bool "Device Hardware/Firmware Log Collection" > + depends on PROC_VMCORE > + default y Only things that require the machine to keep working should be 'default y', please remove

Re: [PATCH] arm64: Set -fno-PIC along with -mcmodel=large

2018-04-19 Thread Simon Horman
On Wed, Apr 18, 2018 at 12:45:59PM -0400, David Michael wrote: > On Wed, Apr 18, 2018 at 8:54 AM, Simon Horman wrote: > > On Thu, Apr 12, 2018 at 04:37:25PM -0700, Geoff Levand wrote: > >> Hi Simon, > >> > >> On 02/02/2018 03:48 PM, Geoff Levand wrote: > >> > Hi, > >> > > >> >

Re: kdump in upstream kexec-tools

2018-04-19 Thread Simon Horman
On Wed, Apr 18, 2018 at 07:28:54PM +0100, Russell King wrote: > On Wed, Apr 18, 2018 at 03:01:08PM +0200, Simon Horman wrote: > > On Tue, Apr 17, 2018 at 10:01:13AM +0100, Russell King wrote: > > > On Tue, Apr 17, 2018 at 10:20:08AM +0530, Bhupesh Sharma wrote: > > > > Hi, > > > > > > > > I was