Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2041973imm; Thu, 20 Sep 2018 06:58:17 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZ8GIzDdpU8xhtfW+ptbZRyF+hse/fBgM8A1iqe3F2+RyowffFhvJsVJMmwYVBAL4AQ9MLi X-Received: by 2002:a63:cf52:: with SMTP id b18-v6mr36477162pgj.194.1537451897749; Thu, 20 Sep 2018 06:58:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537451897; cv=none; d=google.com; s=arc-20160816; b=tBJ4HCJRD4ZwveclgVWOX/lh+6/GWWexhZy/MNbq6vgZqVilHSmOCxsKH0hkTRlfv8 WG1YjdMJPxXgXppuXr74cBsXnL+4zsxn/vUTsKhTIq12jQo8dUgZURRGaSrb8tinJ5j1 Blq+Qraykpbvw/gGzACmhL8XP77d+aqpedREavMuu8vss69ksUS43cHR68NRDYCMn+RB BnAEnE9s0QdGNkCWxeXqs4RmyFlPE/vZocrYi1cXM/YTFPTq9SyvhrzkZzW1aEXanXaO uyfQGSaH7e3kqNIhE4qHAzjjtDb65A293lz9Z3HZb3Ea6Djwao530jUUsUhmb+LXIJsS 4FAw== 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=rX/8Z507Y0cfkrzGZ6haCZvdwT0xJS+UqcxNajZ3qxg=; b=BcdhW1SoofLBl1cJiYdwKItLDm093TvqWbOl1cY1xm6WZkD3NzxQo+BotjuoBZhz5p KE8Eb9YSC/rB91FfkoW1TffsLgi1N/R1r9IGeSq+CoBHr+6hpHxb6wewHFe323ieiQ6q NzAaBJ7ZcdHwZ5RskmU2kUtSZtrBgeWGR+lyer2SmVO1wX9om+riZrvF7p3LmoNkLV5i XVnakEu2WTNIDGZTHSStHVQ0Y8XNYOX53ctzMOWIKmxY4Gn04knpFZIV5qg1bmCuv0kv 64Dspm5QXnftqyNXEUtOSm6DUfRa/I0pDvL44KjoEn2Yz0eF2bX3cNAZ+IfwjVoGV1UD 8YGg== 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 t18-v6si22859558plo.191.2018.09.20.06.58.01; Thu, 20 Sep 2018 06:58:17 -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 S1732928AbeITTl2 (ORCPT + 99 others); Thu, 20 Sep 2018 15:41:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37570 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727710AbeITTl2 (ORCPT ); Thu, 20 Sep 2018 15:41:28 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D22A71285; Thu, 20 Sep 2018 13:57:50 +0000 (UTC) Date: Thu, 20 Sep 2018 15:57:48 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: linux-kernel@vger.kernel.org, Rasmus Villemoes , Eli Friedman , Christopher Li , Kees Cook , Ingo Molnar , Geert Uytterhoeven , Arnd Bergmann , Masahiro Yamada , Joe Perches , Dominique Martinet , Stefan Agner , Luc Van Oostenryck , Nick Desaulniers , Linus Torvalds , linux-sparse@vger.kernel.org Subject: Re: [PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19) Message-ID: <20180920135748.GA7749@kroah.com> References: <20180918165542.4691-1-miguel.ojeda.sandonis@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180918165542.4691-1-miguel.ojeda.sandonis@gmail.com> 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 Tue, Sep 18, 2018 at 06:55:40PM +0200, Miguel Ojeda wrote: > These two patches are the 5th and 6th of the Compiler Attributes series, > which Stefan and Nick requested to go into v4.19 so that the clang ARM32 > build is fixed. The v5 of Compiler Attributes will have these two removed > if this goes in. As these seem pretty "obvious" and they do fix a problem for one system/compiler that we want to support, and because odds are I would end up getting them submitted to the 4.19-stable tree eventually, I've now applied them to the tree. thanks, greg k-h