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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141210170827.GE6294@htj.dyndns.org>
Date:	Wed, 10 Dec 2014 12:08:27 -0500
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Li Zefan <lizefan@...wei.com>,
	cgroups@...r.kernel.org
Subject: [GIT PULL] cgroup changes for v3.19-rc1

Hello, again.

cpuset got simplified a bit.  cgroup core got a fix on unified
hierarchy and grew some effective css related interfaces which will be
used for blkio support for writeback IO traffic which is currently
being worked on.

Thanks.

The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

  Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-3.19

for you to fetch changes up to eeecbd1971517103e06f11750dd1a9a1dc37e4e6:

  cgroup: implement cgroup_get_e_css() (2014-11-18 02:49:52 -0500)

----------------------------------------------------------------
Dan Carpenter (1):
      cpuset: lock vs unlock typo

Tejun Heo (6):
      cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_child_subsys_mask()
      cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
      cgroup: fix the async css offline wait logic in cgroup_subtree_control_write()
      cgroup: add cgroup_subsys->css_released()
      cgroup: add cgroup_subsys->css_e_css_changed()
      cgroup: implement cgroup_get_e_css()

Vladimir Davydov (2):
      cpuset: convert callback_mutex to a spinlock
      cpuset: simplify cpuset_node_allowed API

 include/linux/cgroup.h |   4 ++
 include/linux/cpuset.h |  37 ++---------
 kernel/cgroup.c        | 175 ++++++++++++++++++++++++++++++++++---------------
 kernel/cpuset.c        | 162 ++++++++++++++++-----------------------------
 mm/hugetlb.c           |   2 +-
 mm/oom_kill.c          |   2 +-
 mm/page_alloc.c        |   6 +-
 mm/slab.c              |   2 +-
 mm/slub.c              |   3 +-
 mm/vmscan.c            |   5 +-
 10 files changed, 200 insertions(+), 198 deletions(-)

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ