# git rev-parse -q --verify 952ace797c17d06e50ad2a738babd27159b8d7cc^{commit} 952ace797c17d06e50ad2a738babd27159b8d7cc already have revision, skipping fetch # git checkout -q -f -B kisskb 952ace797c17d06e50ad2a738babd27159b8d7cc # git clean -qxdf # < git log -1 # commit 952ace797c17d06e50ad2a738babd27159b8d7cc # Merge: 96f970feeb47 e46b3c0d011e # Author: Linus Torvalds # Date: Tue Aug 11 14:13:24 2020 -0700 # # Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu # # Pull iommu updates from Joerg Roedel: # # - Remove of the dev->archdata.iommu (or similar) pointers from most # architectures. Only Sparc is left, but this is private to Sparc as # their drivers don't use the IOMMU-API. # # - ARM-SMMU updates from Will Deacon: # # - Support for SMMU-500 implementation in Marvell Armada-AP806 SoC # # - Support for SMMU-500 implementation in NVIDIA Tegra194 SoC # # - DT compatible string updates # # - Remove unused IOMMU_SYS_CACHE_ONLY flag # # - Move ARM-SMMU drivers into their own subdirectory # # - Intel VT-d updates from Lu Baolu: # # - Misc tweaks and fixes for vSVA # # - Report/response page request events # # - Cleanups # # - Move the Kconfig and Makefile bits for the AMD and Intel drivers into # their respective subdirectory. # # - MT6779 IOMMU Support # # - Support for new chipsets in the Renesas IOMMU driver # # - Other misc cleanups and fixes (e.g. to improve compile test coverage) # # * tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (77 commits) # iommu/amd: Move Kconfig and Makefile bits down into amd directory # iommu/vt-d: Move Kconfig and Makefile bits down into intel directory # iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectory # iommu/vt-d: Skip TE disabling on quirky gfx dedicated iommu # iommu: Add gfp parameter to io_pgtable_ops->map() # iommu: Mark __iommu_map_sg() as static # iommu/vt-d: Rename intel-pasid.h to pasid.h # iommu/vt-d: Add page response ops support # iommu/vt-d: Report page request faults for guest SVA # iommu/vt-d: Add a helper to get svm and sdev for pasid # iommu/vt-d: Refactor device_to_iommu() helper # iommu/vt-d: Disable multiple GPASID-dev bind # iommu/vt-d: Warn on out-of-range invalidation address # iommu/vt-d: Fix devTLB flush for vSVA # iommu/vt-d: Handle non-page aligned address # iommu/vt-d: Fix PASID devTLB invalidation # iommu/vt-d: Remove global page support in devTLB flush # iommu/vt-d: Enforce PASID devTLB field mask # iommu: Make some functions static # iommu/amd: Remove double zero check # ... # < /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 952ace797c17d06e50ad2a738babd27159b8d7cc # < make -s -j 24 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 24 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 24 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 24 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/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/include/linux/printk.h:405, from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/include/linux/clk.h:13, from /kisskb/src/drivers/crypto/sa2ul.c:11: /kisskb/src/drivers/crypto/sa2ul.c: In function 'sa_sha_init': /kisskb/src/drivers/crypto/sa2ul.c:1486:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] crypto_ahash_digestsize(tfm), (u64)rctx); ^ /kisskb/src/include/linux/dynamic_debug.h:125:15: note: in definition of macro '__dynamic_func_call' func(&id, ##__VA_ARGS__); \ ^~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:157:2: note: in expansion of macro '_dynamic_func_call' _dynamic_func_call(fmt,__dynamic_dev_dbg, \ ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:115:2: note: in expansion of macro 'dynamic_dev_dbg' dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/sa2ul.c:1485:2: note: in expansion of macro 'dev_dbg' dev_dbg(sa_k3_dev, "init: digest size: %d, rctx=%llx\n", ^~~~~~~ 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:16:13.422222