Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1657503imm; Thu, 20 Sep 2018 00:20:24 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb2sCLc7RpxIX1aaSiRDNVe0kxIpsSLvcUFmnRc57oG+JvqlodIckYPYapQ+eC+ARU/F/+9 X-Received: by 2002:a62:d544:: with SMTP id d65-v6mr39842830pfg.107.1537428024478; Thu, 20 Sep 2018 00:20:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537428024; cv=none; d=google.com; s=arc-20160816; b=hIB6lyfomDqweG6ONsURvktWO73j2d67ph7IsHj8VCML185kNKeBOMRHd89yCQF1pN 209EhEl96e4wxxBBGPrFDQV5waYqa1FJGMBblpBiTdOYr7wXosq16d4fZTDow+ZF9o43 Y4EkW6Z2Ellz0U4oN4qqFfw7ScnfS6lHg54Tk/GHmm1DrWz0ZTKJ3HisnulISSiv82ru pHJYnMhLvcKKadRAMydEtZVyNFHs2x8SEtmOwcocxv2gEBXhAcAmImTMG49VHlXyL58A +3COdqcfV/s+2Kt6OcsWS7Ik8oISHqR9S9M18tFRSlq8NrCvFNhIr06h7qWDZNk2Q9/g 41vw== 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=rZoIsrsdlJEBTsNQZK9w8JW89Q5jlW2bQnpqekwckug=; b=vpu0zrBaGdLu3zEw2FMLQSH20oGiHN06hMpqvKMMzki757c5ihAz/cywkPhqbHiZ7W gqE9qcaVNsfPS0iPJtmAIdX51WW1179g3xifDO3EIxxvxSAVjwT4SN0RDmrtYwYYf+MI eyCfS+S50ViS2qqGXcKvTQTAnRhYm3V47Ho3TevzdN+lYNUO01H1FdUyuAMgRAuKRS2c JwYzPs5A9S/pqyIXngL39sAAtLf7uYQ+hs+PnT+LlGE8ccn8dnVqL6oMngspQMdX0jk1 z0XjDn9riyN6VY/uIfBxeaM7Rc02R1fDzAuo+FRcAnORx2S7wCaAkfb6Y2O/GEjb5Xun Phmw== 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 i21-v6si22178216pgb.81.2018.09.20.00.20.08; Thu, 20 Sep 2018 00:20:24 -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 S1731755AbeITNBf (ORCPT + 99 others); Thu, 20 Sep 2018 09:01:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726014AbeITNBf (ORCPT ); Thu, 20 Sep 2018 09:01:35 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 89E9BD6C; Thu, 20 Sep 2018 07:19:32 +0000 (UTC) Date: Thu, 20 Sep 2018 09:19:30 +0200 From: Greg Kroah-Hartman To: Stefan Agner Cc: Miguel Ojeda , Nick Desaulniers , Arnd Bergmann , linux-kernel , Rasmus Villemoes , Eli Friedman , Christopher Li , Kees Cook , Ingo Molnar , Geert Uytterhoeven , Masahiro Yamada , Joe Perches , Dominique Martinet , Linus Torvalds , linux-sparse@vger.kernel.org Subject: Re: [PATCH v2 2/2] Compiler Attributes: naked can be shared Message-ID: <20180920071930.GA11963@kroah.com> 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> <6837090afde15cd5ee155dbfabb0d556@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6837090afde15cd5ee155dbfabb0d556@agner.ch> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 19, 2018 at 11:00:37PM -0700, Stefan Agner wrote: > On 19.09.2018 16:00, Miguel Ojeda wrote: > > On Wed, Sep 19, 2018 at 11:14 PM, Greg Kroah-Hartman > > wrote: > >> On Tue, Sep 18, 2018 at 08:56:04PM +0200, Miguel Ojeda wrote: > >>> Hi Greg, > >>> > >> > >>> Since Linus/Andrew/you > >>> didn't comment on whether you wanted or not this for 4.19, we are > >>> assuming they would go in for 4.20. However, Stefan/Nick/... wanted > >>> this for 4.19 instead, they asked me to extract these patches two > >>> separately for 4.19. I let them comment further on the status of Clang > >>> on arm32. > >> > >> If these do not fix a regression, I don't see how they would be ready > >> for 4.19-final. > > Clang on arm32 worked with v4.18 when using multi_v7_defconfig -CONFIG_EFI. That's a narrow definition :) > With 815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h mutually > exclusive") it broke on v4.19-rc1. IMHO this is a regression and we should > consider this two patches as a fix for it. Why not just revert 815f0ddb346c instead and work to get it right for 4.20-rc1? thanks, greg k-h