Hi Linus, Here are a few fixes that should go into this release. This pull request contains: - Revert of a bad bcache patch from this merge window - Removed unused function (Daniel) - Fixup for the blktrace fix from Jan from this release (Cengiz) - Fix of deeper level bfqq overwrite in BFQ (Carlo) Please pull! git://git.kernel.dk/linux-block.git tags/block-5.6-2020-03-07 ---------------------------------------------------------------- Carlo Nonato (1): block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() Cengiz Can (1): blktrace: fix dereference after null check Daniel Wagner (1): block: Remove used kblockd_schedule_work_on() Jens Axboe (1): Revert "bcache: ignore pending signals when creating gc and allocator thread" block/bfq-cgroup.c | 9 +++++---- block/blk-core.c | 6 ------ drivers/md/bcache/alloc.c | 18 ++---------------- drivers/md/bcache/btree.c | 13 ------------- include/linux/blkdev.h | 1 - kernel/trace/blktrace.c | 5 ++++- 6 files changed, 11 insertions(+), 41 deletions(-) -- Jens Axboe