# git rev-parse -q --verify 4bbdb725a36b0d235f3b832bd0c1e885f0442d9f^{commit} 4bbdb725a36b0d235f3b832bd0c1e885f0442d9f already have revision, skipping fetch # git checkout -q -f -B kisskb 4bbdb725a36b0d235f3b832bd0c1e885f0442d9f # git clean -qxdf # < git log -1 # commit 4bbdb725a36b0d235f3b832bd0c1e885f0442d9f # Merge: 6bc986ab839c e8cca466a84a # Author: Linus Torvalds # Date: Thu Nov 9 13:37:28 2023 -0800 # # Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu # # Pull iommu updates from Joerg Roedel: # "Core changes: # - Make default-domains mandatory for all IOMMU drivers # - Remove group refcounting # - Add generic_single_device_group() helper and consolidate drivers # - Cleanup map/unmap ops # - Scaling improvements for the IOVA rcache depot # - Convert dart & iommufd to the new domain_alloc_paging() # # ARM-SMMU: # - Device-tree binding update: # - Add qcom,sm7150-smmu-v2 for Adreno on SM7150 SoC # - SMMUv2: # - Support for Qualcomm SDM670 (MDSS) and SM7150 SoCs # - SMMUv3: # - Large refactoring of the context descriptor code to move the CD # table into the master, paving the way for '->set_dev_pasid()' # support on non-SVA domains # - Minor cleanups to the SVA code # # Intel VT-d: # - Enable debugfs to dump domain attached to a pasid # - Remove an unnecessary inline function # # AMD IOMMU: # - Initial patches for SVA support (not complete yet) # # S390 IOMMU: # - DMA-API conversion and optimized IOTLB flushing # # And some smaller fixes and improvements" # # * tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (102 commits) # iommu/dart: Remove the force_bypass variable # iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging() # iommu/dart: Convert to domain_alloc_paging() # iommu/dart: Move the blocked domain support to a global static # iommu/dart: Use static global identity domains # iommufd: Convert to alloc_domain_paging() # iommu/vt-d: Use ops->blocked_domain # iommu/vt-d: Update the definition of the blocking domain # iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain # Revert "iommu/vt-d: Remove unused function" # iommu/amd: Remove DMA_FQ type from domain allocation path # iommu: change iommu_map_sgtable to return signed values # iommu/virtio: Add __counted_by for struct viommu_request and use struct_size() # iommu/vt-d: debugfs: Support dumping a specified page table # iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid} # iommu/vt-d: debugfs: Dump entry pointing to huge page # iommu/vt-d: Remove unused function # iommu/arm-smmu-v3-sva: Remove bond refcount # iommu/arm-smmu-v3-sva: Remove unused iommu_sva handle # iommu/arm-smmu-v3: Rename cdcfg to cd_table # ... # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 4bbdb725a36b0d235f3b832bd0c1e885f0442d9f # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/fsp2_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_new': /kisskb/src/kernel/bpf/task_iter.c:917:14: error: 'CSS_TASK_ITER_PROCS' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:917:14: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/kernel/bpf/task_iter.c:917:36: error: 'CSS_TASK_ITER_THREADED' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:925:60: error: invalid application of 'sizeof' to incomplete type 'struct css_task_iter' 925 | kit->css_it = bpf_mem_alloc(&bpf_global_ma, sizeof(struct css_task_iter)); | ^~~~~~ /kisskb/src/kernel/bpf/task_iter.c:928:9: error: implicit declaration of function 'css_task_iter_start'; did you mean 'task_seq_start'? [-Werror=implicit-function-declaration] 928 | css_task_iter_start(css, flags, kit->css_it); | ^~~~~~~~~~~~~~~~~~~ | task_seq_start /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_next': /kisskb/src/kernel/bpf/task_iter.c:938:16: error: implicit declaration of function 'css_task_iter_next'; did you mean 'class_dev_iter_next'? [-Werror=implicit-function-declaration] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~ | class_dev_iter_next /kisskb/src/kernel/bpf/task_iter.c:938:16: warning: returning 'int' from a function with return type 'struct task_struct *' makes pointer from integer without a cast [-Wint-conversion] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_destroy': /kisskb/src/kernel/bpf/task_iter.c:947:9: error: implicit declaration of function 'css_task_iter_end' [-Werror=implicit-function-declaration] 947 | css_task_iter_end(kit->css_it); | ^~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: kernel/bpf/task_iter.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1911: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_44x_fsp2_defconfig_powerpc-gcc12 # Build took: 0:01:03.348301