From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751932AbbCSHYG (ORCPT ); Thu, 19 Mar 2015 03:24:06 -0400 Received: from mail-bn1on0086.outbound.protection.outlook.com ([157.56.110.86]:61696 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751198AbbCSHYD convert rfc822-to-8bit (ORCPT ); Thu, 19 Mar 2015 03:24:03 -0400 Message-ID: <1426749836.2319.2.camel@leyfoon-vm> Subject: [GIT PULL] arch/nios2 fixes for v4.0-rc5 From: Ley Foon Tan To: Linus Torvalds CC: Linux Kernel Mailing List , "lftan.linux@gmail.com" Date: Thu, 19 Mar 2015 15:23:56 +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)(50986999)(33646002)(77156002)(62966003)(110136001)(105596002)(106466001)(5820100001)(47776003)(50466002)(19580395003)(575784001)(6806004)(86362001)(23676002)(87936001)(229853001)(92566002)(46102003)(42186005)(103116003)(50226001)(33716001)(7099025)(99106002);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2PR03MB275;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:BL2PR03MB275; 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:BL2PR03MB275;BCL:0;PCL:0;RULEID:;SRVR:BL2PR03MB275; X-Forefront-PRVS: 052017CAF1 X-OriginatorOrg: altera.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 19 Mar 2015 07:24:00.7788 (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: BL2PR03MB275 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus There are two arch/nios2 fixes for 4.0-rc5. Please consider pulling. Regards Ley Foon The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4 (2015-03-15 17:38:20 -0700) are available in the git repository at: git://git.rocketboards.org/linux-socfpga-next.git tags/nios2-fixes-v4.0-rc5 for you to fetch changes up to 6347e2a10f7031dc3725e6f4519089517c0ca521: nios2: mm: do not invoke OOM killer on kernel fault OOM (2015-03-16 15:35:25 +0800) ---------------------------------------------------------------- nios2 fixes for v4.0-rc5 - Remove ucontext.h from exported arch headers - nios2: mm: do not invoke OOM killer on kernel fault OOM ---------------------------------------------------------------- Ley Foon Tan (1): nios2: mm: do not invoke OOM killer on kernel fault OOM Tobias Klauser (1): nios2: Remove ucontext.h from exported arch headers arch/nios2/include/uapi/asm/Kbuild | 1 - arch/nios2/mm/fault.c | 6 ------ 2 files changed, 7 deletions(-)