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
Kconfig -rw-r--r-- 10.0 KB
Kconfig.arm -rw-r--r-- 9.4 KB
Kconfig.powerpc -rw-r--r-- 1.6 KB
Kconfig.x86 -rw-r--r-- 9.1 KB
Makefile -rw-r--r-- 5.3 KB
acpi-cpufreq.c -rw-r--r-- 24.6 KB
amd_freq_sensitivity.c -rw-r--r-- 4.0 KB
armada-37xx-cpufreq.c -rw-r--r-- 13.8 KB
armada-8k-cpufreq.c -rw-r--r-- 4.7 KB
bmips-cpufreq.c -rw-r--r-- 4.3 KB
brcmstb-avs-cpufreq.c -rw-r--r-- 20.0 KB
cppc_cpufreq.c -rw-r--r-- 13.0 KB
cpufreq-dt-platdev.c -rw-r--r-- 5.3 KB
cpufreq-dt.c -rw-r--r-- 9.5 KB
cpufreq-dt.h -rw-r--r-- 608 bytes
cpufreq-nforce2.c -rw-r--r-- 9.0 KB
cpufreq.c -rw-r--r-- 73.5 KB
cpufreq_conservative.c -rw-r--r-- 8.7 KB
cpufreq_governor.c -rw-r--r-- 16.5 KB
cpufreq_governor.h -rw-r--r-- 5.5 KB
cpufreq_governor_attr_set.c -rw-r--r-- 2.1 KB
cpufreq_ondemand.c -rw-r--r-- 12.8 KB
cpufreq_ondemand.h -rw-r--r-- 655 bytes
cpufreq_performance.c -rw-r--r-- 1.2 KB
cpufreq_powersave.c -rw-r--r-- 1.0 KB
cpufreq_stats.c -rw-r--r-- 7.1 KB
cpufreq_userspace.c -rw-r--r-- 3.6 KB
davinci-cpufreq.c -rw-r--r-- 3.8 KB
e_powersaver.c -rw-r--r-- 10.7 KB
elanfreq.c -rw-r--r-- 5.5 KB
freq_table.c -rw-r--r-- 8.7 KB
gx-suspmod.c -rw-r--r-- 13.9 KB
highbank-cpufreq.c -rw-r--r-- 2.7 KB
ia64-acpi-cpufreq.c -rw-r--r-- 7.6 KB
imx-cpufreq-dt.c -rw-r--r-- 5.3 KB
imx6q-cpufreq.c -rw-r--r-- 14.6 KB
intel_pstate.c -rw-r--r-- 77.6 KB
kirkwood-cpufreq.c -rw-r--r-- 4.8 KB
longhaul.c -rw-r--r-- 25.3 KB
longhaul.h -rw-r--r-- 8.5 KB
longrun.c -rw-r--r-- 8.1 KB
loongson1-cpufreq.c -rw-r--r-- 5.5 KB
loongson2_cpufreq.c -rw-r--r-- 4.3 KB
maple-cpufreq.c -rw-r--r-- 6.5 KB
mediatek-cpufreq.c -rw-r--r-- 15.0 KB
mvebu-cpufreq.c -rw-r--r-- 2.6 KB
omap-cpufreq.c -rw-r--r-- 4.9 KB
p4-clockmod.c -rw-r--r-- 6.9 KB
pasemi-cpufreq.c -rw-r--r-- 6.0 KB
pcc-cpufreq.c -rw-r--r-- 15.7 KB
pmac32-cpufreq.c -rw-r--r-- 17.6 KB
pmac64-cpufreq.c -rw-r--r-- 17.5 KB
powernow-k6.c -rw-r--r-- 8.1 KB
powernow-k7.c -rw-r--r-- 15.8 KB
powernow-k7.h -rw-r--r-- 773 bytes
powernow-k8.c -rw-r--r-- 30.5 KB
powernow-k8.h -rw-r--r-- 6.5 KB
powernv-cpufreq.c -rw-r--r-- 30.5 KB
ppc_cbe_cpufreq.c -rw-r--r-- 3.6 KB
ppc_cbe_cpufreq.h -rw-r--r-- 1.0 KB
ppc_cbe_cpufreq_pervasive.c -rw-r--r-- 2.2 KB
ppc_cbe_cpufreq_pmi.c -rw-r--r-- 3.1 KB
pxa2xx-cpufreq.c -rw-r--r-- 8.7 KB
pxa3xx-cpufreq.c -rw-r--r-- 5.4 KB
qcom-cpufreq-hw.c -rw-r--r-- 11.1 KB
qcom-cpufreq-nvmem.c -rw-r--r-- 12.2 KB
qoriq-cpufreq.c -rw-r--r-- 6.9 KB
raspberrypi-cpufreq.c -rw-r--r-- 2.3 KB
s3c2410-cpufreq.c -rw-r--r-- 3.6 KB
s3c2412-cpufreq.c -rw-r--r-- 5.5 KB
s3c2416-cpufreq.c -rw-r--r-- 12.2 KB
s3c2440-cpufreq.c -rw-r--r-- 7.4 KB
s3c24xx-cpufreq-debugfs.c -rw-r--r-- 3.7 KB
s3c24xx-cpufreq.c -rw-r--r-- 15.5 KB
s3c64xx-cpufreq.c -rw-r--r-- 4.9 KB
s5pv210-cpufreq.c -rw-r--r-- 17.0 KB
sa1100-cpufreq.c -rw-r--r-- 6.3 KB
sa1110-cpufreq.c -rw-r--r-- 8.8 KB
sc520_freq.c -rw-r--r-- 2.8 KB
scmi-cpufreq.c -rw-r--r-- 6.6 KB
scpi-cpufreq.c -rw-r--r-- 5.5 KB
sfi-cpufreq.c -rw-r--r-- 3.1 KB
sh-cpufreq.c -rw-r--r-- 4.8 KB
sparc-us2e-cpufreq.c -rw-r--r-- 8.8 KB
sparc-us3-cpufreq.c -rw-r--r-- 4.9 KB
spear-cpufreq.c -rw-r--r-- 5.9 KB
speedstep-centrino.c -rw-r--r-- 13.8 KB
speedstep-ich.c -rw-r--r-- 9.1 KB
speedstep-lib.c -rw-r--r-- 11.6 KB
speedstep-lib.h -rw-r--r-- 1.7 KB
speedstep-smi.c -rw-r--r-- 9.5 KB
sti-cpufreq.c -rw-r--r-- 7.1 KB
sun50i-cpufreq-nvmem.c -rw-r--r-- 5.0 KB
tango-cpufreq.c -rw-r--r-- 927 bytes
tegra124-cpufreq.c -rw-r--r-- 4.9 KB
tegra186-cpufreq.c -rw-r--r-- 7.0 KB
tegra194-cpufreq.c -rw-r--r-- 10.5 KB
tegra20-cpufreq.c -rw-r--r-- 2.8 KB
ti-cpufreq.c -rw-r--r-- 11.3 KB
vexpress-spc-cpufreq.c -rw-r--r-- 14.6 KB

back to top