All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: tim@xen.org, sstabellini@kernel.org, wei.liu2@citrix.com,
	George.Dunlap@eu.citrix.com, andrew.cooper3@citrix.com,
	ian.jackson@eu.citrix.com, xen-devel@lists.xen.org,
	Julien Grall <julien.grall@arm.com>
Subject: Re: [PATCH 1/5] mm: Initialize lowmem virq when boot-time scrubbing is disabled
Date: Wed, 30 Aug 2017 09:02:12 -0400	[thread overview]
Message-ID: <7691a136-bee9-9198-173f-0cbe52bd8aa0@oracle.com> (raw)
In-Reply-To: <59A6989102000078001756C7@prv-mh.provo.novell.com>

On 08/30/2017 04:50 AM, Jan Beulich wrote:
>>>> On 29.08.17 at 19:09, <boris.ostrovsky@oracle.com> wrote:
>> @@ -1970,12 +1970,15 @@ void __init scrub_heap_pages(void)
>>  #ifdef CONFIG_SCRUB_DEBUG
>>      boot_scrub_done = true;
>>  #endif
>> +}
>>  
>> -    /* Now that the heap is initialized, run checks and set bounds
>> -     * for the low mem virq algorithm. */
>> +void __init heap_init_late(void)
>> +{
>>      setup_low_mem_virq();
>> -}
>>  
>> +    if ( opt_bootscrub )
>> +        scrub_heap_pages();
>> +}
> Any reason you fully remove that comment? I think the "run checks"
> part is stale (if it was ever valid in the first place), but the rest
> could more or less stay.

I thought it was pretty clear from the routine's name what it is about
to do so I dropped it. I can put it back if you feel it is still needed.

-boris

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-08-30 13:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29 17:09 [PATCH 0/5] Scrubbing updates Boris Ostrovsky
2017-08-29 17:09 ` [PATCH 1/5] mm: Initialize lowmem virq when boot-time scrubbing is disabled Boris Ostrovsky
2017-08-30  8:40   ` Wei Liu
2017-08-30  8:50   ` Jan Beulich
2017-08-30 13:02     ` Boris Ostrovsky [this message]
2017-08-30 13:31       ` Jan Beulich
2017-08-29 17:09 ` [PATCH 2/5] mm: Change boot_scrub_done definition Boris Ostrovsky
2017-08-30  8:40   ` Wei Liu
2017-08-29 17:09 ` [PATCH 3/5] mm: Don't poison a page if scrub_debug is off Boris Ostrovsky
2017-08-29 17:09 ` [PATCH 4/5] mm: Don't request scrubbing until dom0 is running Boris Ostrovsky
2017-08-30  8:42   ` Wei Liu
2017-08-30 14:19     ` Boris Ostrovsky
2017-08-30 14:21       ` Wei Liu
2017-08-29 17:09 ` [PATCH 5/5] mm: Don't hold heap lock in alloc_heap_pages() longer than necessary Boris Ostrovsky
2017-08-30  8:43   ` Wei Liu
2017-08-30  9:27   ` Andrew Cooper
2017-08-30 10:22     ` Jan Beulich
2017-08-30 12:59       ` Boris Ostrovsky
2017-08-30 13:01         ` Wei Liu
2017-08-30 13:06         ` Andrew Cooper
2017-08-30 13:59           ` Boris Ostrovsky
2017-08-30 13:30         ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7691a136-bee9-9198-173f-0cbe52bd8aa0@oracle.com \
    --to=boris.ostrovsky@oracle.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=julien.grall@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.