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


Groups > linux.kernel > #1432298

Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.

From Dave Young <dyoung@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Date 2016-06-27 22:30 +0200
Message-ID <rOLkl-59s-11@gated-at.bofh.it> (permalink)
References <rMzQl-1Gf-3@gated-at.bofh.it> <rNeTw-3z3-33@gated-at.bofh.it> <rOHA5-2Ez-27@gated-at.bofh.it> <rOHJM-2Ik-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Please ignore previous reply, I mistakenly send a broken mail without
subject, sorry about it. Resend the reply here.

On 06/27/16 at 01:37pm, Thiago Jung Bauermann wrote:
> Am Dienstag, 28 Juni 2016, 00:19:48 schrieb Dave Young:
> > On 06/23/16 at 12:37pm, Thiago Jung Bauermann wrote:
> > > Am Donnerstag, 23 Juni 2016, 01:44:07 schrieb Dave Young:
> > > What is bad about the description of top_down?
> > It is not clear enough to me, I personally think the original one in
> > source code is better:
> > /* allocate from top of memory hole */
> 
> Actually I realized there's some discrepancy in how the x86 code uses 
> top_down and how I need it to work in powerpc. This may be what is confusing 
> about my comment and the existing comment.
> 
> x86 always walks memory from bottom to top but if top_down is true, in each 
> memory region it will allocate the memory hole in the highest address within 
> that region. I don't know why it is done that way, though.

I think we did not meaning to do this, considering kdump we have only
one crashkernel region for searching (crashk_res) so it is fine.
For kexec maybe changing the walking function to accept top_down is
reasonable.
 
Ccing Vivek see if he can remember something..

> 
> On powerpc, the memory walk itself should be from top to bottom, as well as 
> the memory hole allocation within each memory region.
> 
> Should I add a separate top_down argument to kexec_locate_mem_hole to 
> control if the memory walk should be from top to bottom, and then the 
> bottom_up member of struct kexec_buf controls where inside each memory 
> region the memory hole will be allocated?
> 
> -- 
> []'s
> Thiago Jung Bauermann
> IBM Linux Technology Center
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-27 18:30 +0200
  Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> - 2016-06-27 18:40 +0200
    Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> - 2016-06-27 19:00 +0200
    Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-27 22:30 +0200
      Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-28 21:30 +0200
        Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> - 2016-06-29 00:20 +0200
          Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-29 21:50 +0200
            Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> - 2016-06-29 23:20 +0200
              Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-30 17:50 +0200
                Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> - 2016-06-30 19:40 +0200
                Re: [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from  kexec_add_buffer. Dave Young <dyoung@redhat.com> - 2016-06-30 23:40 +0200

csiph-web