From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755305AbbDJJGJ (ORCPT ); Fri, 10 Apr 2015 05:06:09 -0400 Received: from mail-bn1bon0088.outbound.protection.outlook.com ([157.56.111.88]:5638 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754575AbbDJJGE convert rfc822-to-8bit (ORCPT ); Fri, 10 Apr 2015 05:06:04 -0400 X-Greylist: delayed 4736 seconds by postgrey-1.27 at vger.kernel.org; Fri, 10 Apr 2015 05:06:03 EDT Authentication-Results: spf=softfail (sender IP is 66.35.236.227) smtp.mailfrom=altera.com; linux-foundation.org; dkim=none (message not signed) header.d=none; Message-ID: <1428651092.2306.6.camel@leyfoon-vm> Subject: [GIT PULL] arch/nios2 fixes for v4.0 From: Ley Foon Tan To: Linus Torvalds CC: Linux Kernel Mailing List , "lftan.linux@gmail.com" Date: Fri, 10 Apr 2015 15:31:32 +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 X-Forefront-Antispam-Report: CIP:66.35.236.227;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10009020)(6009001)(377424004)(189002)(199003)(62966003)(77156002)(50226001)(23676002)(5820100001)(6806004)(103116003)(50466002)(19580395003)(87936001)(86362001)(33716001)(46102003)(92566002)(575784001)(50986999)(105596002)(106466001)(229853001)(110136001)(33646002)(42186005)(47776003)(7099025)(99106002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2PR0301MB0597;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:BY2PR0301MB0597; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002010);SRVR:BY2PR0301MB0597;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB0597; X-Forefront-PRVS: 054231DC40 X-OriginatorOrg: altera.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 10 Apr 2015 07:31:37.4541 (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: BY2PR0301MB0597 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus There are 3 arch/nios2 fixes for 4.0 final: - fix cache coherency issue when debugging with gdb - move restart_block to struct task_struct (aligned with other architectures) - fix for missing registers defines for ptrace Please consider pulling. Regards Ley Foon The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1: Linux 4.0-rc7 (2015-04-06 15:39:45 -0700) are available in the git repository at: git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-fixes-v4.0-final for you to fetch changes up to 4a89c3088ff61aa24754e9cd6dc665cc719f7efe: nios2: fix cache coherency issue when debug with gdb (2015-04-10 11:10:08 +0800) ---------------------------------------------------------------- nios2 fixes for v4.0-final ---------------------------------------------------------------- Ley Foon Tan (3): nios2: signal: Move restart_block to struct task_struct nios2: add missing ptrace registers defines nios2: fix cache coherency issue when debug with gdb arch/nios2/include/asm/thread_info.h | 4 ---- arch/nios2/include/uapi/asm/ptrace.h | 9 +++++++-- arch/nios2/kernel/entry.S | 2 +- arch/nios2/kernel/signal.c | 2 +- arch/nios2/mm/cacheflush.c | 3 --- 5 files changed, 9 insertions(+), 11 deletions(-)