mbox series

[ovs-dev,0/2] Backport upstream lockdep bug fix

Message ID 20201021164940.19894-1-gvrose8192@gmail.com
Headers show
Series Backport upstream lockdep bug fix | expand

Message

Gregory Rose Oct. 21, 2020, 4:49 p.m. UTC
First backport the rcu patch that adds conditional and then
the bug fix from Tonghao Zhang that fixes a lockdep bug.

Passes Travis here:
https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/737547340

Joel Fernandes (Google) (1):
  compat: rcu: Add support for consolidated-RCU reader checking

Tonghao Zhang (1):
  datapath: ovs_ct_exit to be done under ovs_lock

 datapath/conntrack.c                          |  3 ++-
 datapath/datapath.c                           |  4 +++-
 datapath/linux/compat/include/linux/rculist.h | 23 +++++++++++++++++--
 3 files changed, 26 insertions(+), 4 deletions(-)

Comments

Ilya Maximets Nov. 27, 2020, 11:47 p.m. UTC | #1
On 10/21/20 6:49 PM, Greg Rose wrote:
> First backport the rcu patch that adds conditional and then
> the bug fix from Tonghao Zhang that fixes a lockdep bug.
> 
> Passes Travis here:
> https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/737547340
> 
> Joel Fernandes (Google) (1):
>   compat: rcu: Add support for consolidated-RCU reader checking
> 
> Tonghao Zhang (1):
>   datapath: ovs_ct_exit to be done under ovs_lock
> 
>  datapath/conntrack.c                          |  3 ++-
>  datapath/datapath.c                           |  4 +++-
>  datapath/linux/compat/include/linux/rculist.h | 23 +++++++++++++++++--
>  3 files changed, 26 insertions(+), 4 deletions(-)
> 

Thanks!

Applied to master and backported down to 2.10.

Best regards, Ilya Maximets.
Gregory Rose Nov. 30, 2020, 5:34 p.m. UTC | #2
On 11/27/2020 3:47 PM, Ilya Maximets wrote:
> On 10/21/20 6:49 PM, Greg Rose wrote:
>> First backport the rcu patch that adds conditional and then
>> the bug fix from Tonghao Zhang that fixes a lockdep bug.
>>
>> Passes Travis here:
>> https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/737547340
>>
>> Joel Fernandes (Google) (1):
>>    compat: rcu: Add support for consolidated-RCU reader checking
>>
>> Tonghao Zhang (1):
>>    datapath: ovs_ct_exit to be done under ovs_lock
>>
>>   datapath/conntrack.c                          |  3 ++-
>>   datapath/datapath.c                           |  4 +++-
>>   datapath/linux/compat/include/linux/rculist.h | 23 +++++++++++++++++--
>>   3 files changed, 26 insertions(+), 4 deletions(-)
>>
> 
> Thanks!
> 
> Applied to master and backported down to 2.10.
> 
> Best regards, Ilya Maximets.
> 

Thanks Ilya!