Re: [Patch net] vsock: split dwork to avoid reinitializations

2018-08-07 Thread David Miller
From: Cong Wang Date: Mon, 6 Aug 2018 11:06:02 -0700 > syzbot reported that we reinitialize an active delayed > work in vsock_stream_connect(): > > ODEBUG: init active (active state 0) object type: timer_list hint: > delayed_work_timer_fn+0x0/0x90 kernel/workqueue.c:1414 > WAR

[Patch net] vsock: split dwork to avoid reinitializations

2018-08-06 Thread Cong Wang
syzbot reported that we reinitialize an active delayed work in vsock_stream_connect(): ODEBUG: init active (active state 0) object type: timer_list hint: delayed_work_timer_fn+0x0/0x90 kernel/workqueue.c:1414 WARNING: CPU: 1 PID: 11518 at lib/debugobjects.c:329 debu