Hello:
This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt palmer@rivosinc.com:
On Thu, 25 Jan 2024 10:32:10 -0700 you wrote:
Hi all,
Eric reported that builds of LLVM with [1] (close to tip of tree) have CONFIG_AS_HAS_OPTION_ARCH=n because the test for expected failure on invalid input has started succeeding.
This Kconfig test was added because '.option arch' only causes an assembler warning when it is unsupported, rather than a hard error, which is what users of as-instr expect when something is unsupported.
[...]
Here is the summary with links: - [1/2] kbuild: Add -Wa,--fatal-warnings to as-instr invocation https://git.kernel.org/riscv/c/0ee695a471a7 - [2/2] RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH https://git.kernel.org/riscv/c/3aff0c459e77
You are awesome, thank you!