From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754687Ab1CYLWI (ORCPT ); Fri, 25 Mar 2011 07:22:08 -0400 Received: from ozlabs.org ([203.10.76.45]:58696 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753241Ab1CYLWE (ORCPT ); Fri, 25 Mar 2011 07:22:04 -0400 From: Rusty Russell To: Andi Kleen , Alessio Igor Bogani Cc: LKML , Ian Lance Taylor , Tim Bird Subject: Re: [PATCH 2/2] Replace the linear search with a binary search for locate the symbols In-Reply-To: References: <1300914043-2297-1-git-send-email-abogani@kernel.org> <1300914043-2297-3-git-send-email-abogani@kernel.org> User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Fri, 25 Mar 2011 15:44:24 +1030 Message-ID: <8739mblr2n.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Mar 2011 08:54:57 -0700, Andi Kleen wrote: > Alessio Igor Bogani writes: > > > This work was supported by a hardware donation from the CE Linux Forum. > > Patch looks good to me. SORT is a nice trick, too bad it won't > work for the main kernel. Why not? If it's just that some linkers don't support SORT, can we work around it and call sort() of the symbols in our kernel init? Thanks, Rusty.