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 16918C04FDE for ; Fri, 9 Dec 2022 08:29:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229691AbiLII3Q (ORCPT ); Fri, 9 Dec 2022 03:29:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbiLII3P (ORCPT ); Fri, 9 Dec 2022 03:29:15 -0500 Received: from out-1.mta0.migadu.com (out-1.mta0.migadu.com [91.218.175.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A9BB6310 for ; Fri, 9 Dec 2022 00:29:13 -0800 (PST) Date: Fri, 9 Dec 2022 08:29:08 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Andrew Jones Cc: Marc Zyngier , James Morse , Alexandru Elisei , kvm@vger.kernel.org, kvmarm@lists.linux.dev, Paolo Bonzini , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/7] KVM: selftests: Fixes for ucall pool + page_fault_test Message-ID: References: <20221209015307.1781352-1-oliver.upton@linux.dev> <20221209082423.yideydkw6ig6x5zg@kamzik> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221209082423.yideydkw6ig6x5zg@kamzik> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Dec 09, 2022 at 09:24:23AM +0100, Andrew Jones wrote: > On Fri, Dec 09, 2022 at 01:52:59AM +0000, Oliver Upton wrote: > > base-commit: 89b2395859651113375101bb07cd6340b1ba3637 > > This commit doesn't seem to exist linux-next or kvm/queue, but the patch > context seems to match up with linux-next pretty well. Anyway, Ah, a force push to kvm/queue likely explains it :) I believe Paolo has taken the first two patches in his merge resolution now on kvm/next. > For the series > > Reviewed-by: Andrew Jones Thanks! -- Best, Oliver