Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1954593AbdDYU4c (ORCPT ); Tue, 25 Apr 2017 16:56:32 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:45039 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1954550AbdDYU4X (ORCPT ); Tue, 25 Apr 2017 16:56:23 -0400 X-Mozilla-News-Host: news://gmane.comp.lib.uclibc.buildroot:119 To: Linus Torvalds CC: arcml , Noam Camus , lkml From: Vineet Gupta Subject: [GIT PULL] ARC fixes for 4.11-final Message-ID: Date: Tue, 25 Apr 2017 13:56:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.108] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 43 Hi Linus, Couple of late fixes for ARC, better for them to go now then request backports. Please pull. Thx, -Vineet ------> The following changes since commit 39da7c509acff13fc8cb12ec1bb20337c988ed36: Linux 4.11-rc6 (2017-04-09 09:49:44 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.11-final for you to fetch changes up to 3d5e80125a6e5649c6bdad8d5780e39ea422c67d: ARCv2: entry: save Accumulator register pair (r58:59) if present (2017-04-20 15:37:49 -0700) ---------------------------------------------------------------- Last minute fixes for ARC - Build error in Mellanox nps platform - addressing lack of saving FPU regs in releavnt configs ---------------------------------------------------------------- Noam Camus (1): ARC: [plat-eznps] Fix build error Vineet Gupta (1): ARCv2: entry: save Accumulator register pair (r58:59) if present arch/arc/Kconfig | 8 ++++++++ arch/arc/include/asm/atomic.h | 3 ++- arch/arc/include/asm/entry-arcv2.h | 10 ++++++++++ arch/arc/include/asm/ptrace.h | 4 ++++ arch/arc/kernel/setup.c | 30 +++++++++++++++++++++--------- 5 files changed, 45 insertions(+), 10 deletions(-)