Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751330AbdCRWzt (ORCPT ); Sat, 18 Mar 2017 18:55:49 -0400 Received: from mail-pg0-f50.google.com ([74.125.83.50]:34501 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181AbdCRWzq (ORCPT ); Sat, 18 Mar 2017 18:55:46 -0400 Date: Sun, 19 Mar 2017 07:47:14 +0900 From: Stafford Horne To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Openrisc fixes for 4.11 Message-ID: <20170318224714.GQ2418@lianli.shorne-pla.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1515 Lines: 45 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