Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751052AbbLZHB1 (ORCPT ); Sat, 26 Dec 2015 02:01:27 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:38720 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbbLZHBZ convert rfc822-to-8bit (ORCPT ); Sat, 26 Dec 2015 02:01:25 -0500 From: Vineet Gupta To: Linus Torvalds CC: arcml , lkml , Alexey Brodkin Subject: [GIT PULL] ARC fixes for 4.4-rc7 Thread-Topic: [GIT PULL] ARC fixes for 4.4-rc7 Thread-Index: AdE/qzkL3jVfeFH0QVi6tF5SdfW7fQ== Date: Sat, 26 Dec 2015 07:01:22 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.144.199.104] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1794 Lines: 49 Hi Linus, Sorry for this late pull request, but these are all important fixes for code introduced/updated in this release which we will otherwise end up back porting. Please pull and wish you happy holidays ! Thx, -Vineet ---------------> The following changes since commit 4ef7675344d687a0ef5b0d7c0cee12da005870c0: Linux 4.4-rc6 (2015-12-20 16:06:09 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.4-rc7-fixes for you to fetch changes up to 6b538db7c6b091960c57b23feae5431fc82286e7: ARC: dw2 unwind: Catch Dwarf SNAFUs early (2015-12-21 14:01:49 +0530) ---------------------------------------------------------------- ARC fixes for - Unwinder rework (A revert followed by better fix) - Build errors: MMUv2, modules with -Os - highmem section mismatch build splat ---------------------------------------------------------------- Alexey Brodkin (1): ARC: mm: fix building for MMU v2 Vineet Gupta (5): ARC: mm: HIGHMEM: Fix section mismatch splat ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZE Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing" ARC: dw2 unwind: Don't bail for CIE.version != 1 ARC: dw2 unwind: Catch Dwarf SNAFUs early arch/arc/Makefile | 2 +- arch/arc/include/asm/cache.h | 2 -- arch/arc/kernel/unwind.c | 28 +++++++++++----------------- arch/arc/mm/highmem.c | 4 ++-- 4 files changed, 14 insertions(+), 22 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/