[GIT PULL] RISC-V Fixes for 5.10-rc6

Palmer Dabbelt palmer at dabbelt.com
Sat Nov 28 18:00:47 EST 2020


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(-)



More information about the linux-riscv mailing list