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: <mhng-35bc28f8-875e-45d8-8c8d-869bb9efce61@palmer-mbp2014>
Date:   Fri, 04 Mar 2022 08:54:13 -0800 (PST)
From:   Palmer Dabbelt <palmer@...osinc.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:        linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: [GIT PULL] RISC-V Fixes for 5.17-rc7

The following changes since commit 22e2100b1b07d6f5acc71cc1acb53f680c677d77:

  riscv: fix oops caused by irqsoff latency tracer (2022-02-24 20:30:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.17-rc7

for you to fetch changes up to 74583f1b92cb3bbba1a3741cea237545c56f506c:

  riscv: dts: k210: fix broken IRQs on hart1 (2022-03-03 20:04:21 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.17-rc7

* Fixes for a handful of KASAN-related crashes.
* A fix to avoid a crash during boot for SPARSEMEM && !SPARSEMEM_VMEMMAP
  configurations.
* A fix to stop reporting some incorrect errors under DEBUG_VIRTUAL.
* A fix for the K210's device tree to properly populate the interrupt
  map, so hart1 will get interrupts again.

----------------------------------------------------------------
Alexandre Ghiti (6):
      riscv: Fix is_linear_mapping with recent move of KASAN region
      riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
      riscv: Fix DEBUG_VIRTUAL false warnings
      riscv: Fix config KASAN && DEBUG_VIRTUAL
      riscv: Move high_memory initialization to setup_bootmem
      riscv: Fix kasan pud population

Niklas Cassel (1):
      riscv: dts: k210: fix broken IRQs on hart1

 arch/riscv/boot/dts/canaan/k210.dtsi | 3 ++-
 arch/riscv/include/asm/page.h        | 2 +-
 arch/riscv/include/asm/pgtable.h     | 1 +
 arch/riscv/mm/Makefile               | 3 +++
 arch/riscv/mm/init.c                 | 2 +-
 arch/riscv/mm/kasan_init.c           | 8 +++++---
 arch/riscv/mm/physaddr.c             | 4 +---
 7 files changed, 14 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ