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: <Z5SE0Ybg7afKcihs@antec>
Date: Sat, 25 Jan 2025 06:29:37 +0000
From: Stafford Horne <shorne@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux OpenRISC <linux-openrisc@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] OpenRISC updates for 6.14

Hello Linus,

Please consider for pull,

The following changes since commit fc033cf25e612e840e545f8d5ad2edd6ba613ed5:

  Linux 6.13-rc5 (2024-12-29 13:15:45 -0800)

are available in the Git repository at:

  https://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to ea1413e5b53a8dd4fa7675edb23cdf828bbdce1e:

  rseq/selftests: Add support for OpenRISC (2025-01-14 17:17:16 +0000)

----------------------------------------------------------------
OpenRISC updates for 6.14

A few updates from me and the community:

 * Added support for restartable sequences
 * Migration to Generic built-in DTB from Masahiro Yamada

----------------------------------------------------------------
Masahiro Yamada (1):
      openrisc: migrate to the generic rule for built-in DTB

Michael Jeanson (1):
      openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support

Stafford Horne (2):
      openrisc: Add support for restartable sequences
      rseq/selftests: Add support for OpenRISC

 arch/openrisc/Kbuild                               |   1 -
 arch/openrisc/Kconfig                              |   5 +-
 arch/openrisc/boot/dts/Makefile                    |   2 +-
 arch/openrisc/configs/or1klitex_defconfig          |   2 +-
 arch/openrisc/configs/or1ksim_defconfig            |   2 +-
 arch/openrisc/configs/simple_smp_defconfig         |   2 +-
 arch/openrisc/include/asm/ptrace.h                 |  73 +++-
 arch/openrisc/kernel/entry.S                       |   4 +
 arch/openrisc/kernel/ptrace.c                      |  96 +++++
 arch/openrisc/kernel/signal.c                      |   2 +
 tools/testing/selftests/rseq/param_test.c          |  24 ++
 tools/testing/selftests/rseq/rseq-or1k-bits.h      | 412 +++++++++++++++++++++
 .../selftests/rseq/rseq-or1k-thread-pointer.h      |  13 +
 tools/testing/selftests/rseq/rseq-or1k.h           | 181 +++++++++
 tools/testing/selftests/rseq/rseq-thread-pointer.h |   2 +
 tools/testing/selftests/rseq/rseq.h                |   2 +
 16 files changed, 816 insertions(+), 7 deletions(-)
 create mode 100644 tools/testing/selftests/rseq/rseq-or1k-bits.h
 create mode 100644 tools/testing/selftests/rseq/rseq-or1k-thread-pointer.h
 create mode 100644 tools/testing/selftests/rseq/rseq-or1k.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ