Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-26 Thread Minfei Huang
On 03/23/16 at 10:48am, Baoquan He wrote: > On 03/01/16 at 05:53pm, Xunlei Pang wrote: > > This is a bug fix. > > > > After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() > > (only used by S390) to consolidate it with > > arch_kexec_unprotect/protect_crashkres(). > > Hi Xu

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-24 Thread Xunlei Pang
On 2016/03/23 at 20:32, Baoquan He wrote: > On 03/23/16 at 05:59pm, Xunlei Pang wrote: >> On 2016/03/23 at 16:23, Baoquan He wrote: >>> On 03/23/16 at 11:32am, Xunlei Pang wrote: On 2016/03/23 at 10:48, Baoquan He wrote: > On 03/01/16 at 05:53pm, Xunlei Pang wrote: >> This is a bug fix

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-23 Thread Baoquan He
On 03/23/16 at 05:59pm, Xunlei Pang wrote: > On 2016/03/23 at 16:23, Baoquan He wrote: > > On 03/23/16 at 11:32am, Xunlei Pang wrote: > >> On 2016/03/23 at 10:48, Baoquan He wrote: > >>> On 03/01/16 at 05:53pm, Xunlei Pang wrote: > This is a bug fix. > > After this, I will try to do

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-23 Thread Xunlei Pang
On 2016/03/23 at 16:23, Baoquan He wrote: > On 03/23/16 at 11:32am, Xunlei Pang wrote: >> On 2016/03/23 at 10:48, Baoquan He wrote: >>> On 03/01/16 at 05:53pm, Xunlei Pang wrote: This is a bug fix. After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() (only

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-23 Thread Baoquan He
On 03/23/16 at 11:32am, Xunlei Pang wrote: > On 2016/03/23 at 10:48, Baoquan He wrote: > > On 03/01/16 at 05:53pm, Xunlei Pang wrote: > >> This is a bug fix. > >> > >> After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() > >> (only used by S390) to consolidate it with > >> a

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-22 Thread Xunlei Pang
On 2016/03/23 at 10:48, Baoquan He wrote: > On 03/01/16 at 05:53pm, Xunlei Pang wrote: >> This is a bug fix. >> >> After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() >> (only used by S390) to consolidate it with >> arch_kexec_unprotect/protect_crashkres(). > Hi Xunlei, Min

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-22 Thread Baoquan He
On 03/01/16 at 05:53pm, Xunlei Pang wrote: > This is a bug fix. > > After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() > (only used by S390) to consolidate it with > arch_kexec_unprotect/protect_crashkres(). Hi Xunlei, Minfei, I think you need discuss together about how

Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-01 Thread Xunlei Pang
This is a bug fix. After this, I will try to do a cleanup for crash_unmap/map_reserved_pages() (only used by S390) to consolidate it with arch_kexec_unprotect/protect_crashkres(). Regards, Xunlei On 03/01/2016 at 04:02 PM, Minfei Huang wrote: > v1: > - Bisect the patch according to Andrew Morto

[PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path

2016-03-01 Thread Minfei Huang
v1: - Bisect the patch according to Andrew Morton's suggestion Minfei Huang (2): kexec: Make a pair of map/unmap reserved pages in error path kexec: Do a cleanup for function kexec_load kernel/kexec.c | 112 - 1 file changed, 63 inserti