https://github.com/torvalds/linux
Revision b3298500b23f0b53a8d81e0d5ad98a29db71f4f0 authored by Linus Torvalds on 04 December 2020, 21:28:39 UTC, committed by Linus Torvalds on 04 December 2020, 21:28:39 UTC
Pull device mapper fixes from Mike Snitzer:

 - Fix DM's bio splitting changes that were made during v5.9. This
   restores splitting in terms of varied per-target ti->max_io_len
   rather than use block core's single stacked 'chunk_sectors' limit.

 - Like DM crypt, update DM integrity to not use crypto drivers that
   have CRYPTO_ALG_ALLOCATES_MEMORY set.

 - Fix DM writecache target's argument parsing and status display.

 - Remove needless BUG() from dm writecache's persistent_memory_claim()

 - Remove old gcc workaround in DM cache target's block_div() for ARM
   link errors now that gcc >= 4.9 is required.

 - Fix RCU locking in dm_blk_report_zones and dm_dax_zero_page_range.

 - Remove old, and now frowned upon, BUG_ON(in_interrupt()) in
   dm_table_event().

 - Remove invalid sparse annotations from dm_prepare_ioctl() and
   dm_unprepare_ioctl().

* tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: remove invalid sparse __acquires and __releases annotations
  dm: fix double RCU unlock in dm_dax_zero_page_range() error path
  dm: fix IO splitting
  dm writecache: remove BUG() and fail gracefully instead
  dm table: Remove BUG_ON(in_interrupt())
  dm: fix bug with RCU locking in dm_blk_report_zones
  Revert "dm cache: fix arm link errors with inline"
  dm writecache: fix the maximum number of arguments
  dm writecache: advance the number of arguments when reporting max_age
  dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
2 parent s e87297f + bde3808
History
Tip revision: b3298500b23f0b53a8d81e0d5ad98a29db71f4f0 authored by Linus Torvalds on 04 December 2020, 21:28:39 UTC
Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Tip revision: b329850
File Mode Size
agp
hw_random
ipmi
mwave
pcmcia
tpm
xilinx_hwicap
xillybus
Kconfig -rw-r--r-- 16.8 KB
Makefile -rw-r--r-- 1.4 KB
adi.c -rw-r--r-- 4.5 KB
apm-emulation.c -rw-r--r-- 17.3 KB
applicom.c -rw-r--r-- 24.1 KB
applicom.h -rw-r--r-- 2.5 KB
bsr.c -rw-r--r-- 8.2 KB
ds1620.c -rw-r--r-- 8.4 KB
dsp56k.c -rw-r--r-- 12.2 KB
dtlk.c -rw-r--r-- 16.3 KB
hangcheck-timer.c -rw-r--r-- 5.1 KB
hpet.c -rw-r--r-- 24.0 KB
lp.c -rw-r--r-- 27.4 KB
mem.c -rw-r--r-- 23.5 KB
misc.c -rw-r--r-- 6.8 KB
mspec.c -rw-r--r-- 7.1 KB
nsc_gpio.c -rw-r--r-- 3.5 KB
nvram.c -rw-r--r-- 13.5 KB
nwbutton.c -rw-r--r-- 7.9 KB
nwbutton.h -rw-r--r-- 1.1 KB
nwflash.c -rw-r--r-- 12.8 KB
pc8736x_gpio.c -rw-r--r-- 8.8 KB
powernv-op-panel.c -rw-r--r-- 5.1 KB
ppdev.c -rw-r--r-- 20.2 KB
ps3flash.c -rw-r--r-- 10.0 KB
random.c -rw-r--r-- 67.7 KB
raw.c -rw-r--r-- 8.3 KB
scx200_gpio.c -rw-r--r-- 3.1 KB
sonypi.c -rw-r--r-- 40.4 KB
tb0219.c -rw-r--r-- 7.1 KB
tlclk.c -rw-r--r-- 23.3 KB
toshiba.c -rw-r--r-- 12.5 KB
ttyprintk.c -rw-r--r-- 4.8 KB
uv_mmtimer.c -rw-r--r-- 5.5 KB
virtio_console.c -rw-r--r-- 54.5 KB

back to top