Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp759185pxa; Wed, 12 Aug 2020 12:41:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJymxsKtYJw9SerknIwCdDNJlMYB5zJUkksZCtzbNTZFN3HV647hVhWHgqDw41huOk1lqdzM X-Received: by 2002:a17:906:938f:: with SMTP id l15mr1426915ejx.539.1597261296194; Wed, 12 Aug 2020 12:41:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597261296; cv=none; d=google.com; s=arc-20160816; b=KrD3Qoy6JXa8whLeDuOOGBT+iO4DGxGOX3eH+pSMmZ6EJw181aYAcFVB4piFzT3Q31 bdQUk/EAguQwz9lKriyJove5dsxoQW4yNCR0OK5YrFhW7/qY2MYlDlNqnLyfuvWdw8Ql bLF0V+tbksgi+GafVvpYHPl06RlQwtBXza8+wQO0e1ODaQmuZDgZWUefUbP4zhgQY1qy KpaSfUi2zqcnB1A/eEdPHkCs8Z45ABQFHEG1/oP6YYyoDlP317ck6UcW0/2m338kNvOB sZ9NEIpicavmK49S0+oCiuQCkxwkSowqD3tzSHHRHSFnqktngqYN3H1qHUzBaboGkeAE vw3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=J6tykb1D0N2bCELn7tj3NOIVFvzo4jY86kQN2wOTo8I=; b=Zec/uC0fcubxjMazkpk/IIivLtVZ3HxdZR1H2kMKE/D5ci5NI1AVypwzrocDB42ZmA eLxxKlFwuYxSRlKuuRl9a4xspAQwrWsLxJa2zjbzgf2Od7IlVKDaiLjWniDEdSHDvVBc /AG+pvZ6ciJTtJ1QYiQk0U7lOZa5/QLQHnoRuzmjUfug0owOVfDz1FywyFv3MdVzX96E E/JFKA83Sy4JmzLNYyoyRr851qE+LkUMlwmyZGAwlfGaeQpp3jb31kG3rWNjvAP5Gkyn N2nQOuxW6dkkx3gI0bEFA5oR7BSdImKVjJuj389pP/TLBxNdF7dU6PqmtLYDjCdEbJLJ inkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j26si1722634ejx.454.2020.08.12.12.41.12; Wed, 12 Aug 2020 12:41:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726773AbgHLThm (ORCPT + 99 others); Wed, 12 Aug 2020 15:37:42 -0400 Received: from gate.crashing.org ([63.228.1.57]:49757 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726512AbgHLThl (ORCPT ); Wed, 12 Aug 2020 15:37:41 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 07CJbC2A023840; Wed, 12 Aug 2020 14:37:12 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 07CJbCVe023839; Wed, 12 Aug 2020 14:37:12 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Wed, 12 Aug 2020 14:37:12 -0500 From: Segher Boessenkool To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user_asm() Message-ID: <20200812193712.GV6753@gate.crashing.org> References: <13041c7df39e89ddf574ea0cdc6dedfdd9734140.1597235091.git.christophe.leroy@csgroup.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13041c7df39e89ddf574ea0cdc6dedfdd9734140.1597235091.git.christophe.leroy@csgroup.eu> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 12, 2020 at 12:25:17PM +0000, Christophe Leroy wrote: > Enable pre-update addressing mode in __get_user_asm() and __put_user_asm() > > Signed-off-by: Christophe Leroy > --- > v3: new, splited out from patch 1. It still looks fine to me, you can keep my Reviewed-by: :-) Segher