From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH v2] x86, kbuild: revert macrofying inline assembly code Date: Fri, 21 Dec 2018 10:44:28 -0800 Message-ID: <87woo23ek3.fsf@linux.intel.com> References: <1544928632-9717-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1544928632-9717-1-git-send-email-yamada.masahiro@socionext.com> (Masahiro Yamada's message of "Sun, 16 Dec 2018 11:50:32 +0900") Sender: linux-kernel-owner@vger.kernel.org To: Masahiro Yamada Cc: x86@kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Richard Biener , Nadav Amit , Segher Boessenkool , linux-arch@vger.kernel.org, Arnd Bergmann , Luc Van Oostenryck , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Michal Marek , linux-sparse@vger.kernel.org, Alok Kataria , Juergen Gross , linux-kbuild@vger.kernel.org List-Id: linux-arch.vger.kernel.org Masahiro Yamada writes: > Revert the following 9 commits: FWIW the -Wa additional also broke LTO builds because it doesn't really support -Wa for individual files. So I'm glad they got reverted. -Andi