From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548AbcGTJKa (ORCPT ); Wed, 20 Jul 2016 05:10:30 -0400 Received: from ozlabs.org ([103.22.144.67]:46698 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753171AbcGTJK1 (ORCPT ); Wed, 20 Jul 2016 05:10:27 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: e2413a7dae52fab290b7a8d11ec8579657bab95b In-Reply-To: <1468275387-22392-1-git-send-email-tyreld@linux.vnet.ibm.com> To: Tyrel Datwyler , linux-pci@vger.kernel.org From: Michael Ellerman Cc: mdroth@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, Tyrel Datwyler , bhelgaas@google.com, nfont@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: [v2] rpaphp: fix slot registration for multiple slots under a PHB Message-Id: <3rvWN11qwnz9t1D@ozlabs.org> Date: Wed, 20 Jul 2016 19:10:25 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-11-07 at 22:16:27 UTC, Tyrel Datwyler wrote: > PowerVM seems to only ever provide a single hotplug slot per PHB. > The under lying slot hotplug registration code assumed multiple slots, > but the actual implementation is broken for multiple slots. This went > unnoticed for years due to the nature of PowerVM as mentioned > previously. Under qemu/kvm the hotplug slot model aligns more with > x86 where multiple slots are presented under a single PHB. As seen > in the following each additional slot after the first fails to > register due to each slot always being compared against the first > child node of the PHB in the device tree. ... > > Signed-off-by: Tyrel Datwyler Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e2413a7dae52fab290b7a8d11e cheers