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__8958.31846069104$1545417749$gmane$org@linux.intel.com> References: <1544928632-9717-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Masahiro Yamada Cc: linux-arch@vger.kernel.org, Juergen Gross , Michal Marek , Richard Biener , Arnd Bergmann , Segher Boessenkool , linux-kbuild@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-sparse@vger.kernel.org, Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Nadav Amit , Thomas Gleixner , Alok Kataria , Luc Van Oostenryck List-Id: virtualization@lists.linuxfoundation.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