# git rev-parse -q --verify 8404c9fbc84b741f66cff7d4934a25dd2c344452^{commit} 8404c9fbc84b741f66cff7d4934a25dd2c344452 already have revision, skipping fetch # git checkout -q -f -B kisskb 8404c9fbc84b741f66cff7d4934a25dd2c344452 # git clean -qxdf # < git log -1 # commit 8404c9fbc84b741f66cff7d4934a25dd2c344452 # Merge: a79cdfba68a1 36f0b35d0894 # Author: Linus Torvalds # Date: Wed May 5 13:50:15 2021 -0700 # # Merge branch 'akpm' (patches from Andrew) # # Merge more updates from Andrew Morton: # "The remainder of the main mm/ queue. # # 143 patches. # # Subsystems affected by this patch series (all mm): pagecache, hugetlb, # userfaultfd, vmscan, compaction, migration, cma, ksm, vmstat, mmap, # kconfig, util, memory-hotplug, zswap, zsmalloc, highmem, cleanups, and # kfence" # # * emailed patches from Andrew Morton : (143 commits) # kfence: use power-efficient work queue to run delayed work # kfence: maximize allocation wait timeout duration # kfence: await for allocation using wait_event # kfence: zero guard page after out-of-bounds access # mm/process_vm_access.c: remove duplicate include # mm/mempool: minor coding style tweaks # mm/highmem.c: fix coding style issue # btrfs: use memzero_page() instead of open coded kmap pattern # iov_iter: lift memzero_page() to highmem.h # mm/zsmalloc: use BUG_ON instead of if condition followed by BUG. # mm/zswap.c: switch from strlcpy to strscpy # arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE # x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE # mm,memory_hotplug: add kernel boot option to enable memmap_on_memory # acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supported # mm,memory_hotplug: allocate memmap from the added memory range # mm,memory_hotplug: factor out adjusting present pages into adjust_present_page_count() # mm,memory_hotplug: relax fully spanned sections check # drivers/base/memory: introduce memory_block_{online,offline} # mm/memory_hotplug: remove broken locking of zone PCP structures during hot remove # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 8404c9fbc84b741f66cff7d4934a25dd2c344452 # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/tm.h:44, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:15, from /kisskb/src/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/../lib/gcc/arm-linux-gnueabi/4.9.4/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:03:20.109574