Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752518AbaAZMet (ORCPT ); Sun, 26 Jan 2014 07:34:49 -0500 Received: from mail-qc0-f177.google.com ([209.85.216.177]:40415 "EHLO mail-qc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbaAZMes (ORCPT ); Sun, 26 Jan 2014 07:34:48 -0500 MIME-Version: 1.0 In-Reply-To: <1390739073-4519-1-git-send-email-chris@chris-wilson.co.uk> References: <1390316872-15887-1-git-send-email-chris@chris-wilson.co.uk> <1390739073-4519-1-git-send-email-chris@chris-wilson.co.uk> Date: Sun, 26 Jan 2014 04:34:47 -0800 Message-ID: Subject: Re: [PATCH] lib: Export interval_tree From: Michel Lespinasse To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, Rik van Riel , Peter Zijlstra , Andrea Arcangeli , David Woodhouse , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 26, 2014 at 4:24 AM, Chris Wilson wrote: > lib/interval_tree.c provides a simple interface for an interval-tree > (an augmented red-black tree) but is only built when testing the generic > macros for building interval-trees. For drivers with modest needs, > export the simple interval-tree library as is. > > v2: Lots of help from Michel Lespinasse to only compile the code > as required: > - make INTERVAL_TREE a config option > - make INTERVAL_TREE_TEST select the library functions > and sanitize the filenames & Makefile > - prepare interval_tree for being built as a module if required > > Signed-off-by: Chris Wilson > Cc: Michel Lespinasse > Cc: Rik van Riel > Cc: Peter Zijlstra > Cc: Andrea Arcangeli > Cc: David Woodhouse > Cc: Andrew Morton Reviewed-by: Michel Lespinasse Note for other reviewers, the lib/interval_tree_test.c is a straight rename of the prior lib/interval_tree_test_main.c file. > Note for maintainers, this is being proposed for use by i915.ko, so it > may make the most sense to merge it via the drm/i915 tree in the next > cycle. Sounds fine to me, unless we get any other use cases before then. -- Michel "Walken" Lespinasse A program is never fully debugged until the last user dies. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/