From: David Miller <davem@redhat.com>
To: akpm@google.com
Cc: netdev@vger.kernel.org, vzapolskiy@gmail.com, zbr@ioremap.net
Subject: Re: [patch 1/1] connector: add comm change event report to proc connector
Date: Wed, 28 Sep 2011 13:42:07 -0400 (EDT) [thread overview]
Message-ID: <20110928.134207.174306348033999091.davem@redhat.com> (raw)
In-Reply-To: <201109211926.p8LJQk0P007038@hpaq6.eem.corp.google.com>
From: akpm@google.com
Date: Wed, 21 Sep 2011 12:26:44 -0700
> From: Vladimir Zapolskiy <vzapolskiy@gmail.com>
> Subject: connector: add comm change event report to proc connector
>
> Add an event to monitor comm value changes of tasks. Such an event
> becomes vital, if someone desires to control threads of a process in
> different manner.
>
> A natural characteristic of threads is its comm value, and helpfully
> application developers have an opportunity to change it in runtime.
> Reporting about such events via proc connector allows to fine-grain
> monitoring and control potentials, for instance a process control daemon
> listening to proc connector and following comm value policies can place
> specific threads to assigned cgroup partitions.
>
> It might be possible to achieve a pale partial one-shot likeness without
> this update, if an application changes comm value of a thread generator
> task beforehand, then a new thread is cloned, and after that proc
> connector listener gets the fork event and reads new thread's comm value
> from procfs stat file, but this change visibly simplifies and extends the
> matter.
>
> Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
> Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
> Cc: David Miller <davem@davemloft.net>
> Signed-off-by: Andrew Morton <akpm@google.com>
Applied.
prev parent reply other threads:[~2011-09-28 17:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-21 19:26 [patch 1/1] connector: add comm change event report to proc connector akpm
2011-09-28 17:42 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110928.134207.174306348033999091.davem@redhat.com \
--to=davem@redhat.com \
--cc=akpm@google.com \
--cc=netdev@vger.kernel.org \
--cc=vzapolskiy@gmail.com \
--cc=zbr@ioremap.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).