From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Ojeda 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> Return-path: Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-sparse@vger.kernel.org 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(-) -- 2.17.1