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: 13+ 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
2008-08-26 2:29 ` Paul Menage
2008-08-26 5:22 ` Lai Jiangshan
2008-08-26 22:40 ` Paul Menage
2008-08-26 22:44 ` Paul Menage
2008-08-27 4:29 ` Lai Jiangshan
2008-08-27 12:36 ` Paul Menage
2008-08-28 12:09 ` Lai Jiangshan
2008-09-05 5:34 ` Paul Menage
2008-09-08 8:19 ` Lai Jiangshan
2008-09-08 15:42 ` Paul Menage
2008-09-08 21:16 ` Andrew Morton [this message]
2008-09-08 22:05 ` Paul Menage
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox