# git rev-parse -q --verify 7a7fd0de4a9804299793e564a555a49c1fc924cb^{commit} 7a7fd0de4a9804299793e564a555a49c1fc924cb already have revision, skipping fetch # git checkout -q -f -B kisskb 7a7fd0de4a9804299793e564a555a49c1fc924cb # git clean -qxdf # < git log -1 # commit 7a7fd0de4a9804299793e564a555a49c1fc924cb # Merge: c608aca57dd0 80cc83842394 # Author: Linus Torvalds # Date: Mon Mar 1 11:24:18 2021 -0800 # # Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux # # Pull kmap conversion updates from David Sterba: # "This contains changes regarding kmap API use and eg conversion from # kmap_atomic to kmap_local_page. # # The API belongs to memory management but to save cross-tree # dependency headaches we've agreed to take it through the btrfs tree # because there are some trivial conversions possible, while the rest # will need some time and getting the easy cases out of the way would be # convenient. # # The changes can be grouped: # # - function exports, new helpers # # - new VM_BUG_ON for additional verification; it's been discussed if # it should be VM_BUG_ON or BUG_ON, the former was chosen due to # performance reasons # # - code replaced by relevant helpers" # # [ This is an updated version of a request that originally came in during # the merge window, but I asked for some updates: # # https://lore.kernel.org/lkml/cover.1614090658.git.dsterba@suse.com/ # # which is why this got merge after the merge window closed. - Linus ] # # * 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: # btrfs: use copy_highpage() instead of 2 kmaps() # btrfs: use memcpy_[to|from]_page() and kmap_local_page() # mm/highmem: Add VM_BUG_ON() to mem*_page() calls # mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page() # mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page() # mm/highmem: Lift memcpy_[to|from]_page to core # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 7a7fd0de4a9804299793e564a555a49c1fc924cb # < make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allyesconfig # < make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- help # make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- olddefconfig # make -s -j 10 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/nds32/kernel/setup.c: In function 'setup_memory': /kisskb/src/arch/nds32/kernel/setup.c:247:26: warning: unused variable 'region' [-Wunused-variable] struct memblock_region *region; ^~~~~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:10: /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c: In function 'ath11k_qmi_respond_fw_mem_request': /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:1690:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'dma_addr_t' {aka 'unsigned int'} [-Wformat=] "qmi req mem_seg[%d] 0x%llx %u %u\n", i, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ab->qmi.target_mem[i].paddr, ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/ath/ath11k/debug.h:64:30: note: in definition of macro 'ath11k_dbg' __ath11k_dbg(ar, dbg_mask, fmt, ##__VA_ARGS__); \ ^~~ WARNING: modpost: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. Completed OK # rm -rf /kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 # Build took: 0:17:08.524807