[GIT,PULL] x86/cache for 6.5

Message ID 20230626174107.GIZJnNs+znIs2NuiTm@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/cache for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_v6.5

Message

Borislav Petkov June 26, 2023, 5:41 p.m. UTC
  Hi Linus,

please pull some x86 resource control updates for 6.5.

Thx.

---

The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_v6.5

for you to fetch changes up to e0a6ede2dd884adb73a7dde80444185b655f7c79:

  Documentation/x86: Documentation for MON group move feature (2023-06-07 12:42:12 +0200)

----------------------------------------------------------------
- Implement a rename operation in resctrlfs to facilitate handling
  of application containers with dynamically changing task lists

- When reading the tasks file, show the tasks' pid which are only in
  the current namespace as opposed to showing the pids from the init
  namespace too

- Other fixes and improvements

----------------------------------------------------------------
Peter Newman (3):
      x86/resctrl: Factor rdtgroup lock for multi-file ops
      x86/resctrl: Implement rename op for mon groups
      Documentation/x86: Documentation for MON group move feature

Shawn Wang (1):
      x86/resctrl: Only show tasks' pid in current pid namespace

 Documentation/arch/x86/resctrl.rst     |   7 ++
 arch/x86/kernel/cpu/resctrl/rdtgroup.c | 171 ++++++++++++++++++++++++++++++---
 2 files changed, 163 insertions(+), 15 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 26, 2023, 10:54 p.m. UTC | #1
The pull request you sent on Mon, 26 Jun 2023 19:41:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e5822e0f99e429fa8b03c956dad890179b5b3b1

Thank you!