Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp844470ybi; Sun, 30 Jun 2019 01:37:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqxPUkEH0lrveZxI/ZTmaHslKG70sHwFjoel/GzckoJzJ6S8yt5nAgFCP+LlpoWGIgTvNp/y X-Received: by 2002:a63:6fc9:: with SMTP id k192mr5128234pgc.20.1561883877183; Sun, 30 Jun 2019 01:37:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561883877; cv=none; d=google.com; s=arc-20160816; b=wB7cM/ZkVLTUZfd/HvT87PAJmvUL3D3GXdOobsrGBWIoRBSn9JgBzzOiikDEl+05dc UmXkrwnUdtEKzxQy9BlvHIG+SszHYl7sAGen0mAKkAvX1cqPM2EtZkQDwPu5hO6D2/o0 33AZWylH1IeJtMvEB9P35fdrH0tQV4Utulq4ZxXE8/fWVTlEdQ+G1EDRPGcZGjnQR2P+ 7AtwG1V4LS7NWpkg/0f5tOHb3PUckliNQShrTzvLWOXv93FVbRoGq3h/fpFTUZGh/ppY Uu/lyZz1QigviCWHwgpkZtEZ+CDMCnxzNN/QFcV03cTLyc+spOi7eWvgLuCt37XFd2bE pSCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=6cDeDu2+UspkpiyKQrQkkwdpwW7cUpZRKg1ZwlZ2iuI=; b=wgE3SrS8mxjZEp7bVdOMwEzH/AQVO7EhGWpbQ/YN7I5TDrqh9swggrFAM9jlSfmqax tNFY6H8E1sZVKvdNURPrq3S0EaqHZXgTVkGkABSvXxrE7eUkcAyg4rCZAYXlChZqw+pI KV8tnKAhlTEfQntnrftypXO6BBmMjUeDqo6G/Iale2kqPz3O8kOsgV3GQT3l+gRfPlI/ fHRC1f3XMSvK8yitX4PI58WLBkhbT8xSQ9KoeZgUbDDaR5xE0EokzkzlYrxmivgaUPg/ T1zTooRW7duVi+bCf3IitVB4OaQARElRG8weRHW9qIcTEbfV1WND8k26DoxdM1yQLNUi nnww== 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 79si6723524pga.276.2019.06.30.01.37.41; Sun, 30 Jun 2019 01:37:57 -0700 (PDT) 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 S1726691AbfF3Ihc (ORCPT + 99 others); Sun, 30 Jun 2019 04:37:32 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:53993 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726605AbfF3Ihb (ORCPT ); Sun, 30 Jun 2019 04:37:31 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45c3ls4ssQz9sNl; Sun, 30 Jun 2019 18:37:29 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 46c2478af610efb3212b8b08f74389d69899ef70 X-Patchwork-Hint: ignore In-Reply-To: <87muif52lv.fsf_-_@igel.home> To: Andreas Schwab , Christophe Leroy From: Michael Ellerman Cc: j.neuschaefer@gmx.net, linux-kernel@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/mm/32s: fix condition that is always true Message-Id: <45c3ls4ssQz9sNl@ozlabs.org> Date: Sun, 30 Jun 2019 18:37:29 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-06-17 at 21:22:20 UTC, Andreas Schwab wrote: > Move a misplaced paren that makes the condition always true. > > Fixes: 63b2bc619565 ("powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX") > Signed-off-by: Andreas Schwab > Reviewed-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/46c2478af610efb3212b8b08f74389d69899ef70 cheers