Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2043814imm; Thu, 20 Sep 2018 07:00:02 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb4/oEmmTib1WA2YhvRcrFJdd7aYvT4qYDnARBkYINHwcB0KEAWGQgkS82YVbAj5JHC7h3v X-Received: by 2002:a62:f40a:: with SMTP id r10-v6mr41531328pff.47.1537452002906; Thu, 20 Sep 2018 07:00:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537452002; cv=none; d=google.com; s=arc-20160816; b=B1LqjrPjwyyA9FZcUlTyBCGPhfyTytGpTytJqAjT8ND6dLkrJYzoTd8/O6lWyXRcqR JYxhvGFmxxKFUJUpABJ5lPxPiYDHR82OygeKW9D+5VRK3DPOQFGo6y4f7C/Z1tVv6YDL WNk0mtbjeM2MFAKKSkrPZtFu5xNht2CxwsPSTVhyYN9mmU6233eAYRG2UnIJYGwHcCuQ r3dn7Vz59pSsN/qOmIAJx06YzIZI8ErgzD88GQHSlvkRFHwHskPqsZsNDpFDnkcPCny+ a64TYORrV1VOF5tpirAR40ZlyMAtto6EpxroBeBMCWu0/JVflFhCe+6sV+aprLdTAaY2 etWQ== 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=Qx3gj1VVcp7VgG7mkA/MHdIUs2zRUnbCW92JTU6vjxs=; b=USIb4XH6SLDUNIQhA8ad9xl9o/AuAW4WvnSmMVuEB0UwqRvOJuiX0uuwtZMNTrAxYF tdvkHMlg9OLXcgUETFTpENG8xkIScpQxEzlI49O7YDF6aA6Xe2PMc1c7Xq4lg6zsDAZl DdNwxEktFGSvs6Dw94FHLkKwJuqp3+f5fkBaVHXvNKkzytBzOcGfver/CapyqkiL2iRW zwv5ui6ZqjUByFV09HBnJuKKjoKTZhHrLCkq04YPUAXmpMxInovCTHorvgsoYkP8g0fW WP51e4qYObPewugGx4bKJvpG8g/5WcRJaT+vB0pCYv353bmYqJKqcy3pcr3bTGC2hMp3 KXEg== 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 a3-v6si24659604pls.224.2018.09.20.06.59.46; Thu, 20 Sep 2018 07:00:02 -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 S1732640AbeITTnR (ORCPT + 99 others); Thu, 20 Sep 2018 15:43:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37620 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727242AbeITTnR (ORCPT ); Thu, 20 Sep 2018 15:43:17 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0ACDA1285; Thu, 20 Sep 2018 13:59:39 +0000 (UTC) Date: Thu, 20 Sep 2018 15:59:36 +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: <20180920135936.GA9117@kroah.com> References: <20180918165542.4691-1-miguel.ojeda.sandonis@gmail.com> <20180920135748.GA7749@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180920135748.GA7749@kroah.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 Thu, Sep 20, 2018 at 03:57:48PM +0200, Greg Kroah-Hartman wrote: > 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. Also, it passed my build tests, I didn't just throw these in without doing that :) greg k-h