From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CEA4C2BB9A for ; Tue, 15 Dec 2020 11:08:28 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A91CB2224C for ; Tue, 15 Dec 2020 11:08:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A91CB2224C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CwFqX0W5RzDqFB for ; Tue, 15 Dec 2020 22:08:24 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with UTF8SMTPS id 4CwFP839cszDqD9 for ; Tue, 15 Dec 2020 21:49:00 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Received: by ozlabs.org (Postfix, from userid 1034) id 4CwFP81pD4z9sVJ; Tue, 15 Dec 2020 21:49:00 +1100 (AEDT) From: Michael Ellerman To: Cédric Le Goater , linuxppc-dev@lists.ozlabs.org In-Reply-To: <20201210171450.1933725-1-clg@kaod.org> References: <20201210171450.1933725-1-clg@kaod.org> Subject: Re: [PATCH v2 00/13] powerpc/xive: misc cleanups Message-Id: <160802921759.504444.1105629942775895818.b4-ty@ellerman.id.au> Date: Tue, 15 Dec 2020 21:48:59 +1100 (AEDT) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Greg Kurz Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, 10 Dec 2020 18:14:37 +0100, Cédric Le Goater wrote: > The most important change is the removal of support of OPAL flags > required for P9 DD1. It provides a good cleanup of some complex > routines. > > Thanks, > > C. > > [...] Patches 1-3 and 5-13 applied to powerpc/next. [01/13] KVM: PPC: Book3S HV: XIVE: Show detailed configuration in debug output https://git.kernel.org/powerpc/c/98983675008ab3ae9b37fc7a4bfa083998079215 [02/13] powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag https://git.kernel.org/powerpc/c/4f1c3f7b08187e6b97701c7fb2dc6f3749566c62 [03/13] powerpc/xive: Introduce XIVE_IPI_HW_IRQ https://git.kernel.org/powerpc/c/e2cf43d59525477cfd030378c3c808187952c531 [05/13] powerpc/xive: Add a name to the IRQ domain https://git.kernel.org/powerpc/c/9dfe4b14df93532da3dbf11952a17389ae3cdc67 [06/13] powerpc/xive: Add a debug_show handler to the XIVE irq_domain https://git.kernel.org/powerpc/c/a5021abc48a0f44083a15a37b3e61378519cb00d [07/13] powerpc: Increase NR_IRQS range to support more KVM guests https://git.kernel.org/powerpc/c/7b3b3de3b04ecb7393cdfaa30a3468dd47b750cf [08/13] powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUG https://git.kernel.org/powerpc/c/4cc0e36df2c0a41fd38645ddde08d2bfba699b7a [09/13] powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FW https://git.kernel.org/powerpc/c/b5277d18c65e31ce51f6733ebdca3985a962fab5 [10/13] powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FW https://git.kernel.org/powerpc/c/cf58b746665d0177b86d42d18e60985fa1fdb909 [11/13] powerpc/xive: Simplify xive_do_source_eoi() https://git.kernel.org/powerpc/c/614546d56296380b59e94484813eeef62a7d2b6b [12/13] powerpc/xive: Improve error reporting of OPAL calls https://git.kernel.org/powerpc/c/07efbca11c1a985efa4d15bd76a637c6bffc253b [13/13] KVM: PPC: Book3S HV: XIVE: Add a comment regarding VP numbering https://git.kernel.org/powerpc/c/dddc4ef92d1ce92987da1d6926cdfa99e8acb622 cheers