All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Openrisc fixes for 4.11
@ 2017-03-18 22:47 Stafford Horne
  0 siblings, 0 replies; only message in thread
From: Stafford Horne @ 2017-03-18 22:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-18 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 22:47 [GIT PULL] Openrisc fixes for 4.11 Stafford Horne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.