From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751945AbbCLHNz (ORCPT ); Thu, 12 Mar 2015 03:13:55 -0400 Received: from mail-bn1bon0066.outbound.protection.outlook.com ([157.56.111.66]:11423 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751121AbbCLHNx convert rfc822-to-8bit (ORCPT ); Thu, 12 Mar 2015 03:13:53 -0400 Message-ID: <1426142411.2479.6.camel@leyfoon-vm> Subject: [GIT PULL] arch/nios2 fix for 4.0-rc4 From: Ley Foon Tan To: Linus Torvalds CC: Linux Kernel Mailing List , "lftan.linux@gmail.com" Date: Thu, 12 Mar 2015 14:40:11 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.8.4-0ubuntu1 MIME-Version: 1.0 X-EOPAttributedMessage: 0 Authentication-Results: spf=softfail (sender IP is 66.35.236.227) smtp.mailfrom=lftan@altera.com; linux-foundation.org; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:66.35.236.227;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10009020)(6009001)(189002)(377424004)(199003)(42186005)(50226001)(87936001)(47776003)(62966003)(106466001)(5820100001)(6806004)(92566002)(50466002)(110136001)(33716001)(97736003)(77156002)(19580395003)(33646002)(105596002)(23676002)(229853001)(46102003)(103116003)(86362001)(50986999)(68736005)(7099025)(99106002);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2PR03MB385;H:sj-itexedge03.altera.priv.altera.com;FPR:;SPF:SoftFail;MLV:ovrnspm;MX:1;A:1;PTR:InfoDomainNonexistent;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB385; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002009)(5005006);SRVR:BL2PR03MB385;BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB385; X-Forefront-PRVS: 05134F8B4F X-OriginatorOrg: altera.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Mar 2015 06:40:15.2107 (UTC) X-MS-Exchange-CrossTenant-Id: fbd72e03-d4a5-4110-adce-614d51f2077a X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=fbd72e03-d4a5-4110-adce-614d51f2077a;Ip=[66.35.236.227];Helo=[sj-itexedge03.altera.priv.altera.com] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2PR03MB385 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus There is one arch/nios2 fix for 4.0-rc4. Please consider pulling. Regards Ley Foon The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-fix-4.0-rc4 for you to fetch changes up to 92d5dd8cd6e2b211d32d8fbc6cf4b7470765a09f: nios2: update pt_regs (2015-03-12 13:35:06 +0800) ---------------------------------------------------------------- nios2 fix for v4.0-rc4 - remove pt_regs from user header and use generic ucontext.h ---------------------------------------------------------------- Chung-Ling Tang (1): nios2: update pt_regs arch/nios2/include/asm/ptrace.h | 47 ++++++++++++++++++++++++++++++ arch/nios2/include/asm/ucontext.h | 32 -------------------- arch/nios2/include/uapi/asm/Kbuild | 2 ++ arch/nios2/include/uapi/asm/elf.h | 4 +-- arch/nios2/include/uapi/asm/ptrace.h | 50 ++------------------------------ arch/nios2/include/uapi/asm/sigcontext.h | 12 ++++---- arch/nios2/kernel/signal.c | 4 +-- 7 files changed, 62 insertions(+), 89 deletions(-) delete mode 100644 arch/nios2/include/asm/ucontext.h