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-f93a0d3b-0f13-4426-8f7a-77c153f1098b@palmerdabbelt-glaptop1>
Date:   Fri, 26 Jun 2020 10:40:28 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...belt.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:         linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.8-rc3

The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e05d57dcb8c71492268ff46ba9bfe9a9cfb1f95d:

  riscv: Fixup __vdso_gettimeofday broke dynamic ftrace (2020-06-25 15:38:39 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.8-rc3

This contains a handful of fixes I'd like to target for rc3.  Most of them fix
issues with the conversion of our vDSO to C.  There is also one fix to the
SiFive PRCI driver that I picked up as it's causing boot issues on the
hardware.

* A fix to allow kernels with dynamic ftrace to use the vDSO.
* Some build fixes for the C vDSO functions.
* A fix to the PRCI driver's memory allocation, which was the cause of some
  boot panics with FREELIST_RANDOM.

----------------------------------------------------------------
Guo Ren (1):
      riscv: Fixup __vdso_gettimeofday broke dynamic ftrace

Vincent Chen (3):
      riscv: Add -fPIC option to CFLAGS_vgettimeofday.o
      clk: sifive: allocate sufficient memory for struct __prci_data
      riscv: Add extern declarations for vDSO time-related functions

 arch/riscv/kernel/vdso/Makefile        | 5 ++++-
 arch/riscv/kernel/vdso/vgettimeofday.c | 6 ++++++
 drivers/clk/sifive/fu540-prci.c        | 5 ++++-
 3 files changed, 14 insertions(+), 2 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ