This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 01be377c6221 Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/l [...] new 7878c231dae0 slab: remove /proc/slab_allocators new c13b5487d9de dm crypt: fix endianness annotations around org_sector_of_dmreq new a3839bc6351d dm zoned: Silence a static checker warning new 7aedf75ff740 dm zoned: Fix zone report handling new e28adc3bf34e dm cache metadata: Fix loading discard bitset new ae325dcd1905 list: Don't use WRITE_ONCE() in hlist_add_behind() new 34191ae816b0 list_bl: Add hlist_bl_add_before/behind helpers new 65fc7c370477 dm snapshot: Don't sleep holding the snapshot lock new 4ad8d880b6c4 dm snapshot: Replace mutex with rw semaphore new f79ae415b64c dm snapshot: Make exception tables scalable new 3f1637f21038 dm snapshot: Use fine-grained locking scheme new 09f2d6563055 dm writecache: remove needless dereferences in __writecach [...] new 84420b1e5d72 dm writecache: add unlikely for returned value of rb_next/prev new c6e086e0c9b2 dm space map common: zero entire ll_disk new a1ed4d9e9376 dm thin metadata: check __commit_transaction()'s return new 6a1b1ddc6a2c dm thin metadata: add wrappers for managing write locking [...] new 873f258becca dm thin metadata: do not write metadata if no changes occurred new 5de719e3d01b dm mpath: fix missing call of path selector type->end_io new 514cf4f881dc dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabled new 81bc6d150ace dm delay: fix a crash when invalid device is specified new 08a8e804620b dm writecache: remove unused member page_offset in writeba [...] new f8011d334426 dm writecache: avoid unnecessary lookups in writecache_fin [...] new e4f3fabd6748 dm: add dust target new 8e890c1ab1b1 dm init: fix max devices/targets checks new 940bc471780b dm mpath: always free attached_handler_name in parse_path() new cacddeab563b dm dust: remove redundant unsigned comparison to less than zero new 9ccce5a0fb70 dm dust: Make dm_dust_init and dm_dust_exit static new 30bba430ddf7 dm integrity: correctly calculate the size of metadata area new 97abfde17ae0 dm integrity: don't check null pointer before kvfree and vfree new 893e3c395b2b dm integrity: don't report unused options new 88ad5d1eb147 dm integrity: update documentation new 981e8a980dc2 dm integrity: introduce rw_journal_sectors() new d5027e0345c2 dm ingerity: pass size to dm_integrity_alloc_page_list() new 4f43446ddff0 dm integrity: allow large ranges to be described new 8b3bbd490d88 dm integrity: introduce a function add_new_range_and_wait() new 468dfca38b1a dm integrity: add a bitmap mode new 1f5a77591b13 dm integrity: handle machine reboot in bitmap mode new 482714932ece dm integrity: implement synchronous mode for reboot handling new 05d6909ea9d6 dm integrity: whitespace, coding style and dead code cleanup new 0f41fcf78849 dm ioctl: fix hang in early create error condition new 7a1cd7238fde dm crypt: move detailed message into debug level new f710126cfc89 dm crypt: print device name in integrity error message new 8454fca4f53b dm: fix a couple brace coding style issues new 311f71281ff4 Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/ [...] new f991de53a8ab thermal: make device_register's type argument const new ff54bbd1beb2 thermal: core: skip update disabled thermal zones after suspend new 554b3529fe01 thermal/drivers/core: Remove the module Kconfig's option new 77e1dd46a1ad thermal/drivers/core: Remove module unload code new e9cf125bc1f9 thermal/drivers/core: Remove depends on THERMAL in Kconfig new 2e31c8560a56 thermal/drivers/core: Fix typo in the option name new f37353320ee9 hwmon/drivers/core: Simplify complex dependency new 980d43f24d59 mlxsw: Remove obsolete dependency on THERMAL=m new 6eb61a936195 thermal/int3403_thermal: favor _TMP instead of PTYP new 1948d498dcf6 thermal: intel: int340x: processor_thermal_device: simplif [...] new 44c0c23725a1 drivers: thermal: processor_thermal: Downgrade error message new 6df24c3e81b9 Merge branches 'thermal-core', 'thermal-built-it' and 'the [...] new 2c45e7fbc962 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
The 57 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/device-mapper/dm-dust.txt | 272 ++++++++ Documentation/device-mapper/dm-integrity.txt | 32 +- arch/arm/configs/mini2440_defconfig | 2 +- arch/arm/configs/pxa_defconfig | 2 +- arch/mips/configs/ip22_defconfig | 2 +- arch/mips/configs/ip27_defconfig | 2 +- arch/unicore32/configs/unicore32_defconfig | 2 +- drivers/hwmon/hwmon.c | 4 +- drivers/md/Kconfig | 9 + drivers/md/Makefile | 1 + drivers/md/dm-cache-metadata.c | 9 +- drivers/md/dm-crypt.c | 26 +- drivers/md/dm-delay.c | 3 +- drivers/md/dm-dust.c | 515 +++++++++++++++ drivers/md/dm-exception-store.h | 3 +- drivers/md/dm-init.c | 8 +- drivers/md/dm-integrity.c | 717 ++++++++++++++++++--- drivers/md/dm-ioctl.c | 6 +- drivers/md/dm-mpath.c | 19 +- drivers/md/dm-rq.c | 8 +- drivers/md/dm-snap.c | 359 +++++++---- drivers/md/dm-target.c | 3 +- drivers/md/dm-thin-metadata.c | 139 ++-- drivers/md/dm-writecache.c | 29 +- drivers/md/dm-zoned-metadata.c | 5 + drivers/md/dm-zoned-target.c | 3 +- drivers/md/dm.c | 12 +- drivers/md/persistent-data/dm-space-map-common.c | 2 + drivers/net/ethernet/mellanox/mlxsw/Kconfig | 1 - drivers/thermal/Kconfig | 8 +- drivers/thermal/intel/Kconfig | 1 - .../intel/int340x_thermal/int3403_thermal.c | 16 +- .../int340x_thermal/processor_thermal_device.c | 13 +- drivers/thermal/qcom/Kconfig | 1 - drivers/thermal/thermal_core.c | 31 +- include/linux/device-mapper.h | 3 +- include/linux/list.h | 2 +- include/linux/list_bl.h | 26 + include/linux/slab_def.h | 3 - include/linux/thermal.h | 6 +- lib/Kconfig.debug | 4 - mm/slab.c | 226 +------ 42 files changed, 1950 insertions(+), 585 deletions(-) create mode 100644 Documentation/device-mapper/dm-dust.txt create mode 100644 drivers/md/dm-dust.c