# git rev-parse -q --verify 8e143b90e4d45cca3dc53760d3cfab988bc74571^{commit} 8e143b90e4d45cca3dc53760d3cfab988bc74571 already have revision, skipping fetch # git checkout -q -f -B kisskb 8e143b90e4d45cca3dc53760d3cfab988bc74571 # git clean -qxdf # < git log -1 # commit 8e143b90e4d45cca3dc53760d3cfab988bc74571 # Merge: 78e8696c234a 03ebe48e235f # Author: Linus Torvalds # Date: Tue Jan 1 15:55:29 2019 -0800 # # Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu # # Pull IOMMU updates from Joerg Roedel: # # - Page table code for AMD IOMMU now supports large pages where smaller # page-sizes were mapped before. VFIO had to work around that in the # past and I included a patch to remove it (acked by Alex Williamson) # # - Patches to unmodularize a couple of IOMMU drivers that would never # work as modules anyway. # # - Work to unify the the iommu-related pointers in 'struct device' into # one pointer. This work is not finished yet, but will probably be in # the next cycle. # # - NUMA aware allocation in iommu-dma code # # - Support for r8a774a1 and r8a774c0 in the Renesas IOMMU driver # # - Scalable mode support for the Intel VT-d driver # # - PM runtime improvements for the ARM-SMMU driver # # - Support for the QCOM-SMMUv2 IOMMU hardware from Qualcom # # - Various smaller fixes and improvements # # * tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (78 commits) # iommu: Check for iommu_ops == NULL in iommu_probe_device() # ACPI/IORT: Don't call iommu_ops->add_device directly # iommu/of: Don't call iommu_ops->add_device directly # iommu: Consolitate ->add/remove_device() calls # iommu/sysfs: Rename iommu_release_device() # dmaengine: sh: rcar-dmac: Use device_iommu_mapped() # xhci: Use device_iommu_mapped() # powerpc/iommu: Use device_iommu_mapped() # ACPI/IORT: Use device_iommu_mapped() # iommu/of: Use device_iommu_mapped() # driver core: Introduce device_iommu_mapped() function # iommu/tegra: Use helper functions to access dev->iommu_fwspec # iommu/qcom: Use helper functions to access dev->iommu_fwspec # iommu/of: Use helper functions to access dev->iommu_fwspec # iommu/mediatek: Use helper functions to access dev->iommu_fwspec # iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspec # iommu/dma: Use helper functions to access dev->iommu_fwspec # iommu/arm-smmu: Use helper functions to access dev->iommu_fwspec # ACPI/IORT: Use helper functions to access dev->iommu_fwspec # iommu: Introduce wrappers around dev->iommu_fwspec # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 8e143b90e4d45cca3dc53760d3cfab988bc74571 # < make -s -j 10 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 10 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1318:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1321:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1324:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1327:2: warning: #warning syscall statx not implemented [-Wcpp] :1333:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1336:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:204: Warning: overflow in branch to syscall_call; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:352: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:354: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence In file included from /kisskb/src/arch/sh/math-emu/math.c:23:0: /kisskb/src/include/math-emu/single.h:50:21: warning: "__BIG_ENDIAN" is not defined [-Wundef] In file included from /kisskb/src/arch/sh/math-emu/math.c:24:0: /kisskb/src/include/math-emu/double.h:59:21: warning: "__BIG_ENDIAN" is not defined [-Wundef] /kisskb/src/arch/sh/math-emu/math.c:54:0: warning: "WRITE" redefined [enabled by default] /kisskb/src/include/linux/kernel.h:66:0: note: this is the location of the previous definition /kisskb/src/arch/sh/math-emu/math.c:55:0: warning: "READ" redefined [enabled by default] /kisskb/src/include/linux/kernel.h:65:0: note: this is the location of the previous definition /kisskb/src/arch/sh/math-emu/math.c: In function 'ffloat': /kisskb/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c: In function 'ftrc': /kisskb/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /kisskb/src/arch/sh/math-emu/math.c: At top level: /kisskb/src/arch/sh/math-emu/math.c:505:12: warning: 'ieee_fpe_handler' defined but not used [-Wunused-function] /kisskb/src/arch/sh/kernel/cpu/clock.c: In function 'clk_init': /kisskb/src/arch/sh/kernel/cpu/clock.c:22:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1263:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/sh/kernel/dwarf.c: In function 'dwarf_unwind_stack': /kisskb/src/arch/sh/kernel/dwarf.c:1206:0: error: unterminated argument list invoking macro "WARN_ON" /kisskb/src/arch/sh/kernel/dwarf.c:619:3: error: 'WARN_ON' undeclared (first use in this function) /kisskb/src/arch/sh/kernel/dwarf.c:619:3: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/arch/sh/kernel/dwarf.c:619:3: error: expected ';' at end of input /kisskb/src/arch/sh/kernel/dwarf.c:619:3: error: expected declaration or statement at end of input /kisskb/src/arch/sh/kernel/dwarf.c:619:3: error: expected declaration or statement at end of input /kisskb/src/arch/sh/kernel/dwarf.c:581:16: error: unused variable 'addr' [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:580:20: error: unused variable 'reg' [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:579:20: error: unused variable 'fde' [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:578:20: error: unused variable 'cie' [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:577:22: error: unused variable 'frame' [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c: At top level: /kisskb/src/arch/sh/kernel/dwarf.c:35:27: error: 'dwarf_frame_cachep' defined but not used [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:38:27: error: 'dwarf_reg_cachep' defined but not used [-Werror=unused-variable] /kisskb/src/arch/sh/kernel/dwarf.c:104:26: error: 'dwarf_frame_reg' defined but not used [-Werror=unused-function] /kisskb/src/arch/sh/kernel/dwarf.c:223:12: error: 'dwarf_read_encoded_value' defined but not used [-Werror=unused-function] /kisskb/src/arch/sh/kernel/dwarf.c:303:26: error: 'dwarf_lookup_cie' defined but not used [-Werror=unused-function] /kisskb/src/arch/sh/kernel/dwarf.c:396:12: error: 'dwarf_cfa_execute_insns' defined but not used [-Werror=unused-function] /kisskb/src/arch/sh/kernel/dwarf.c: In function 'dwarf_unwind_stack': /kisskb/src/arch/sh/kernel/dwarf.c:619:3: error: control reaches end of non-void function [-Werror=return-type] cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:276: arch/sh/kernel/dwarf.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1049: arch/sh/kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/afs/dynroot.c: In function 'afs_lookup_atcell': /kisskb/src/fs/afs/dynroot.c:126:6: warning: 'len' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:2937:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_dynevent.c: In function 'create_dyn_event': /kisskb/src/kernel/trace/trace_dynevent.c:89:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_extent_item': /kisskb/src/fs/btrfs/ref-verify.c:503:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_leaf': /kisskb/src/fs/btrfs/ref-verify.c:555:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2076:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/fs/ocfs2/file.c:2386:3: warning: value computed is not used [-Wunused-value] make: *** [Makefile:152: sub-make] Error 2 Command 'make -s -j 10 ARCH=sh O=/kisskb/build/linus_sh-allyesconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sh-allyesconfig_sh4 # Build took: 0:02:40.895606