From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-203.mta0.migadu.com (out-203.mta0.migadu.com [91.218.175.203]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C21D630D1D for ; Mon, 16 Oct 2023 18:56:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="dGIxdwwu" Date: Mon, 16 Oct 2023 18:56:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1697482578; 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: in-reply-to:in-reply-to:references:references; bh=vQQjQAquEUHFwTIOlRFc3Dl960V1gEuDYXsEMW41hrg=; b=dGIxdwwu0go+SPqMkAQeXvTySrcjqTh7FTLzo7L9hDFzYMVDpLGf56T5UONIfHu49Pl7aw 5mOrJeiBw9bvoyFlzmevT+RURj/La/O4xoxz23Pe2pKXFMvPeeT41nA6bE3uZTYvpplZVT i8LGlJgQvezm30ap3Rk/VbRPKOpjlRw= 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> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT 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/ -- Thanks, Oliver