Re: [PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
From: Nick Desaulniers <hidden>
Date: 2020-11-17 19:26:18
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Nick Desaulniers <hidden>
Date: 2020-11-17 19:26:18
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Mon, Nov 16, 2020 at 5:54 PM Nathan Chancellor [off-list ref] wrote:
On Mon, Nov 16, 2020 at 05:41:58PM -0800, Nick Desaulniers wrote:quoted
On Fri, Nov 13, 2020 at 11:56 AM Nathan Chancellor [off-list ref] wrote:quoted
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 <redacted> Tested-by: Nick Desaulniers <redacted> 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