Hi Jens, Here are two more simple fixes for Linux v5.6-rc5. - The first one fixes the backing device registration failure if the regiserting process is timeout and killed by udevd. - The second patch changes code comments for previous patch which ignores pending signal. The reason of receiving signal is not from OOM, it is from udevd for timeout. Calling flush_signals() is a workaround before I find a method to make kthread_run() and kthread_create() handling signal correctly. Please take these patches and thank you in advance. Coly Li --- Coly Li (2): bcache: ignore pending signals in bcache_device_init() bcache: fix code comments for ignore pending signals drivers/md/bcache/alloc.c | 14 +++++++------- drivers/md/bcache/btree.c | 14 +++++++------- drivers/md/bcache/super.c | 12 ++++++++++++ 3 files changed, 26 insertions(+), 14 deletions(-) -- 2.16.4