Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756109AbbLQC5u (ORCPT ); Wed, 16 Dec 2015 21:57:50 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:25366 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755073AbbLQC5t (ORCPT ); Wed, 16 Dec 2015 21:57:49 -0500 Message-ID: <56722258.6030800@huawei.com> Date: Thu, 17 Dec 2015 10:47:52 +0800 From: Xishi Qiu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: "Izumi, Taku" CC: "Luck, Tony" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "akpm@linux-foundation.org" , "Kamezawa, Hiroyuki" , "mel@csn.ul.ie" , "Hansen, Dave" , "matt@codeblueprint.co.uk" Subject: Re: [PATCH v3 2/2] mm: Introduce kernelcore=mirror option References: <1449631109-14756-1-git-send-email-izumi.taku@jp.fujitsu.com> <1449631177-14863-1-git-send-email-izumi.taku@jp.fujitsu.com> <56679FDC.1080800@huawei.com> <3908561D78D1C84285E8C5FCA982C28F39F7F4CD@ORSMSX114.amr.corp.intel.com> <5668D1FA.4050108@huawei.com> <56691819.3040105@huawei.com> <566A9AE1.7020001@huawei.com> In-Reply-To: Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.25.179] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.56722266.000F,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: b2b35bec5b8fcc2af76fc6409ea5a59c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2466 Lines: 84 On 2015/12/17 9:38, Izumi, Taku wrote: > Dear Xishi, > > Sorry for late. > >> -----Original Message----- >> From: Xishi Qiu [mailto:qiuxishi@huawei.com] >> Sent: Friday, December 11, 2015 6:44 PM >> To: Izumi, Taku/泉 拓 >> Cc: Luck, Tony; linux-kernel@vger.kernel.org; linux-mm@kvack.org; akpm@linux-foundation.org; Kamezawa, Hiroyuki/亀澤 寛 >> 之; mel@csn.ul.ie; Hansen, Dave; matt@codeblueprint.co.uk >> Subject: Re: [PATCH v3 2/2] mm: Introduce kernelcore=mirror option >> >> On 2015/12/11 13:53, Izumi, Taku wrote: >> >>> Dear Xishi, >>> >>>> Hi Taku, >>>> >>>> Whether it is possible that we rewrite the fallback function in buddy system >>>> when zone_movable and mirrored_kernelcore are both enabled? >>> >>> What does "when zone_movable and mirrored_kernelcore are both enabled?" mean ? >>> >>> My patchset just provides a new way to create ZONE_MOVABLE. >>> >> >> Hi Taku, >> Hi Taku, We can NOT specify kernelcore= "nn[KMG]" and "mirror" at the same time. So when we use "mirror", in fact, the movable zone is a new zone. I think it is more appropriate with this name "mirrored zone", and also we can rewrite the fallback function in buddy system in this case. Thanks, Xishi Qiu >> I mean when zone_movable is from kernelcore=mirror, not kernelcore=nn[KMG]. > > I'm not quite sure what you are saying, but if you want to screen user memory > so that one is allocated from mirrored zone and another is from non-mirrored zone, > I think it is possible to reuse my patchset. > > Sincerely, > Taku Izumi > >> Thanks, >> Xishi Qiu >> >>> Sincerely, >>> Taku Izumi >>>> >>>> It seems something like that we add a new zone but the name is zone_movable, >>>> not zone_mirror. And the prerequisite is that we won't enable these two >>>> features(movable memory and mirrored memory) at the same time. Thus we can >>>> reuse the code of movable zone. >>>> >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> Please read the FAQ at http://www.tux.org/lkml/ >>> >>> . >>> >> >> > > > . > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/