From: Herbert Xu
Date: Fri, 18 Dec 2015 21:14:08 +0800
> On Fri, Dec 18, 2015 at 04:54:14AM -0800, Eric Dumazet wrote:
>>
>> You can avoid the comment by using the self documented and lockdep
>> enabled primitive
>>
>> iter->walker->tbl = rcu_dereference_protected(ht->tbl,
>>
On Fri, Dec 18, 2015 at 04:54:14AM -0800, Eric Dumazet wrote:
>
> You can avoid the comment by using the self documented and lockdep
> enabled primitive
>
> iter->walker->tbl = rcu_dereference_protected(ht->tbl,
> lockdep_is_held(&ht->lock));
That is ju
On Fri, 2015-12-18 at 14:24 +0800, Herbert Xu wrote:
> On Fri, Dec 18, 2015 at 01:34:16PM +0800, Herbert Xu wrote:
> > On Fri, Dec 18, 2015 at 09:39:22AM +0800, kernel test robot wrote:
> > > FYI, we noticed the below changes on
> > >
> > > https://github.com/0day-ci/linux
> > > Herbert-Xu/rhasht