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=-18.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_IN_DEF_DKIM_WL 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 A14A5C63697 for ; Tue, 17 Nov 2020 19:26:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39741221FC for ; Tue, 17 Nov 2020 19:26:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="rc7d6RpV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728008AbgKQT0R (ORCPT ); Tue, 17 Nov 2020 14:26:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727019AbgKQT0R (ORCPT ); Tue, 17 Nov 2020 14:26:17 -0500 Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6635C0613CF for ; Tue, 17 Nov 2020 11:26:16 -0800 (PST) Received: by mail-pl1-x641.google.com with SMTP id j5so10789095plk.7 for ; Tue, 17 Nov 2020 11:26:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=rc7d6RpVSCFKI0Sw1a4e96tqeXAAx3vGFZlWfh7LaDZz9RDWtKddRpHbPhv1joM4Y+ t7pJjDUE0QhMKmq3jkCns/Rs9IwuVlU83i1zJcRBfFMhEXWqAh9l7JmFmF6Jf2kbY9kf w9mHbaHaccZUY2g2OEHwM/bHf6kcnqnd8QjLEgtebYolgrVfOpbo5I/7OzBsFV50ot/f xiU4LIEg5oN3tHO+0kX9dQSg3okg9baFJjgsqoaOKnIDH2Fj+I9H7eBFdptO7Qt79jqa eEbI+u0+d4sY5nLNci8l5tEVRwB9KfeHIgKE+2R05EUjiEYls+lPVgyW5KRstQhnOsrI xXiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=oVbp13bW49eawN/fRheEZws3JltM20DboYMQE4jc/+mgFT83kvgU/oWzC4mGlZLUDY u9tUikb8VmahcDRkelNe5r1KybFiLATg2kaJk5ifvpHPdpcD+O/EbXXvlvJQ3o/lg8sw CfwEDCOXMvjhT6PpmS9LRbPdiQ6ZR+EGg+cL8KS/hvT6C00LSNixktFJeucD5zOKE9av 7za0oziD0/lCDywcnzC4ORUSOTpw0X2A7+wRtmTJIfH/bNxwlBg0l83zoribANRT3JXg JDIjMK3fHnz62eOdN7iavYQftdNxwpKmGlhpsxqnr5HDrXFvWBzVRYQ8urMXjwQK+5Ad 3sKg== X-Gm-Message-State: AOAM531d5rNLvh/idfmUVAv0ZFq7CseisUFb8CwSVbbCjL/G246alKvC 5lkUI43QVd7EBFoAfLVtIaPi5g3i7QIuiq+IGTzBvQ== X-Google-Smtp-Source: ABdhPJzP+4QKYAkg72V6rtkdqvhBULrrFPf48iQQXuByQ+8n8CY8f02CDItGHV1Pop+VXIorLkJaUVOuAP+DkTwZCiw= X-Received: by 2002:a17:90a:4881:: with SMTP id b1mr595006pjh.32.1605641176219; Tue, 17 Nov 2020 11:26:16 -0800 (PST) MIME-Version: 1.0 References: <20201113195553.1487659-1-natechancellor@gmail.com> <20201117015438.GA299247@ubuntu-m3-large-x86> In-Reply-To: <20201117015438.GA299247@ubuntu-m3-large-x86> From: Nick Desaulniers Date: Tue, 17 Nov 2020 11:26:05 -0800 Message-ID: Subject: Re: [PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig To: Nathan Chancellor Cc: Masahiro Yamada , Michal Marek , Kees Cook , Russell King , Catalin Marinas , Will Deacon , Michael Ellerman , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , Arvind Sankar , LKML , Linux Kbuild mailing list , Linux ARM , linuxppc-dev , clang-built-linux Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 5:54 PM Nathan Chancellor wrote: > > On Mon, Nov 16, 2020 at 05:41:58PM -0800, Nick Desaulniers wrote: > > On Fri, Nov 13, 2020 at 11:56 AM Nathan Chancellor > > wrote: > > > > > > Currently, '--orphan-handling=warn' is spread out across four different > > > architectures in their respective Makefiles, which makes it a little > > > unruly to deal with in case it needs to be disabled for a specific > > > linker version (in this case, ld.lld 10.0.1). > > > > Hi Nathan, > > This patch fails to apply for me via b4 on next-20201116 due to a > > conflict in arch/Kconfig:1028. Would you mind sending a rebased V2? > > Hi Nick, > > This series is intended to go into v5.10 so rebasing it against -next > defeats that; please test it against v5.10-rc4, where it still applies > cleanly. The conflicts will be handled by other entities (Stephen Rothwell > and Linus). Got it. Yeah, applies fine to v5.10-rc4. Reviewed-by: Nick Desaulniers Tested-by: Nick Desaulniers Feel free to carry those with MPE's suggested change added. > > If you want to test it against -next, 'git am -3' will allow you to > easily handle the conflict. > > Cheers, > Nathan -- Thanks, ~Nick Desaulniers 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=-8.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 13DFEC2D0E4 for ; Tue, 17 Nov 2020 19:40:54 +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 646672463B for ; Tue, 17 Nov 2020 19:40:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=google.com header.i=@google.com header.b="rc7d6RpV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 646672463B Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CbGWj3PkYzDqDq for ; Wed, 18 Nov 2020 06:40:49 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=google.com (client-ip=2607:f8b0:4864:20::644; helo=mail-pl1-x644.google.com; envelope-from=ndesaulniers@google.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.a=rsa-sha256 header.s=20161025 header.b=rc7d6RpV; dkim-atps=neutral Received: from mail-pl1-x644.google.com (mail-pl1-x644.google.com [IPv6:2607:f8b0:4864:20::644]) (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 4CbGC06YY4zDqV7 for ; Wed, 18 Nov 2020 06:26:19 +1100 (AEDT) Received: by mail-pl1-x644.google.com with SMTP id s2so10788160plr.9 for ; Tue, 17 Nov 2020 11:26:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=rc7d6RpVSCFKI0Sw1a4e96tqeXAAx3vGFZlWfh7LaDZz9RDWtKddRpHbPhv1joM4Y+ t7pJjDUE0QhMKmq3jkCns/Rs9IwuVlU83i1zJcRBfFMhEXWqAh9l7JmFmF6Jf2kbY9kf w9mHbaHaccZUY2g2OEHwM/bHf6kcnqnd8QjLEgtebYolgrVfOpbo5I/7OzBsFV50ot/f xiU4LIEg5oN3tHO+0kX9dQSg3okg9baFJjgsqoaOKnIDH2Fj+I9H7eBFdptO7Qt79jqa eEbI+u0+d4sY5nLNci8l5tEVRwB9KfeHIgKE+2R05EUjiEYls+lPVgyW5KRstQhnOsrI xXiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=RlNhx8KfzSEL2jT1ZFfCxGXmQOqR0nzDxkcqZKNH2bxtqnJp2AjsRAzcetsqx061jM U9M2qtWqYJpQEBFiV2KLrNddbVc7coI1dW2A5k2SLplOG4Y8Im3Ik7bK+VoqW9IBLvTj T5aYxhHD2sn70AmyXWxAilFKJ9paWOTHTP4HaO7H6v19LCrk7qYpdTWKyxqYIq5K/Hf6 uEp9KeZ+LVCmwiVTuYV7UArXAOrgwnfO90/JIx4DE800NcDbjjiWaWwfBMn50MjYpSl3 a9gpSGl9kLt9LDSKiu0ula/fRua7ysM4nvMoAQPyBbwP9+9WV6wNV8bDFyJdwjWYrcnA Ig3A== X-Gm-Message-State: AOAM533B9jyNYGYtzenXUvcq8lLxsAJkqrBDroLpfu2DSSc4J2rtVmU4 K3KsWe44+QabQYSELPTCVjbMeGELWaznVH50ocnSng== X-Google-Smtp-Source: ABdhPJzP+4QKYAkg72V6rtkdqvhBULrrFPf48iQQXuByQ+8n8CY8f02CDItGHV1Pop+VXIorLkJaUVOuAP+DkTwZCiw= X-Received: by 2002:a17:90a:4881:: with SMTP id b1mr595006pjh.32.1605641176219; Tue, 17 Nov 2020 11:26:16 -0800 (PST) MIME-Version: 1.0 References: <20201113195553.1487659-1-natechancellor@gmail.com> <20201117015438.GA299247@ubuntu-m3-large-x86> In-Reply-To: <20201117015438.GA299247@ubuntu-m3-large-x86> From: Nick Desaulniers Date: Tue, 17 Nov 2020 11:26:05 -0800 Message-ID: Subject: Re: [PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig To: Nathan Chancellor Content-Type: text/plain; charset="UTF-8" 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: Michal Marek , Kees Cook , Linux Kbuild mailing list , Catalin Marinas , Masahiro Yamada , "maintainer:X86 ARCHITECTURE \(32-BIT AND 64-BIT\)" , Russell King , LKML , linuxppc-dev , Arvind Sankar , Ingo Molnar , Borislav Petkov , clang-built-linux , Thomas Gleixner , Will Deacon , Linux ARM Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Nov 16, 2020 at 5:54 PM Nathan Chancellor wrote: > > On Mon, Nov 16, 2020 at 05:41:58PM -0800, Nick Desaulniers wrote: > > On Fri, Nov 13, 2020 at 11:56 AM Nathan Chancellor > > wrote: > > > > > > Currently, '--orphan-handling=warn' is spread out across four different > > > architectures in their respective Makefiles, which makes it a little > > > unruly to deal with in case it needs to be disabled for a specific > > > linker version (in this case, ld.lld 10.0.1). > > > > Hi Nathan, > > This patch fails to apply for me via b4 on next-20201116 due to a > > conflict in arch/Kconfig:1028. Would you mind sending a rebased V2? > > Hi Nick, > > This series is intended to go into v5.10 so rebasing it against -next > defeats that; please test it against v5.10-rc4, where it still applies > cleanly. The conflicts will be handled by other entities (Stephen Rothwell > and Linus). Got it. Yeah, applies fine to v5.10-rc4. Reviewed-by: Nick Desaulniers Tested-by: Nick Desaulniers Feel free to carry those with MPE's suggested change added. > > If you want to test it against -next, 'git am -3' will allow you to > easily handle the conflict. > > Cheers, > Nathan -- Thanks, ~Nick Desaulniers 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=-8.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 DE488C2D0E4 for ; Tue, 17 Nov 2020 19:26:49 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 6ABFB21D40 for ; Tue, 17 Nov 2020 19:26:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VsO+yL9V"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=google.com header.i=@google.com header.b="rc7d6RpV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6ABFB21D40 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0NTx1vCuY08qCAa2/JKqUpj77DAu5i5DUgkcNgg4OTY=; b=VsO+yL9ViQyNyfqZAEtypidgr NyLD/mxpBuvXwtI/c+zx/e7ecTccBTzgPRS9ibJgQnoIvJnTxCMu7wtcuQo/FU3bOpfF9xjM61v3K 4X1LAxJM8MUQb5k3m5SN2I8xKbIuiM+EK/nd0cFQcNjsIxhFX57f6ZEKbllggRfbCGpdwJBQAjde5 ilnq+ZAMepxmDYFME7Zsi0kE6ECwODhPo0R6Ct+9b4u3bwCrBfgAclIfcCHc4BRIAPL6iF/06/Rrw /cPvsVswJrv+y7lqHH1m/a0MUR8t8u8ztfO8b6pBPDI5Yc0+RhAq7Pn1oNlY/N9+X1cQCbirzg7Y3 0hi5FJzXQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kf6cQ-0008Je-6s; Tue, 17 Nov 2020 19:26:22 +0000 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kf6cM-0008Ij-Nf for linux-arm-kernel@lists.infradead.org; Tue, 17 Nov 2020 19:26:19 +0000 Received: by mail-pl1-x644.google.com with SMTP id x15so10807017pll.2 for ; Tue, 17 Nov 2020 11:26:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=rc7d6RpVSCFKI0Sw1a4e96tqeXAAx3vGFZlWfh7LaDZz9RDWtKddRpHbPhv1joM4Y+ t7pJjDUE0QhMKmq3jkCns/Rs9IwuVlU83i1zJcRBfFMhEXWqAh9l7JmFmF6Jf2kbY9kf w9mHbaHaccZUY2g2OEHwM/bHf6kcnqnd8QjLEgtebYolgrVfOpbo5I/7OzBsFV50ot/f xiU4LIEg5oN3tHO+0kX9dQSg3okg9baFJjgsqoaOKnIDH2Fj+I9H7eBFdptO7Qt79jqa eEbI+u0+d4sY5nLNci8l5tEVRwB9KfeHIgKE+2R05EUjiEYls+lPVgyW5KRstQhnOsrI xXiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QKqRulGkV2LShhH9uPn88VjpNW5CZTHrE9JvGus3Oq4=; b=uBKpLeZy8te8hzbgNkaI8zWLFTq+aUur+oQLY53U8X6gHC3eWXUwxU5ivdd1vQOhRa 6gkzDhpM4+klS8X8p5bHolaFsCXEyPLJaRUwPfUdUTNY9BRLmq1AlZRmGHvJ4uemVEzg chu72ZB+nA+f9C/Huf8NHMfKiO+e9A/c7fTGBdF0QXGzkRCRPWGv7o4Yy5Utn2JJPG5v 38gNrin7+8QA+OwrkReMaXjJZNqaEQcJXG1fDSilcpj1Qb23vvL2KWRZgPg9ddjoVxFg s8AOgU1qxDgaaKwZvppQFDG9fyoJ6Rz4KkY/KeBv9bFcR7fiFUm3iziiXk7sMryU2AMC 8SQQ== X-Gm-Message-State: AOAM533+K0Wc6iPkisphDLkpDdoe69L5HeOjwWzlvPQOQXBZePiwaq9W CFlbJho49BJDrtPEcpDRwnSblIlNFGRu04NTdUtR5w== X-Google-Smtp-Source: ABdhPJzP+4QKYAkg72V6rtkdqvhBULrrFPf48iQQXuByQ+8n8CY8f02CDItGHV1Pop+VXIorLkJaUVOuAP+DkTwZCiw= X-Received: by 2002:a17:90a:4881:: with SMTP id b1mr595006pjh.32.1605641176219; Tue, 17 Nov 2020 11:26:16 -0800 (PST) MIME-Version: 1.0 References: <20201113195553.1487659-1-natechancellor@gmail.com> <20201117015438.GA299247@ubuntu-m3-large-x86> In-Reply-To: <20201117015438.GA299247@ubuntu-m3-large-x86> From: Nick Desaulniers Date: Tue, 17 Nov 2020 11:26:05 -0800 Message-ID: Subject: Re: [PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig To: Nathan Chancellor X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201117_142618_824862_BA3C65BB X-CRM114-Status: GOOD ( 18.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michal Marek , Kees Cook , Linux Kbuild mailing list , Catalin Marinas , Masahiro Yamada , "maintainer:X86 ARCHITECTURE \(32-BIT AND 64-BIT\)" , Russell King , LKML , linuxppc-dev , Arvind Sankar , Ingo Molnar , Borislav Petkov , clang-built-linux , Michael Ellerman , Thomas Gleixner , Will Deacon , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 16, 2020 at 5:54 PM Nathan Chancellor wrote: > > On Mon, Nov 16, 2020 at 05:41:58PM -0800, Nick Desaulniers wrote: > > On Fri, Nov 13, 2020 at 11:56 AM Nathan Chancellor > > wrote: > > > > > > Currently, '--orphan-handling=warn' is spread out across four different > > > architectures in their respective Makefiles, which makes it a little > > > unruly to deal with in case it needs to be disabled for a specific > > > linker version (in this case, ld.lld 10.0.1). > > > > Hi Nathan, > > This patch fails to apply for me via b4 on next-20201116 due to a > > conflict in arch/Kconfig:1028. Would you mind sending a rebased V2? > > Hi Nick, > > This series is intended to go into v5.10 so rebasing it against -next > defeats that; please test it against v5.10-rc4, where it still applies > cleanly. The conflicts will be handled by other entities (Stephen Rothwell > and Linus). Got it. Yeah, applies fine to v5.10-rc4. Reviewed-by: Nick Desaulniers Tested-by: Nick Desaulniers Feel free to carry those with MPE's suggested change added. > > If you want to test it against -next, 'git am -3' will allow you to > easily handle the conflict. > > Cheers, > Nathan -- Thanks, ~Nick Desaulniers _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel