Hi Linus, A bit earlier in the week as usual, but there's a fix here that should go in sooner rather than later. Under a combination of circumstance, the direct issue path in blk-mq could corrupt data. This wasn't easy to hit, but the ones that are affected by it, seem to hit it pretty easily. Full explanation in the patch. None of the regular filesystem and storage testing has triggered it, even though it's been around since 4.19-rc1. Outside of that, whitelist trim tweak for certain Samsung devices for libata. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20181205 ---------------------------------------------------------------- Jens Axboe (1): blk-mq: fix corruption with direct issue Juha-Matti Tilli (1): libata: whitelist all SAMSUNG MZ7KM* solid-state disks block/blk-mq.c | 26 +++++++++++++++++++++++++- drivers/ata/libata-core.c | 1 + 2 files changed, 26 insertions(+), 1 deletion(-) -- Jens Axboe