Re: [PATCH REPOST] rbtree: include rcu.h because we use it

From: Sebastian Andrzej Siewior
Date: Wed May 09 2018 - 17:56:03 EST


On 2018-05-08 16:04:37 [-0700], Andrew Morton wrote:
> On Fri, 4 May 2018 12:31:59 +0200 Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote:
>
> > Since commit c1adf20052d8 ("Introduce rb_replace_node_rcu()")
> > rbtree_augmented.h uses RCU related data structures but does not include
> > them. It works as long as gets somehow included before that and fails
> > otherwise.
>
> c1adf20052d8 was two years ago. Are there any actual real build errors
> arising from this? If so, backporting the patch might be needed?
I've seen them only in -RT. No backporting needed.

Sebastian