Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp809346imu; Fri, 11 Jan 2019 09:24:04 -0800 (PST) X-Google-Smtp-Source: ALg8bN52AzWEgV3ZBkBoFHwU/ozcZt0yOL99lD8iofw7g1842m0eavUA8UmKxpiEt+o3kO922FHB X-Received: by 2002:a17:902:74cc:: with SMTP id f12mr15639707plt.134.1547227444129; Fri, 11 Jan 2019 09:24:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547227444; cv=none; d=google.com; s=arc-20160816; b=WDW42YB9SNXKp+hL8DdZHb9PKLkeIrkgr9DXM7EYY+VNMCb+FW0Y+0ioWuEtLHyIxr QeUig8UD6SuP4WJwvl4J5zBZcXuY4q0m2zY19X8ACtGHAu9o1Bkr/3JFFrIx2duZDe5s XJYvwLwsSO5LKYWgEVoJ1yEiiKmKPOgNvn0vQLcmcQbRVUl49+45893JLRgczGcqDOtO WbDDufv3NvzutxRh98nLckQsBC79ms4drXZBDNTOug3EMU3qgSeE2FpuwT5s3uLFJYwu 5UD02RyLDyGtxw5iUH3y/AsJ+GqXl8MBN+2mhX2oOFrShSYFq37+Rz5hcFFJc61sIzfF 5rHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=wY+X8/UDpgMW9CbZo4zahXfPYizQzSgFf2yAGlKqlQ8=; b=vtfzcQmYWfssquVk5sDuh+XYn9Idq5YNxW6REOzzYzs+xdyw8iXhfnbKWDTMpdFinc QyVFKNl9thy9FOMYXHTfhg6LqK6PD0AiwgZOdSgNud91iUv+X85Gc0C7SMiDa+OXoakN q38ec2YsMIqxhF6YbHmEV7/Ug5Lcl9wBRQC+XxchDCahsOSvgedQt+zcM3Q4v09RR4Tp IWsOhVeyp+v7EKf4Yy22zUeGEj2mHIYcsn31rp+2hmrIUEU7NJ9/PhRV71FTYCWxbd2+ BBDkpmK+fk8+BDf9Q+pgaP19acA8NaRs8BRII8+kuKVfPu++K808lOCFkWOD5xxUSK3Y lPrg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t17si32112801pfh.267.2019.01.11.09.23.49; Fri, 11 Jan 2019 09:24:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732972AbfAKOAO (ORCPT + 99 others); Fri, 11 Jan 2019 09:00:14 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45651 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725803AbfAKOAO (ORCPT ); Fri, 11 Jan 2019 09:00:14 -0500 X-Originating-IP: 81.250.144.103 Received: from [10.30.1.20] (lneuilly-657-1-5-103.w81-250.abo.wanadoo.fr [81.250.144.103]) (Authenticated sender: alex@ghiti.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id AA27FE0003; Fri, 11 Jan 2019 14:00:09 +0000 (UTC) Subject: Re: [PATCH 1/3] riscv: Introduce huge page support for 32/64bit kernel To: Paul Walmsley , Alexandre Ghiti Cc: aou@eecs.berkeley.edu, catalin.marinas@arm.com, palmer@sifive.com, ndesaulniers@google.com, linux-kernel@vger.kernel.org, mingo@kernel.org, atish.patra@wdc.com, linux-riscv@lists.infradead.org, akpm@linux-foundation.org, mike.kravetz@oracle.com References: <20181210062146.24951-1-aghiti@upmem.com> <20181210062146.24951-2-aghiti@upmem.com> From: Alexandre Ghiti Message-ID: <8a96dec9-ac00-5b3c-e532-2c8ef0e3a537@ghiti.fr> Date: Fri, 11 Jan 2019 14:58:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/2019 07:18 AM, Paul Walmsley wrote: > Hello Alexandre, > > On Mon, 10 Dec 2018, Alexandre Ghiti wrote: > >> This patch implements both 4MB huge page support for 32bit kernel >> and 2MB/1GB huge pages support for 64bit kernel. >> >> Signed-off-by: Alexandre Ghiti > This patch introduces a few minor checkpatch and strict checkpatch > warnings, when tested against both v4.20 and v5.0-rc1 checkpatch versions. > Could you fix those? The other two patches in the series look OK from > that point of view. Yes, I had noted those warnings: - the SPDX warning is weird, in all *.c files, the script seems to accept only   "// SPDX-License-Identifier: GPL-2.0" and not "/* SPDX-License-Identifier: GPL-2.0 */".   But on *.h files, this the contrary, maybe I missed something, I am going   to take a look at the script spdxcheck.py.   Note that kernel/ftrace.c and kernel/perf_event.c raise the same strange warning. - I'll change the "printk(KERN_ERR" into a pr_err. - I'll ignore the last warning regarding the new file. Thanks for your feedback Paul, Alex > > > - Paul > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv