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 C8096CDB482 for ; Mon, 16 Oct 2023 19:07:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233055AbjJPTHx (ORCPT ); Mon, 16 Oct 2023 15:07:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbjJPTHw (ORCPT ); Mon, 16 Oct 2023 15:07:52 -0400 Received: from out-191.mta0.migadu.com (out-191.mta0.migadu.com [IPv6:2001:41d0:1004:224b::bf]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74D7DAB; Mon, 16 Oct 2023 12:07:49 -0700 (PDT) Date: Mon, 16 Oct 2023 19:07:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1697483267; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pILx/2lrkDmB5qBrw02D6T3Y8qSsKRYkqLY+DvWzLoY=; b=pRUczDuUT5JWBO3E5Y3ZUUZr1EtHR9nWgiI6KG2m2FY6oPHNB3nTbdBa4jUTmfv6hIMknz WDnYZ3ydr4bKo6NcvV6DaBNob93UWogZ17Pt0MOFqGf6iQuOn2zG+bkVlNmMn8hWM8IHru x3svYa2N2piyzNpiJpqexgNL2LG5qUY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Raghavendra Rao Ananta Cc: Sebastian Ott , Marc Zyngier , Alexandru Elisei , James Morse , Suzuki K Poulose , Paolo Bonzini , Zenghui Yu , Shaoqin Huang , Jing Zhang , Reiji Watanabe , Colton Lewis , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH v7 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test Message-ID: References: <20231009230858.3444834-1-rananta@google.com> <20231009230858.3444834-11-rananta@google.com> <44608d30-c97a-c725-e8b2-0c5a81440869@redhat.com> <65b8bbdb-2187-3c85-0e5d-24befcf01333@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2023 at 12:05:16PM -0700, Raghavendra Rao Ananta wrote: > On Mon, Oct 16, 2023 at 11:56 AM Oliver Upton wrote: > > > > On Fri, Oct 13, 2023 at 02:05:29PM -0700, Raghavendra Rao Ananta wrote: > > > Oliver, > > > > > > Aren't the selftest patches from the 'Enable writable ID regs' series > > > [1] merged into kvmarm/next? Looking at the log, I couldn't find them > > > and the last patch that went from the series was [2]. Am I missing > > > something? > > > > > > Thank you. > > > Raghavendra > > > > > > [1]: https://lore.kernel.org/all/169644154288.3677537.15121340860793882283.b4-ty@linux.dev/ > > > [2]: https://lore.kernel.org/all/20231003230408.3405722-11-oliver.upton@linux.dev/ > > > > This is intentional, updating the tools headers as it was done in the > > original series broke the perftool build. I backed out the selftest > > patches, but took the rest of the kernel changes into kvmarm/next so > > they could soak while we sort out the selftests mess. Hopefully we can > > get the fix reviewed in time [*]... > > > > [*] https://lore.kernel.org/kvmarm/20231011195740.3349631-1-oliver.upton@linux.dev/ > > > > -- > Ah, I see. In that case, since it impacts this series, do you want me > to rebase my series on top of your selftests series for v8? No, please keep the two independent for now. I can fix it up when applying the series. -- Thanks, Oliver