Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Either fixes or a few additions that got missed in the initial merge window pull. In detail: - List iterator fix to avoid leaking value post loop (Jakob) - One-off fix in minor count (Christophe) - Fix for a regression in how io priority setting works for an exiting task (Jiri) - Fix a regression in this merge window with blkg_free() being called in an inappropriate context (Ming) - Misc fixes (Ming, Tom)" * tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block: blk-wbt: remove wbt_track stub block: use dedicated list iterator variable block: Fix the maximum minor value is blk_alloc_ext_minor() block: restore the old set_task_ioprio() behaviour wrt PF_EXITING block: avoid calling blkg_free() in atomic context lib/sbitmap: allocate sb->map via kvzalloc_node
Showing
- block/blk-cgroup.c 22 additions, 10 deletionsblock/blk-cgroup.c
- block/blk-ioc.c 1 addition, 2 deletionsblock/blk-ioc.c
- block/blk-mq.c 16 additions, 9 deletionsblock/blk-mq.c
- block/blk-wbt.h 0 additions, 3 deletionsblock/blk-wbt.h
- block/genhd.c 1 addition, 1 deletionblock/genhd.c
- include/linux/blk-cgroup.h 4 additions, 1 deletioninclude/linux/blk-cgroup.h
- include/linux/sbitmap.h 1 addition, 1 deletioninclude/linux/sbitmap.h
- lib/sbitmap.c 1 addition, 1 deletionlib/sbitmap.c
Please register or sign in to comment