RE: [BUG] ntb: Sleep in interrupt handling

2017-06-01 Thread Allen Hubbe
From: Jia-Ju Bai > According to ntb_transport.c, the driver may sleep in interrupt handling. > The function call path is: > ntb_transport_rxc_db (tasklet_init indicates it handles interrupt) >ntb_process_rxc > ntb_async_rx >ntb_async_rx_submit > schedule_timeout --> may

RE: [BUG] ntb: Sleep in interrupt handling

2017-06-01 Thread Allen Hubbe
From: Jia-Ju Bai > According to ntb_transport.c, the driver may sleep in interrupt handling. > The function call path is: > ntb_transport_rxc_db (tasklet_init indicates it handles interrupt) >ntb_process_rxc > ntb_async_rx >ntb_async_rx_submit > schedule_timeout --> may

[BUG] ntb: Sleep in interrupt handling

2017-06-01 Thread Jia-Ju Bai
According to ntb_transport.c, the driver may sleep in interrupt handling. The function call path is: ntb_transport_rxc_db (tasklet_init indicates it handles interrupt) ntb_process_rxc ntb_async_rx ntb_async_rx_submit schedule_timeout --> may sleep This bug is found by my

[BUG] ntb: Sleep in interrupt handling

2017-06-01 Thread Jia-Ju Bai
According to ntb_transport.c, the driver may sleep in interrupt handling. The function call path is: ntb_transport_rxc_db (tasklet_init indicates it handles interrupt) ntb_process_rxc ntb_async_rx ntb_async_rx_submit schedule_timeout --> may sleep This bug is found by my