2018-09-27 18:51:49

by Palmer Dabbelt

[permalink] [raw]
Subject: [GIT PULL] A Single RISC-V Update for 4.19-rc6

The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:

Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.19-rc6

for you to fetch changes up to 57a489786de9ec37d6e25ef1305dc337047f0236:

RISC-V: include linux/ftrace.h in asm-prototypes.h (2018-09-24 13:12:27 -0700)

----------------------------------------------------------------
A Single RISC-V Update for 4.19-rc6

The Debian guys have been pushing on our port and found some unversioned
symbols leaking into modules. This PR contains a single fix for that
issue.

----------------------------------------------------------------
James Cowgill (1):
RISC-V: include linux/ftrace.h in asm-prototypes.h

arch/riscv/include/asm/asm-prototypes.h | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 arch/riscv/include/asm/asm-prototypes.h


2018-09-28 16:59:28

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] A Single RISC-V Update for 4.19-rc6

On Thu, Sep 27, 2018 at 11:51:07AM -0700, Palmer Dabbelt wrote:
> The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:
>
> Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.19-rc6

Thanks for this, I've now pulled this in.

greg k-h