Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/3] tun: address two syzbot reports
@ 2018-09-28 21:51 Eric Dumazet
  2018-09-28 21:51 ` [PATCH net 1/3] tun: remove unused parameters Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Dumazet @ 2018-09-28 21:51 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

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.

Eric Dumazet (3):
  tun: remove unused parameters
  tun: initialize napi_mutex unconditionally
  tun: napi flags belong to tfile

 drivers/net/tun.c | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

-- 
2.19.0.605.g01d371f741-goog

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-02 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-28 21:51 [PATCH net 0/3] tun: address two syzbot reports Eric Dumazet
2018-09-28 21:51 ` [PATCH net 1/3] tun: remove unused parameters Eric Dumazet
2018-09-28 21:51 ` [PATCH net 2/3] tun: initialize napi_mutex unconditionally Eric Dumazet
2018-09-28 21:51 ` [PATCH net 3/3] tun: napi flags belong to tfile Eric Dumazet
2018-10-02  6:28 ` [PATCH net 0/3] tun: address two syzbot reports David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox