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