Received: by 2002:a05:6359:c8b:b0:c7:702f:21d4 with SMTP id go11csp2630108rwb; Sat, 24 Sep 2022 11:50:22 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4Dm0yygDVtB8lTQ99QlSX4wrkO7anKsNd8T2irZXV3IpOD/q7vPlTJfYZ9/VxgnPV2XSJO X-Received: by 2002:a63:b4a:0:b0:438:c97c:994d with SMTP id a10-20020a630b4a000000b00438c97c994dmr13308534pgl.597.1664045421609; Sat, 24 Sep 2022 11:50:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1664045421; cv=none; d=google.com; s=arc-20160816; b=rBkIHvnsAy6o9A5jXIDbb+pRVV60JUhJck3P6xbowBqlxipGOBf2rLRbANYEh8S8Hq cPL93KDAptZf1bDbJXV6smwCtjv9qaPdf/UCJ0Z0IQ2P6A6/9bSGdTMkhB8VB6pNdGHO YNOdE6AKm/RRmaDSWJSSbpVxWNnfDCBSOMaM2TRsSI70BBpAIYVBjeqQLNKTmnmq9LM6 SukNXXL6zitdYTFcHGTVBdLwe1aJeMDkvfvmtzY+otl77w88LPEaDmkj0k1Cnw2ndhxR zsO+/Fz1eQ9/Sm9Qvas8mPNHHD/CEr7rJDUsRvnfzcSblFvRSs9ZiK1yWWvp6GJjQIgB 5LQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Sz6fPRi73i0kHi0KtypgObim/UMIxdiJufLgzvCHs80=; b=G9Td6lhHkSSoAj5zQja8FUiD2yUqDH6+NE+JoW/1M0t1MFEX3JZVXQjTxx0FLGk8RV Aj1lSzs8G0ROk9tjUiSy3dpoVrnlGUK3tHBd0cq3tF+vaCnyW0LDUCqH7vlG93iWFc9+ 6ucdrccbBNxW3kT9+DHcSiiPaH6tjdDlCcEkj1DIog1uUZZGmbq9dyoF/JJ3GYFfE763 DW4eYE0Tubpx8nHa2QO0qh9O451Tf17og0OgboDWdzkfrV+sjbO1FXF5sUZsVkH6P0iR pA1GifUj+JyVTCTnVvaEvcGn7dPBMjtudevtUK80aiiEdySOaIDWxVuX6OSY7zH6VgQu XS+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id u13-20020a056a00098d00b0053a8225dc47si14664803pfg.55.2022.09.24.11.50.09; Sat, 24 Sep 2022 11:50:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbiIXSd7 (ORCPT + 99 others); Sat, 24 Sep 2022 14:33:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230505AbiIXSd6 (ORCPT ); Sat, 24 Sep 2022 14:33:58 -0400 Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 657673B707 for ; Sat, 24 Sep 2022 11:33:57 -0700 (PDT) Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 28OIUpan005575; Sat, 24 Sep 2022 13:30:51 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 28OIUoYF005572; Sat, 24 Sep 2022 13:30:50 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sat, 24 Sep 2022 13:30:50 -0500 From: Segher Boessenkool To: Nicholas Piggin Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/irq: Modernise inline assembly in irq_soft_mask_{set,return} Message-ID: <20220924183050.GP25951@gate.crashing.org> References: <178f30ff62c0317061f019b3dbbc079073f104c3.1663656058.git.christophe.leroy@csgroup.eu> <20220923121829.GL25951@gate.crashing.org> <20220923221543.GN25951@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220923221543.GN25951@gate.crashing.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 23, 2022 at 05:15:43PM -0500, Segher Boessenkool wrote: > On Sat, Sep 24, 2022 at 02:26:52AM +1000, Nicholas Piggin wrote: > > I still don't see what clauses guarantees asm("%0" ::"r"(foo)) to give > > 13. It doesn't say access via inline assembly is special, > > But it is. It is for all register variables, local and global. I agree > this isn't documented clearly. For local register variables this is the > *only* thing guaranteed; for global register vars there is more (it > changes the ABI, there are safe/restore effects, that kind of thing). I filed to improve the docs. Thanks for bringing this to our attention! Segher