Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp748516pxk; Thu, 1 Oct 2020 12:51:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzntcnv3tI+8emfMkr3RC/7Q/6HcF+/Vpaxp7824xvF+lMEOYEXR3AP1NsPfHcjOwCui7Ir X-Received: by 2002:a05:6402:615:: with SMTP id n21mr9588157edv.59.1601581871268; Thu, 01 Oct 2020 12:51:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601581871; cv=none; d=google.com; s=arc-20160816; b=JkMehdtaZBGOX8EXxOj0hQw1UfB16x5G04iWNuxxSA3TE9xQdoAfOHrqjxhfpkzvyl 1FUP/hl6l9P71VvyV7mJQkCzbJP+ryc2lnyjo0yKJtvcfA6FyCzE1s9s4NkjQ3tq/K3M YHk0bc295ZZLHeauMeCbSZi1TRGQ9IzV2lTOlnFOwN8q6Q/OqcSV8OfnEO9neAZfDT0D AQGk42jitLhwmgMHcrPmaHsOkmRmYtQx+H4m0OLco4wQBFZ04Y9ed2H3WfVWolNiQbfL 6cAhya+6p0wMwOWF3dY90zFwsDlkG+hcYBhtVi0/vS34N/NiFbfFM2LjBm8zyrWcwbyd I6Pw== 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=HSbROdMKTBhmfo/DGNvBl1fBRXtHnogXUPR3tTQupvQ=; b=SqA+w1FpDDwQxRriagHbiVRBq0UwOoZhONviqP9wXElmOjEs2+2VKanFWz5df97xnG Xp+VbkuPSuLGaaz1CQzN+60cRDtLnYtMC5XkuJfuoqQrvL4BTq5BvQ4pIp0hBkdNwDRA ZBs3kH7EVOqo3z8kZ2COkwvkWLJIGCkHglxxwSRpWkA7zOx02KRg9a1ogNyHBsxp0vl8 tUeSdXEu/0Xntxhj7NI7JxwLZaQbFGLO5KgJkcLLdmNytk30e4yvTbfjHPPKv301UO50 hZBiCjHzrF7iPxaYCixhqq13LqGozcYWynSwBmHBJ2K6IGWZdjYUR1WySBzeY50hiuDH TPIg== 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 gs18si4597684ejb.8.2020.10.01.12.50.48; Thu, 01 Oct 2020 12:51:11 -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 S1730147AbgJATtq (ORCPT + 99 others); Thu, 1 Oct 2020 15:49:46 -0400 Received: from gate.crashing.org ([63.228.1.57]:34939 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729990AbgJATtq (ORCPT ); Thu, 1 Oct 2020 15:49:46 -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 091Jdd8m014394; Thu, 1 Oct 2020 14:39:39 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 091Jdccq014393; Thu, 1 Oct 2020 14:39:38 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Thu, 1 Oct 2020 14:39:37 -0500 From: Segher Boessenkool To: Miguel Ojeda Cc: Joe Perches , Kees Cook , "Paul E . McKenney" , Nick Desaulniers , Lai Jiangshan , Josh Triplett , Steven Rostedt , LKML , rcu@vger.kernel.org, Clang-Built-Linux ML , Mathieu Desnoyers , Sedat Dilek , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [RFC PATCH next-20200930] treewide: Convert macro and uses of __section(foo) to __section("foo") Message-ID: <20201001193937.GM28786@gate.crashing.org> References: <20200929192549.501516-1-ndesaulniers@google.com> <133589afbe999347454dfcc46ae782897bf9e3a2.camel@perches.com> <46f69161e60b802488ba8c8f3f8bbf922aa3b49b.camel@perches.com> <417ffa3fd3fba5d4a481db6a0b0c9b48cbbb17c4.camel@perches.com> <46040e2776a4848add06126ce1cb8f846709294f.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! On Thu, Oct 01, 2020 at 12:15:39PM +0200, Miguel Ojeda wrote: > > So it looks like the best option is to exclude these > > 2 files from conversion. > > Agreed. Nevertheless, is there any reason arch/powerpc/* should not be > compiling cleanly with compiler.h? (CC'ing the rest of the PowerPC > reviewers and ML). You need to #include compiler_types.h to get this #define? (The twice-defined thing is a warning, not an error. It should be fixed of course, but it is less important; although it may be pointing to a deeper problem.) Segher