Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600525
| From | Stafford Horne <shorne@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Openrisc fixes for 4.11 |
| Date | 2017-03-14 16:00 +0100 |
| Message-ID | <tkW5A-1Ad-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, These are a few compile error and warning fixes which were pointed out after the 4.11 code was merged. Most of these could be found at this kbuild failure here: https://lkml.org/lkml/2017/3/9/976 The rest I found with some local testing. 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 | 5 +++++ arch/openrisc/kernel/process.c | 1 + 4 files changed, 13 insertions(+), 3 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Openrisc fixes for 4.11 Stafford Horne <shorne@gmail.com> - 2017-03-14 16:00 +0100
[PATCH 2/3] openrisc: fix issue handling 8 byte get_user calls Stafford Horne <shorne@gmail.com> - 2017-03-14 16:00 +0100
[PATCH 3/3] openrisc: Export symbols needed by modules Stafford Horne <shorne@gmail.com> - 2017-03-14 16:00 +0100
Re: [OpenRISC] [PATCH 3/3] openrisc: Export symbols needed by modules Geert Uytterhoeven <geert@linux-m68k.org> - 2017-03-14 16:30 +0100
Re: [OpenRISC] [PATCH 3/3] openrisc: Export symbols needed by modules Stafford Horne <shorne@gmail.com> - 2017-03-14 23:20 +0100
[PATCH 1/3] openrisc: xchg: fix `computed is not used` warning Stafford Horne <shorne@gmail.com> - 2017-03-14 16:10 +0100
csiph-web