lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZztmA9FyfqLtPy47@slm.duckdns.org>
Date: Mon, 18 Nov 2024 06:06:27 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
	Johannes Weiner <hannes@...xchg.org>,
	Michal Koutný <mkoutny@...e.com>
Subject: [GIT PULL] cgroup: Changes for v6.13

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.13

for you to fetch changes up to fbfbf86685b3270dc27d1c5d6108532334aaf329:

  cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (2024-11-14 08:44:03 -1000)

----------------------------------------------------------------
cgroup: Changes for v6.13

- cpu.stat now also shows niced CPU time.

- Freezer and cpuset optimizations.

- Other misc changes.

----------------------------------------------------------------
Chen Ridong (4):
      Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
      cgroup/bpf: only cgroup v2 can be attached by bpf programs
      cgroup/freezer: Reduce redundant traversal for cgroup_freeze
      cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper

Joshua Hahn (2):
      cgroup/rstat: Tracking cgroup-level niced CPU time
      cgroup/rstat: Selftests for niced CPU statistics

Waiman Long (4):
      cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()"
      cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation
      cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
      cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing

Xiu Jianfeng (1):
      selftests/cgroup: Fix compile error in test_cpu.c

Zefan Li (1):
      MAINTAINERS: remove Zefan Li

everestkc (1):
      cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c

 CREDITS                                   |   3 +
 MAINTAINERS                               |   2 -
 include/linux/cgroup-defs.h               |   3 +-
 kernel/cgroup/cgroup.c                    |  21 ++--
 kernel/cgroup/cpuset.c                    | 157 +++++++++++++++++-------------
 kernel/cgroup/freezer.c                   |  97 +++++++++---------
 kernel/cgroup/rstat.c                     |  19 +++-
 tools/testing/selftests/cgroup/test_cpu.c |  75 ++++++++++++++
 8 files changed, 239 insertions(+), 138 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ