From patchwork Tue Sep 18 16:55:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miguel Ojeda X-Patchwork-Id: 10604609 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DF7DB913 for ; Tue, 18 Sep 2018 16:56:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CAA9627DA4 for ; Tue, 18 Sep 2018 16:56:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BDEA92B2F0; Tue, 18 Sep 2018 16:56:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E318D27DA4 for ; Tue, 18 Sep 2018 16:56:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730367AbeIRWaU (ORCPT ); Tue, 18 Sep 2018 18:30:20 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:40588 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730153AbeIRWaT (ORCPT ); Tue, 18 Sep 2018 18:30:19 -0400 Received: by mail-wm1-f67.google.com with SMTP id 207-v6so3630825wme.5; Tue, 18 Sep 2018 09:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=vQPkzBW7ZOGHJMcA5i4M2NXjdVktza/5ZHjO7sL3MqU=; b=OCxp3MXYalh0eHrhc9ZLs13Me/1zaegV8dXRpkNxzlnVjPH3Al0DCc/MZSuLWV8sfw WRMBm8+LNq+TLhkFxYgt2cwJj3A4OgfTea5rJCwdHIGR0ZHlPyy4xr8HQSWSdv4S2HCD fG28Ue+vz5HjH0sPD7Kcmm5mLpot/2SIhF4uqJ/FDruxK08Z/BxdEpUACKI3sjBxfdH9 dp5LsnC7sY6wz7poCQiFclxcQZtlsSxuc+6n2UPYzchqDxuKiwS33lcvxW0ulw5YGQU6 HmMjJY02PdBHdAAqPFOwW1/f0kzmY6XD0F0PwYagjH8RNzKGaXPjmlbfHXIlwAz4DvYz 8yHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=vQPkzBW7ZOGHJMcA5i4M2NXjdVktza/5ZHjO7sL3MqU=; b=AcYvbMcUjyIjQecNUN4MSvdidYMLtJYykwpbT7OcsyH35JK5Qle44AOp6zMT7ISYUk A901TvppX+x32Va0lJbqyxJr8zK2oxbItKCpi4PGQfFNQEjizcQF/0DhdfoPURuoSxgX pte+xWpEh5ywJ98Kcqss5ma8taflZDsoz/3wyHa3anD0KZkjl/EhPKK5LVpWRwDqKSmx Lf1EWCxkKPUUJHmxG4otTkeycwfkKnwh6ZdbhbgbxPyewuD/LeC94SjjW3PLexwdZm7k WGkQHyjv8IfN3K9AS0dGxl/yRRAA7hVM6TMRAWMPkMRfXHipbfgJzpHedh+8dvGeEGqY NApA== X-Gm-Message-State: APzg51DoYCJMqKY1zIdeogVldrtRSxvCUysEC0h2zx29EgoDsu7UGxH5 kzZJDNOPhJyNsxK/jrH64FA= X-Google-Smtp-Source: ANB0VdaT0HPovz3fvR+x5m2D96EGDTIaqy9vQXZn6qgPvFwNz8ukgYJPljdYOKCZj4E3SJNxctMO9A== X-Received: by 2002:a1c:7711:: with SMTP id t17-v6mr16708152wmi.35.1537289811602; Tue, 18 Sep 2018 09:56:51 -0700 (PDT) Received: from localhost.localdomain (62.83.35.8.dyn.user.ono.com. [62.83.35.8]) by smtp.gmail.com with ESMTPSA id g2-v6sm2934768wme.20.2018.09.18.09.56.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Sep 2018 09:56:51 -0700 (PDT) From: Miguel Ojeda To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Miguel Ojeda , 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: [PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19) Date: Tue, 18 Sep 2018 18:55:40 +0200 Message-Id: <20180918165542.4691-1-miguel.ojeda.sandonis@gmail.com> Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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. Cc: Rasmus Villemoes Cc: Eli Friedman Cc: Christopher Li Cc: Kees Cook Cc: Ingo Molnar Cc: Geert Uytterhoeven Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Masahiro Yamada Cc: Joe Perches Cc: Dominique Martinet Cc: Stefan Agner Cc: Luc Van Oostenryck Cc: Nick Desaulniers Cc: Linus Torvalds Cc: linux-sparse@vger.kernel.org Signed-off-by: Miguel Ojeda Miguel Ojeda (2): Compiler Attributes: naked was fixed in gcc 4.6 Compiler Attributes: naked can be shared include/linux/compiler-gcc.h | 14 -------------- include/linux/compiler_types.h | 8 ++++++++ 2 files changed, 8 insertions(+), 14 deletions(-)