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, 28 Oct 2022 11:41:32 -0700 (PDT)
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 6.1-rc3

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.1-rc3

for you to fetch changes up to d14e99bf95510fa2d6affc371ad68161afc1dc8e:

  RISC-V: Fix /proc/cpuinfo cpumask warning (2022-10-27 15:23:19 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.1-rc3

* A fix for a build warning in the jump_label code.
* One of the git://github -> https://github cleanups, for the SiFive
  drivers.
* A fix for the kasan initialization code, this still likely warrants
  some cleanups but that's a bigger problem and at least this fixes the
  crashes in the short term.
* A pair of fixes for extension support detection on mixed LLVM/GNU
  toolchains.
* A fix for a runtime warning in the /proc/cpuinfo code.

----------------------------------------------------------------
Andrew Jones (1):
      RISC-V: Fix /proc/cpuinfo cpumask warning

Conor Dooley (2):
      riscv: fix detection of toolchain Zicbom support
      riscv: fix detection of toolchain Zihintpause support

Jisheng Zhang (1):
      riscv: jump_label: mark arguments as const to satisfy asm constraints

Palmer Dabbelt (2):
      MAINTAINERS: git://github.com -> https://github.com for sifive
      Merge patch series "Fix RISC-V toolchain extension support detection"

Qinglin Pan (1):
      riscv: mm: add missing memcpy in kasan_init

 MAINTAINERS                             |  2 +-
 arch/riscv/Kconfig                      | 17 +++++++++++++----
 arch/riscv/Makefile                     |  6 ++----
 arch/riscv/include/asm/jump_label.h     |  8 ++++----
 arch/riscv/include/asm/vdso/processor.h |  2 +-
 arch/riscv/kernel/cpu.c                 |  3 +++
 arch/riscv/mm/kasan_init.c              |  7 ++++++-
 7 files changed, 30 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ