lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251210015523.14737-1-guoren@kernel.org>
Date: Tue,  9 Dec 2025 20:55:23 -0500
From: guoren@...nel.org
To: torvalds@...ux-foundation.org
Cc: arnd@...db.de,
	linux-kernel@...r.kernel.org,
	linux-arch@...r.kernel.org,
	linux-csky@...r.kernel.org
Subject: [GIT PULL] csky changes for v6.19

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ