From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3598C432C0 for ; Thu, 28 Nov 2019 05:01:19 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 38C8B215F1 for ; Thu, 28 Nov 2019 05:01:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="Ssvgjrk/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 38C8B215F1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47Nlph3nv3zDr0L for ; Thu, 28 Nov 2019 16:01:16 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47NlmJ08DpzDqxd for ; Thu, 28 Nov 2019 15:59:12 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="Ssvgjrk/"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 47NlmG4J8Vz9sPK; Thu, 28 Nov 2019 15:59:10 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1574917151; bh=UoM1p2I0xAHcGr6mKwAQtqM+WSIgrcRigkz6MWIzVVU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Ssvgjrk/BnOGo2u2AxzaIu+BZcSJTJ9zlWYiOKL8ssK/CWox8pOXKYQEIK3vOTEdz j+T42QQAWRRTtA/ROsQVAGUYyI7d3IjKrJslmlk9o3AwBoE7X/OOonjdTwNG2AcqsV MQXpIthMYrBlJpAr08gDsfsjDYtVza+yZPCwTbv9Kad7pMWeQdgEadhgnEj6wTVEJv h0zKnBKXmvtKeyD+tg3AYu0i7B0kXMza7RQ62CYkqi8CnFpQdTQ2L6PWsN0Dhfo4kK vhVujwN8yD5cRQ75YsN7RtQwk3gJTHK1FbMVmcU0VZWL99ZmPX9RKmgvX7AvW10W/w h2jwGUfD5xHVg== From: Michael Ellerman To: Nick Desaulniers Subject: Re: [PATCH v5 0/3] LLVM/Clang fixes for a few defconfigs In-Reply-To: References: <20191014025101.18567-1-natechancellor@gmail.com> <20191119045712.39633-1-natechancellor@gmail.com> Date: Thu, 28 Nov 2019 15:59:07 +1100 Message-ID: <87v9r4zjdw.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: LKML , clang-built-linux , Paul Mackerras , Nathan Chancellor , linuxppc-dev Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Nick Desaulniers writes: > Hi Michael, > Do you have feedback for Nathan? Rebasing these patches is becoming a > nuisance for our CI, and we would like to keep building PPC w/ Clang. Sorry just lost in the flood of patches. Merged now. cheers > On Mon, Nov 18, 2019 at 8:57 PM Nathan Chancellor > wrote: >> >> Hi all, >> >> This series includes a set of fixes for LLVM/Clang when building >> a few defconfigs (powernv, ppc44x, and pseries are the ones that our >> CI configuration tests [1]). The first patch fixes pseries_defconfig, >> which has never worked in mainline. The second and third patches fixes >> issues with all of these configs due to internal changes to LLVM, which >> point out issues with the kernel. >> >> These have been broken since July/August, it would be nice to get these >> reviewed and applied. Please let me know what I can do to get these >> applied soon so we can stop applying them out of tree. >> >> [1]: https://github.com/ClangBuiltLinux/continuous-integration >> >> Previous versions: >> >> v3: https://lore.kernel.org/lkml/20190911182049.77853-1-natechancellor@gmail.com/ >> >> v4: https://lore.kernel.org/lkml/20191014025101.18567-1-natechancellor@gmail.com/ >> >> Cheers, >> Nathan >> >> > > > -- > Thanks, > ~Nick Desaulniers