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: <20240411103000.2655846-1-chenhuacai@loongson.cn>
Date: Thu, 11 Apr 2024 18:30:00 +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 fixes for v6.9-rc4

The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7:

  Linux 6.9-rc3 (2024-04-07 13:22:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a07c772fa658645887119184de48b255bf19a46e:

  LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors (2024-04-10 21:08:51 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.9-rc4

Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch
(otherwise NVMe and virtio-blk cannot work with KFENCE enabled), update
dts files for Loongson-2K series to make devices work correctly, and fix
a build error.
----------------------------------------------------------------
Huacai Chen (7):
      mm: Move lowmem_page_address() a little later
      LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
      LoongArch: Make virt_addr_valid()/__virt_addr_valid() work with KFENCE
      LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
      LoongArch: Update dts for Loongson-2K2000 to support ISA/LPC
      LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI
      LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET

Randy Dunlap (1):
      LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors

 arch/loongarch/boot/dts/loongson-2k1000.dtsi    |  7 ++++++
 arch/loongarch/boot/dts/loongson-2k2000-ref.dts | 33 +++++++++++++++++++++++++
 arch/loongarch/boot/dts/loongson-2k2000.dtsi    | 24 +++++++++++++++---
 arch/loongarch/include/asm/addrspace.h          |  1 +
 arch/loongarch/include/asm/io.h                 | 20 +++++++++++----
 arch/loongarch/include/asm/kfence.h             |  9 +++++++
 arch/loongarch/include/asm/page.h               | 26 ++++++++++++++++++-
 arch/loongarch/mm/mmap.c                        |  4 +++
 arch/loongarch/mm/pgtable.c                     |  4 +--
 include/linux/mm.h                              | 10 ++++----
 10 files changed, 121 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ