linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@dabbelt.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.10-rc6
Date: Sat, 28 Nov 2020 15:00:47 -0800 (PST)	[thread overview]
Message-ID: <mhng-a86b7c3c-7719-48e7-b6b3-5d7ec6b8933d@palmerdabbelt-glaptop1> (raw)

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

             reply	other threads:[~2020-11-28 23:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28 23:00 Palmer Dabbelt [this message]
2020-11-29  0:31 ` [GIT PULL] RISC-V Fixes for 5.10-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mhng-a86b7c3c-7719-48e7-b6b3-5d7ec6b8933d@palmerdabbelt-glaptop1 \
    --to=palmer@dabbelt.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).