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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 06 Oct 2011 14:51:55 +0800
From:	Li Zefan <lizf@...fujitsu.com>
To:	Frederic Weisbecker <fweisbec@...il.com>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Paul Menage <paul@...lmenage.org>,
	Johannes Weiner <hannes@...xchg.org>,
	Aditya Kali <adityakali@...gle.com>,
	Oleg Nesterov <oleg@...hat.com>,
	Kay Sievers <kay.sievers@...y.org>,
	Tim Hockin <thockin@...kin.org>, Tejun Heo <tj@...nel.org>,
	"Kirill A. Shutemov" <kirill@...temov.name>,
	Containers <containers@...ts.linux-foundation.org>
Subject: Re: [PATCH 00/10] cgroups: Task counter subsystem v6

> Frederic Weisbecker (9):
>   cgroups: Add res_counter_write_u64() API
>   cgroups: New resource counter inheritance API
>   cgroups: Add previous cgroup in can_attach_task/attach_task callbacks
>   cgroups: New cancel_attach_task subsystem callback
>   cgroups: Ability to stop res charge propagation on bounded ancestor
>   res_counter: Allow charge failure pointer to be null
>   cgroups: Pull up res counter charge failure interpretation to caller
>   cgroups: Allow subsystems to cancel a fork
>   cgroups: Add a task counter subsystem
> 
> Kirill A. Shutemov (1):
>   cgroups: Add res counter common ancestor searching
> 
>  Documentation/cgroups/cgroups.txt          |   13 ++-
>  Documentation/cgroups/resource_counter.txt |   20 +++-
>  Documentation/cgroups/task_counter.txt     |  153 ++++++++++++++++++
>  block/blk-cgroup.c                         |   12 +-
>  include/linux/cgroup.h                     |   28 +++-
>  include/linux/cgroup_subsys.h              |    8 +
>  include/linux/res_counter.h                |   27 +++-
>  init/Kconfig                               |    9 +
>  kernel/Makefile                            |    1 +
>  kernel/cgroup.c                            |   58 ++++++--
>  kernel/cgroup_freezer.c                    |    9 +-
>  kernel/cgroup_task_counter.c               |  239 ++++++++++++++++++++++++++++
>  kernel/cpuset.c                            |    6 +-
>  kernel/events/core.c                       |    5 +-
>  kernel/exit.c                              |    2 +-
>  kernel/fork.c                              |    7 +-
>  kernel/res_counter.c                       |   97 ++++++++++--
>  kernel/sched.c                             |    6 +-
>  18 files changed, 644 insertions(+), 56 deletions(-)
>  create mode 100644 Documentation/cgroups/task_counter.txt
>  create mode 100644 kernel/cgroup_task_counter.c
> 

Reviewed-by: Li Zefan <lizf@...fujitsu.com>
--
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