From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 DB90046679 for ; Wed, 18 Oct 2023 23:59:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="G8ZxDLh2" Received: from out-196.mta0.migadu.com (out-196.mta0.migadu.com [91.218.175.196]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16647114 for ; Wed, 18 Oct 2023 16:59:14 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1697673552; 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=lXtxycsIRWACTBlOqPuvqXHAAfrq9Omn9IbRbTB3OX4=; b=G8ZxDLh2HCsn40hzC/W78ktfbucHlzrLQIkFyKx0dYmo+rt8BpKHWEcCVklQFEkIsA3wY9 n+EoRf7snRKnmR6of8FOQbOkqNCnoIlZsD/4FReM3X2NQrPGrwdmbuPA41XXqxKiTmHL6U mY//GD1eu4VqeHQLLm/5KYEc+hTiLcs= From: Oliver Upton To: Oliver Upton , kvm@vger.kernel.org Cc: James Morse , Ian Rogers , Suzuki K Poulose , Marc Zyngier , linux-arm-kernel@lists.infradead.org, Mark Rutland , Peter Zijlstra , kvmarm@lists.linux.dev, Jing Zhang , linux-perf-users@vger.kernel.org, Ingo Molnar , Paolo Bonzini , Zenghui Yu , Jiri Olsa , Namhyung Kim , Arnaldo Carvalho de Melo , Adrian Hunter , Mark Brown , Alexander Shishkin Subject: Re: [PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers Date: Wed, 18 Oct 2023 23:58:53 +0000 Message-ID: <169767345671.3025692.5465679144497115091.b4-ty@linux.dev> In-Reply-To: <20231011195740.3349631-1-oliver.upton@linux.dev> References: <20231011195740.3349631-1-oliver.upton@linux.dev> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Wed, 11 Oct 2023 19:57:35 +0000, Oliver Upton wrote: > v2: https://lore.kernel.org/kvmarm/20231010011023.2497088-1-oliver.upton@linux.dev/ > > v2 -> v3: > - Use the kernel's script/data for generating the header instad of a > copy (broonie) > > Jing Zhang (2): > tools headers arm64: Update sysreg.h with kernel sources > KVM: arm64: selftests: Test for setting ID register from usersapce > > [...] Applied to kvmarm/next, thanks! [1/5] tools: arm64: Add a Makefile for generating sysreg-defs.h https://git.kernel.org/kvmarm/kvmarm/c/02e85f74668e [2/5] perf build: Generate arm64's sysreg-defs.h and add to include path https://git.kernel.org/kvmarm/kvmarm/c/e2bdd172e665 [3/5] KVM: selftests: Generate sysreg-defs.h and add to include path https://git.kernel.org/kvmarm/kvmarm/c/9697d84cc3b6 [4/5] tools headers arm64: Update sysreg.h with kernel sources https://git.kernel.org/kvmarm/kvmarm/c/0359c946b131 [5/5] KVM: arm64: selftests: Test for setting ID register from usersapce https://git.kernel.org/kvmarm/kvmarm/c/54a9ea73527d -- Best, Oliver