From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Santos Subject: Re: [PATCH v4 0/13] Generic Red-Black Trees Date: Mon, 25 Jun 2012 03:35:30 -0500 Message-ID: <4FE822D2.7000407@att.net> References: <1340424048-7759-1-git-send-email-daniel.santos@pobox.com> <4FE661F8.3000109@att.net> <4FE69A14.6040904@landley.net> <201206240957.09136.pisa@cmp.felk.cvut.cz> Reply-To: daniel.santos@pobox.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from nm19-vm0.bullet.mail.sp2.yahoo.com ([98.139.91.216]:33862 "HELO nm19-vm0.bullet.mail.sp2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751275Ab2FYIfc (ORCPT ); Mon, 25 Jun 2012 04:35:32 -0400 In-Reply-To: <201206240957.09136.pisa@cmp.felk.cvut.cz> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Pavel Pisa Cc: Rob Landley , Andrew Morton , Christopher Li , David Daney , David Howells , David Rientjes , Hidetoshi Seto , "H. Peter Anvin" , Ingo Molnar , Ingo Molnar , Joe Perches , Konstantin Khlebnikov , linux-doc@vger.kernel.org, linux-sparse@vger.kernel.org, LKML , Paul Gortmaker , Paul Turner , Peter Zijlstra , Richard Weinberger , Steven Rostedt , Suresh Siddha > It would worth to have even user space version of the > kernel RB tree code with Dainie's interface to run feasibility > and performance tests in more environments quickly > (as Daniel mentioned already). But it is not necessary > for me to be convinced that provided changes should go into > kernel because I am convinced already and offer my > "Reviewed-by" confirmation. Thanks Pavel! As far as user-space testing, I have a simple test program that compilers in user-space using a hacked-up system include directory and compiles the kernel code unmodified. I'll be sure and write the test code to work both in-kernel and in user space, although working out the portability of the build will be a bit of a challenge. Daniel