Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1302360imm; Wed, 19 Sep 2018 16:07:11 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb5wWzE1v0F4CT6rFuepKKk3cQPQm4coA5C14Cv0wnbPjlLTuqpbjK14m+giuygv3fb3CSv X-Received: by 2002:a63:8241:: with SMTP id w62-v6mr32456587pgd.230.1537398431367; Wed, 19 Sep 2018 16:07:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537398431; cv=none; d=google.com; s=arc-20160816; b=eRUoEdqZp7hnEHUwCU66QSBA5C4YAGFb+DFrA0H6cDgycwm5DSs0fmtb3BRuRccGZ0 VSAxC0OWOHQrI7ARYnl/t0TLLqBZGk9BuXbTskjxb93xpyFSMGHBPOwb5CBRgILwahdY Z+A2U4jy/UgNxVR0VcDjKO/LJazAcTmx6LgJAa/3vEcVRu0Tf2uo6Bl3mB6ArWPV8Y1X z3tux45CfhefEfGVbtf0kH8Z0gTOHSnmWZ/SWYPS08+Wj5ztdABe66/AQ3a+nffc/Nog po8EhH4VzhmTpvYbm8IBrt8mfFjYrmhEoiB76Bri74HehUu7NoEWIWaXWVvaZiAnz9Lv jbIg== 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=QA/MZqA8037t8H21XlOQlrF2PS4wc9NSNfRn42wTiRY=; b=0c/OJQHgP180Kdow0jZhS5L6LG/SxOFVg01pPgl0wdE8hsofJJuyCkmizdywSp6+uX hjn8GaoxLvkyk5gqFEqjVIpa3Kdj+XOqMU4FCVivPhTWVuflWV4P56BsZJUrT8b/Wb4d vN8Fqwtfb85P1HyZKzdbxDrzp6GdEbLUaj2gU/KRfL6m/GaV7Vg0+xzVuZ6Be6MCfmUq 0BE/juk9JRMsiNpmCeGj9+q7jBsnzULLmTQu9W3ICcrDh55oMvniElvFyjam5ntNp04C WNEAtit+MLej4cfAP34J7QNVGNyBsj1bN66ZedgIy3FG6sOzY420nsSJ41YDSgSyZsGp iNQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d34-v6si21878574pld.301.2018.09.19.16.06.56; Wed, 19 Sep 2018 16:07:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732699AbeITEpc (ORCPT + 99 others); Thu, 20 Sep 2018 00:45:32 -0400 Received: from nautica.notk.org ([91.121.71.147]:47717 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbeITEpc (ORCPT ); Thu, 20 Sep 2018 00:45:32 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 0DC7DC01B; Thu, 20 Sep 2018 01:05:19 +0200 (CEST) Date: Thu, 20 Sep 2018 01:05:04 +0200 From: Dominique Martinet To: Greg Kroah-Hartman Cc: Miguel Ojeda , linux-kernel , Rasmus Villemoes , Eli Friedman , Christopher Li , Kees Cook , Ingo Molnar , Geert Uytterhoeven , Masahiro Yamada , Joe Perches , Linus Torvalds , linux-sparse@vger.kernel.org Subject: Re: [PATCH v2 2/2] Compiler Attributes: naked can be shared Message-ID: <20180919230504.GA20280@nautica> References: <20180918165542.4691-1-miguel.ojeda.sandonis@gmail.com> <20180918165542.4691-3-miguel.ojeda.sandonis@gmail.com> <20180918173428.GA21591@kroah.com> <20180919211458.GA8757@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180919211458.GA8757@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman wrote on Wed, Sep 19, 2018: > > > So, with this applied, does clang really build an arm32 kernel > > > successfully? No other problem at all? And this isn't really a > > > regression, arm32 never really worked with clang yet, right? > > > > To recap a bit: these two patches come from the "Compiler Attributes" > > series which is meant as a general improvement. > > Ok, so that's not for regressions, that's fine. I've not followed so closely, in particular I'm not sure if it's the only problem with arm32 right now, but that is a regression - the general serie is meant as an improvement, but these two patches fix 815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h mutually exclusive") which was taken in 4.19-rc1 (Miguel, perhaps a Fixes: tag might help remember that?) > If these do not fix a regression, I don't see how they would be ready > for 4.19-final. So the rest of the series is not a regression and isn't ready for 4.19-final, these two would be, but only got tested by the handful of people in Cc here ; so ultimately it's your call. > > I am going to send a v5 of the entire series without these two > > patches, based on -rc4 (or -next, which one do you prefer? I would say > > these patches should be applied early in the -next branches, so that > > everyone is ready for the change, given it "touches" every translation > > unit). > > That's up to whomever takes these into their tree for linux-next > inclusion. If you are about to break everything, then you might > consider changing your patches so they do not do that :) I think that was more or less his question, there is no maintainer for these files, so who should that whomever be? :) The thing is linux took this kind of patch directly last time, but ideally it really should sink in -next for a bit... (If no-one in Cc has anything included in -next I could take them in my 9p branch, but that is quite a bit out of scope from what I advertised this branch as so I think it would be confusing ; I think it might almost be best if Miguel will keep maintaining these in the future to do his own request to inclusion in -next?) -- Dominique Martinet