Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603872
| From | Stafford Horne <shorne@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Openrisc fixes for 4.11 |
| Date | 2017-03-19 00:00 +0100 |
| Message-ID | <tmvuh-4KV-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus
Please consider for pull,
OpenRISC fixes for build issues that were exposed by kbuild robots after
4.11 merge. All from allmodconfig builds. This includes:
- bug handling 8 byte get_user calls
- module build failure due to multile missing symbol exports
Also, FYI, there is a build warning due to statx syscall missing in
asm-generic/unistd.h. I have patch for that waiting for ok from arm64 guys
who also use asm-generic:
https://lkml.org/lkml/2017/3/13/657
I figure that will go in through another queue, if not, I can pick it up.
The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:
Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)
are available in the git repository at:
https://github.com/openrisc/linux.git tags/openrisc-for-linus
for you to fetch changes up to 363dad58e4a0f72dce0bf12d361d617239a80317:
openrisc: Export symbols needed by modules (2017-03-16 00:12:57 +0900)
----------------------------------------------------------------
OpenRISC fixes for 4.11
----------------------------------------------------------------
Stafford Horne (3):
openrisc: xchg: fix `computed is not used` warning
openrisc: fix issue handling 8 byte get_user calls
openrisc: Export symbols needed by modules
arch/openrisc/include/asm/cmpxchg.h | 8 ++++++--
arch/openrisc/include/asm/uaccess.h | 2 +-
arch/openrisc/kernel/or32_ksyms.c | 4 ++++
arch/openrisc/kernel/process.c | 1 +
4 files changed, 12 insertions(+), 3 deletions(-)
-Stafford
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Openrisc fixes for 4.11 Stafford Horne <shorne@gmail.com> - 2017-03-19 00:00 +0100
csiph-web