[GIT,PULL] csky changes for v6.2-rc1

Message ID 20221219042622.2621881-1-guoren@kernel.org
State New
Headers
Series [GIT,PULL] csky changes for v6.2-rc1 |

Pull-request

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

Message

Guo Ren Dec. 19, 2022, 4:26 a.m. UTC
  Hi Linus,

Please pull the latest csky changes from:

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7e2004906fb52257772be0ef262fba2d5eb1653b:

  Revert "csky: Add support for restartable sequence" (2022-11-11 04:59:28 -0500)

----------------------------------------------------------------
arch/csky patches for 6.2-rc1

The pull request we've done:
 - Revert rseq
 - Add current_stack_pointer support
 - Typo fixup

----------------------------------------------------------------
Colin Ian King (1):
      csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"

Mathieu Desnoyers (2):
      Revert "csky: Fixup CONFIG_DEBUG_RSEQ"
      Revert "csky: Add support for restartable sequence"

Tong Tiangen (1):
      csky: add arch support current_stack_pointer

 arch/csky/Kconfig                 |  4 ++--
 arch/csky/include/asm/processor.h |  2 ++
 arch/csky/kernel/entry.S          | 11 +----------
 arch/csky/kernel/signal.c         |  2 --
 arch/csky/kernel/stacktrace.c     |  6 ++----
 5 files changed, 7 insertions(+), 18 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 19, 2022, 2:30 p.m. UTC | #1
The pull request you sent on Sun, 18 Dec 2022 23:26:22 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/96bab5b926e4c2d970f70495f4554f905babd09d

Thank you!