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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7ACB9C6FD19 for ; Thu, 16 Mar 2023 11:53:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbjCPLxg (ORCPT ); Thu, 16 Mar 2023 07:53:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjCPLxf (ORCPT ); Thu, 16 Mar 2023 07:53:35 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95B65CDD4; Thu, 16 Mar 2023 04:53:33 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Pclyg6cyLz4x7s; Thu, 16 Mar 2023 22:53:31 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1678967612; bh=b/pQ2wE5S7nHv3es7WZVEfLm9S28WgiyyZ+VQ07K+Ks=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=qIzjIba+mLcN086XIllglaE3vpNgjSbNqfTWiHDhkQI/yDg9IRVyGDcDRkvLrgBm9 w686YLSGO77RfMqR0D0LaJKZBKz0cMIEkBLpasaVnjoC2N/CMSCm/T3V2wZFufdsAh +ag39Zz2ywZP5NTmBUZQ2cTXvvSG1H1GxsylB3DiO9IYE4Hdc+ZhYPRyataH7ZvVy8 Z84sTgzD3Ooomk2dJ+phz1hOWkWILTW6fJrz5zPhB19Bvc/G21W+5nfZawGNyvx1xH 5/wSSVYKPsa9Y78wVDOWkf3lYWaolMNfklGMxMCMdRMpzuevSkuMJtYYmIFWGhb4SX o6YTUUoRp+XAw== From: Michael Ellerman To: Nicholas Piggin , Paolo Bonzini Cc: Nicholas Piggin , Shuah Khan , linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 0/2] KVM: PPC: support kvm selftests In-Reply-To: <20230316031732.3591455-1-npiggin@gmail.com> References: <20230316031732.3591455-1-npiggin@gmail.com> Date: Thu, 16 Mar 2023 22:53:26 +1100 Message-ID: <87ilf0nc95.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Nicholas Piggin writes: > Hi, > > This series adds initial KVM selftests support for powerpc > (64-bit, BookS). Awesome. > It spans 3 maintainers but it does not really > affect arch/powerpc, and it is well contained in selftests > code, just touches some makefiles and a tiny bit headers so > conflicts should be unlikely and trivial. > > I guess Paolo is the best point to merge these, if no comments > or objections? Yeah. If it helps: Acked-by: Michael Ellerman (powerpc) cheers