From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751787AbdIWKxY (ORCPT ); Sat, 23 Sep 2017 06:53:24 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35770 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbdIWKxW (ORCPT ); Sat, 23 Sep 2017 06:53:22 -0400 X-Google-Smtp-Source: AOwi7QC7aC8xPKtVz9jIjVVs5zBTXOZt81BrrOFbJTi0CXVrprNjaanvVveasvGQA4Pd7Dwhql70fA== Date: Sat, 23 Sep 2017 12:53:18 +0200 From: Ingo Molnar To: Josh Poimboeuf Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , Andy Lutomirski , Linus Torvalds , Alexander Potapenko , Dmitriy Vyukov , Matthias Kaehlcke , Arnd Bergmann , Peter Zijlstra , Andrey Ryabinin , Miguel Bernal Marin Subject: Re: [PATCH v2 0/2] x86: Fix inline asm call constraints for clang Message-ID: <20170923105318.fkjr5l5yx57jjaqe@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Josh Poimboeuf wrote: > Patch 1 is a bug fix for an objtool issue which was uncovered by patch 2. > > Patch 2 is the last fix needed for clang to be able to compile and boot > the kernel. > > Josh Poimboeuf (2): > objtool: Handle another GCC stack pointer adjustment bug > x86/asm: Fix inline asm call constraints for clang Have these patches been boot tested with clang? Thanks, Ingo