From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ew0-f207.google.com ([209.85.219.207]:44532 "EHLO mail-ew0-f207.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002AbZKCPez (ORCPT ); Tue, 3 Nov 2009 10:34:55 -0500 Message-ID: <4AF04D9C.1050600@tuffmail.co.uk> Date: Tue, 03 Nov 2009 15:34:52 +0000 From: Alan Jenkins MIME-Version: 1.0 Subject: Re: [PATCH 1/2] lib: Add generic binary search function to the kernel. References: <1253626718-18887-5-git-send-email-alan-jenkins@tuffmail.co.uk> <1253726926-5504-2-git-send-email-tabbott@ksplice.com> <200909240941.41479.rusty@rustcorp.com.au> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Thiago Farina Cc: Tim Abbott , Rusty Russell , Linux Kernel Mailing List , linux-kbuild@vger.kernel.org, linux-modules@vger.kernel.org Thiago Farina wrote: > Hi, this patch was landed? It seems not to be in the tree > (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6). > I guess I'm sitting on it at the moment, having folded it into a patch series which I have yet to submit. There are apparently already a number of implementations scattered around the kernel tree. Perhaps you can add another copy of this implementation, wherever it is you need it :-). Alan