-
- Downloads
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: "Small collection of fixes that would be nice to have in -rc1. This contains: - NVMe pull request form Christoph, mostly with fixes for nvme-pci, host memory buffer in particular. - Error handling fixup for cgwb_create(), in case allocation of 'wb' fails. From Christophe Jaillet. - Ensure that trace_block_getrq() gets the 'dev' in an appropriate fashion, to avoid a potential NULL deref. From Greg Thelen. - Regression fix for dm-mq with blk-mq, fixing a problem with stacking IO schedulers. From me. - string.h fixup, fixing an issue with memcpy_and_pad(). This original change came in through an NVMe dependency, which is why I'm including it here. From Martin Wilck. - Fix potential int overflow in __blkdev_sectors_to_bio_pages(), from Mikulas. - MBR enable fix for sed-opal, from Scott" * 'for-linus' of git://git.kernel.dk/linux-block: block: directly insert blk-mq request from blk_insert_cloned_request() mm/backing-dev.c: fix an error handling path in 'cgwb_create()' string.h: un-fortify memcpy_and_pad nvme-pci: implement the HMB entry number and size limitations nvme-pci: propagate (some) errors from host memory buffer setup nvme-pci: use appropriate initial chunk size for HMB allocation nvme-pci: fix host memory buffer allocation fallback nvme: fix lightnvm check block: fix integer overflow in __blkdev_sectors_to_bio_pages() block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled block: tolerate tracing of NULL bio
Showing
- block/blk-core.c 6 additions, 1 deletionblock/blk-core.c
- block/blk-lib.c 2 additions, 2 deletionsblock/blk-lib.c
- block/blk-mq.c 16 additions, 0 deletionsblock/blk-mq.c
- block/blk-mq.h 1 addition, 0 deletionsblock/blk-mq.h
- block/opal_proto.h 1 addition, 0 deletionsblock/opal_proto.h
- block/sed-opal.c 32 additions, 0 deletionsblock/sed-opal.c
- drivers/nvme/host/core.c 7 additions, 4 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/lightnvm.c 0 additions, 26 deletionsdrivers/nvme/host/lightnvm.c
- drivers/nvme/host/nvme.h 8 additions, 5 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 50 additions, 24 deletionsdrivers/nvme/host/pci.c
- include/linux/nvme.h 3 additions, 1 deletioninclude/linux/nvme.h
- include/linux/string.h 2 additions, 13 deletionsinclude/linux/string.h
- include/trace/events/block.h 2 additions, 3 deletionsinclude/trace/events/block.h
- mm/backing-dev.c 4 additions, 2 deletionsmm/backing-dev.c
Loading
Please register or sign in to comment