mbox series

[v2,0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS

Message ID 20240709160536.3690-1-jszhang@kernel.org (mailing list archive)
Headers show
Series riscv: select ARCH_USE_SYM_ANNOTATIONS | expand

Message

Jisheng Zhang July 9, 2024, 4:05 p.m. UTC
commit 76329c693924 ("riscv: Use SYM_*() assembly macros instead
of deprecated ones"), most riscv has been to converted the new style
SYM_ assembler annotations. The remaining one is sifive's
errata_cip_453.S, so convert to new style SYM_ annotations as well.
After that select ARCH_USE_SYM_ANNOTATIONS.


Since v1:
  - add new patch to convert sifive's errata_cip_453.S, thank Clément
  - update patch2 commit msg

Jisheng Zhang (2):
  riscv: errata: sifive: Use SYM_*() assembly macros
  riscv: select ARCH_USE_SYM_ANNOTATIONS

 arch/riscv/Kconfig                        | 1 +
 arch/riscv/errata/sifive/errata_cip_453.S | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

patchwork-bot+linux-riscv@kernel.org Sept. 17, 2024, 1 p.m. UTC | #1
Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Wed, 10 Jul 2024 00:05:20 +0800 you wrote:
> commit 76329c693924 ("riscv: Use SYM_*() assembly macros instead
> of deprecated ones"), most riscv has been to converted the new style
> SYM_ assembler annotations. The remaining one is sifive's
> errata_cip_453.S, so convert to new style SYM_ annotations as well.
> After that select ARCH_USE_SYM_ANNOTATIONS.
> 
> 
> [...]

Here is the summary with links:
  - [v2,1/2] riscv: errata: sifive: Use SYM_*() assembly macros
    https://git.kernel.org/riscv/c/6868d12e0205
  - [v2,2/2] riscv: select ARCH_USE_SYM_ANNOTATIONS
    https://git.kernel.org/riscv/c/7c9d980e4670

You are awesome, thank you!