Hi Linus, Please pull the updates for csky for v6.19.
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.19 for you to fetch changes up to 817d21578d51e801df58ab012654486a71073074: csky: Remove compile warning for CONFIG_SMP (2025-10-19 20:01:52 -0400) ---------------------------------------------------------------- csky 6.19 Release Notes - Remove compile warning for CONFIG_SMP - Fix __ASSEMBLER__ typo in headers - Fix csky_cmpxchg_fixup ---------------------------------------------------------------- Guo Ren (Alibaba DAMO Academy) (1): csky: Remove compile warning for CONFIG_SMP Thomas Huth (2): csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi header Yang Li (1): csky: fix csky_cmpxchg_fixup not working arch/csky/abiv1/inc/abi/regdef.h | 2 +- arch/csky/abiv2/inc/abi/regdef.h | 2 +- arch/csky/include/asm/barrier.h | 4 ++-- arch/csky/include/asm/cache.h | 2 +- arch/csky/include/asm/ftrace.h | 4 ++-- arch/csky/include/asm/jump_label.h | 4 ++-- arch/csky/include/asm/page.h | 4 ++-- arch/csky/include/asm/ptrace.h | 4 ++-- arch/csky/include/asm/sections.h | 1 + arch/csky/include/asm/string.h | 2 +- arch/csky/include/asm/thread_info.h | 4 ++-- arch/csky/include/uapi/asm/ptrace.h | 4 ++-- arch/csky/mm/fault.c | 4 ++-- 13 files changed, 21 insertions(+), 20 deletions(-)
