From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752427AbdIWNFM (ORCPT ); Sat, 23 Sep 2017 09:05:12 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:37178 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205AbdIWNFJ (ORCPT ); Sat, 23 Sep 2017 09:05:09 -0400 X-Google-Smtp-Source: AOwi7QDSlcsLzxNw/0gJsf+JCtCGchW7Y92V+bS+boZLqWlXoY6/Og67hkHwyTb1NzTJFRD0u5tMqg== Date: Sat, 23 Sep 2017 15:05:05 +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: <20170923130505.qmcwydhimcp35ori@gmail.com> References: <20170923105318.fkjr5l5yx57jjaqe@gmail.com> <20170923120940.l22j3ifddowffc2z@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170923120940.l22j3ifddowffc2z@treble> 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: > On Sat, Sep 23, 2017 at 12:53:18PM +0200, Ingo Molnar wrote: > > > > * 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? > > Yes, I built and boot them using the directions at: > > https://github.com/ramosian-glider/clang-kernel-build Great - I'll queue up these fixes in tip:x86/urgent. Thanks, Ingo