Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1346442 > unrolled thread

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

Started byMinfei Huang <mnfhuang@gmail.com>
First post2016-03-01 09:10 +0100
Last post2016-03-01 11:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path Minfei Huang <mnfhuang@gmail.com> - 2016-03-01 09:10 +0100
    Re: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in  error path Xunlei Pang <xlpang@redhat.com> - 2016-03-01 11:00 +0100

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

FromMinfei Huang <mnfhuang@gmail.com>
Date2016-03-01 09:10 +0100
Subject[PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path
Message-ID<r7Nxw-6uW-7@gated-at.bofh.it>
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 insertions(+), 49 deletions(-)

-- 
1.9.1

[toc] | [next] | [standalone]


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

FromXunlei Pang <xlpang@redhat.com>
Date2016-03-01 11:00 +0100
SubjectRe: [PATCH V2 0/2] kexec: Make a pair of map/unmap reserved pages in error path
Message-ID<r7PfZ-7ob-17@gated-at.bofh.it>
In reply to#1346442
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 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 insertions(+), 49 deletions(-)
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web