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:   Wed, 6 Mar 2019 10:41:53 -0800
From:   Tejun Heo <tj@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Li Zefan <lizefan@...wei.com>,
        Johannes Weiner <hannes@...xchg.org>, cgroups@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] cgroup changes for v5.1-rc1

Hello, Linus.

* Oleg's pids controller accounting update which gets rid of rcu delay
  in pids accounting updates.

* rstat (cgroup hierarchical stat collection mechanism) optimization.

* Doc updates.

Thanks.

The following changes since commit af0c9af1b3f66052c369d08be3f60fa9a9559e48:

  fs/dcache: Track & report number of negative dentries (2019-01-30 11:02:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6a613d24effcb875271b8a1c510172e2d6eaaee8:

  cpuset: remove unused task_has_mempolicy() (2019-02-19 06:26:02 -0800)

----------------------------------------------------------------
Andrea Parri (1):
      MAINTAINERS: Update cgroup entry

Masahiro Yamada (1):
      cpuset: remove unused task_has_mempolicy()

Oleg Nesterov (1):
      cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting

Randy Dunlap (1):
      Documentation: cgroup-v2: eliminate markup warnings

Tejun Heo (1):
      cgroup, rstat: Don't flush subtree root unless necessary

Tibor Billes (1):
      cgroup: add documentation for pids.events file

 Documentation/admin-guide/cgroup-v2.rst |  2 +-
 Documentation/cgroup-v1/pids.txt        |  3 +++
 MAINTAINERS                             |  5 +++--
 include/linux/cgroup-defs.h             |  2 +-
 include/linux/cgroup.h                  |  2 ++
 kernel/cgroup/cgroup.c                  | 15 +++++++++------
 kernel/cgroup/cpuset.c                  | 13 -------------
 kernel/cgroup/pids.c                    |  4 ++--
 kernel/cgroup/rstat.c                   | 10 ++++++----
 kernel/exit.c                           |  1 +
 10 files changed, 28 insertions(+), 29 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ