linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] csky changes for v6.0-rc1
@ 2022-08-04  3:34 guoren
  2022-08-04 22:46 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: guoren @ 2022-08-04  3:34 UTC (permalink / raw)
  To: torvalds; +Cc: arnd, linux-kernel, linux-arch, linux-csky

Hi Linus,

Please pull the latest csky changes from:

The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

  Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the Git repository at:

  https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.0-rc1

for you to fetch changes up to 45fef4c4b9c94e86d9c13f0b2e7e71bb32254509:

  csky: abiv1: Fixup compile error (2022-07-31 22:39:23 -0400)

----------------------------------------------------------------
arch/csky patches for 6.0-rc1

The pull request we've done:
 - Add jump-label
 - Add qspinlock
 - Enable ARCH_INLINE_READ*/WRITE*/SPIN*
 - Some fixups and a coding convention

----------------------------------------------------------------
Christophe JAILLET (1):
      csky: Use the bitmap API to allocate bitmaps

Guo Ren (7):
      csky: Correct position of _stext
      csky: Move HEAD_TEXT_SECTION out of __init_begin-end
      csky: Add jump-label implementation
      csky: Add qspinlock support
      csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*
      csky: cmpxchg: Coding convention for BUILD_BUG()
      csky: abiv1: Fixup compile error

Liao Chang (1):
      csky/kprobe: reclaim insn_slot on kprobe unregistration

 arch/csky/Kconfig                      | 29 ++++++++++++++++++
 arch/csky/abiv1/inc/abi/string.h       |  6 ++++
 arch/csky/include/asm/Kbuild           |  4 +--
 arch/csky/include/asm/cmpxchg.h        | 31 +++++++++++++++----
 arch/csky/include/asm/jump_label.h     | 47 +++++++++++++++++++++++++++++
 arch/csky/include/asm/sections.h       | 10 +++++++
 arch/csky/include/asm/spinlock.h       | 12 ++++++++
 arch/csky/include/asm/spinlock_types.h |  9 ++++++
 arch/csky/kernel/Makefile              |  1 +
 arch/csky/kernel/jump_label.c          | 54 ++++++++++++++++++++++++++++++++++
 arch/csky/kernel/probes/kprobes.c      |  4 +++
 arch/csky/kernel/setup.c               |  4 +--
 arch/csky/kernel/vmlinux.lds.S         | 15 +++++-----
 arch/csky/mm/asid.c                    |  5 ++--
 14 files changed, 211 insertions(+), 20 deletions(-)
 create mode 100644 arch/csky/include/asm/jump_label.h
 create mode 100644 arch/csky/include/asm/sections.h
 create mode 100644 arch/csky/include/asm/spinlock.h
 create mode 100644 arch/csky/include/asm/spinlock_types.h
 create mode 100644 arch/csky/kernel/jump_label.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] csky changes for v6.0-rc1
  2022-08-04  3:34 [GIT PULL] csky changes for v6.0-rc1 guoren
@ 2022-08-04 22:46 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-04 22:46 UTC (permalink / raw)
  To: guoren; +Cc: torvalds, arnd, linux-kernel, linux-arch, linux-csky

The pull request you sent on Wed,  3 Aug 2022 23:34:46 -0400:

> https://github.com/c-sky/csky-linux.git tags/csky-for-linus-6.0-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7df9075e232e09d99cf23b657b6cb04c9506e618

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-04 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04  3:34 [GIT PULL] csky changes for v6.0-rc1 guoren
2022-08-04 22:46 ` pr-tracker-bot

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