http://bugzilla.opensuse.org/show_bug.cgi?id=1185570 http://bugzilla.opensuse.org/show_bug.cgi?id=1185570#c34 --- Comment #34 from Coly Li <colyli@suse.com> --- (In reply to Diego Ercolani from comment #33)
Hello, last upgrade (kernel vmlinuz-5.15.2-1-default) broke bcache again
This is from another different regression. My current solution has 3 locations to fix, 1, Revert commit 2fd3e5efe791946be0957c8e1eed9560b541fe46 2, Revert commit f8b679a070c536600c64a78c83b96aa617f8fa71 3, Do the following change in drivers/md/bcache.c, @@ -885,9 +885,9 @@ static void bcache_device_free(struct bcache_device *d) bcache_device_detach(d); if (disk) { - blk_cleanup_disk(disk); ida_simple_remove(&bcache_device_idx, first_minor_to_idx(disk->first_minor)); + blk_cleanup_disk(disk); } Coly Li -- You are receiving this mail because: You are on the CC list for the bug.