commit | 2547496eb18c60f2be9663f71913dfbf703dcbe1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Oct 01 23:27:28 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 01 23:27:28 2018 -0700 |
tree | 6500acce41557f78f2ec3f984195337ce9781b33 | |
parent | 6fe9487892b32cb1c8b8b0d552ed7222a527fe30 [diff] | |
parent | af3fb24eecb2c59246e03c99386037fd5ad84ffd [diff] |
Merge branch 'tun-races' Eric Dumazet says: ==================== tun: address two syzbot reports Small changes addressing races discovered by syzbot. First patch is a cleanup. Second patch moves a mutex init sooner. Third patch makes sure each tfile gets its own napi enable flags. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>