Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1359205imm; Wed, 19 Sep 2018 17:20:55 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYvGSno05oTOv+WC3qEZXVLoyAwy1tnebKsGhoxlFmlrJBtXbDh9WMXZgfS7HggLuNwIlOe X-Received: by 2002:a17:902:d881:: with SMTP id b1-v6mr36810586plz.191.1537402855315; Wed, 19 Sep 2018 17:20:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537402854; cv=none; d=google.com; s=arc-20160816; b=S9WTqrTZRTaq6xsGTRyvIZWzlLHOK6keJpuEkC4X1RY59a1PQKCFLETrjf0VbH5reX LGsrGThWLSqoaGY/aM+6gD51lRvK16kbuMh50n7IGMASZIb6ih1u9L5icnc/B2FumZqG MDgunKtFhFpk6pCR3mG/Vk7G73GwZft2mYtmNCsJtGzFuLIGqLJnLGO6DFnbUr7lWjP0 fou3SO+kzuwx+maGOi+DsMwb1PwCrRyRrRebtPiesWlIQpQJ6cpve/O9D9o9uQ4ksvfn IFkjz9Mmor0zaxHQugbwYhCBtlfZbVUBVBtSVBNztLppxJqBl5hIYG2f2CP4OFK6maBb REGQ== 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=Mgb+b74e6BV1zKUftTDgbv/1AUypyaYlHaXIbEIP92g=; b=b9WRkDBclgA9tw4SKrtznyJ+b1LxaRVckTtBs5MxGOpDDws95SffG+E3IO3O7CVMZn sndShajGZN99qVkJmGXh042NnpFc4jMH4cxWgotOP/7lN1NyRlJPuGf924mNc3WZKjE/ R3nnMPLyKNYBLDzZHP34sQWpr6jVzU6N9PR5theJ+ZEjyE6bcSGR4tgGkvxkAICStPzf PX1msRffoNU0sBshGpgGlmJEZ8ETCC/cbYhy7ar3JuO7XBiu+juh7CaaqvpnQZQDfNcH MEzUu/Q2IzZ3B23NbslG5MfigIrcDD6XnrB9ysB/nixXC1fx3C7/0MbJp0+ekhdfdLP9 dT0w== 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 2-v6si2324097pgg.421.2018.09.19.17.20.09; Wed, 19 Sep 2018 17:20:54 -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 S1732856AbeITFvF (ORCPT + 99 others); Thu, 20 Sep 2018 01:51:05 -0400 Received: from nautica.notk.org ([91.121.71.147]:38469 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbeITFvF (ORCPT ); Thu, 20 Sep 2018 01:51:05 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 40570C01B; Thu, 20 Sep 2018 02:10:39 +0200 (CEST) Date: Thu, 20 Sep 2018 02:10:24 +0200 From: Dominique Martinet To: Miguel Ojeda Cc: Greg Kroah-Hartman , 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: <20180920001024.GD20280@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> <20180919230504.GA20280@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Miguel Ojeda wrote on Thu, Sep 20, 2018: > > 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?) > > The commit is mentioned in the commit message, although not with the > Fixes: syntax -- is something now automatically parsing that? I guess > it is also easier for humans to parse :) As far as I'm aware, the backport to stable stuff parse these to know up till how far back they should backport, but it still requires explicit Cc to the stable@vger list... (not needed here as the "bad" commit never made it to stable) I'm not aware of anything else, but as you said, while I now see you naming the commit now, I managed to miss it earlier and I was somewhat following this so it's probably also easier on humans :) > > (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?) > > I can ask for my auxdisplay tree (or better, a new one) to be in -next > and use that (are non-kernel.org trees allowed to be in -next, by the > way?). I think a new one would be great, yes. (my branch is on github, so Stephen does not appear to mind non-kernel.org trees) -- Dominique Matinet