From: Andrew Morton <akpm@linux-foundation.org>
To: Paul Menage <menage@google.com>
Cc: laijs@cn.fujitsu.com, linux-kernel@vger.kernel.org,
containers@lists.linux-foundation.org
Subject: Re: [PATCH] cgroup(fix critical bug): new handling for tasks file
Date: Mon, 8 Sep 2008 14:16:35 -0700 [thread overview]
Message-ID: <20080908141635.3ce77adc.akpm@linux-foundation.org> (raw)
In-Reply-To: <48C0C4F7.2080702@google.com>
On Thu, 04 Sep 2008 22:34:47 -0700
Paul Menage <menage@google.com> wrote:
> npids = cgroup_task_count(cgrp);
> + pidarray = kmalloc(npids * sizeof(pid_t), GFP_KERNEL);
kmalloc becomes more unreliable above 32 kbytes and 100% unreliable
above MAX_ORDER.
next prev parent reply other threads:[~2008-09-08 21:17 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-26 1:47 [PATCH] cgroup(fix critical bug): new handling for tasks file Lai Jiangshan
[not found] ` <48B360CE.2010501-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-08-26 2:29 ` Paul Menage
2008-08-26 2:29 ` Paul Menage
2008-08-26 5:22 ` Lai Jiangshan
2008-08-26 22:40 ` Paul Menage
[not found] ` <48B39319.7070403-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-08-26 22:40 ` Paul Menage
2008-08-26 22:44 ` Paul Menage
2008-08-26 22:44 ` Paul Menage
2008-08-27 4:29 ` Lai Jiangshan
2008-08-27 12:36 ` Paul Menage
[not found] ` <6599ad830808270536i353e1807kaac4e9fb74301bb0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-28 12:09 ` Lai Jiangshan
2008-08-28 12:09 ` Lai Jiangshan
[not found] ` <48B69582.4000208-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-09-05 5:34 ` Paul Menage
2008-09-05 5:34 ` Paul Menage
[not found] ` <48C0C4F7.2080702-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2008-09-08 8:19 ` Lai Jiangshan
2008-09-08 21:16 ` Andrew Morton
2008-09-08 8:19 ` Lai Jiangshan
[not found] ` <48C4E012.4060400-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-09-08 15:42 ` Paul Menage
2008-09-08 15:42 ` Paul Menage
2008-09-08 21:16 ` Andrew Morton [this message]
[not found] ` <20080908141635.3ce77adc.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2008-09-08 22:05 ` Paul Menage
2008-09-08 22:05 ` Paul Menage
[not found] ` <48B4D81D.2040200-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-08-27 12:36 ` Paul Menage
[not found] ` <6599ad830808261544w308a850m865ac0c0a1552c77-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-27 4:29 ` Lai Jiangshan
[not found] ` <6599ad830808251929p10dfc9d2ub11e4db0cd4f9f3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-26 5:22 ` Lai Jiangshan
-- strict thread matches above, loose matches on Subject: below --
2008-08-26 1:47 Lai Jiangshan
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=20080908141635.3ce77adc.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=containers@lists.linux-foundation.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.