From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH 5/9] apm32: remove paravirt_enabled() use Date: Mon, 22 Feb 2016 09:15:09 -0500 Message-ID: <56CB17ED.7030804@oracle.com> References: <1455887316-9223-1-git-send-email-mcgrof@kernel.org> <1455887316-9223-6-git-send-email-mcgrof@kernel.org> <56C72FFB.5090105@oracle.com> <20160219205806.GS25240@wotan.suse.de> <56C79477.3060105@oracle.com> <20160220004251.GA25240@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160220004251.GA25240@wotan.suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Luis R. Rodriguez" Cc: rusty@rustcorp.com.au, x86@kernel.org, linux-kernel@vger.kernel.org, luto@amacapital.net, "Luis R. Rodriguez" , xen-devel@lists.xensource.com, bp@alien8.de, david.vrabel@citrix.com List-Id: xen-devel@lists.xenproject.org On 02/19/2016 07:42 PM, Luis R. Rodriguez wrote: > On Fri, Feb 19, 2016 at 05:17:27PM -0500, Boris Ostrovsky wrote: >> >> On 02/19/2016 03:58 PM, Luis R. Rodriguez wrote: >>> On Fri, Feb 19, 2016 at 10:08:43AM -0500, Boris Ostrovsky wrote: >>> >>>> in xen_start_kernel(). Better yet, clear whole .bss. >>>> >>>> (This applies to the next patch as well). >>> So clear_bss() -- oh look, another call that xen_start_kernel() could have made >>> good use of. :) Can you send a respective patch I can old into this series? >>> I'm afraid it is by no means obvious to me where it would be safe to do this on >>> xen_start_kernel(). >> OK, I'll test it next week, it really should be done irrespective of >> what you are doing here. > OK so it can go in separately? Yes, I'll send it as a separate patch. -boris