linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Luck <tony.luck@intel.com>
To: babu.moger@amd.com
Cc: Xiaojian.Du@amd.com, akpm@linux-foundation.org,
	alexandre.chartre@oracle.com, andrew.cooper3@citrix.com,
	ardb@kernel.org, bmoger@amd.com, bp@alien8.de, corbet@lwn.net,
	daniel.sneddon@linux.intel.com, dave.hansen@linux.intel.com,
	dave.martin@arm.com, ebiggers@google.com, eranian@google.com,
	fenghuay@nvidia.com, gautham.shenoy@amd.com,
	gregkh@linuxfoundation.org, hpa@zytor.com, james.morse@arm.com,
	jpoimboe@kernel.org, kai.huang@intel.com,
	kan.liang@linux.intel.com, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, maciej.wieczor-retman@intel.com,
	mario.limonciello@amd.com, mingo@redhat.com, paulmck@kernel.org,
	pawan.kumar.gupta@linux.intel.com, perry.yuan@amd.com,
	peternewman@google.com, reinette.chatre@intel.com,
	rostedt@goodmis.org, seanjc@google.com, sohil.mehta@intel.com,
	tglx@linutronix.de, thomas.lendacky@amd.com, thuth@redhat.com,
	tony.luck@intel.com, x86@kernel.org, xiaoyao.li@intel.com,
	xin3.li@intel.com, xin@zytor.com
Subject: [PATCH 0/5] Latest version of initial patches in AET series
Date: Mon,  9 Jun 2025 09:21:34 -0700	[thread overview]
Message-ID: <20250609162139.91651-1-tony.luck@intel.com> (raw)
In-Reply-To: 00d1f3c0-4d10-43d8-b33d-f9bbeb111613@amd.com

Babu,

Here's my latest version of those four patches (build on top of Qinyun's
patch that I believe should go upstream via tip/urgent).

I believe I addressed all the comments[1] in these four patches

[1] https://lore.kernel.org/lkml/20250521225049.132551-1-tony.luck@intel.com/

-Tony

Qinyun Tan (1):
  x86,fs/resctrl: Remove unappropriate references to cacheinfo in the
    resctrl subsystem.

Tony Luck (4):
  x86,fs/resctrl: Consolidate monitor event descriptions
  x86,fs/resctrl: Replace architecture event enabled checks
  x86/resctrl: Remove 'rdt_mon_features' global variable
  x86,fs/resctrl: Prepare for more monitor events

 include/linux/resctrl.h                | 28 +++++---
 include/linux/resctrl_types.h          | 15 ++--
 arch/x86/include/asm/resctrl.h         | 16 -----
 arch/x86/kernel/cpu/resctrl/internal.h |  9 +--
 fs/resctrl/internal.h                  | 17 +++--
 arch/x86/kernel/cpu/resctrl/core.c     | 65 +++++++++--------
 arch/x86/kernel/cpu/resctrl/monitor.c  | 41 +++++------
 fs/resctrl/ctrlmondata.c               | 17 +++--
 fs/resctrl/monitor.c                   | 96 ++++++++++++++------------
 fs/resctrl/rdtgroup.c                  | 79 +++++++++++----------
 10 files changed, 204 insertions(+), 179 deletions(-)

-- 
2.49.0


             reply	other threads:[~2025-06-09 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-09 16:21 Tony Luck [this message]
2025-06-09 16:21 ` [PATCH 1/5] x86,fs/resctrl: Remove unappropriate references to cacheinfo in the resctrl subsystem Tony Luck
2025-06-09 16:21 ` [PATCH 2/5] x86,fs/resctrl: Consolidate monitor event descriptions Tony Luck
2025-06-09 16:21 ` [PATCH 3/5] x86,fs/resctrl: Replace architecture event enabled checks Tony Luck
2025-06-09 16:21 ` [PATCH 4/5] x86/resctrl: Remove 'rdt_mon_features' global variable Tony Luck
2025-06-09 16:21 ` [PATCH 5/5] x86,fs/resctrl: Prepare for more monitor events Tony Luck
2025-06-09 18:48 ` [PATCH 0/5] Latest version of initial patches in AET series Moger, Babu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250609162139.91651-1-tony.luck@intel.com \
    --to=tony.luck@intel.com \
    --cc=Xiaojian.Du@amd.com \
    --cc=akpm@linux-foundation.org \
    --cc=alexandre.chartre@oracle.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ardb@kernel.org \
    --cc=babu.moger@amd.com \
    --cc=bmoger@amd.com \
    --cc=bp@alien8.de \
    --cc=corbet@lwn.net \
    --cc=daniel.sneddon@linux.intel.com \
    --cc=dave.hansen@linux.intel.com \
    --cc=dave.martin@arm.com \
    --cc=ebiggers@google.com \
    --cc=eranian@google.com \
    --cc=fenghuay@nvidia.com \
    --cc=gautham.shenoy@amd.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hpa@zytor.com \
    --cc=james.morse@arm.com \
    --cc=jpoimboe@kernel.org \
    --cc=kai.huang@intel.com \
    --cc=kan.liang@linux.intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.wieczor-retman@intel.com \
    --cc=mario.limonciello@amd.com \
    --cc=mingo@redhat.com \
    --cc=paulmck@kernel.org \
    --cc=pawan.kumar.gupta@linux.intel.com \
    --cc=perry.yuan@amd.com \
    --cc=peternewman@google.com \
    --cc=reinette.chatre@intel.com \
    --cc=rostedt@goodmis.org \
    --cc=seanjc@google.com \
    --cc=sohil.mehta@intel.com \
    --cc=tglx@linutronix.de \
    --cc=thomas.lendacky@amd.com \
    --cc=thuth@redhat.com \
    --cc=x86@kernel.org \
    --cc=xiaoyao.li@intel.com \
    --cc=xin3.li@intel.com \
    --cc=xin@zytor.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).