From: guoren@kernel.org
To: torvalds@linux-foundation.org
Cc: arnd@arndb.de, linux-kernel@vger.kernel.org,
linux-arch@vger.kernel.org, linux-csky@vger.kernel.org
Subject: [GIT PULL] csky changes for v6.19
Date: Tue, 9 Dec 2025 20:55:23 -0500 [thread overview]
Message-ID: <20251210015523.14737-1-guoren@kernel.org> (raw)
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(-)
next reply other threads:[~2025-12-10 1:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-10 1:55 guoren [this message]
2025-12-10 8:01 ` [GIT PULL] csky changes for v6.19 pr-tracker-bot
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=20251210015523.14737-1-guoren@kernel.org \
--to=guoren@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-csky@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).