[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49B0D32A.9040807@cn.fujitsu.com>
Date: Fri, 06 Mar 2009 15:39:22 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Américo Wang <xiyou.wangcong@...il.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>
Subject: Re: [RFC][PATCH] kmemdup_from_user(): introduce
>> +void *kmemdup_from_user(const void __user *src, size_t len, gfp_t gfp)
>> +{
>> + void *p;
>> +
>> + p = kmalloc_track_caller(len, gfp);
>
> Well, you use kmalloc_track_caller, instead of kmalloc as you showed
> above. :) Why don't you mention this?
>
Because this changelog is not going to explain what kmalloc_track_caller()
is used for, which has been explained in linux/slab.h ..
--
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