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]
Date:   Fri, 23 Sep 2022 17:53:21 -1000
From:   Tejun Heo <tj@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
        Zefan Li <lizefan.x@...edance.com>,
        Johannes Weiner <hannes@...xchg.org>,
        Waiman Long <longman@...hat.com>
Subject: [GIT PULL] cgroup fixes for v6.0-rc6

The following changes since commit 5995497296ade7716c8e70899e02235f2b6d9f5d:

  Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-09-04 11:33:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.0-rc6-fixes

for you to fetch changes up to df02452f3df069a59bc9e69c84435bf115cb6e37:

  cgroup: cgroup_get_from_id() must check the looked-up kn is a directory (2022-09-23 07:18:45 -1000)

----------------------------------------------------------------
Cgroup fixes for v6.0-rc6

* Add Waiman Long as a cpuset maintainer.

* cgroup_get_from_id() could be fed a kernfs ID which doesn't point to a
  cgroup directory but a knob file and then crash. Error out if the lookup
  kernfs_node isn't a directory.

----------------------------------------------------------------
Ming Lei (1):
      cgroup: cgroup_get_from_id() must check the looked-up kn is a directory

Tejun Heo (1):
      cpuset: Add Waiman Long as a cpuset maintainer

 MAINTAINERS            | 1 +
 kernel/cgroup/cgroup.c | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ