Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-19 Thread Martin Schwidefsky
On Fri, 19 Jul 2013 09:35:18 -0400 Vivek Goyal wrote: > On Fri, Jul 19, 2013 at 08:50:20AM +0200, Martin Schwidefsky wrote: > > On Thu, 18 Jul 2013 09:35:41 -0400 > > Vivek Goyal wrote: > > > > > On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > > > > On Thu, 18 Jul 2013 12:

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-19 Thread Vivek Goyal
On Fri, Jul 19, 2013 at 08:50:20AM +0200, Martin Schwidefsky wrote: > On Thu, 18 Jul 2013 09:35:41 -0400 > Vivek Goyal wrote: > > > On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > > > On Thu, 18 Jul 2013 12:40:04 +0200 > > > Michael Holzheu wrote: > > > > > > > On Wed, 17

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Martin Schwidefsky
On Thu, 18 Jul 2013 09:35:41 -0400 Vivek Goyal wrote: > On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > > On Thu, 18 Jul 2013 12:40:04 +0200 > > Michael Holzheu wrote: > > > > > On Wed, 17 Jul 2013 17:42:07 -0400 > > > Vivek Goyal wrote: > > > > On Wed, Jul 17, 2013 at 06

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Vivek Goyal
On Thu, Jul 18, 2013 at 04:31:21PM +0200, Michael Holzheu wrote: [..] > > Hi Michael, > > > > Once this patch series gets merged for 3.12, can we first do some cleanup > > of s390 code before we do further development there. Basically there is > > no reason that s390 kdump should be any different

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Michael Holzheu
On Thu, 18 Jul 2013 09:27:57 -0400 Vivek Goyal wrote: > On Thu, Jul 18, 2013 at 12:40:04PM +0200, Michael Holzheu wrote: > > On Wed, 17 Jul 2013 17:42:07 -0400 > > Vivek Goyal wrote: > > > On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: > > > > [snip] > > > > > > But this is a

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Vivek Goyal
On Thu, Jul 18, 2013 at 12:47:54PM +0200, Martin Schwidefsky wrote: > On Thu, 18 Jul 2013 12:40:04 +0200 > Michael Holzheu wrote: > > > On Wed, 17 Jul 2013 17:42:07 -0400 > > Vivek Goyal wrote: > > > On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: > > > > [snip] > > > > > > Bu

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Vivek Goyal
On Thu, Jul 18, 2013 at 12:40:04PM +0200, Michael Holzheu wrote: > On Wed, 17 Jul 2013 17:42:07 -0400 > Vivek Goyal wrote: > > On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: > > [snip] > > > > But this is all additional effort now and would not be necessary if we > > > integrat

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Martin Schwidefsky
On Thu, 18 Jul 2013 12:40:04 +0200 Michael Holzheu wrote: > On Wed, 17 Jul 2013 17:42:07 -0400 > Vivek Goyal wrote: > > On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: > > [snip] > > > > But this is all additional effort now and would not be necessary if we > > > integrate thi

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-18 Thread Michael Holzheu
On Wed, 17 Jul 2013 17:42:07 -0400 Vivek Goyal wrote: > On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: [snip] > > But this is all additional effort now and would not be necessary if we > > integrate this patch series in 3.11. > > > > Perhaps we should let Andrew decide here. >

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-17 Thread Vivek Goyal
On Wed, Jul 17, 2013 at 06:00:49PM +0200, Michael Holzheu wrote: > > On Tue, Jul 16, 2013 at 06:18:10PM +0200, Michael Holzheu wrote: > > > Hello Andrew, > > > > > > Here a new kdump patch series that we have discussed with Vivek and > > > Hatayama during the last months. > > > > > > Besides of the

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-17 Thread Andrew Morton
On Tue, 16 Jul 2013 13:24:21 -0400 Vivek Goyal wrote: > Michael, Hatayama, in case this series can't go in 3.11, do you have other > ideas where a small hack fix will allow kdump to work on s390 and we > don't have to revert the mmap() patches. This would certainly be the preferred option at thi

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-17 Thread Michael Holzheu
> On Tue, Jul 16, 2013 at 06:18:10PM +0200, Michael Holzheu wrote: > > Hello Andrew, > > > > Here a new kdump patch series that we have discussed with Vivek and > > Hatayama during the last months. > > > > Besides of the feature described below, this patch series also fixes a > > regression on s390

Re: [PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-16 Thread Vivek Goyal
On Tue, Jul 16, 2013 at 06:18:10PM +0200, Michael Holzheu wrote: > Hello Andrew, > > Here a new kdump patch series that we have discussed with Vivek and > Hatayama during the last months. > > Besides of the feature described below, this patch series also fixes a > regression on s390 that was intr

[PATCH v7 0/5] kdump: Allow ELF header creation in new kernel

2013-07-16 Thread Michael Holzheu
Hello Andrew, Here a new kdump patch series that we have discussed with Vivek and Hatayama during the last months. Besides of the feature described below, this patch series also fixes a regression on s390 that was introduced with the mmap patches for /proc/vmcore (git commit 83086978c63afd7c73e1c