Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1226784imj; Sun, 17 Feb 2019 00:42:37 -0800 (PST) X-Google-Smtp-Source: AHgI3IZFYe5m+VDuDzOIc/x3zEGy53GjHxqOmjhaYqzk3LQ3Rmn/nQPyO3oeqNse6wDv0HPoiFpr X-Received: by 2002:a63:4665:: with SMTP id v37mr13616575pgk.425.1550392957021; Sun, 17 Feb 2019 00:42:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550392957; cv=none; d=google.com; s=arc-20160816; b=Lk7t797ADrvV2CTrG6t9m3bF+PEyXHDWy/SlXCSwEugKX2nsAPbL+HCgTI1lRciSgV l/E4R55Osigua/tPjraP1DmEm8k0ldaJvnn3KzAwJn0OHCkTBKp5QRXBNELUbEs0m/xR Az/eKXazfUKIHqqOV4a7AjF9NhlOh5LlvpltpyqeCTAaQZY+IFmfLc7FVWJ/J+nUGkJO go9H8O72CBPfV4rAAHdXhfMfc3B//ck9CKBcJwm3L9oMQESECvetV4KTxO0PoWTZaWTF QeeNI0kRO0VX3GHyrO5gqNenW7EKzYzXyemXGCBwrdiogEt43SUj25Bcxj4bjBRyNSOK CAlw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=Ax/C4dY4nibXkkJ5j1WnGEtke5WKlWdBaSMy/y6AMLA=; b=z40/R6+RlyNMPCYxtgzB2MNoQlcXJXmhKkgDE75JvrKiLgP+La+DA5COCZIb5Devo/ 3tL3eW+0ElWx0n/xLMB42Rfi42NdMflP5dvvd8UEAA0Ay/vextjSHqiCLLtbYisdXjCa 5PXiOu7kTzeXJfq0Eatn2Z/vOzyQQlsqziACOR8NCAk9IPGFotymEnjU/aQ0PTgY+Z6s CC+ZVZ12mliyN5U5ZN+hPoFR1fZVWM4/P/8uLiU/VDuibj1rbsNmyh/l++rffEaoDY3Z JrBwQKgoMmN2/1wmW7TraRWRXeoeH/jg77FGqkrD9U4IyZFNuHS9FHq5lMbVrKBOrQcQ ASzg== 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 az1si10164399plb.54.2019.02.17.00.42.21; Sun, 17 Feb 2019 00:42:37 -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 S1725820AbfBQIeY (ORCPT + 99 others); Sun, 17 Feb 2019 03:34:24 -0500 Received: from ozlabs.org ([203.11.71.1]:49575 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbfBQIeX (ORCPT ); Sun, 17 Feb 2019 03:34:23 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 442Kzd1w66z9sDX; Sun, 17 Feb 2019 19:34:21 +1100 (AEDT) From: Michael Ellerman To: Balbir Singh , Segher Boessenkool Cc: erhard_f@mailbox.org, jack@suse.cz, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, aneesh.kumar@linux.vnet.ibm.com Subject: Re: [PATCH] powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present() In-Reply-To: <20190217062333.GC31125@350D> References: <20190214062339.7139-1-mpe@ellerman.id.au> <20190216105511.GA31125@350D> <20190216142206.GE14180@gate.crashing.org> <20190217062333.GC31125@350D> Date: Sun, 17 Feb 2019 19:34:20 +1100 Message-ID: <87ef86dd9v.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Balbir Singh writes: > On Sat, Feb 16, 2019 at 08:22:12AM -0600, Segher Boessenkool wrote: >> Hi all, >> >> On Sat, Feb 16, 2019 at 09:55:11PM +1100, Balbir Singh wrote: >> > On Thu, Feb 14, 2019 at 05:23:39PM +1100, Michael Ellerman wrote: >> > > In v4.20 we changed our pgd/pud_present() to check for _PAGE_PRESENT >> > > rather than just checking that the value is non-zero, e.g.: >> > > >> > > static inline int pgd_present(pgd_t pgd) >> > > { >> > > - return !pgd_none(pgd); >> > > + return (pgd_raw(pgd) & cpu_to_be64(_PAGE_PRESENT)); >> > > } >> > > >> > > Unfortunately this is broken on big endian, as the result of the >> > > bitwise && is truncated to int, which is always zero because >> >> (Bitwise "&" of course). >> >> > Not sure why that should happen, why is the result an int? What >> > causes the casting of pgd_t & be64 to be truncated to an int. >> >> Yes, it's not obvious as written... It's simply that the return type of >> pgd_present is int. So it is truncated _after_ the bitwise and. >> > > Thanks, I am surprised the compiler does not complain about the truncation > of bits. I wonder if we are missing -Wconversion Good luck with that :) What I should start doing is building with it enabled and then comparing the output before and after commits to make sure we're not introducing new cases. cheers