# git rev-parse -q --verify d14b746c6c1ca310f679ef13f661587454e2c588^{commit} d14b746c6c1ca310f679ef13f661587454e2c588 already have revision, skipping fetch # git checkout -q -f -B kisskb d14b746c6c1ca310f679ef13f661587454e2c588 # git clean -qxdf # < git log -1 # commit d14b746c6c1ca310f679ef13f661587454e2c588 # Author: Stephen Rothwell # Date: Fri Dec 14 18:13:48 2018 +1100 # # Add linux-next specific files for 20181214 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < git log --format=%s --max-count=1 d14b746c6c1ca310f679ef13f661587454e2c588 # < make -s -j 40 ARCH=arm64 O=/kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- allmodconfig # make -s -j 40 ARCH=arm64 O=/kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' :1339:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1342:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1345:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1348:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1351:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1354:2: warning: #warning syscall fspick not implemented [-Wcpp] :1357:2: warning: #warning syscall fsinfo not implemented [-Wcpp] In file included from /kisskb/src/include/asm-generic/bug.h:18, from /kisskb/src/arch/arm64/include/asm/bug.h:37, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/drivers/dma/imx-dma.c:14: /kisskb/src/drivers/dma/imx-dma.c: In function 'imxdma_sg_next': /kisskb/src/include/linux/kernel.h:846:29: warning: comparison of distinct pointer types lacks a cast (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) ^~ /kisskb/src/include/linux/kernel.h:860:4: note: in expansion of macro '__typecheck' (__typecheck(x, y) && __no_side_effects(x, y)) ^~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:870:24: note: in expansion of macro '__safe_cmp' __builtin_choose_expr(__safe_cmp(x, y), \ ^~~~~~~~~~ /kisskb/src/include/linux/kernel.h:879:19: note: in expansion of macro '__careful_cmp' #define min(x, y) __careful_cmp(x, y, <) ^~~~~~~~~~~~~ /kisskb/src/drivers/dma/imx-dma.c:288:8: note: in expansion of macro 'min' now = min(d->len, sg_dma_len(sg)); ^~~ In file included from /kisskb/src/include/linux/printk.h:331, from /kisskb/src/include/linux/kernel.h:14, from /kisskb/src/include/linux/clk.h:16, from /kisskb/src/drivers/crypto/mxc-scc.c:18: /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_get_data': /kisskb/src/drivers/crypto/mxc-scc.c:181:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_dbg(scc->dev, "pcopy: from 0x%p %d bytes\n", from, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:135:39: note: in definition of macro 'dynamic_dev_dbg' __dynamic_dev_dbg(&descriptor, dev, fmt, \ ^~~ /kisskb/src/include/linux/device.h:1463:23: note: in expansion of macro 'dev_fmt' dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:181:2: note: in expansion of macro 'dev_dbg' dev_dbg(scc->dev, "pcopy: from 0x%p %d bytes\n", from, ^~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/crypto/mxc-scc.c:27: /kisskb/src/drivers/crypto/mxc-scc.c:186:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_err(scc->dev, "pcopy err from 0x%p (len=%d)\n", from, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:1370:22: note: in definition of macro 'dev_fmt' #define dev_fmt(fmt) fmt ^~~ /kisskb/src/drivers/crypto/mxc-scc.c:186:3: note: in expansion of macro 'dev_err' dev_err(scc->dev, "pcopy err from 0x%p (len=%d)\n", from, len); ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_put_data': /kisskb/src/drivers/crypto/mxc-scc.c:277:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_err(scc->dev, "pcopy err to 0x%p (len=%d)\n", to, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:1370:22: note: in definition of macro 'dev_fmt' #define dev_fmt(fmt) fmt ^~~ /kisskb/src/drivers/crypto/mxc-scc.c:277:3: note: in expansion of macro 'dev_err' dev_err(scc->dev, "pcopy err to 0x%p (len=%d)\n", to, len); ^~~~~~~ In file included from /kisskb/src/include/linux/printk.h:331, from /kisskb/src/include/linux/kernel.h:14, from /kisskb/src/include/linux/clk.h:16, from /kisskb/src/drivers/crypto/mxc-scc.c:18: /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_ablkcipher_next': /kisskb/src/drivers/crypto/mxc-scc.c:339:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)readl(scc->base + SCC_SCM_RED_START), ^ /kisskb/src/include/linux/dynamic_debug.h:136:9: note: in definition of macro 'dynamic_dev_dbg' ##__VA_ARGS__); \ ^~~~~~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:338:2: note: in expansion of macro 'dev_dbg' dev_dbg(scc->dev, "Start encryption (0x%p/0x%p)\n", ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:340:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)readl(scc->base + SCC_SCM_BLACK_START)); ^ /kisskb/src/include/linux/dynamic_debug.h:136:9: note: in definition of macro 'dynamic_dev_dbg' ##__VA_ARGS__); \ ^~~~~~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:338:2: note: in expansion of macro 'dev_dbg' dev_dbg(scc->dev, "Start encryption (0x%p/0x%p)\n", ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'intel_dsm_init.isra.4': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:514:6: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] u32 val; ^~~ /kisskb/src/drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_init_rd': /kisskb/src/drivers/net/wireless/ath/ath10k/mac.c:8377:39: warning: 'rd' may be used uninitialized in this function [-Wmaybe-uninitialized] ar->ath_common.regulatory.current_rd = rd; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /kisskb/src/drivers/pci/controller/pci-xgene.c: In function 'xgene_pcie_setup_ib_reg': /kisskb/src/drivers/pci/controller/pci-xgene.c:534:2: warning: 'pim_reg' may be used uninitialized in this function [-Wmaybe-uninitialized] xgene_pcie_setup_pims(port, pim_reg, pci_addr, ~(size - 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_dma_configure': /kisskb/src/drivers/pci/pci-driver.c:1603:21: warning: unused variable 'attr' [-Wunused-variable] enum dev_dma_attr attr = acpi_get_dma_attr(adev); ^~~~ /kisskb/src/drivers/staging/comedi/drivers/pcl816.c: In function 'pcl816_ai_setup_chanlist': /kisskb/src/drivers/staging/comedi/drivers/pcl816.c:171:2: warning: 'last_chan' may be used uninitialized in this function [-Wmaybe-uninitialized] pcl816_ai_set_chan_scan(dev, first_chan, last_chan); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/comedi/drivers/pcl818.c: In function 'pcl818_ai_setup_chanlist': /kisskb/src/drivers/staging/comedi/drivers/pcl818.c:366:2: warning: 'last_chan' may be used uninitialized in this function [-Wmaybe-uninitialized] pcl818_ai_set_chan_scan(dev, first_chan, last_chan); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c: In function 'ufs_qcom_testbus_config': /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:1559:7: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized] mask <<= offset; ~~~~~^~~~~~~~~~ In file included from /kisskb/src/include/linux/io.h:25, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:44, from /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:20: /kisskb/src/arch/arm64/include/asm/io.h:84:21: warning: 'reg' may be used uninitialized in this function [-Wmaybe-uninitialized] #define __raw_readl __raw_readl ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-qcom.c:1493:6: note: 'reg' was declared here int reg; ^~~ /kisskb/src/drivers/video/fbdev/i740fb.c: In function 'i740_calc_fifo.isra.0': /kisskb/src/drivers/video/fbdev/i740fb.c:331:9: warning: 'wm' may be used uninitialized in this function [-Wmaybe-uninitialized] return wm; ^~ WARNING: vmlinux.o(.text+0x6dfc4): Section mismatch in reference from the function init_subsystems() to the function .init.text:hyp_cpu_pm_init() The function init_subsystems() references the function __init hyp_cpu_pm_init(). This is often because init_subsystems lacks a __init annotation or the annotation of hyp_cpu_pm_init is wrong. WARNING: vmlinux.o(.text+0x6e12c): Section mismatch in reference from the function teardown_hyp_mode() to the function .init.text:hyp_cpu_pm_exit() The function teardown_hyp_mode() references the function __init hyp_cpu_pm_exit(). This is often because teardown_hyp_mode lacks a __init annotation or the annotation of hyp_cpu_pm_exit is wrong. WARNING: vmlinux.o(.text.unlikely+0x1457c): Section mismatch in reference from the function bcm2836_arm_irqchip_smp_init() to the function .init.text:set_smp_cross_call() The function bcm2836_arm_irqchip_smp_init() references the function __init set_smp_cross_call(). This is often because bcm2836_arm_irqchip_smp_init lacks a __init annotation or the annotation of set_smp_cross_call is wrong. WARNING: vmlinux.o(.text.unlikely+0x14e70): Section mismatch in reference from the function gic_smp_init() to the function .init.text:set_smp_cross_call() The function gic_smp_init() references the function __init set_smp_cross_call(). This is often because gic_smp_init lacks a __init annotation or the annotation of set_smp_cross_call is wrong. WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/fsl-qdma.o see include/linux/module.h for more information Completed OK # rm -rf /kisskb/build/linux-next_arm64-allmodconfig_arm64-gcc8 # Build took: 0:10:28.634808