From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752216AbdHJF0U (ORCPT ); Thu, 10 Aug 2017 01:26:20 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:51480 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbdHJF0T (ORCPT ); Thu, 10 Aug 2017 01:26:19 -0400 Date: Wed, 09 Aug 2017 22:26:18 -0700 (PDT) Message-Id: <20170809.222618.2480234611970585.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Sparc From: David Miller X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 09 Aug 2017 22:26:18 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please pull to get these sparc changes: 1) Recognize M8 cpus, just basic chip ID matching, from Allen Pais. 2) Prevent crashes when bringing up sunvdc virtual block devices in some environments. From Jim Quigley. Thanks! The following changes since commit 0a23ea65ce9f10ec2ea392571006b781b150327f: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2017-08-04 10:17:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git for you to fetch changes up to 3ee70591d6c47ef4c4699b3395ba96ce287db937: sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain (2017-08-09 22:22:32 -0700) ---------------------------------------------------------------- Allen Pais (2): sparc64: properly name the cpu constants sparc64: recognize and support sparc M8 cpu type Jim Quigley (1): sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain Vijay Kumar (1): sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8. arch/sparc/include/asm/spitfire.h | 16 ++++++++++++++++ arch/sparc/kernel/cpu.c | 6 ++++++ arch/sparc/kernel/cpumap.c | 1 + arch/sparc/kernel/head_64.S | 22 ++++++++++++++-------- arch/sparc/kernel/setup_64.c | 15 +++++++++++++-- arch/sparc/mm/init_64.c | 14 +++++++++++++- drivers/block/sunvdc.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+), 11 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 10 Aug 2017 05:26:18 +0000 Subject: [GIT] Sparc Message-Id: <20170809.222618.2480234611970585.davem@davemloft.net> List-Id: References: <20100329.131141.80866523.davem@davemloft.net> In-Reply-To: <20100329.131141.80866523.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: torvalds@linux-foundation.org Cc: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Please pull to get these sparc changes: 1) Recognize M8 cpus, just basic chip ID matching, from Allen Pais. 2) Prevent crashes when bringing up sunvdc virtual block devices in some environments. From Jim Quigley. Thanks! The following changes since commit 0a23ea65ce9f10ec2ea392571006b781b150327f: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2017-08-04 10:17:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git for you to fetch changes up to 3ee70591d6c47ef4c4699b3395ba96ce287db937: sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain (2017-08-09 22:22:32 -0700) ---------------------------------------------------------------- Allen Pais (2): sparc64: properly name the cpu constants sparc64: recognize and support sparc M8 cpu type Jim Quigley (1): sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain Vijay Kumar (1): sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8. arch/sparc/include/asm/spitfire.h | 16 ++++++++++++++++ arch/sparc/kernel/cpu.c | 6 ++++++ arch/sparc/kernel/cpumap.c | 1 + arch/sparc/kernel/head_64.S | 22 ++++++++++++++-------- arch/sparc/kernel/setup_64.c | 15 +++++++++++++-- arch/sparc/mm/init_64.c | 14 +++++++++++++- drivers/block/sunvdc.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 124 insertions(+), 11 deletions(-)