OSDN Git Service

Merge branch 'tun-races'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:27:28 +0000 (23:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:27:28 +0000 (23:27 -0700)
commit2547496eb18c60f2be9663f71913dfbf703dcbe1
tree6500acce41557f78f2ec3f984195337ce9781b33
parent6fe9487892b32cb1c8b8b0d552ed7222a527fe30
parentaf3fb24eecb2c59246e03c99386037fd5ad84ffd
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>