From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751462AbdIWMJo (ORCPT ); Sat, 23 Sep 2017 08:09:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44996 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbdIWMJn (ORCPT ); Sat, 23 Sep 2017 08:09:43 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0E82181DE1 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jpoimboe@redhat.com Date: Sat, 23 Sep 2017 07:09:40 -0500 From: Josh Poimboeuf To: Ingo Molnar 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: <20170923120940.l22j3ifddowffc2z@treble> References: <20170923105318.fkjr5l5yx57jjaqe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170923105318.fkjr5l5yx57jjaqe@gmail.com> User-Agent: Mutt/1.6.0.1 (2016-04-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Sat, 23 Sep 2017 12:09:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- Josh