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-a86b7c3c-7719-48e7-b6b3-5d7ec6b8933d@palmerdabbelt-glaptop1>
Date:   Sat, 28 Nov 2020 15:00:47 -0800 (PST)
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.10-rc6

The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:

  Linux 5.10-rc5 (2020-11-22 15:36:08 -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.10-rc6

for you to fetch changes up to 30aca1bacb398dec6c1ed5eeca33f355bd7b6203:

  RISC-V: fix barrier() use in <vdso/processor.h> (2020-11-25 09:44:27 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.10-rc6

I've collected a handful of fixes over the past few weeks:

* A fix to un-break the build-id argument to the vDSO build, which is necessary
  for the LLVM linker.
* A fix to initialize the jump label subsystem, without which it (and all the
  stuff that uses it) doesn't actually function.
* A fix to include <asm/barrier.h> from <vdso/processor.h>, without which some
  drivers won't compile.

I know it's the holidays, but I had some hiccups getting this tested earlier
this week so it's just going out now.  None of these are tremendously urgent,
so if they don't make rc6 it's not a big deal.  I'll have some more fixes
coming next week either way.

----------------------------------------------------------------
Anup Patel (1):
      RISC-V: Add missing jump label initialization

Nathan Chancellor (1):
      riscv: Explicitly specify the build id style in vDSO Makefile again

Randy Dunlap (1):
      RISC-V: fix barrier() use in <vdso/processor.h>

 arch/riscv/include/asm/vdso/processor.h | 2 ++
 arch/riscv/kernel/setup.c               | 1 +
 arch/riscv/kernel/vdso/Makefile         | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ