mbox series

[GIT,PULL] asm-generic: bugfix for v5.10

Message ID CAK8P3a37eA8s68pkHcmR_wtvPaDBouqRF7S2T+t3=YUh9HuCOg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] asm-generic: bugfix for v5.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-fixes-5.10

Message

Arnd Bergmann Oct. 30, 2020, 4:29 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-fixes-5.10

for you to fetch changes up to 0bcd0a2be8c9ef39d84d167ff85359a49f7be175:

  asm-generic: mark __{get,put}_user_fn as __always_inline (2020-10-27
16:13:09 +0100)

----------------------------------------------------------------
asm-generic: fixes for v5.10

There is one small bugfix, fixing a build regression for RISC-V

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Christoph Hellwig (1):
      asm-generic: mark __{get,put}_user_fn as __always_inline

 include/asm-generic/uaccess.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2020, 8:29 p.m. UTC | #1
The pull request you sent on Fri, 30 Oct 2020 17:29:42 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-fixes-5.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/11ad2a73de10bbebb71199f29abdfc1c2e70d231

Thank you!