From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751724AbYKRIyq (ORCPT ); Tue, 18 Nov 2008 03:54:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751341AbYKRIyW (ORCPT ); Tue, 18 Nov 2008 03:54:22 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:50141 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751099AbYKRIyV (ORCPT ); Tue, 18 Nov 2008 03:54:21 -0500 Message-ID: <492281F3.2060706@cn.fujitsu.com> Date: Tue, 18 Nov 2008 16:50:59 +0800 From: Lai Jiangshan User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Andrew Morton CC: David Miller , Dave Airlie , Paul Menage , kamezawa.hiroyu@jp.fujitsu.com, Balbir Singh , Arjan van de Ven , Jan Kara , Jes Sorensen , KOSAKI Motohiro , dada1@cosmosbay.com, Alexey Dobriyan , Jens Axboe , Linux Kernel Mailing List , "Paul E. McKenney" , Nick Piggin , Al Viro , Rik van Riel , Pekka Enberg Subject: [PATCH V2 0/4] use kvmalloc()/kvfree() the second part, about RCU References: <492162E4.9080902@cn.fujitsu.com> <20081117131440.GB29931@cmpxchg.org> In-Reply-To: <20081117131440.GB29931@cmpxchg.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, all I have sent patch for introducing kvmalloc()/kvfree(). http://lkml.org/lkml/2008/11/17/137 and 6 patches for using kvmalloc()/kvfree() (these patches need to be fixed) fdtable and sysipc uses vfree() in the RCU callback. Now, these patches cleanup for them. any comments are welcome. Thanx, Lai.