From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E94E921A0483B for ; Tue, 11 Apr 2017 20:30:23 -0700 (PDT) Received: by mail-pg0-x242.google.com with SMTP id g2so2710511pge.2 for ; Tue, 11 Apr 2017 20:30:23 -0700 (PDT) Subject: Re: [PATCH 8/9] powerpc/mm: Wire up hpte_removebolted for powernv References: <20170411174233.21902-1-oohall@gmail.com> <20170411174233.21902-9-oohall@gmail.com> <20170412085056.4da27f32@kryten> <20170412101819.402451e0@canb.auug.org.au> From: Rashmica Gupta Message-ID: Date: Wed, 12 Apr 2017 13:30:18 +1000 MIME-Version: 1.0 In-Reply-To: <20170412101819.402451e0@canb.auug.org.au> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Stephen Rothwell , Oliver O'Halloran Cc: Rashmica Gupta , linuxppc-dev@lists.ozlabs.org, Anton Blanchard , arbab@linux.vnet.ibm.com, linux-nvdimm@lists.01.org List-ID: On 12/04/17 10:18, Stephen Rothwell wrote: > Hi Oliver, > > On Wed, 12 Apr 2017 08:50:56 +1000 Anton Blanchard wrote: >>> From: Rashmica Gupta >>> >>> Adds support for removing bolted (i.e kernel linear mapping) mappings >>> on powernv. This is needed to support memory hot unplug operations >>> which are required for the teardown of DAX/PMEM devices. >>> >>> Cc: Rashmica Gupta >>> Cc: Anton Blanchard >>> Signed-off-by: Oliver O'Halloran >>> --- >>> Could the original author of this add their S-o-b? I pulled it out of >>> Rashmica's memtrace patch, but I remember someone saying Anton wrote >>> it originally. >> I did. >> >> Signed-off-by: Anton Blanchard > If you are going to claim that Rashmica authored this patch (and you do > with the From: line above), then you need her Signed-off-by as well. > Oliver, can you change the 'From' to a 'Reviewed By'? _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3w2qDx4fppzDq7h for ; Wed, 12 Apr 2017 13:30:25 +1000 (AEST) Received: by mail-pg0-x243.google.com with SMTP id o123so2724474pga.1 for ; Tue, 11 Apr 2017 20:30:25 -0700 (PDT) Subject: Re: [PATCH 8/9] powerpc/mm: Wire up hpte_removebolted for powernv To: Stephen Rothwell , Oliver O'Halloran References: <20170411174233.21902-1-oohall@gmail.com> <20170411174233.21902-9-oohall@gmail.com> <20170412085056.4da27f32@kryten> <20170412101819.402451e0@canb.auug.org.au> Cc: Anton Blanchard , Rashmica Gupta , linuxppc-dev@lists.ozlabs.org, arbab@linux.vnet.ibm.com, linux-nvdimm@lists.01.org From: Rashmica Gupta Message-ID: Date: Wed, 12 Apr 2017 13:30:18 +1000 MIME-Version: 1.0 In-Reply-To: <20170412101819.402451e0@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12/04/17 10:18, Stephen Rothwell wrote: > Hi Oliver, > > On Wed, 12 Apr 2017 08:50:56 +1000 Anton Blanchard wrote: >>> From: Rashmica Gupta >>> >>> Adds support for removing bolted (i.e kernel linear mapping) mappings >>> on powernv. This is needed to support memory hot unplug operations >>> which are required for the teardown of DAX/PMEM devices. >>> >>> Cc: Rashmica Gupta >>> Cc: Anton Blanchard >>> Signed-off-by: Oliver O'Halloran >>> --- >>> Could the original author of this add their S-o-b? I pulled it out of >>> Rashmica's memtrace patch, but I remember someone saying Anton wrote >>> it originally. >> I did. >> >> Signed-off-by: Anton Blanchard > If you are going to claim that Rashmica authored this patch (and you do > with the From: line above), then you need her Signed-off-by as well. > Oliver, can you change the 'From' to a 'Reviewed By'?