[Devel] Re: [PATCH] Report that kernel is tainted if there were an OOPS before

2007-04-17 Thread Randy Dunlap
On Mon, 16 Apr 2007 14:23:26 +0400 Pavel Emelianov wrote: If the kernel OOPS-ed or BUG-ed then it probably should considered as tainted. Use die_counter introduced by many architectures to determine whether or not the kernel died. This saves a lot of time explaining oddities in the

[Devel] Re: [PATCH] Report that kernel is tainted if there were an OOPS before (v3)

2007-06-07 Thread Randy Dunlap
] Cc: Randy Dunlap [EMAIL PROTECTED] Acked-by: Randy Dunlap [EMAIL PROTECTED] I would change the doc. comment below: --- diff --git a/Documentation/oops-tracing.txt b/Documentation/oops-tracing.txt index 7d5b60d..610e234 100644 --- a/Documentation/oops-tracing.txt +++ b/Documentation/oops

[Devel] Re: [patch -rss] Make RSS accounting display more user friendly

2007-07-10 Thread Randy Dunlap
On Mon, 09 Jul 2007 21:44:31 -0700 Balbir Singh wrote: Peter Zijlstra wrote: On Sun, 2028-02-27 at 02:39 -0500, Balbir Singh wrote: I am not a CLUI expert, but rounding off bytes will something that the administrators will probably complain about. Since we manage the controller memory

[Devel] Re: [PATCH] Memory controller Add Documentation

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 18:36:12 +0530 Balbir Singh wrote: Documentation/memcontrol.txt | 193 +++ Is there some sub-dir that is appropriate for this, such as vm/ or accounting/ or containers/ (new) ? 1 file changed, 193 insertions(+) diff -puN

[Devel] Re: [PATCH] Send quota messages via netlink

2007-08-29 Thread Randy Dunlap
On Wed, 29 Aug 2007 14:26:47 +0200 Jan Kara wrote: On Tue 28-08-07 21:13:35, Andrew Morton wrote: On Tue, 28 Aug 2007 16:13:18 +0200 Jan Kara [EMAIL PROTECTED] wrote: Hello, I'm sending rediffed patch implementing sending of quota messages via netlink interface (some

[Devel] Re: [PATCH] Hookup group-scheduler with task container infrastructure

2007-09-11 Thread Randy Dunlap
On Tue, 11 Sep 2007 09:20:33 +0200 Cedric Le Goater wrote: Paul Menage wrote: On 9/10/07, Dmitry Adamushko [EMAIL PROTECTED] wrote: On 10/09/2007, Srivatsa Vaddagiri [EMAIL PROTECTED] wrote: On Mon, Sep 10, 2007 at 10:22:59AM -0700, Andrew Morton wrote: objection ;) cpuctlr isn't

[Devel] Re: [PATCH] Hookup group-scheduler with task container infrastructure

2007-09-11 Thread Randy Dunlap
On Tue, 11 Sep 2007 21:21:19 +0530 Srivatsa Vaddagiri wrote: On Tue, Sep 11, 2007 at 08:22:43AM -0700, Randy Dunlap wrote: That looks odd, like it's a filesystem. What does cfs really mean? cfs = completely fair scheduler :) In this thread, we are talking of hooking the cfs cpu

[Devel] Re: [PATCH 20/33] memory controller add documentation

2007-09-18 Thread Randy Dunlap
On Mon, 17 Sep 2007 14:03:27 -0700 Paul Menage wrote: From: Balbir Singh [EMAIL PROTECTED] (container-cgroup renaming by Paul Menage [EMAIL PROTECTED]) Signed-off-by: Balbir Singh [EMAIL PROTECTED] Signed-off-by: Paul Menage [EMAIL PROTECTED] --- Documentation/controllers/memory.txt

[Devel] Re: [PATCH] change inotifyfs magic as the same magic is used for futexfs

2007-09-21 Thread Randy Dunlap
On Fri, 21 Sep 2007 17:35:43 +0400 Andrey Mirkin wrote: From: Andrey Mirkin [EMAIL PROTECTED] Right now futexfs and inotifyfs have one magic 0xBAD1DEA, that looks a little bit confusing. Use 0xBAD1DEA as magic for futexfs and 0x2BAD1DEA as magic for inotifyfs. Signed-off-by: Andrey

[Devel] Re: [PATCH] change inotifyfs magic as the same magic is used for futexfs (v2)

2007-09-24 Thread Randy Dunlap
Mirkin [EMAIL PROTECTED] Acked-by: Randy Dunlap [EMAIL PROTECTED] fs/inotify_user.c |4 +++- include/linux/magic.h |3 +++ kernel/futex.c|3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/fs/inotify_user.c b/fs/inotify_user.c index 9bf2f6c

[Devel] Re: [PATCH 3/5] Cleanup code under CONFIG_FAIR_GROUP_SCHED

2007-09-24 Thread Randy Dunlap
On Mon, 24 Sep 2007 22:09:37 +0530 Srivatsa Vaddagiri wrote: With the view of supporting user-id based fair scheduling (and not just container-based fair scheduling), this patch renames several functions and makes them independent of whether they are being used for container or user-id based

[Devel] Re: [PATCH 5/5] Add fair control groups scheduler

2007-09-24 Thread Randy Dunlap
On Mon, 24 Sep 2007 22:11:59 +0530 Srivatsa Vaddagiri wrote: include/linux/cgroup_subsys.h |6 ++ init/Kconfig | 24 +--- kernel/sched.c| 122 ++ 3 files changed, 145 insertions(+), 7 deletions(-) Index:

[Devel] Re: [PATCH 1/2] Documentation: move mandatory locking documentation to filesystems/

2007-09-25 Thread Randy Dunlap
/filesystems (which has already talked about more than just individual filesystems). OK. One correction below. Then Acked-by: Randy Dunlap [EMAIL PROTECTED] Signed-off-by: J. Bruce Fields [EMAIL PROTECTED] --- On Tue, Sep 18, 2007 at 01:40:16PM -0400, bfields wrote: Hm. Documentation

[Devel] Re: [PATCH 1/5] The config option itself

2007-09-26 Thread Randy Dunlap
On Wed, 26 Sep 2007 19:43:28 +0400 Pavel Emelyanov wrote: The option is called NAMESPACES. It can be selectable only if EMBEDDED is chosen (this was Eric's requisition). When the EMBEDDED is off namespaces will be on automatically. and when EMBEDDED is on, namespaces will be off

[Devel] Re: [PATCH -mm] Hook up group scheduler with control groups

2007-09-27 Thread Randy Dunlap
On Thu, 27 Sep 2007 20:36:24 +0530 Srivatsa Vaddagiri wrote: Andrew, This is a resend of the patch I had sent earlier at: http://marc.info/?l=linux-kernelm=119065506607858 This patch enables group cpu scheduler feature to work with control groups. Could you include this in

[Devel] Re: [PATCH -mm] Hook up group scheduler with control groups

2007-09-27 Thread Randy Dunlap
On Thu, 27 Sep 2007 23:34:15 +0530 Dhaval Giani wrote: +config RESOURCE_COUNTERS + bool Resource counters + help + This option enables controller independent resource accounting + infrastructure that works with cgroups Use tab + 2 spaces consistently for help text

[Devel] Re: [PATCH 1/5] The config option itself

2007-10-01 Thread Randy Dunlap
On Mon, 01 Oct 2007 19:33:27 +0400 Pavel Emelyanov wrote: diff --git a/init/Kconfig b/init/Kconfig index 6bb603a..67b1e41 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -390,6 +381,23 @@ config RELAY If unsure, say N. +config NAMESPACES + bool Namespaces support if

[Devel] Re: [PATCH 1/5] The config option itself

2007-10-31 Thread Randy Dunlap
On Wed, 31 Oct 2007 14:05:01 +0300 Pavel Emelyanov wrote: The option is called NAMESPACES. It can be selectable only if EMBEDDED is chosen (this was Eric's requisition). When the EMBEDDED is off namespaces will be on automatically. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] and when

[Devel] Re: [PATCH] introduce task cgroup v2

2008-06-13 Thread Randy Dunlap
On Sat, 07 Jun 2008 20:00:00 +0900 KOSAKI Motohiro wrote: --- Documentation/controllers/task.txt | 18 +++ include/linux/cgroup_subsys.h |4 include/linux/cgroup_task.h| 33 + init/Kconfig | 10 + kernel/Makefile|1

[Devel] Re: [PATCH 1/3] i/o bandwidth controller documentation

2008-06-20 Thread Randy Dunlap
On Fri, 20 Jun 2008 12:05:33 +0200 Andrea Righi wrote: Documentation of the block device I/O bandwidth controller: description, usage, advantages and design. Signed-off-by: Andrea Righi [EMAIL PROTECTED] --- Documentation/controllers/io-throttle.txt | 163

[Devel] Re: [PATCH 1/3] i/o bandwidth controller documentation

2008-06-22 Thread Randy Dunlap
--- Original Message --- Thanks Randy, I've applied all your fixes to my local documentation, next patchset version will include them. A few small comments below. +WARNING: per-block device limiting rules always refer to the dev_t device +number. If a block device is unplugged (i.e. a

[Devel] Re: [PATCH -mm 2/6] introduce struct res_counter_ratelimit

2008-09-19 Thread Randy Dunlap
On Wed, 17 Sep 2008 13:05:24 +0200 Andrea Righi wrote: Introduce res_counter_ratelimit as a generic structure to implement throttling-based cgroup subsystems. [ Only the interfaces needed by the IO controller are implemented right now ] Signed-off-by: Andrea Righi [EMAIL PROTECTED] ---

[Devel] Re: [PATCH] cgroups: consolidate cgroup documents

2009-01-09 Thread Randy Dunlap
On Sat, 10 Jan 2009 04:04:42 +0530 Balbir Singh wrote: * Li Zefan l...@cn.fujitsu.com [2009-01-09 10:16:35]: Move Documentation/cpusets.txt and Documentation/controllers/* to Documentation/cgroups/ This inlined patch is generated with git-show -M (rename detected) and is for review,

[Devel] Re: [RFC v13][PATCH 01/14] Create syscalls: sys_checkpoint, sys_restart

2009-01-27 Thread Randy Dunlap
Oren Laadan wrote: Changelog[v5]: - Config is 'def_bool n' by default That's true by default; it doesn't have to be written/typed. Signed-off-by: Oren Laadan or...@cs.columbia.edu Acked-by: Serge Hallyn se...@us.ibm.com Signed-off-by: Dave Hansen d...@linux.vnet.ibm.com ---

[Devel] Re: [PATCH 00/30] C/R OpenVZ/Virtuozzo style

2009-04-14 Thread Randy Dunlap
Linus Torvalds wrote: On Tue, 14 Apr 2009, Alexey Dobriyan wrote: We're not merging OpenVZ code _either_. This is to give example of other prefixes: cpt_ and rst_ Are they fine? http://www.rfc-editor.org/rfc/rfc5513.txt Do you secretly work for IBM? IBM has a well-known disdain for

[Devel] [PATCH] cgroups: make messages more readable

2009-04-28 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix some cgroup messages to read better. Update MAINTAINERS to include mm/*cgroup* files. Signed-off-by: Randy Dunlap randy.dun...@oracle.com --- MAINTAINERS |1 + mm/page_cgroup.c | 14 +++--- 2 files changed, 8 insertions(+), 7

[Devel] Re: [RFC][v6][PATCH 9/9]: Document clone_with_pids() syscall

2009-09-10 Thread Randy Dunlap
On Wed, 9 Sep 2009 23:14:13 -0700 Sukadev Bhattiprolu wrote: Subject: [RFC][v6][PATCH 9/9]: Document clone_with_pids() syscall This gives a brief overview of the clone_with_pids() system call. We should eventually describe more details either in clone(2) or in a new man page.

[Devel] Re: [RFC][v7][PATCH 9/9]: Document clone2() syscall

2009-09-24 Thread Randy Dunlap
Sukadev Bhattiprolu wrote: Subject: [RFC][v7][PATCH 9/9]: Document clone2() syscall This gives a brief overview of the clone2() system call. We should eventually describe more details in existing clone(2) man page or in a new man page. Hi, We have a separate mailing list

[Devel] Re: [RFC][PATCH 3/3] cgroups: net_cls subsys as module

2009-11-02 Thread Randy Dunlap
On Mon, 2 Nov 2009 16:31:03 -0500 Ben Blum wrote: Allows the net_cls cgroup subsystem to be compiled as a module Please cc: netdev on networking patches. [done] From: Ben Blum bb...@andrew.cmu.edu This patch modifies net/sched/cls_cgroup.c to allow the net_cls subsystem to be optionally

[Devel] Re: [PATCH 0/4] Some typo fixing

2010-03-30 Thread Randy Dunlap
On 03/15/10 13:55, Thomas Weber wrote: I have fixed some typos. Acked-by: Randy Dunlap rdun...@xenotime.net Jiri, can you merge these, please, unless someone objects (?). Thomas Weber (4): Fix typo: [Ss]ytem = [Ss]ystem Fix typo: udpate = update Fix typo: paramters = parameters

[Devel] Re: [PATCH v21 011/100] eclone (11/11): Document sys_eclone

2010-05-05 Thread Randy Dunlap
On Sat, 1 May 2010 10:14:53 -0400 Oren Laadan wrote: From: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com This gives a brief overview of the eclone() system call. We should eventually describe more details in existing clone(2) man page or in a new man page. Signed-off-by: Sukadev

[Devel] Re: [PATCH v21 020/100] c/r: documentation

2010-05-06 Thread Randy Dunlap
On Sat, 1 May 2010 10:15:02 -0400 Oren Laadan wrote: Covers application checkpoint/restart, overall design, interfaces, usage, shared objects, and and checkpoint image format. Signed-off-by: Oren Laadan or...@cs.columbia.edu Signed-off-by: Dave Hansen d...@linux.vnet.ibm.com Acked-by:

[Devel] Re: [PATCH 10/10] memcg: Document kernel memory accounting.

2012-02-27 Thread Randy Dunlap
On 02/27/2012 02:58 PM, Suleiman Souhlal wrote: Signed-off-by: Suleiman Souhlal sulei...@google.com --- Documentation/cgroups/memory.txt | 44 +++-- 1 files changed, 41 insertions(+), 3 deletions(-) diff --git a/Documentation/cgroups/memory.txt