# git rev-parse -q --verify 8374cfe647a1f360be3228b949dd6d753c55c19c^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 8374cfe647a1f360be3228b949dd6d753c55c19c^{commit} 8374cfe647a1f360be3228b949dd6d753c55c19c # git checkout -q -f -B kisskb 8374cfe647a1f360be3228b949dd6d753c55c19c # git clean -qxdf # < git log -1 # commit 8374cfe647a1f360be3228b949dd6d753c55c19c # Merge: c013d0af81f6 9dd1cd3220ec # Author: Linus Torvalds # Date: Tue Aug 2 14:21:25 2022 -0700 # # Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm # # Pull device mapper updates from Mike Snitzer: # # - Refactor DM core's mempool allocation so that it clearer by not being # split acorss files. # # - Improve DM core's BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handling. # # - Optimize DM core's more common bio splitting by eliminating the use # of bio cloning with bio_split+bio_chain. Shift that cloning cost to # the relatively unlikely dm_io requeue case that only occurs during # error handling. Introduces dm_io_rewind() that will clone a bio that # reflects the subset of the original bio that must be requeued. # # - Remove DM core's dm_table_get_num_targets() wrapper and audit all # dm_table_get_target() callers. # # - Fix potential for OOM with DM writecache target by setting a default # MAX_WRITEBACK_JOBS (set to 256MiB or 1/16 of total system memory, # whichever is smaller). # # - Fix DM writecache target's stats that are reported through # DM-specific table info. # # - Fix use-after-free crash in dm_sm_register_threshold_callback(). # # - Refine DM core's Persistent Reservation handling in preparation for # broader work Mike Christie is doing to add compatibility with # Microsoft Windows Failover Cluster. # # - Fix various KASAN reported bugs in the DM raid target. # # - Fix DM raid target crash due to md_handle_request() bio splitting # that recurses to block core without properly initializing the bio's # bi_dev. # # - Fix some code comment typos and fix some Documentation formatting. # # * tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: (29 commits) # dm: fix dm-raid crash if md_handle_request() splits bio # dm raid: fix address sanitizer warning in raid_resume # dm raid: fix address sanitizer warning in raid_status # dm: Start pr_preempt from the same starting path # dm: Fix PR release handling for non All Registrants # dm: Start pr_reserve from the same starting path # dm: Allow dm_call_pr to be used for path searches # dm: return early from dm_pr_call() if DM device is suspended # dm thin: fix use-after-free crash in dm_sm_register_threshold_callback # dm writecache: count number of blocks discarded, not number of discard bios # dm writecache: count number of blocks written, not number of write bios # dm writecache: count number of blocks read, not number of read bios # dm writecache: return void from functions # dm kcopyd: use __GFP_HIGHMEM when allocating pages # dm writecache: set a default MAX_WRITEBACK_JOBS # Documentation: dm writecache: Render status list as list # Documentation: dm writecache: add blank line before optional parameters # dm snapshot: fix typo in snapshot_map() comment # dm raid: remove redundant "the" in parse_raid_params() comment # dm cache: fix typo in 2 comment blocks # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 8374cfe647a1f360be3228b949dd6d753c55c19c # < make -s -j 40 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 40 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 40 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:3425:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3427:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 40 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/mm/memory.c:92:2: error: #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. [-Werror=cpp] #warning Unfortunate NUMA and NUMA Balancing config, growing page-frame for last_cpupid. ^~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:249: mm/memory.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 40 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:01:03.956051