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>] [day] [month] [year] [list]
Date:	Tue, 19 Feb 2013 10:32:53 -0800
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Li Zefan <lizefan@...wei.com>,
	containers@...ts.linux-foundation.org, cgroups@...r.kernel.org
Subject: [GIT PULL] cgroup changes for 3.9-rc1

Hello, Linus.

These are cgroup changes for 3.9-rc1.  Nothing too drastic.

* Removal of synchronize_rcu() from userland visible paths.

* Various fixes and cleanups from Li.

* cgroup_rightmost_descendant() added which will be used by cpuset
  changes (it will be a separate pull request).

The changes are available in the git repository at:

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

for you to fetch changes up to f169007b2773f285e098cb84c74aac0154d65ff7:

  cgroup: fail if monitored file and event_control are in different cgroup (2013-02-18 09:31:35 -0800)

----------------------------------------------------------------
Greg Thelen (2):
      cgroups: move cgroup_event_listener.c to tools/cgroup
      cgroups: fix cgroup_event_listener error handling

Li Zefan (15):
      cgroup: use new hashtable implementation
      cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
      cgroup: remove synchronize_rcu() from rebind_subsystems()
      cgroup: fix bogus kernel warnings when cgroup_create() failed
      cgroup: remove a NULL check in cgroup_exit()
      cgroup: initialize cgrp->dentry before css_alloc()
      sched: split out css_online/css_offline from tg creation/destruction
      sched: remove redundant NULL cgroup check in task_group_path()
      cgroup: remove duplicate RCU free on struct cgroup
      cgroup: remove synchronize_rcu() from cgroup_diput()
      cgroup: remove bogus comments in cgroup_diput()
      cgroup: fix exit() vs rmdir() race
      cpuset: fix cpuset_print_task_mems_allowed() vs rename() race
      cgroup: fix cgroup_rmdir() vs close(eventfd) race
      cgroup: fail if monitored file and event_control are in different cgroup

Tejun Heo (2):
      cgroup: remove unused dummy cgroup_fork_callbacks()
      cgroup: implement cgroup_rightmost_descendant()

 Documentation/cgroups/00-INDEX                     |   2 -
 Documentation/cgroups/memcg_test.txt               |   3 +-
 include/linux/cgroup.h                             |   3 +-
 include/linux/sched.h                              |   3 +
 kernel/cgroup.c                                    | 288 ++++++++++++---------
 kernel/cpuset.c                                    |  12 +-
 kernel/sched/auto_group.c                          |   3 +
 kernel/sched/core.c                                |  49 +++-
 kernel/sched/debug.c                               |   7 -
 tools/Makefile                                     |  19 +-
 tools/cgroup/.gitignore                            |   1 +
 tools/cgroup/Makefile                              |  11 +
 .../cgroup}/cgroup_event_listener.c                |  72 ++----
 13 files changed, 270 insertions(+), 203 deletions(-)
 create mode 100644 tools/cgroup/.gitignore
 create mode 100644 tools/cgroup/Makefile
 rename {Documentation/cgroups => tools/cgroup}/cgroup_event_listener.c (54%)

Thanks.

--
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