From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C71F7C00523 for ; Sun, 5 Jan 2020 07:04:46 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1F7CC20866 for ; Sun, 5 Jan 2020 07:04:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="qeY1BTDv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F7CC20866 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47r8lb2SHjzDqCD for ; Sun, 5 Jan 2020 18:04:43 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=rppt@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="qeY1BTDv"; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47r8jM4M2QzDqBx for ; Sun, 5 Jan 2020 18:02:46 +1100 (AEDT) Received: from rapoport-lnx (nesher1.haifa.il.ibm.com [195.110.40.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D18BF20866; Sun, 5 Jan 2020 07:02:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578207763; bh=N3XRiR7CmsQsVRLAZucAVOasILmNQQtZLni2nmDCmMo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qeY1BTDvcMglSfXPB93lsmipOPUh4PNjZC6fWuH5QzMqHnAPA3+2hlmcdx+b1gRzJ lVvv+2qHHqoS5jJwn8LfdfPQ5omY1KB3swSZcxqQ0Nd5/OhBvhqlldib8qkKniVQEx DU4N5PvpX68p/g65Qjsoli11Bf62jl1BtfpwHj9g= Date: Sun, 5 Jan 2020 09:02:37 +0200 From: Mike Rapoport To: Christophe Leroy Subject: Re: [PATCH] powerpc: add support for folded p4d page tables Message-ID: <20200105070236.GA7261@rapoport-lnx> References: <20191209150908.6207-1-rppt@kernel.org> <20200102081059.GA12063@rapoport-lnx> <20200102174231.Horde.vA_c3sSHB1vhx2H9Ce-i9Q1@messagerie.si.c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200102174231.Horde.vA_c3sSHB1vhx2H9Ce-i9Q1@messagerie.si.c-s.fr> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Mike Rapoport , linux-mm@kvack.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Jan 02, 2020 at 05:42:31PM +0100, Christophe Leroy wrote: > Mike Rapoport a écrit : > > >Any updates on this? > > Checkpatch reported several points, see > https://patchwork.ozlabs.org/patch/1206344/ Well, for the most part checkpatch is unhappy because I've tried to keep the changes consistent with the old code. And, there are some lines over 90 characters that do no seem worth breaking. > Christophe > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DE3FC00523 for ; Sun, 5 Jan 2020 07:02:49 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 33026217F4 for ; Sun, 5 Jan 2020 07:02:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="qeY1BTDv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33026217F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id BFCAB8E0005; Sun, 5 Jan 2020 02:02:45 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id B84A98E0003; Sun, 5 Jan 2020 02:02:45 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A4CF28E0005; Sun, 5 Jan 2020 02:02:45 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0200.hostedemail.com [216.40.44.200]) by kanga.kvack.org (Postfix) with ESMTP id 8A64B8E0003 for ; Sun, 5 Jan 2020 02:02:45 -0500 (EST) Received: from smtpin05.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with SMTP id 377F3180AD801 for ; Sun, 5 Jan 2020 07:02:45 +0000 (UTC) X-FDA: 76342687890.05.shock02_6f4cc60263621 X-HE-Tag: shock02_6f4cc60263621 X-Filterd-Recvd-Size: 2155 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf06.hostedemail.com (Postfix) with ESMTP for ; Sun, 5 Jan 2020 07:02:44 +0000 (UTC) Received: from rapoport-lnx (nesher1.haifa.il.ibm.com [195.110.40.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D18BF20866; Sun, 5 Jan 2020 07:02:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578207763; bh=N3XRiR7CmsQsVRLAZucAVOasILmNQQtZLni2nmDCmMo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qeY1BTDvcMglSfXPB93lsmipOPUh4PNjZC6fWuH5QzMqHnAPA3+2hlmcdx+b1gRzJ lVvv+2qHHqoS5jJwn8LfdfPQ5omY1KB3swSZcxqQ0Nd5/OhBvhqlldib8qkKniVQEx DU4N5PvpX68p/g65Qjsoli11Bf62jl1BtfpwHj9g= Date: Sun, 5 Jan 2020 09:02:37 +0200 From: Mike Rapoport To: Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, Paul Mackerras , linux-mm@kvack.org, Mike Rapoport , linux-kernel@vger.kernel.org, Michael Ellerman Subject: Re: [PATCH] powerpc: add support for folded p4d page tables Message-ID: <20200105070236.GA7261@rapoport-lnx> References: <20191209150908.6207-1-rppt@kernel.org> <20200102081059.GA12063@rapoport-lnx> <20200102174231.Horde.vA_c3sSHB1vhx2H9Ce-i9Q1@messagerie.si.c-s.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20200102174231.Horde.vA_c3sSHB1vhx2H9Ce-i9Q1@messagerie.si.c-s.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, Jan 02, 2020 at 05:42:31PM +0100, Christophe Leroy wrote: > Mike Rapoport a =E9crit=A0: >=20 > >Any updates on this? >=20 > Checkpatch reported several points, see > https://patchwork.ozlabs.org/patch/1206344/ Well, for the most part checkpatch is unhappy because I've tried to keep the changes consistent with the old code. And, there are some lines over = 90 characters that do no seem worth breaking. > Christophe >=20