Re: [PATCH 3/7] block/nbd: Assert there are no timers when closed

2022-02-04 Thread Vladimir Sementsov-Ogievskiy
03.02.2022 19:30, Hanna Reitz wrote: Our two timers must not remain armed beyond nbd_clear_bdrvstate(), or they will access freed data when they fire. This patch is separate from the patches that actually fix the issue (HEAD^^ and HEAD^) so that you can run the associated regression iotest (281)

[PATCH 3/7] block/nbd: Assert there are no timers when closed

2022-02-03 Thread Hanna Reitz
Our two timers must not remain armed beyond nbd_clear_bdrvstate(), or they will access freed data when they fire. This patch is separate from the patches that actually fix the issue (HEAD^^ and HEAD^) so that you can run the associated regression iotest (281) on a configuration that reproducibly e