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=-4.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 95390C4361B for ; Sat, 19 Dec 2020 12:42:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6187823443 for ; Sat, 19 Dec 2020 12:42:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726572AbgLSMmB (ORCPT ); Sat, 19 Dec 2020 07:42:01 -0500 Received: from conssluserg-02.nifty.com ([210.131.2.81]:27838 "EHLO conssluserg-02.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726460AbgLSMmA (ORCPT ); Sat, 19 Dec 2020 07:42:00 -0500 Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) (authenticated) by conssluserg-02.nifty.com with ESMTP id 0BJCf6K6016488 for ; Sat, 19 Dec 2020 21:41:07 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 0BJCf6K6016488 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1608381667; bh=/QShfHRRh7S0yQZEAxp8XGYY7a3VQZZJR3cuWY/zEU8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=DHBZz6JJMcER/g+M3ITp04DrEkYDyROUPLtGW5tukfUmeU6pfsfk6T7tDNT2MEWBR mwvhxVY2qGm+UsFrU7NwICda+e3yrONgg5dmYhhJGIIdskbGH0wU8TsPwxMClqzaLl kxWEnhil4eHvwM4zMS6+JdeEsQIbMmpkZdKgSxPn8hh2qNCMMvTO+UFap6nbYBzxmJ +sxre9aeij6XQ8INxFHqRBX0yL4xAo37G9IfJKstPvi4j3mmKBWtW9Usu2Z8cb2tDl sxeiGoM63M7Yb3mAwFXGP2tqXOAI8ySOSKgik1A4dFzFYOWRxq/MnNENYhn7muF8Iy FYRUbfYsZTWfQ== X-Nifty-SrcIP: [209.85.216.47] Received: by mail-pj1-f47.google.com with SMTP id z12so2878153pjn.1 for ; Sat, 19 Dec 2020 04:41:07 -0800 (PST) X-Gm-Message-State: AOAM530R75nPqmBIw2/0hKTHKiAwIYKYXhjkjEcATdwysMcCFH7NtPZX eV7+oO9CR0ijzutRb32F4FFKXGT6rdsuDsV6xRs= X-Google-Smtp-Source: ABdhPJzDNFAxnF7D55ukFdX3qo1xOjuB2EORwxIbd/FmWtCJDJG+0Xt/v1YRrTtwKfrX0kudCUEzbiY5YYjGbgDVAz4= X-Received: by 2002:a17:90a:d18c:: with SMTP id fu12mr8623337pjb.153.1608381666291; Sat, 19 Dec 2020 04:41:06 -0800 (PST) MIME-Version: 1.0 References: <20201201152017.3576951-1-elver@google.com> <20201210212416.15d48d2a924f2e73e6bd172b@linux-foundation.org> In-Reply-To: <20201210212416.15d48d2a924f2e73e6bd172b@linux-foundation.org> From: Masahiro Yamada Date: Sat, 19 Dec 2020 21:40:28 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] genksyms: Ignore module scoped _Static_assert() To: Andrew Morton Cc: Marco Elver , Miguel Ojeda , Nick Desaulniers , LKML , kasan-dev , Joe Perches , Greg Kroah-Hartman , Richard Henderson Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 2:24 PM Andrew Morton wrote: > > On Thu, 10 Dec 2020 17:25:30 +0100 Marco Elver wrote: > > > On Thu, 10 Dec 2020 at 14:29, Miguel Ojeda > > wrote: > > > On Thu, Dec 10, 2020 at 11:35 AM Marco Elver wrote: > > > > > > > > It looks like there's no clear MAINTAINER for this. :-/ > > > > It'd still be good to fix this for 5.11. > > > > > > Richard seems to be the author, not sure if he picks patches (CC'd). > > > > > > I guess Masahiro or akpm (Cc'd) would be two options; otherwise, I > > > could pick it up through compiler attributes (stretching the > > > definition...). > > > > Thanks for the info. I did find that there's an alternative patch to > > fix _Static_assert() with genksyms that was sent 3 days after mine > > (it's simpler, but might miss cases). I've responded there ( > > https://lkml.kernel.org/r/X9JI5KpWoo23wkRg@elver.google.com ). > > > > Now we have some choice. I'd argue for this patch, because it's not > > doing preprocessor workarounds, but in the end I won't make that call. > > :-) > > I have > https://lkml.kernel.org/r/20201203230955.1482058-1-arnd@kernel.org > queued for later this week. > Sorry for the delay, Marco. And, thanks for the proper fix. Now applied to linux-kbuild. I will revert 14dc3983b5dff513a90bd5a8cc90acaf7867c3d0 later. -- Best Regards Masahiro Yamada