From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S944214AbcJaPdF (ORCPT ); Mon, 31 Oct 2016 11:33:05 -0400 Received: from foss.arm.com ([217.140.101.70]:36758 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S944118AbcJaPdB (ORCPT ); Mon, 31 Oct 2016 11:33:01 -0400 Date: Mon, 31 Oct 2016 09:32:53 -0600 From: Catalin Marinas To: Neeraj Upadhyay Cc: Mark Rutland , Ard Biesheuvel , Will Deacon , linux-kernel@vger.kernel.org, James Morse , Laura Abbott , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: mm: fix __page_to_voff definition Message-ID: <20161031153253.u2dpnvfc4pzhuz2h@localhost> References: <1477040326-21260-1-git-send-email-neeraju@codeaurora.org> <20161030143858.vhmnibvvwf5qjvqj@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161030143858.vhmnibvvwf5qjvqj@localhost> User-Agent: NeoMutt/20161014 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 30, 2016 at 02:38:58PM +0000, Catalin Marinas wrote: > On Fri, Oct 21, 2016 at 02:28:46PM +0530, Neeraj Upadhyay wrote: > > Fix parameter name for __page_to_voff, to match its definition. > > At present, we don't see any issue, as page_to_virt's caller > > declares 'page'. > > > > Fixes: 9f2875912dac ("arm64: mm: restrict virt_to_page() to the linear mapping") > > Signed-off-by: Neeraj Upadhyay > > I'll queue this patch for 4.10. Thanks. I didn't realise that Will sent it already for 4.9-rc3, so I dropped it from the 4.10 queue. -- Catalin From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 31 Oct 2016 09:32:53 -0600 Subject: [PATCH] arm64: mm: fix __page_to_voff definition In-Reply-To: <20161030143858.vhmnibvvwf5qjvqj@localhost> References: <1477040326-21260-1-git-send-email-neeraju@codeaurora.org> <20161030143858.vhmnibvvwf5qjvqj@localhost> Message-ID: <20161031153253.u2dpnvfc4pzhuz2h@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Oct 30, 2016 at 02:38:58PM +0000, Catalin Marinas wrote: > On Fri, Oct 21, 2016 at 02:28:46PM +0530, Neeraj Upadhyay wrote: > > Fix parameter name for __page_to_voff, to match its definition. > > At present, we don't see any issue, as page_to_virt's caller > > declares 'page'. > > > > Fixes: 9f2875912dac ("arm64: mm: restrict virt_to_page() to the linear mapping") > > Signed-off-by: Neeraj Upadhyay > > I'll queue this patch for 4.10. Thanks. I didn't realise that Will sent it already for 4.9-rc3, so I dropped it from the 4.10 queue. -- Catalin