Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756244AbcK3ARK (ORCPT ); Tue, 29 Nov 2016 19:17:10 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:34903 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754590AbcK3ARC (ORCPT ); Tue, 29 Nov 2016 19:17:02 -0500 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: arcml , lkml , Yuriy Kolerov , "Alexey Brodkin >> Yuriy Kolerov" From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.9-final ! Message-ID: <04458eb2-54f2-84d4-aeb3-6a86261f8f32@synopsys.com> Date: Tue, 29 Nov 2016 16:16:51 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.43] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 39 Hi Linus, Please pull ARC fixes for 4.9. Thx, -Vineet ----------> The following changes since commit e5517c2a5a49ed5e99047008629f1cd60246ea0e: Linux 4.9-rc7 (2016-11-27 13:08:04 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.9-final for you to fetch changes up to 6a8b2ca702b279bea0e8f0363056439352e2081c: ARC: mm: PAE40: Fix crash at munmap (2016-11-29 09:12:08 -0800) ---------------------------------------------------------------- ARC fixes for 4.9 final - PAE40 crash [Yuriy] - Disabling IO-Coherency by default - Using a different inline asm constraint for Zero Overhead loops ---------------------------------------------------------------- Vineet Gupta (2): ARC: Don't use "+l" inline asm constraint ARC: mm: IOC: Don't enable IOC by default Yuriy Kolerov (1): ARC: mm: PAE40: Fix crash at munmap arch/arc/include/asm/delay.h | 9 +++++---- arch/arc/include/asm/pgtable.h | 2 +- arch/arc/mm/cache.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-)