From patchwork Sat Feb 17 09:45:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Ellerman X-Patchwork-Id: 874736 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zk4tZ4Dqcz9s0w for ; Sat, 17 Feb 2018 20:47:34 +1100 (AEDT) Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3zk4tZ32CfzF185 for ; Sat, 17 Feb 2018 20:47:34 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zk4rb2VXhzF14G for ; Sat, 17 Feb 2018 20:45:51 +1100 (AEDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 3zk4rZ59Ncz9s0w; Sat, 17 Feb 2018 20:45:50 +1100 (AEDT) From: Michael Ellerman To: Linus Torvalds Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.16-3 tag Date: Sat, 17 Feb 2018 20:45:46 +1100 Message-ID: <874lmg3q5x.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, npiggin@gmail.com, clabbe@baylibre.com, nfont@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, cyrilbur@gmail.com, clg@kaod.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Linus, Please pull some more powerpc fixes for 4.16. Sorry to send a pull request on the weekend, and a 2nd one this week, but one of these commits fixes a boot crash which would be good to get in before rc2. cheers The following changes since commit 694a20dae6efc3803740971fa9f7c86b8c8d4685: Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2018-02-14 10:06:41 -0800) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.16-3 for you to fetch changes up to 2c10636a0b9c689450e85f9945583920f50337c9: powerpc/pseries: Check for zero filled ibm,dynamic-memory property (2018-02-16 21:34:14 +1100) ---------------------------------------------------------------- powerpc fixes for 4.16 #3 The main attraction is a fix for a bug in the new drmem code, which was causing an oops on boot on some versions of Qemu. There's also a fix for XIVE (Power9 interrupt controller) on KVM, as well as a few other minor fixes. Thanks to: Corentin Labbe, Cyril Bur, Cédric Le Goater, Daniel Black, Nathan Fontenot, Nicholas Piggin. ---------------------------------------------------------------- Corentin Labbe (1): powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=n Cyril Bur (1): powerpc: Expose TSCR via sysfs only on powernv Cédric Le Goater (1): powerpc/xive: Use hw CPU ids when configuring the CPU queues Nathan Fontenot (1): powerpc/pseries: Check for zero filled ibm,dynamic-memory property Nicholas Piggin (1): powerpc/powernv: IMC fix out of bounds memory access at shutdown arch/powerpc/include/asm/topology.h | 3 +++ arch/powerpc/kernel/sysfs.c | 6 ++++-- arch/powerpc/mm/drmem.c | 8 ++++++++ arch/powerpc/platforms/powernv/opal-imc.c | 6 ++++-- arch/powerpc/sysdev/xive/spapr.c | 16 ++++++++++------ 5 files changed, 29 insertions(+), 10 deletions(-)