[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1302030949280.1437@eggly.anvils>
Date: Sun, 3 Feb 2013 09:53:47 -0800 (PST)
From: Hugh Dickins <hughd@...gle.com>
To: Randy Dunlap <rdunlap@...radead.org>
cc: Tejun Heo <tj@...nel.org>, David Teigland <teigland@...hat.com>,
akpm@...ux-foundation.org, rusty@...tcorp.com.au,
linux-kernel@...r.kernel.org,
Christine Caulfield <ccaulfie@...hat.com>,
cluster-devel@...hat.com,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
eric paris <eparis@...hat.com>
Subject: Re: [PATCH] idr: fix a subtle bug in idr_get_next()
On Sat, 2 Feb 2013, Randy Dunlap wrote:
> On 02/02/13 15:11, Tejun Heo wrote:
> > On Sat, Feb 02, 2013 at 03:10:48PM -0800, Tejun Heo wrote:
> >> Fix it by ensuring proceeding to the next slot doesn't carry over the
> >> unaligned offset - ie. use round_up(id + 1, slot_distance) instead of
> >> id += slot_distance.
> >>
> >> Signed-off-by: Tejun Heo <tj@...nel.org>
> >> Reported-by: David Teigland <teigland@...hat.com>
> >> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
> >
> > David, can you please test whether the patch makes the skipped
> > deletion bug go away?
> >
> > Thanks!
>
> Hugh, did you update the idr test suite or the radix-tree test suite?
Sorry, not the answer you want: it was the radix-tree test harness, rtth,
that I updated a year ago (but then lib/radix-tree.c changed again).
Hugh
>
> Is there an idr test suite or module? I have a kernel module source file
> named idr_test.c by Eric Paris.
>
> thanks,
>
> --
> ~Randy
--
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