From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 359E3C4727F for ; Thu, 1 Oct 2020 10:15:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ECA0620838 for ; Thu, 1 Oct 2020 10:15:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="AK9x/1EH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731816AbgJAKPw (ORCPT ); Thu, 1 Oct 2020 06:15:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbgJAKPw (ORCPT ); Thu, 1 Oct 2020 06:15:52 -0400 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05397C0613D0; Thu, 1 Oct 2020 03:15:52 -0700 (PDT) Received: by mail-lf1-x143.google.com with SMTP id m5so5874341lfp.7; Thu, 01 Oct 2020 03:15:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yP779foQVZTd7hBfYzc8x5HVVPD9H4ll26i7mjT38To=; b=AK9x/1EH5gmexWNak1NPEzY9C74BazOc3JDXGwjqNUYcPD0WRVvwvO7XyOuJe1igMR PDhTED3odbMFCjTZgn+J4TmZoeMRwBWYMDn0RuEYqTkUivByeORR1sdQL7sm33qgxStO FHxypX75VqTWUPh7OIpG7ePL+TPvgkQb4i6hnnTZK6eGOvYJIEoMLG4Cr9J6zuen0oYR tcaya7K8VMxi1iUfDFtpa7JfMOwxH9VirfJJqaqVCus3De3e5Qe0AYweZ5jaAaC6jg1R AG+hBeq3eyXohdJAK7/rft0pIHE1kDo6K9BjWDzK0K9lXs9bXQsm3saY9kQyF3Aq1V9t 0lEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yP779foQVZTd7hBfYzc8x5HVVPD9H4ll26i7mjT38To=; b=baGV7E+LNZPascItAc6K/8QRsFaoPPzdzB3pl9UM/E/me1c3A/WJlPl9rKJklchgKZ 4DjMHf2seP5FwJ+0lkk4/3f5+v4a1xUB+03yRLwU48Fz3loO5oVeXS5wLUlTcyyf5Pqc 9SQrAsCHNXLNgGxqlh//wKwAFWQj6oFBmnuj8tda/SvD0jsarfVqMLAyenykpSHHLPEq TDJKzEm/24x8k7k0qYlhnTl2xCd80qw6DAne2KFop/2GweYvs/rXh4fYCPoRZeSSn4h0 +ccexyAIb5oCeU4GuwzerZS4f9iCIrFB/PUtkE8oDetnAKbUzLcmv4B1R4MaHAlb3zjW KavA== X-Gm-Message-State: AOAM530wQPyzZW4dycsF/obFVT74gjnm6bElEWsTRVZm/F9eapkx2QOS Dgt9083rIa3UCGoKp6zB/q9+tDeDbn8BgwY5qeA= X-Google-Smtp-Source: ABdhPJzE0B3XYSFoxxWCoIujQIlIrX0GFgwGjx6ozGWiaiVey1qgI0/wjkOI3kDNFY6QX+0v9OhDOWTJ77VtvbMwoNk= X-Received: by 2002:a19:7e8d:: with SMTP id z135mr2532283lfc.158.1601547350476; Thu, 01 Oct 2020 03:15:50 -0700 (PDT) MIME-Version: 1.0 References: <20200929192549.501516-1-ndesaulniers@google.com> <133589afbe999347454dfcc46ae782897bf9e3a2.camel@perches.com> <46f69161e60b802488ba8c8f3f8bbf922aa3b49b.camel@perches.com> <417ffa3fd3fba5d4a481db6a0b0c9b48cbbb17c4.camel@perches.com> <46040e2776a4848add06126ce1cb8f846709294f.camel@perches.com> In-Reply-To: <46040e2776a4848add06126ce1cb8f846709294f.camel@perches.com> From: Miguel Ojeda Date: Thu, 1 Oct 2020 12:15:39 +0200 Message-ID: Subject: Re: [RFC PATCH next-20200930] treewide: Convert macro and uses of __section(foo) to __section("foo") To: Joe Perches Cc: Nick Desaulniers , Sedat Dilek , "Paul E . McKenney" , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Josh Triplett , Kees Cook , LKML , rcu@vger.kernel.org, Clang-Built-Linux ML , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joe, On Thu, Oct 1, 2020 at 12:56 AM Joe Perches wrote: > > So I installed the powerpc cross compiler, and > nope, that doesn't work, it makes a mess. Thanks a lot for reviving the script and sending the treewide cleanup! > 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). Cheers, Miguel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33D95C4727F for ; Thu, 1 Oct 2020 10:17:58 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 38C1220838 for ; Thu, 1 Oct 2020 10:17:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="AK9x/1EH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38C1220838 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4C28Ft6VhkzDqWY for ; Thu, 1 Oct 2020 20:17:54 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2a00:1450:4864:20::141; helo=mail-lf1-x141.google.com; envelope-from=miguel.ojeda.sandonis@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=AK9x/1EH; dkim-atps=neutral Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4C28Cl2hDnzDqKZ for ; Thu, 1 Oct 2020 20:15:54 +1000 (AEST) Received: by mail-lf1-x141.google.com with SMTP id 77so5892192lfj.0 for ; Thu, 01 Oct 2020 03:15:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yP779foQVZTd7hBfYzc8x5HVVPD9H4ll26i7mjT38To=; b=AK9x/1EH5gmexWNak1NPEzY9C74BazOc3JDXGwjqNUYcPD0WRVvwvO7XyOuJe1igMR PDhTED3odbMFCjTZgn+J4TmZoeMRwBWYMDn0RuEYqTkUivByeORR1sdQL7sm33qgxStO FHxypX75VqTWUPh7OIpG7ePL+TPvgkQb4i6hnnTZK6eGOvYJIEoMLG4Cr9J6zuen0oYR tcaya7K8VMxi1iUfDFtpa7JfMOwxH9VirfJJqaqVCus3De3e5Qe0AYweZ5jaAaC6jg1R AG+hBeq3eyXohdJAK7/rft0pIHE1kDo6K9BjWDzK0K9lXs9bXQsm3saY9kQyF3Aq1V9t 0lEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yP779foQVZTd7hBfYzc8x5HVVPD9H4ll26i7mjT38To=; b=sk2Lts7/rnPOh7MxBSDvVEyml5s5+a9Xr5VkqZorbo0+sOgZZLUu4befoVIy2l9US4 E+iKgOSfizWJnc+sRH7bE1/LWW8ycWkplGhVyul4AQCn/7UzG09A3mGA+WEDft8116Rs 3ewC5yxhWHlMMenYSChEtJbFFflVCYxBbM0HHUHZhdGpmI2GCzjHOx5+i1uqFlpQjVeq /LHIq5a1u2G/0OdIyyWayZ2GHLBqSUknX+nFwbQ6gYwVnqQnLmbn/6Txda8zhu6qtXgV WyPBvZMejgC9cXoGYyVmVtWF1EifPwUQsyMy1qQQG/aAFlIzjsJQt7Tdz7bT5rZRN9nQ MdfA== X-Gm-Message-State: AOAM5316rW23P55fshsatT4zOmcI8JOots1h+zFa5vWzSORUNm6OTTGz caTVTzsqqRPOAkq9p4ZZ8SXUB8UhRYqibb7FKUM= X-Google-Smtp-Source: ABdhPJzE0B3XYSFoxxWCoIujQIlIrX0GFgwGjx6ozGWiaiVey1qgI0/wjkOI3kDNFY6QX+0v9OhDOWTJ77VtvbMwoNk= X-Received: by 2002:a19:7e8d:: with SMTP id z135mr2532283lfc.158.1601547350476; Thu, 01 Oct 2020 03:15:50 -0700 (PDT) MIME-Version: 1.0 References: <20200929192549.501516-1-ndesaulniers@google.com> <133589afbe999347454dfcc46ae782897bf9e3a2.camel@perches.com> <46f69161e60b802488ba8c8f3f8bbf922aa3b49b.camel@perches.com> <417ffa3fd3fba5d4a481db6a0b0c9b48cbbb17c4.camel@perches.com> <46040e2776a4848add06126ce1cb8f846709294f.camel@perches.com> In-Reply-To: <46040e2776a4848add06126ce1cb8f846709294f.camel@perches.com> From: Miguel Ojeda Date: Thu, 1 Oct 2020 12:15:39 +0200 Message-ID: Subject: Re: [RFC PATCH next-20200930] treewide: Convert macro and uses of __section(foo) to __section("foo") To: Joe Perches Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 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 Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Joe, On Thu, Oct 1, 2020 at 12:56 AM Joe Perches wrote: > > So I installed the powerpc cross compiler, and > nope, that doesn't work, it makes a mess. Thanks a lot for reviving the script and sending the treewide cleanup! > 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). Cheers, Miguel