From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892AbdCNO4n (ORCPT ); Tue, 14 Mar 2017 10:56:43 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:32990 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564AbdCNO4k (ORCPT ); Tue, 14 Mar 2017 10:56:40 -0400 From: Stafford Horne To: linux-kernel@vger.kernel.org Cc: openrisc@lists.librecores.org, Stafford Horne Subject: [PATCH 0/3] Openrisc fixes for 4.11 Date: Tue, 14 Mar 2017 23:56:25 +0900 Message-Id: X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stafford Horne Date: Tue, 14 Mar 2017 23:56:25 +0900 Subject: [OpenRISC] [PATCH 0/3] Openrisc fixes for 4.11 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org 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