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:   Fri, 25 Feb 2022 11:07:43 -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-rc6

The following changes since commit 5feef64f4c67068c49f5409d43c67cabf2327f66:

  RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid ordering (2022-02-14 12:27:45 -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-rc6

for you to fetch changes up to 22e2100b1b07d6f5acc71cc1acb53f680c677d77:

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

----------------------------------------------------------------
RISC-V Fixes for 5.17-rc6

* A fix for the K210 sdcard defconfig, to avoid using a fixed delay for
  the root FS.
* A fix to make sure there's a proper call frame for
  trace_hardirqs_{on,off}().

---

There are a handful of additional fixes in flight, but not for this
week.

----------------------------------------------------------------
Changbin Du (1):
      riscv: fix oops caused by irqsoff latency tracer

Damien Le Moal (1):
      riscv: fix nommu_k210_sdcard_defconfig

 arch/riscv/configs/nommu_k210_sdcard_defconfig |  2 +-
 arch/riscv/kernel/Makefile                     |  2 ++
 arch/riscv/kernel/entry.S                      | 10 +++++-----
 arch/riscv/kernel/trace_irq.c                  | 27 ++++++++++++++++++++++++++
 arch/riscv/kernel/trace_irq.h                  | 11 +++++++++++
 5 files changed, 46 insertions(+), 6 deletions(-)
 create mode 100644 arch/riscv/kernel/trace_irq.c
 create mode 100644 arch/riscv/kernel/trace_irq.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ