[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANN689G_vr0m_SJBb1C_QQBDAUK5n_EsXANpQaOg0W=inhMsZg@mail.gmail.com>
Date: Sun, 26 Jan 2014 04:34:47 -0800
From: Michel Lespinasse <walken@...gle.com>
To: Chris Wilson <chris@...is-wilson.co.uk>
Cc: intel-gfx@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Rik van Riel <riel@...hat.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrea Arcangeli <aarcange@...hat.com>,
David Woodhouse <dwmw2@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] lib: Export interval_tree
On Sun, Jan 26, 2014 at 4:24 AM, Chris Wilson <chris@...is-wilson.co.uk> 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 <chris@...is-wilson.co.uk>
> Cc: Michel Lespinasse <walken@...gle.com>
> Cc: Rik van Riel <riel@...hat.com>
> Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> Cc: Andrea Arcangeli <aarcange@...hat.com>
> Cc: David Woodhouse <dwmw2@...radead.org>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
Reviewed-by: Michel Lespinasse <walken@...gle.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists