Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754476AbdFWVUL (ORCPT ); Fri, 23 Jun 2017 17:20:11 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:35052 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752170AbdFWVUH (ORCPT ); Fri, 23 Jun 2017 17:20:07 -0400 From: Richard Henderson To: linux-kernel@vger.kernel.org Cc: linux-alpha@vger.kernel.org Subject: [PATCH 0/3] Updates for Alpha Date: Fri, 23 Jun 2017 14:19:58 -0700 Message-Id: <20170623212001.2785-1-rth@twiddle.net> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 26 (1) Wire up the new syscalls. (2) Fix a build error causing ld to report out-of-range branches. (3) Fix a build error for the EV6 assembler. Suggestions on a better way to implement the second patch within the Kbuild infrastructure are welcomed. r~ Richard Henderson (3): alpha: Update for new syscalls alpha: Package string routines together alpha: Fix typo in ev6-copy_user.S arch/alpha/include/asm/unistd.h | 2 +- arch/alpha/include/uapi/asm/unistd.h | 14 ++++++++++++++ arch/alpha/kernel/systbls.S | 9 +++++++++ arch/alpha/lib/Makefile | 22 ++++++++++++++++------ arch/alpha/lib/copy_user.S | 2 +- arch/alpha/lib/ev6-copy_user.S | 7 ++++--- 6 files changed, 45 insertions(+), 11 deletions(-) -- 2.9.4