From: patchwork-bot+linux-riscv@kernel.org
To: Nathan Chancellor <nathan@kernel.org>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, conor@kernel.org,
maskray@google.com, ndesaulniers@google.com,
llvm@lists.linux.dev, patches@lists.linux.dev
Subject: Re: [PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
Date: Sat, 20 Jan 2024 21:09:55 +0000 [thread overview]
Message-ID: <170578499559.24348.17111438888014376412.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231205-riscv-restrict-dwarf5-llvm-v2-0-aedf00a382ac@kernel.org>
Hello:
This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Tue, 05 Dec 2023 16:53:49 -0700 you wrote:
> Hi all,
>
> This series disables DWARF5 for LLVM versions where it is known to be
> broken due to linker relaxation:
>
> https://github.com/llvm/llvm-project/commit/bbc0f99f3bc96f1db16f649fc21dd18e5b0918f6
>
> [...]
Here is the summary with links:
- [v2,1/3] riscv: Hoist linker relaxation disabling logic into Kconfig
https://git.kernel.org/riscv/c/55b71d2ce133
- [v2,2/3] riscv: Restrict DWARF5 when building with LLVM to known working versions
https://git.kernel.org/riscv/c/ae84ff9a14a5
- [v2,3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name
https://git.kernel.org/riscv/c/a4426641f00c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Nathan Chancellor <nathan@kernel.org>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, aou@eecs.berkeley.edu, conor@kernel.org,
maskray@google.com, ndesaulniers@google.com,
llvm@lists.linux.dev, patches@lists.linux.dev
Subject: Re: [PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
Date: Sat, 20 Jan 2024 21:09:55 +0000 [thread overview]
Message-ID: <170578499559.24348.17111438888014376412.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231205-riscv-restrict-dwarf5-llvm-v2-0-aedf00a382ac@kernel.org>
Hello:
This series was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Tue, 05 Dec 2023 16:53:49 -0700 you wrote:
> Hi all,
>
> This series disables DWARF5 for LLVM versions where it is known to be
> broken due to linker relaxation:
>
> https://github.com/llvm/llvm-project/commit/bbc0f99f3bc96f1db16f649fc21dd18e5b0918f6
>
> [...]
Here is the summary with links:
- [v2,1/3] riscv: Hoist linker relaxation disabling logic into Kconfig
https://git.kernel.org/riscv/c/55b71d2ce133
- [v2,2/3] riscv: Restrict DWARF5 when building with LLVM to known working versions
https://git.kernel.org/riscv/c/ae84ff9a14a5
- [v2,3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name
https://git.kernel.org/riscv/c/a4426641f00c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2024-01-20 21:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 23:53 [PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions Nathan Chancellor
2023-12-05 23:53 ` Nathan Chancellor
2023-12-05 23:53 ` [PATCH v2 1/3] riscv: Hoist linker relaxation disabling logic into Kconfig Nathan Chancellor
2023-12-05 23:53 ` Nathan Chancellor
2023-12-05 23:53 ` [PATCH v2 2/3] riscv: Restrict DWARF5 when building with LLVM to known working versions Nathan Chancellor
2023-12-05 23:53 ` Nathan Chancellor
2023-12-06 2:11 ` Fangrui Song
2023-12-06 2:11 ` Fangrui Song
2023-12-05 23:53 ` [PATCH v2 3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name Nathan Chancellor
2023-12-05 23:53 ` Nathan Chancellor
2023-12-14 0:12 ` Charlie Jenkins
2023-12-14 0:12 ` Charlie Jenkins
2024-01-18 2:11 ` [PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions Palmer Dabbelt
2024-01-18 2:11 ` Palmer Dabbelt
2024-01-20 21:09 ` patchwork-bot+linux-riscv [this message]
2024-01-20 21:09 ` patchwork-bot+linux-riscv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=170578499559.24348.17111438888014376412.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor@kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=llvm@lists.linux.dev \
--cc=maskray@google.com \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=palmer@dabbelt.com \
--cc=patches@lists.linux.dev \
--cc=paul.walmsley@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.