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: <20250213143148.1450556-1-chenhuacai@loongson.cn>
Date: Thu, 13 Feb 2025 22:31:48 +0800
From: Huacai Chen <chenhuacai@...ngson.cn>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
	Huacai Chen <chenhuacai@...nel.org>
Cc: loongarch@...ts.linux.dev,
	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 fixes for v6.14-rc3

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.14-1

for you to fetch changes up to 3011b29ec5a33ec16502e687c4264d57416a8b1f:

  LoongArch: KVM: Set host with kernel mode when switch to VM mode (2025-02-13 12:02:56 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.14-rc3

Fix bugs about idle, kernel_page_present(), IP checksum and KVM, plus
some trival cleanups.
----------------------------------------------------------------
Bibo Mao (3):
      LoongArch: KVM: Fix typo issue about GCFG feature detection
      LoongArch: KVM: Remove duplicated cache attribute setting
      LoongArch: KVM: Set host with kernel mode when switch to VM mode

Huacai Chen (1):
      LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE

Marco Crivellari (1):
      LoongArch: Fix idle VS timer enqueue

Yuli Wang (3):
      LoongArch: Use str_yes_no() helper function for /proc/cpuinfo
      LoongArch: Remove the deprecated notifier hook mechanism
      LoongArch: csum: Fix OoB access in IP checksum code for negative lengths

 arch/loongarch/include/asm/cpu-info.h | 21 ---------------------
 arch/loongarch/include/asm/smp.h      |  2 ++
 arch/loongarch/kernel/genex.S         | 28 +++++++++++++++-------------
 arch/loongarch/kernel/idle.c          |  3 +--
 arch/loongarch/kernel/proc.c          | 29 +++--------------------------
 arch/loongarch/kernel/reset.c         |  6 +++---
 arch/loongarch/kvm/main.c             |  4 ++--
 arch/loongarch/kvm/switch.S           |  2 +-
 arch/loongarch/kvm/vcpu.c             |  3 ---
 arch/loongarch/lib/csum.c             |  2 +-
 arch/loongarch/mm/pageattr.c          |  3 ++-
 11 files changed, 30 insertions(+), 73 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ