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]
Date: Wed, 22 May 2024 22:05:04 +0800
From: Huacai Chen <chenhuacai@...ngson.cn>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
	Arnd Bergmann <arnd@...db.de>,
	Huacai Chen <chenhuacai@...nel.org>
Cc: loongarch@...ts.linux.dev,
	linux-arch@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Guo Ren <guoren@...nel.org>,
	Xuerui Wang <kernel@...0n.name>,
	Jiaxun Yang <jiaxun.yang@...goat.com>,
	Huacai Chen <chenhuacai@...ngson.cn>
Subject: [GIT PULL] LoongArch changes for v6.10

The following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6:

  Linux 6.9 (2024-05-12 14:12:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-6.10

for you to fetch changes up to 9cc1df421f00453afdcaf78b105d8e7fd03cce78:

  LoongArch: Update Loongson-3 default config file (2024-05-19 22:18:56 +0800)

----------------------------------------------------------------
LoongArch changes for v6.10

1, Select some options in Kconfig;
2, Give a chance to build with !CONFIG_SMP;
3, Switch to use built-in rustc target;
4, Add new supported device nodes to dts;
5, Some bug fixes and other small changes;
6, Update the default config file.

Note: There is a conflict in arch/loongarch/kernel/irq.c, but can be
simply fixed by dropping the modification in this file (because that
section is removed by the kvm tree).

----------------------------------------------------------------
Binbin Zhou (3):
      LoongArch: dts: Remove "disabled" state of clock controller node
      LoongArch: dts: Add new supported device nodes to Loongson-2K0500
      LoongArch: dts: Add new supported device nodes to Loongson-2K2000

Huacai Chen (4):
      LoongArch: Select ARCH_WANT_DEFAULT_BPF_JIT
      LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
      LoongArch: Fix callchain parse error with kernel tracepoint events again
      LoongArch: Update Loongson-3 default config file

Tiezhu Yang (1):
      LoongArch: Give a chance to build with !CONFIG_SMP

WANG Rui (1):
      LoongArch: rust: Switch to use built-in rustc target

Xi Ruoyao (2):
      LoongArch: Select ARCH_HAS_FAST_MULTIPLIER
      LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128

 arch/loongarch/Kconfig                          |  6 +-
 arch/loongarch/Makefile                         |  2 +-
 arch/loongarch/boot/dts/loongson-2k0500.dtsi    | 86 ++++++++++++++++++++++++-
 arch/loongarch/boot/dts/loongson-2k1000-ref.dts |  4 --
 arch/loongarch/boot/dts/loongson-2k1000.dtsi    |  1 -
 arch/loongarch/boot/dts/loongson-2k2000.dtsi    | 49 ++++++++++++--
 arch/loongarch/configs/loongson3_defconfig      | 24 +++++++
 arch/loongarch/include/asm/acpi.h               |  1 +
 arch/loongarch/include/asm/asm-prototypes.h     |  6 ++
 arch/loongarch/include/asm/perf_event.h         |  3 +-
 arch/loongarch/include/asm/smp.h                |  6 ++
 arch/loongarch/kernel/irq.c                     |  2 +
 arch/loongarch/kernel/machine_kexec.c           |  2 +-
 arch/loongarch/lib/Makefile                     |  2 +
 arch/loongarch/lib/tishift.S                    | 56 ++++++++++++++++
 arch/loongarch/mm/tlbex.S                       |  9 ++-
 arch/loongarch/power/suspend.c                  |  4 +-
 rust/Makefile                                   |  2 +-
 scripts/Makefile                                |  2 +-
 scripts/generate_rust_target.rs                 |  7 +-
 20 files changed, 245 insertions(+), 29 deletions(-)
 create mode 100644 arch/loongarch/lib/tishift.S

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ