[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190111181600.GJ6310@bombadil.infradead.org>
Date: Fri, 11 Jan 2019 10:16:00 -0800
From: Matthew Wilcox <willy@...radead.org>
To: Qian Cai <cai@....pw>
Cc: akpm@...ux-foundation.org, esploit@...tonmail.ch,
jejb@...ux.ibm.com, dgilbert@...erlog.com,
martin.petersen@...cle.com, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, walken@...gle.com,
David.Woodhouse@...el.com
Subject: Re: [PATCH] rbtree: fix the red root
On Fri, Jan 11, 2019 at 01:12:36PM -0500, Qian Cai wrote:
> On Fri, 2019-01-11 at 09:31 -0800, Matthew Wilcox wrote:
> > On Fri, Jan 11, 2019 at 11:51:45AM -0500, Qian Cai wrote:
> > > Reported-by: Esme <esploit@...tonmail.ch>
> > > Signed-off-by: Qian Cai <cai@....pw>
> >
> > What change introduced this bug? We need a Fixes: line so the stable
> > people know how far to backport this fix.
>
> It looks like,
>
> Fixes: 6d58452dc06 (rbtree: adjust root color in rb_insert_color() only when
> necessary)
>
> where it no longer always paint the root as black.
>
> Also, copying this fix for the original author and reviewer.
>
> https://lore.kernel.org/lkml/20190111165145.23628-1-cai@lca.pw/
Great, thanks! We have a test-suite (lib/rbtree_test.c); could you add
a test to it that will reproduce this bug without your patch applied?
Powered by blists - more mailing lists