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: <Ydxw+LLhEmi5B/Re@slm.duckdns.org>
Date:   Mon, 10 Jan 2022 07:46:32 -1000
From:   Tejun Heo <tj@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, cgroups@...r.kernel.org
Subject: [GIT PULL] cgroup changes for v5.17-rc1

Hello, Linus.

Nothing too interesting. The only two noticeable changes are a subtle cpuset
behavior fix and trace event id field being expanded to u64 from int. Most
others are code cleanups.

Thanks.

The following changes since commit 8ab774587903771821b59471cc723bba6d893942:

  Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2021-11-14 19:07:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d4296faebd337e5f76c0fddb815de33d2b0ad118:

  cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean (2022-01-07 12:05:52 -1000)

----------------------------------------------------------------
Michal Koutný (1):
      cgroup: rstat: Mark benign data race to silence KCSAN

Qi Zheng (1):
      cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean

Waiman Long (1):
      cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy

Wei Yang (5):
      cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()
      cgroup: fix a typo in comment
      cgroup: return early if it is already on preloaded list
      cgroup: rstat: explicitly put loop variant in while
      cgroup/rstat: check updated_next only for root

William Kucharski (1):
      cgroup: Trace event cgroup id fields should be u64

 include/linux/cgroup-defs.h   |  2 +-
 include/trace/events/cgroup.h | 12 +++++-----
 kernel/cgroup/cgroup.c        |  6 ++---
 kernel/cgroup/cpuset.c        | 16 ++++----------
 kernel/cgroup/rstat.c         | 51 ++++++++++++++++++++-----------------------
 5 files changed, 38 insertions(+), 49 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ