# git rev-parse -q --verify c7e9ad7da219cf3f8a7cc45eb1c02fdd91199e8d^{commit} c7e9ad7da219cf3f8a7cc45eb1c02fdd91199e8d already have revision, skipping fetch # git checkout -q -f -B kisskb c7e9ad7da219cf3f8a7cc45eb1c02fdd91199e8d # git clean -qxdf # git log -1 commit c7e9ad7da219cf3f8a7cc45eb1c02fdd91199e8d Merge: 1c4c715 ebf2d26 Author: Linus Torvalds Date: Mon Jul 6 17:07:56 2015 -0700 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull perf fixes from Ingo Molnar: - fix the perf build, by fixing the rbtree.c sharing bug between kernel and tools/perf by creating a local copy of rbtree.c (more will be done for v4.3) - fix an AUX buffer (Intel-PT support) refcounting bug - fix copy_from_user_nmi() return value" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86: Fix copy_from_user_nmi() return if range is not ok perf: Fix AUX buffer refcounting tools: Copy rbtree_augmented.h from the kernel tools: Move rbtree.h from tools/perf/ tools: Copy lib/rbtree.c to tools/lib/ perf tools: Copy rbtree.h from the kernel tools: Adopt {READ,WRITE_ONCE} from the kernel # < /opt/cross/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 c7e9ad7da219cf3f8a7cc45eb1c02fdd91199e8d # < make -j 240 ARCH=powerpc O=/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x49F70A43 warning: (SPU_FS) selects MEMORY_HOTPLUG which has unmet direct dependencies ((SPARSEMEM || X86_64_ACPI_NUMA) && ARCH_ENABLE_MEMORY_HOTPLUG && (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)) warning: (PPC_CELL_NATIVE && CANYONLANDS && GLACIER && 440EP && 440EPX && 440GRX && 440GP && 440GX && 460SX && 405GP) selects IBM_EMAC_ZMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && BLUESTONE && CANYONLANDS && GLACIER && EIGER && 440EPX && 440GRX && 440GX && 460SX && 405EX) selects IBM_EMAC_RGMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && 440GX && 460EX && 460SX && APM821xx) selects IBM_EMAC_TAH which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && AKEBONO && 440EPX && 440GRX && 440GX && 440SPe && 460EX && 460SX && APM821xx && 405EX) selects IBM_EMAC_EMAC4 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (MFD_CROS_EC) selects CHROME_PLATFORMS which has unmet direct dependencies (X86 || ARM) # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # yes \n | make -j 240 ARCH=powerpc O=/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -j 240 ARCH=powerpc O=/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- make[1]: Entering directory `/home/kisskb/slave/src' make[2]: Entering directory `/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig warning: (SPU_FS) selects MEMORY_HOTPLUG which has unmet direct dependencies ((SPARSEMEM || X86_64_ACPI_NUMA) && ARCH_ENABLE_MEMORY_HOTPLUG && (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)) warning: (MFD_CROS_EC) selects CHROME_PLATFORMS which has unmet direct dependencies (X86 || ARM) warning: (PPC_CELL_NATIVE && BLUESTONE && CANYONLANDS && GLACIER && EIGER && 440EPX && 440GRX && 440GX && 460SX && 405EX) selects IBM_EMAC_RGMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && CANYONLANDS && GLACIER && 440EP && 440EPX && 440GRX && 440GP && 440GX && 460SX && 405GP) selects IBM_EMAC_ZMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && 440GX && 460EX && 460SX && APM821xx) selects IBM_EMAC_TAH which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && AKEBONO && 440EPX && 440GRX && 440GX && 440SPe && 460EX && 460SX && APM821xx && 405EX) selects IBM_EMAC_EMAC4 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (SPU_FS) selects MEMORY_HOTPLUG which has unmet direct dependencies ((SPARSEMEM || X86_64_ACPI_NUMA) && ARCH_ENABLE_MEMORY_HOTPLUG && (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390)) warning: (MFD_CROS_EC) selects CHROME_PLATFORMS which has unmet direct dependencies (X86 || ARM) warning: (PPC_CELL_NATIVE && BLUESTONE && CANYONLANDS && GLACIER && EIGER && 440EPX && 440GRX && 440GX && 460SX && 405EX) selects IBM_EMAC_RGMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && CANYONLANDS && GLACIER && 440EP && 440EPX && 440GRX && 440GP && 440GX && 460SX && 405GP) selects IBM_EMAC_ZMII which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && 440GX && 460EX && 460SX && APM821xx) selects IBM_EMAC_TAH which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) warning: (PPC_CELL_NATIVE && AKEBONO && 440EPX && 440GRX && 440GX && 440SPe && 460EX && 460SX && APM821xx && 405EX) selects IBM_EMAC_EMAC4 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_IBM) make[2]: Leaving directory `/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc' make[2]: Entering directory `/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc' CHK include/config/kernel.release GEN ./Makefile WRAP arch/powerpc/include/generated/asm/clkdev.h WRAP arch/powerpc/include/generated/asm/div64.h WRAP arch/powerpc/include/generated/asm/irq_work.h WRAP arch/powerpc/include/generated/asm/irq_regs.h WRAP arch/powerpc/include/generated/asm/local64.h WRAP arch/powerpc/include/generated/asm/mcs_spinlock.h CHK include/generated/uapi/linux/version.h WRAP arch/powerpc/include/generated/asm/preempt.h WRAP arch/powerpc/include/generated/asm/rwsem.h WRAP arch/powerpc/include/generated/asm/trace_clock.h WRAP arch/powerpc/include/generated/asm/vtime.h UPD include/generated/uapi/linux/version.h HOSTCC scripts/basic/bin2c UPD include/config/kernel.release /home/kisskb/slave/src/kernel/Makefile:135: *** No X.509 certificates found *** Using /home/kisskb/slave/src as source for kernel CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/asn1_compiler HOSTCC scripts/dtc/dtc.o HOSTCC scripts/genksyms/genksyms.o HOSTCC scripts/dtc/flattree.o SHIPPED scripts/genksyms/lex.lex.c SHIPPED scripts/genksyms/keywords.hash.c HOSTCC scripts/dtc/fstree.o SHIPPED scripts/genksyms/parse.tab.c HOSTCC scripts/dtc/data.o SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/empty.o HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/genksyms/lex.lex.o CC scripts/mod/devicetable-offsets.s HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o SHIPPED scripts/dtc/dtc-lexer.lex.c SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o CHK include/generated/timeconst.h CC kernel/bounds.s UPD include/generated/timeconst.h GEN scripts/mod/devicetable-offsets.h CHK include/generated/bounds.h UPD include/generated/bounds.h CC arch/powerpc/kernel/asm-offsets.s MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTCC scripts/mod/file2alias.o CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh HOSTLD scripts/dtc/dtc HOSTLD scripts/genksyms/genksyms HOSTLD scripts/mod/modpost LD usr/built-in.o CHK include/generated/compile.h CC init/main.o CC init/do_mounts.o CC init/noinitramfs.o CC init/init_task.o CC arch/powerpc/mm/fault.o CC arch/powerpc/mm/mem.o CC arch/powerpc/mm/pgtable.o UPD include/generated/compile.h CC arch/powerpc/mm/mmap.o CC init/version.o CC arch/powerpc/mm/init_64.o AS arch/powerpc/lib/string.o CC arch/powerpc/mm/pgtable_64.o CC arch/powerpc/lib/alloc.o AS arch/powerpc/lib/crtsavres.o CC arch/powerpc/mm/hash_utils_64.o AS arch/powerpc/mm/slb_low.o CC arch/powerpc/sysdev/mpic.o CC arch/powerpc/lib/ppc_ksyms.o LD arch/powerpc/math-emu/built-in.o CC arch/powerpc/mm/slb.o CC arch/powerpc/sysdev/dart_iommu.o CC arch/powerpc/mm/hash_native_64.o CC arch/powerpc/sysdev/mpic_msgr.o AS arch/powerpc/mm/hash_low_64.o CC arch/powerpc/lib/code-patching.o CC arch/powerpc/sysdev/mmio_nvram.o CC arch/powerpc/mm/tlb_hash64.o CC arch/powerpc/mm/mmu_context_hash64.o LD arch/powerpc/crypto/built-in.o CC arch/powerpc/sysdev/dcr.o CC arch/powerpc/lib/feature-fixups.o AS arch/powerpc/lib/checksum_64.o CC arch/powerpc/mm/icswx.o CC arch/powerpc/sysdev/udbg_memcons.o CC arch/powerpc/sysdev/scom.o CC arch/powerpc/mm/hugetlbpage.o CC arch/powerpc/mm/copro_fault.o AS arch/powerpc/lib/feature-fixups-test.o CC arch/powerpc/lib/checksum_wrappers_64.o CC arch/powerpc/platforms/powermac/pic.o /home/kisskb/slave/src/kernel/Makefile:135: *** No X.509 certificates found *** LD arch/powerpc/net/built-in.o CC arch/powerpc/platforms/powermac/setup.o CC arch/powerpc/sysdev/xics/xics-common.o CC arch/powerpc/platforms/powermac/time.o CC arch/powerpc/sysdev/xics/icp-native.o CC arch/powerpc/platforms/cell/cbe_regs.o CC arch/powerpc/platforms/powermac/feature.o CC arch/powerpc/sysdev/xics/ics-opal.o CC arch/powerpc/platforms/powermac/pci.o CC arch/powerpc/platforms/powernv/setup.o AS arch/powerpc/platforms/powermac/sleep.o CC arch/powerpc/platforms/cell/interrupt.o AS arch/powerpc/platforms/powernv/opal-wrappers.o CC arch/powerpc/platforms/powermac/low_i2c.o CC arch/powerpc/platforms/powernv/opal.o CC arch/powerpc/platforms/cell/pervasive.o AS arch/powerpc/platforms/powermac/cache.o CC arch/powerpc/platforms/powernv/opal-async.o CC arch/powerpc/platforms/powernv/idle.o CC arch/powerpc/platforms/cell/iommu.o CC arch/powerpc/platforms/cell/setup.o CC arch/powerpc/platforms/powermac/pfunc_core.o CC arch/powerpc/platforms/cell/spider-pic.o CC arch/powerpc/platforms/powermac/pfunc_base.o LD ipc/built-in.o CC arch/powerpc/platforms/powernv/opal-rtc.o CC arch/powerpc/platforms/powermac/udbg_scc.o CC arch/powerpc/platforms/powernv/opal-nvram.o CC arch/powerpc/platforms/cell/pmu.o CC arch/powerpc/platforms/powermac/udbg_adb.o CC arch/powerpc/platforms/powernv/opal-lpc.o CC arch/powerpc/platforms/cell/spider-pci.o CC arch/powerpc/platforms/powermac/nvram.o CC arch/powerpc/kernel/cputable.o CC arch/powerpc/platforms/powermac/smp.o CC arch/powerpc/platforms/powernv/opal-flash.o CC arch/powerpc/platforms/cell/smp.o CC arch/powerpc/platforms/powernv/rng.o CC arch/powerpc/kernel/ptrace.o CC arch/powerpc/kernel/syscalls.o CC security/commoncap.o CC arch/powerpc/platforms/cell/spu_callbacks.o CC arch/powerpc/platforms/powernv/opal-elog.o CC arch/powerpc/kernel/irq.o CC security/min_addr.o CC arch/powerpc/kernel/align.o CC security/inode.o CC arch/powerpc/platforms/cell/spu_base.o CC arch/powerpc/platforms/cell/spu_notify.o LD block/built-in.o CC arch/powerpc/kernel/signal_32.o CC arch/powerpc/platforms/powernv/opal-dump.o CC arch/powerpc/kernel/pmc.o CC arch/powerpc/platforms/powernv/opal-sysparam.o CC arch/powerpc/platforms/cell/spu_syscalls.o CC arch/powerpc/kernel/vdso.o CC arch/powerpc/platforms/powernv/opal-sensor.o CC arch/powerpc/platforms/cell/spu_priv1_mmio.o CC arch/powerpc/kernel/process.o CPP arch/powerpc/kernel/systbl_chk.i CC arch/powerpc/kernel/idle.o CC arch/powerpc/platforms/powernv/opal-msglog.o CC arch/powerpc/platforms/cell/spu_manage.o CC arch/powerpc/platforms/cell/qpace_setup.o CC arch/powerpc/kernel/signal.o CC arch/powerpc/platforms/powernv/opal-hmi.o CC arch/powerpc/kernel/sysfs.o CC arch/powerpc/platforms/powernv/opal-power.o CC arch/powerpc/kernel/cacheinfo.o LD sound/built-in.o CC security/keys/gc.o CC arch/powerpc/kernel/time.o CC arch/powerpc/platforms/powernv/opal-irqchip.o CC arch/powerpc/kernel/prom.o CC arch/powerpc/platforms/powernv/subcore.o CC arch/powerpc/platforms/powernv/smp.o CC security/keys/key.o AS arch/powerpc/platforms/powernv/subcore-asm.o CC arch/powerpc/kernel/traps.o CC security/keys/keyring.o CC security/keys/keyctl.o CC arch/powerpc/platforms/powernv/pci.o CC arch/powerpc/platforms/powernv/pci-p5ioc2.o CC arch/powerpc/kernel/setup-common.o CC security/keys/permission.o CC arch/powerpc/kernel/udbg.o CC arch/powerpc/platforms/powernv/pci-ioda.o LD firmware/built-in.o AS arch/powerpc/kernel/misc.o CC arch/powerpc/kernel/io.o CC security/keys/process_keys.o CC arch/powerpc/kernel/dma.o CC arch/powerpc/platforms/powernv/eeh-powernv.o CC arch/powerpc/platforms/powernv/opal-xscom.o CC arch/powerpc/kernel/of_platform.o AS arch/powerpc/kernel/misc_64.o CC security/keys/request_key.o CC arch/powerpc/kernel/prom_parse.o CC arch/powerpc/platforms/cell/spufs/inode.o CC arch/powerpc/platforms/cell/spufs/file.o CC security/keys/request_key_auth.o CC fs/open.o CC arch/powerpc/platforms/powernv/opal-tracepoints.o CC arch/powerpc/kernel/setup_64.o CC fs/read_write.o CC arch/powerpc/platforms/cell/spufs/context.o CC fs/file_table.o CC arch/powerpc/kernel/sys_ppc32.o CC security/keys/user_defined.o CC arch/powerpc/lib/xor_vmx.o AS arch/powerpc/lib/copypage_64.o CC arch/powerpc/kernel/signal_64.o CC mm/filemap.o CC fs/super.o CC arch/powerpc/platforms/cell/spufs/syscalls.o CC arch/powerpc/platforms/cell/spufs/sched.o AS arch/powerpc/lib/copyuser_64.o CC arch/powerpc/platforms/cell/spufs/backing_ops.o CC mm/mempool.o CC fs/char_dev.o CC security/keys/compat.o CC arch/powerpc/kernel/ptrace32.o CC arch/powerpc/lib/usercopy_64.o CC arch/powerpc/platforms/cell/spufs/hw_ops.o CC arch/powerpc/kernel/paca.o CC fs/stat.o CC security/keys/persistent.o CC mm/oom_kill.o CC [M] security/keys/trusted.o AS arch/powerpc/lib/mem_64.o AS arch/powerpc/lib/hweight_64.o CC arch/powerpc/kernel/nvram_64.o CC fs/exec.o AS arch/powerpc/lib/string_64.o CC fs/pipe.o AS arch/powerpc/lib/copyuser_power7.o CC arch/powerpc/platforms/cell/spufs/run.o CC arch/powerpc/kernel/firmware.o CC arch/powerpc/platforms/cell/spufs/gang.o CC mm/maccess.o CC mm/page_alloc.o SHIPPED arch/powerpc/platforms/cell/spufs/spu_save_dump.h CC fs/namei.o SHIPPED arch/powerpc/platforms/cell/spufs/spu_restore_dump.h AS arch/powerpc/lib/copypage_power7.o AS arch/powerpc/lib/memcpy_power7.o CC fs/fcntl.o CC mm/page-writeback.o CC mm/readahead.o AS arch/powerpc/kernel/cpu_setup_pa6t.o AS arch/powerpc/kernel/cpu_setup_ppc970.o AS arch/powerpc/lib/memcmp_64.o CC arch/powerpc/platforms/cell/spufs/fault.o CC fs/ioctl.o AS arch/powerpc/lib/memcpy_64.o AS arch/powerpc/kernel/cpu_setup_power.o CC arch/powerpc/platforms/cell/spufs/lscsa_alloc.o CC mm/swap.o CC arch/powerpc/kernel/mce.o CC arch/powerpc/lib/locks.o CC arch/powerpc/platforms/cell/spufs/coredump.o CC fs/readdir.o CC mm/truncate.o CC arch/powerpc/kernel/mce_power.o LD security/keys/encrypted-keys/built-in.o CC kernel/fork.o CC arch/powerpc/lib/vmx-helper.o CC arch/powerpc/kernel/vecemu.o CC mm/vmscan.o CC mm/shmem.o CC kernel/exec_domain.o AS arch/powerpc/kernel/idle_power4.o CC fs/select.o AS arch/powerpc/kernel/idle_power7.o CC kernel/panic.o CC fs/dcache.o CC arch/powerpc/platforms/cell/spufs/switch.o CC mm/util.o CC [M] security/keys/encrypted-keys/encrypted.o CC [M] security/keys/encrypted-keys/ecryptfs_format.o CC fs/inode.o CC arch/powerpc/kernel/rtas.o CC fs/attr.o CC mm/mmzone.o CC [M] security/keys/encrypted-keys/masterkey_trusted.o CC kernel/cpu.o CC arch/powerpc/kernel/rtas-rtc.o CC kernel/exit.o CC fs/bad_inode.o CC arch/powerpc/kernel/rtas_pci.o CC fs/file.o CC kernel/softirq.o CC mm/backing-dev.o CC arch/powerpc/kernel/eeh.o CC fs/filesystems.o CC mm/vmstat.o CC kernel/resource.o CC mm/mm_init.o CC arch/powerpc/kernel/eeh_pe.o CC kernel/sysctl.o CC arch/powerpc/kernel/eeh_dev.o CC mm/mmu_context.o LDS arch/powerpc/kernel/vdso64/vdso64.lds VDSO64A arch/powerpc/kernel/vdso64/sigtramp.o LDS arch/powerpc/kernel/vdso32/vdso32.lds CC kernel/sysctl_binary.o CC mm/percpu.o CC arch/powerpc/kernel/eeh_cache.o CC fs/seq_file.o CC fs/namespace.o VDSO64A arch/powerpc/kernel/vdso64/gettimeofday.o VDSO32A arch/powerpc/kernel/vdso32/sigtramp.o CC arch/powerpc/kernel/eeh_driver.o CC arch/powerpc/kernel/eeh_event.o VDSO64A arch/powerpc/kernel/vdso64/datapage.o CC kernel/capability.o CC mm/slab_common.o CC fs/xattr.o CC mm/compaction.o VDSO64A arch/powerpc/kernel/vdso64/cacheflush.o CC arch/powerpc/kernel/eeh_sysfs.o VDSO32A arch/powerpc/kernel/vdso32/datapage.o CC fs/libfs.o CC kernel/ptrace.o VDSO64A arch/powerpc/kernel/vdso64/note.o VDSO64A arch/powerpc/kernel/vdso64/getcpu.o CC net/socket.o VDSO32A arch/powerpc/kernel/vdso32/gettimeofday.o VDSO32A arch/powerpc/kernel/vdso32/cacheflush.o CC arch/powerpc/kernel/smp-tbsync.o CC mm/vmacache.o CC fs/fs-writeback.o CC arch/powerpc/kernel/crash_dump.o VDSO32A arch/powerpc/kernel/vdso32/note.o CC arch/powerpc/kernel/module.o CC arch/powerpc/kernel/module_64.o CC kernel/user.o VDSO32A arch/powerpc/kernel/vdso32/getcpu.o CC arch/powerpc/kernel/dbell.o CC net/8021q/vlan_core.o CC kernel/signal.o CC arch/powerpc/kernel/jump_label.o CC net/8021q/vlan.o CC fs/pnode.o CC net/802/p8022.o CC kernel/sys.o CC net/8021q/vlan_dev.o CC mm/interval_tree.o CC arch/powerpc/kernel/dma-iommu.o VDSO64L arch/powerpc/kernel/vdso64/vdso64.so.dbg CC net/802/psnap.o CC crypto/api.o CC net/appletalk/aarp.o VDSO32L arch/powerpc/kernel/vdso32/vdso32.so.dbg CC arch/powerpc/kernel/iommu.o OBJCOPY arch/powerpc/kernel/vdso64/vdso64.so LD drivers/auxdisplay/built-in.o LD drivers/amba/built-in.o /home/kisskb/slave/src/arch/powerpc/mm/hash_native_64.c: In function 'hpte_decode': /home/kisskb/slave/src/arch/powerpc/mm/hash_native_64.c:577:10: warning: 'a_size' may be used uninitialized in this function [-Wuninitialized] AS arch/powerpc/kernel/vdso64/vdso64_wrapper.o OBJCOPY arch/powerpc/kernel/vdso32/vdso32.so AS arch/powerpc/kernel/vdso32/vdso32_wrapper.o LD drivers/block/built-in.o LD net/ax25/built-in.o CC [M] net/ax25/ax25_addr.o CC net/8021q/vlan_netlink.o LD drivers/bus/built-in.o CC crypto/cipher.o CC arch/powerpc/kernel/kgdb.o CC arch/powerpc/kernel/ppc_ksyms.o CC arch/powerpc/kernel/smp.o LD arch/powerpc/kernel/vdso64/built-in.o CC net/802/stp.o LD arch/powerpc/kernel/vdso32/built-in.o CC arch/powerpc/kernel/legacy_serial.o LD drivers/cdrom/built-in.o CC arch/powerpc/kernel/udbg_16550.o CC arch/powerpc/kernel/stacktrace.o CC fs/splice.o CC lib/lockref.o CC fs/sync.o CC lib/bcd.o CC drivers/base/component.o CC lib/div64.o CC arch/powerpc/kernel/dma-swiotlb.o CC drivers/char/mem.o CC arch/powerpc/kernel/pci_64.o LD drivers/clk/built-in.o CC drivers/base/core.o CC [M] net/ax25/ax25_dev.o CC crypto/compress.o CC mm/list_lru.o CC crypto/memneq.o CC net/8021q/vlan_gvrp.o CC net/batman-adv/bat_iv_ogm.o CC arch/powerpc/kernel/pci_dn.o CC lib/sort.o CC fs/utimes.o CC mm/workingset.o CC arch/powerpc/kernel/pci-hotplug.o CC fs/stack.o CC net/802/garp.o CC kernel/kmod.o CC drivers/clocksource/dummy_timer.o CC mm/debug.o CC mm/gup.o CC arch/powerpc/kernel/isa-bridge.o CC lib/parser.o CC lib/halfmd4.o LD net/caif/built-in.o CC lib/debug_locks.o CC net/bridge/br.o CC [M] net/ax25/ax25_iface.o CC [M] net/caif/caif_dev.o CC [M] net/ax25/ax25_in.o CC arch/powerpc/kernel/pci-common.o /home/kisskb/slave/src/arch/powerpc/kernel/rtas_pci.c: In function 'rtas_pci_read_config': /home/kisskb/slave/src/arch/powerpc/include/asm/pci-bridge.h:250:25: warning: 'pdn' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/arch/powerpc/kernel/rtas_pci.c:95:17: note: 'pdn' was declared here CC net/batman-adv/bitarray.o /home/kisskb/slave/src/arch/powerpc/kernel/cacheinfo.c: In function 'size_show': /home/kisskb/slave/src/arch/powerpc/kernel/cacheinfo.c:549:16: warning: 'size_kb' may be used uninitialized in this function [-Wuninitialized] CC arch/powerpc/kernel/pci_of_scan.o CC arch/powerpc/kernel/io-workarounds.o CC net/batman-adv/debugfs.o CC net/batman-adv/fragmentation.o CC lib/random32.o CC arch/powerpc/kernel/ftrace.o CC lib/bust_spinlocks.o CC kernel/workqueue.o CC fs/fs_struct.o AS arch/powerpc/kernel/reloc_64.o CC net/batman-adv/gateway_client.o CC net/decnet/af_decnet.o CC [M] net/caif/cfcnfg.o AS arch/powerpc/kernel/tm.o CC fs/statfs.o AS arch/powerpc/kernel/head_64.o CC fs/fs_pin.o CC net/core/sock.o CC fs/nsfs.o CC net/bridge/br_device.o CC lib/kasprintf.o /home/kisskb/slave/src/arch/powerpc/kernel/rtas_pci.c: In function 'rtas_pci_write_config': /home/kisskb/slave/src/arch/powerpc/kernel/rtas_pci.c:174:2: warning: 'pdn' may be used uninitialized in this function [-Wuninitialized] CC fs/no-block.o LDS arch/powerpc/kernel/vmlinux.lds CC mm/highmem.o CC net/bridge/br_fdb.o CC lib/bitmap.o AS arch/powerpc/kernel/fpu.o AS arch/powerpc/kernel/vector.o CC mm/memory.o CC net/bridge/br_forward.o LD arch/powerpc/lib/built-in.o CC kernel/pid.o CC net/bridge/br_if.o CC lib/scatterlist.o CC net/bridge/br_input.o AS arch/powerpc/kernel/entry_64.o CC lib/gcd.o CC mm/mincore.o CALL /home/kisskb/slave/src/arch/powerpc/kernel/systbl_chk.sh CC lib/lcm.o CC net/ethernet/eth.o CC lib/list_sort.o CC mm/mlock.o LD fs/devpts/built-in.o CC net/bridge/br_ioctl.o AS arch/powerpc/kernel/systbl.o CC crypto/crypto_wq.o CC net/appletalk/ddp.o LD fs/exofs/built-in.o CC fs/debugfs/inode.o CC net/appletalk/dev.o LD fs/configfs/built-in.o CC fs/debugfs/file.o CC crypto/algapi.o CC drivers/base/bus.o CC net/key/af_key.o CC [M] net/ax25/ax25_ip.o CC crypto/scatterwalk.o CC net/hsr/hsr_main.o CC [M] fs/configfs/inode.o CC net/hsr/hsr_framereg.o CC crypto/aead.o CC [M] net/caif/cfmuxl.o LD net/ipv6/netfilter/built-in.o LD net/ipx/built-in.o CC [M] net/caif/cfctrl.o CC net/mpls/af_mpls.o CC net/ipv6/addrconf_core.o CC net/hsr/hsr_device.o CC [M] net/ipx/af_ipx.o CC net/ipv6/exthdrs_core.o CC lib/uuid.o CC drivers/base/dd.o CC [M] net/caif/cffrml.o CC net/ieee802154/netlink.o CC mm/mmap.o CC net/hsr/hsr_netlink.o CC net/ipv6/ip6_checksum.o CC fs/kernfs/mount.o CC kernel/task_work.o CC net/ieee802154/nl-mac.o CC net/ipv6/ip6_icmp.o CC net/core/request_sock.o CC [M] net/caif/cfveil.o CC net/hsr/hsr_slave.o CC net/ieee802154/nl-phy.o CC fs/kernfs/inode.o CC drivers/base/syscore.o LD arch/powerpc/sysdev/xics/built-in.o CC lib/flex_array.o CC drivers/connector/cn_queue.o LD fs/logfs/built-in.o CC net/llc/llc_core.o CC net/llc/llc_input.o CC net/mac802154/main.o CC [M] fs/logfs/compr.o CC lib/clz_ctz.o CC lib/iov_iter.o LD fs/jffs2/built-in.o CC net/8021q/vlan_mvrp.o CC [M] fs/jffs2/compr.o CC drivers/char/random.o CC mm/mprotect.o CC net/mac802154/rx.o CC kernel/extable.o CC [M] net/ax25/ax25_out.o CC net/802/mrp.o CC [M] net/ax25/ax25_route.o LD drivers/clocksource/built-in.o CC net/bridge/br_stp.o CC net/llc/llc_output.o CC net/mac802154/tx.o CC lib/bsearch.o CC [M] fs/jffs2/dir.o CC net/bridge/br_stp_bpdu.o CC net/mac802154/mac_cmd.o CC net/bridge/br_stp_if.o CC drivers/connector/connector.o CC drivers/base/driver.o CC fs/quota/dquot.o CC lib/find_bit.o CC fs/quota/quota.o CC fs/notify/fsnotify.o CC net/bridge/br_stp_timer.o CC drivers/connector/cn_proc.o CC net/llc/llc_if.o CC net/hsr/hsr_forward.o CC lib/llist.o CC lib/memweight.o CC net/core/skbuff.o CC fs/ramfs/inode.o CC crypto/ablkcipher.o LD fs/romfs/built-in.o CC lib/kfifo.o CC lib/percpu-refcount.o CC mm/mremap.o CC [M] fs/romfs/storage.o CC lib/percpu_ida.o CC [M] fs/romfs/super.o CC fs/notify/notification.o CC kernel/params.o CC fs/sysfs/file.o CC fs/sysfs/dir.o CC fs/anon_inodes.o /home/kisskb/slave/src/arch/powerpc/kernel/pci_dn.c: In function 'traverse_pci_devices': /home/kisskb/slave/src/arch/powerpc/kernel/pci_dn.c:342:8: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC fs/tracefs/inode.o CC crypto/blkcipher.o CC fs/signalfd.o CC mm/msync.o CC crypto/chainiv.o CC mm/rmap.o CC fs/eventfd.o CC mm/vmalloc.o CC lib/rhashtable.o CC kernel/kthread.o CC fs/compat.o CC kernel/sys_ni.o CC lib/reciprocal_div.o LD fs/ubifs/built-in.o CC fs/compat_ioctl.o CC fs/quota/kqid.o CC fs/ramfs/file-mmu.o CC [M] fs/ubifs/shrinker.o CC net/ieee802154/nl_policy.o CC lib/string_helpers.o CC lib/test-string_helpers.o CC drivers/base/class.o CC drivers/base/platform.o CC crypto/eseqiv.o CC fs/binfmt_script.o CC drivers/base/cpu.o CC net/batman-adv/gateway_common.o CC net/batman-adv/hard-interface.o CC fs/binfmt_elf.o CC [M] net/caif/cfdbgl.o CC [M] net/caif/cfserl.o LD init/mounts.o CC fs/compat_binfmt_elf.o CC [M] net/caif/cfdgml.o CC fs/posix_acl.o CC mm/pagewalk.o CC [M] net/caif/cfrfml.o CC fs/kernfs/dir.o CC [M] fs/ubifs/journal.o CC net/decnet/dn_nsp_in.o LD init/built-in.o CC drivers/char/misc.o CC lib/hexdump.o CC fs/kernfs/file.o CC mm/pgtable-generic.o CC kernel/nsproxy.o CC [M] net/caif/cfvidl.o CC mm/init-mm.o CC lib/kstrtox.o CC fs/kernfs/symlink.o CC [M] net/caif/cfutill.o CC lib/test_firmware.o CC lib/test-kstrtox.o CC kernel/notifier.o CC mm/nobootmem.o CC [M] net/802/p8023.o /home/kisskb/slave/src/lib/percpu-refcount.c: In function 'percpu_ref_reinit': /home/kisskb/slave/src/include/linux/percpu-refcount.h:177:1: warning: 'percpu_count' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/include/linux/percpu-refcount.h:172:26: note: 'percpu_count' was declared here CC mm/memblock.o CC mm/dmapool.o CC net/decnet/dn_nsp_out.o CC kernel/ksysfs.o CC kernel/reboot.o CC kernel/cred.o CC fs/coredump.o CC crypto/seqiv.o /home/kisskb/slave/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_to_atomic': /home/kisskb/slave/src/include/linux/percpu-refcount.h:177:1: warning: 'percpu_count' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/include/linux/percpu-refcount.h:172:26: note: 'percpu_count' was declared here /home/kisskb/slave/src/include/linux/percpu-refcount.h:177:1: warning: 'percpu_count' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/include/linux/percpu-refcount.h:172:26: note: 'percpu_count' was declared here CC net/batman-adv/hash.o CC [M] net/caif/cfsrvl.o CC net/ieee802154/core.o CC net/ieee802154/header_ops.o CC [M] net/caif/cfpkt_skbuff.o CC net/ieee802154/sysfs.o CC kernel/async.o CC mm/mmu_notifier.o CC net/llc/llc_c_ev.o CC [M] fs/logfs/dir.o CC [M] fs/binfmt_misc.o CC net/ieee802154/nl802154.o LD arch/powerpc/mm/built-in.o CC [M] net/caif/chnl_net.o CC net/decnet/dn_route.o /home/kisskb/slave/src/lib/percpu-refcount.c: In function 'percpu_ref_kill_and_confirm': /home/kisskb/slave/src/include/linux/percpu-refcount.h:276:1: warning: 'percpu_count' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/include/linux/percpu-refcount.h:271:26: note: 'percpu_count' was declared here CC [M] net/caif/caif_socket.o CC net/decnet/dn_dev.o CC net/batman-adv/icmp_socket.o CC crypto/echainiv.o CC [M] net/ax25/ax25_std_in.o CC net/decnet/dn_neigh.o CC fs/quota/netlink.o CC [M] fs/jffs2/file.o CC net/decnet/dn_timer.o CC net/netfilter/core.o /home/kisskb/slave/src/lib/percpu-refcount.c: In function 'percpu_ref_call_confirm_rcu': /home/kisskb/slave/src/include/linux/percpu-refcount.h:276:1: warning: 'percpu_count' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/include/linux/percpu-refcount.h:271:26: note: 'percpu_count' was declared here CC net/netfilter/nf_log.o CC net/mac802154/mib.o CC crypto/ahash.o CC [M] fs/configfs/file.o CC net/batman-adv/main.o CC net/decnet/sysctl_net_decnet.o CC net/bridge/br_netlink.o CC [M] net/ipx/ipx_route.o CC mm/ksm.o CC net/batman-adv/multicast.o CC crypto/shash.o CC drivers/base/firmware.o CC lib/debug_info.o CC net/batman-adv/originator.o LD [M] security/keys/encrypted-keys/encrypted-keys.o CC mm/slab.o CC net/netfilter/nf_queue.o CC mm/memory_hotplug.o CC crypto/pcompress.o CC net/batman-adv/routing.o CC kernel/range.o CC fs/sysfs/symlink.o LD security/keys/built-in.o CC lib/iomap.o CC net/netfilter/nf_sockopt.o CC net/batman-adv/send.o LD net/8021q/8021q.o CC [M] net/caif/caif_usb.o CC net/batman-adv/soft-interface.o CC [M] fs/jffs2/ioctl.o CC kernel/smpboot.o CC lib/pci_iomap.o CC mm/migrate.o CC kernel/groups.o LD security/built-in.o CC [M] fs/jffs2/nodelist.o CC [M] net/ax25/ax25_std_subr.o CC net/core/datagram.o CC lib/iomap_copy.o CC drivers/base/init.o CC [M] fs/jffs2/malloc.o LD net/8021q/built-in.o CC net/core/stream.o CC drivers/base/map.o LD fs/ramfs/ramfs.o CC kernel/bpf/core.o CC drivers/base/devres.o CC mm/kmemleak.o LD fs/ramfs/built-in.o CC drivers/base/attribute_container.o CC kernel/debug/debug_core.o CC drivers/base/transport_class.o CC net/netlink/af_netlink.o CC drivers/base/topology.o CC kernel/debug/gdbstub.o CC drivers/base/container.o CC [M] fs/logfs/file.o CC lib/devres.o CC drivers/base/property.o LD kernel/livepatch/built-in.o CC net/core/scm.o CC drivers/base/cacheinfo.o CC lib/hweight.o /home/kisskb/slave/src/fs/compat_binfmt_elf.c:58:13: warning: 'cputime_to_compat_timeval' defined but not used [-Wunused-function] LD net/netrom/built-in.o CC [M] net/netrom/af_netrom.o CC kernel/gcov/base.o CC mm/page_owner.o CC kernel/gcov/fs.o CC lib/btree.o CC [M] fs/jffs2/read.o LD drivers/base/power/built-in.o CC crypto/akcipher.o CC kernel/irq/irqdesc.o CC lib/interval_tree.o CC lib/assoc_array.o CC net/mac802154/iface.o CC kernel/power/qos.o CC mm/page_isolation.o CC [M] fs/jffs2/nodemgmt.o CC net/mac802154/llsec.o ASN.1 crypto/rsakey-asn1.c CC [M] fs/jffs2/readinode.o CC kernel/locking/mutex.o CC net/bridge/br_sysfs_if.o CC drivers/base/regmap/regmap.o CC net/bridge/br_sysfs_br.o CC crypto/rsa.o CC net/mac802154/util.o CC fs/notify/group.o CC lib/list_debug.o CC [M] fs/logfs/gc.o CC net/ieee802154/trace.o CC net/mac802154/cfg.o CC net/llc/llc_c_ac.o CC [M] fs/configfs/dir.o CC lib/debugobjects.o LD drivers/crypto/built-in.o CC [M] fs/configfs/symlink.o CC kernel/printk/printk.o LD [M] fs/romfs/romfs.o CC net/bridge/br_vlan.o CC drivers/cpufreq/cpufreq.o CC fs/notify/inode_mark.o CC fs/notify/mark.o CC drivers/cpufreq/freq_table.o CC fs/notify/vfsmount_mark.o CC net/netlink/genetlink.o CC [M] net/netrom/nr_dev.o LD net/bridge/netfilter/built-in.o CC [M] net/netrom/nr_in.o CC [M] net/netrom/nr_loopback.o CC fs/notify/fdinfo.o CC fs/sysfs/mount.o CC [M] net/ax25/ax25_std_timer.o LD net/phonet/built-in.o CC lib/bitrev.o CC [M] net/phonet/pn_dev.o CC [M] net/ax25/ax25_subr.o CC lib/crc-ccitt.o LD fs/tracefs/tracefs.o LD arch/powerpc/platforms/powermac/built-in.o CC lib/crc16.o CC [M] fs/ubifs/file.o LD fs/debugfs/debugfs.o CC [M] fs/jffs2/write.o LD net/hsr/hsr.o CC net/llc/llc_conn.o CC mm/zsmalloc.o CC drivers/base/dma-mapping.o CC mm/cma.o CC net/llc/llc_c_st.o LD fs/tracefs/built-in.o LD fs/debugfs/built-in.o LD net/ipv6/built-in.o LD net/ieee802154/6lowpan/built-in.o CC [M] net/ax25/ax25_timer.o LD net/hsr/built-in.o CC mm/page_ext.o CC net/mac802154/trace.o /home/kisskb/slave/src/mm/memory_hotplug.c: In function 'check_hotplug_memory_range': /home/kisskb/slave/src/mm/memory_hotplug.c:1179:2: error: 'PAGE_SECTION_MASK' undeclared (first use in this function) /home/kisskb/slave/src/mm/memory_hotplug.c:1179:2: note: each undeclared identifier is reported only once for each function it appears in /home/kisskb/slave/src/mm/memory_hotplug.c:1179:2: error: 'PAGES_PER_SECTION' undeclared (first use in this function) /home/kisskb/slave/src/mm/memory_hotplug.c: In function 'do_migrate_range': /home/kisskb/slave/src/mm/memory_hotplug.c:1407:4: error: 'PFN_SECTION_SHIFT' undeclared (first use in this function) CC drivers/base/firmware_class.o /home/kisskb/slave/src/mm/memory_hotplug.c: In function 'walk_memory_range': /home/kisskb/slave/src/mm/memory_hotplug.c:1832:46: error: 'PAGES_PER_SECTION' undeclared (first use in this function) /home/kisskb/slave/src/mm/memory_hotplug.c:1833:3: error: implicit declaration of function 'pfn_to_section_nr' [-Werror=implicit-function-declaration] /home/kisskb/slave/src/mm/memory_hotplug.c:1834:3: error: implicit declaration of function 'present_section_nr' [-Werror=implicit-function-declaration] /home/kisskb/slave/src/mm/memory_hotplug.c:1837:3: error: implicit declaration of function '__nr_to_section' [-Werror=implicit-function-declaration] /home/kisskb/slave/src/mm/memory_hotplug.c:1837:11: warning: assignment makes pointer from integer without a cast [enabled by default] /home/kisskb/slave/src/mm/memory_hotplug.c:1844:3: error: implicit declaration of function 'find_memory_block_hinted' [-Werror=implicit-function-declaration] /home/kisskb/slave/src/mm/memory_hotplug.c:1844:7: warning: assignment makes pointer from integer without a cast [enabled by default] /home/kisskb/slave/src/mm/memory_hotplug.c: In function 'check_memblock_offlined_cb': /home/kisskb/slave/src/mm/memory_hotplug.c:1869:3: error: implicit declaration of function 'section_nr_to_pfn' [-Werror=implicit-function-declaration] CC [M] net/ax25/ax25_uid.o CC lib/crc-itu-t.o CC [M] mm/zpool.o CC [M] net/ieee802154/socket.o /home/kisskb/slave/src/mm/memory_hotplug.c: In function 'try_offline_node': /home/kisskb/slave/src/mm/memory_hotplug.c:1939:46: error: 'PAGES_PER_SECTION' undeclared (first use in this function) CC [M] net/netrom/nr_out.o CC drivers/base/module.o /home/kisskb/slave/src/mm/memory_hotplug.c: At top level: /home/kisskb/slave/src/mm/memory_hotplug.c:47:13: warning: 'generic_online_page' used but never defined [enabled by default] /home/kisskb/slave/src/mm/memory_hotplug.c:49:31: warning: 'online_page_callback' defined but not used [-Wunused-variable] CC kernel/locking/semaphore.o CC kernel/locking/rwsem.o CC drivers/devfreq/devfreq.o CC net/llc/llc_pdu.o CC [M] net/netrom/nr_route.o LD drivers/char/agp/built-in.o cc1: some warnings being treated as errors CC drivers/dma-buf/dma-buf.o CC [M] net/netrom/nr_subr.o LD net/rfkill/built-in.o CC drivers/edac/edac_stub.o make[3]: *** [mm/memory_hotplug.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CC [M] net/rfkill/core.o CC kernel/rcu/update.o CC [M] drivers/edac/edac_mc.o CC drivers/dma-buf/fence.o CC kernel/rcu/srcu.o CC [M] drivers/edac/edac_device.o CC [M] net/rfkill/rfkill-regulator.o LD drivers/char/hw_random/built-in.o CC net/batman-adv/sysfs.o CC [M] drivers/char/hw_random/core.o CC [M] fs/configfs/mount.o CC [M] drivers/char/hw_random/powernv-rng.o LD net/rose/built-in.o CC [M] fs/configfs/item.o CC [M] net/rose/af_rose.o CC [M] net/rfkill/rfkill-gpio.o CC kernel/sched/core.o CC [M] net/netrom/nr_timer.o LD net/ethernet/built-in.o CC [M] net/phonet/pn_netlink.o CC [M] net/rose/rose_dev.o CC kernel/stacktrace.o CC net/core/gen_stats.o CC kernel/futex.o CC [M] net/phonet/socket.o CC [M] fs/jffs2/scan.o HOSTCC lib/gen_crc32table CC net/sched/sch_generic.o CC lib/libcrc32c.o CC kernel/irq/handle.o CC kernel/locking/mutex-debug.o CC net/unix/af_unix.o CC kernel/locking/lockdep.o CC lib/842/842_compress.o CC kernel/futex_compat.o CC net/batman-adv/translation-table.o LD net/decnet/netfilter/built-in.o CC kernel/time/time.o LD arch/powerpc/sysdev/built-in.o CC lib/842/842_decompress.o CC kernel/trace/trace_clock.o CC kernel/locking/spinlock.o CC net/vmw_vsock/af_vsock.o CC kernel/dma.o LD drivers/connector/cn.o /home/kisskb/slave/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /home/kisskb/slave/src/lib/rhashtable.c:198:2: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/page_isolation.c: In function 'unset_migratetype_isolate': /home/kisskb/slave/src/mm/page_isolation.c:128:15: warning: 'order' may be used uninitialized in this function [-Wuninitialized] CC lib/lz4/lz4hc_compress.o CC kernel/gcov/gcc_3_4.o CC net/vmw_vsock/vsock_addr.o CC lib/lz4/lz4_decompress.o CC kernel/smp.o LD drivers/connector/built-in.o CC net/llc/llc_sap.o CC crypto/rsa_helper.o CC net/llc/llc_s_ac.o LD arch/powerpc/platforms/powernv/built-in.o CC drivers/extcon/extcon.o /home/kisskb/slave/src/mm/memblock.c: In function '__next_mem_pfn_range': /home/kisskb/slave/src/mm/memblock.c:1100:15: warning: 'r' may be used uninitialized in this function [-Wuninitialized] CC crypto/algboss.o CC [M] net/ax25/af_ax25.o CC fs/sysfs/group.o CC drivers/dma-buf/reservation.o CC [M] net/rose/rose_in.o CC [M] net/rose/rose_link.o CC drivers/extcon/extcon-max8997.o CC crypto/testmgr.o LD arch/powerpc/kernel/built-in.o CC [M] net/rose/rose_loopback.o CC [M] lib/lz4/lz4_compress.o CC fs/notify/dnotify/dnotify.o CC drivers/extcon/extcon-sm5502.o CC crypto/hmac.o CC [M] net/phonet/datagram.o CC [M] drivers/extcon/extcon-gpio.o CC kernel/irq/manage.o CC [M] net/rose/rose_out.o LD arch/powerpc/platforms/cell/spufs/spufs.o CC lib/zlib_deflate/deflate.o CC kernel/rcu/tree.o CC net/sched/sch_mq.o CC kernel/irq/spurious.o CC lib/lzo/lzo1x_compress.o LD net/mpls/mpls_router.o CC kernel/system_keyring.o CC lib/mpi/generic_mpih-lshift.o CC kernel/module.o CC crypto/vmac.o CC crypto/xcbc.o CC [M] net/ipx/ipx_proc.o CC kernel/kallsyms.o LD net/mpls/built-in.o LD arch/powerpc/platforms/cell/spufs/built-in.o CC kernel/acct.o CC [M] fs/logfs/inode.o CC drivers/dma-buf/seqno-fence.o CC lib/zlib_inflate/inffast.o LD fs/notify/fanotify/built-in.o CC net/llc/llc_s_ev.o LD arch/powerpc/platforms/cell/built-in.o CC net/llc/llc_s_st.o LD fs/notify/inotify/built-in.o CC drivers/base/regmap/regcache.o LD net/wimax/built-in.o LD net/wireless/built-in.o CC kernel/sched/loadavg.o CC crypto/crypto_null.o CC kernel/sched/clock.o CC [M] net/ipx/pe2.o CC crypto/sha1_generic.o CC [M] net/wimax/id-table.o CC [M] fs/logfs/journal.o LD [M] net/caif/caif.o CC lib/percpu_counter.o LD arch/powerpc/platforms/built-in.o CC [M] fs/logfs/readwrite.o CC [M] fs/ubifs/dir.o LD net/802/built-in.o CC [M] fs/logfs/segment.o CC [M] fs/ubifs/super.o CC [M] fs/ubifs/sb.o CC net/x25/af_x25.o CC [M] drivers/char/hw_random/tpm-rng.o CC lib/swiotlb.o CC net/xfrm/xfrm_policy.o CC net/compat.o CC kernel/irq/resend.o CC crypto/sha256_generic.o CC kernel/locking/osq_lock.o CC net/xfrm/xfrm_state.o CC kernel/locking/lglock.o CC kernel/compat.o CC crypto/sha512_generic.o GZIP kernel/config_data.gz CC net/llc/af_llc.o CC [M] fs/jffs2/gc.o CC kernel/trace/ftrace.o CC kernel/stop_machine.o CC lib/iommu-helper.o CC drivers/base/regmap/regcache-rbtree.o CC kernel/watchdog.o CC kernel/trace/ring_buffer.o CC kernel/trace/trace.o CC net/llc/llc_station.o CC kernel/trace/trace_output.o CC kernel/delayacct.o CC [M] fs/jffs2/symlink.o CC kernel/trace/trace_seq.o CC drivers/cpufreq/cpufreq_performance.o CC lib/mpi/generic_mpih-mul1.o CC drivers/char/tpm/tpm-interface.o CC kernel/taskstats.o CC [M] drivers/char/lp.o CC crypto/wp512.o CC [M] drivers/char/ppdev.o CC [M] drivers/extcon/extcon-max77693.o CC drivers/char/tpm/tpm-dev.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC kernel/trace/trace_stat.o CC lib/zlib_inflate/inflate.o LD drivers/char/xillybus/built-in.o CC drivers/char/tpm/tpm-sysfs.o CC net/xfrm/xfrm_hash.o LD drivers/firewire/built-in.o CC drivers/char/tpm/tpm-chip.o CC lib/iommu-common.o CC [M] drivers/char/xillybus/xillybus_core.o CC crypto/tgr192.o LD kernel/gcov/built-in.o CC [M] drivers/firewire/nosy.o CC [M] net/phonet/sysctl.o CC lib/zlib_inflate/infutil.o CC [M] drivers/char/xillybus/xillybus_of.o /home/kisskb/slave/src/kernel/futex_compat.c: In function 'compat_exit_robust_list': CC drivers/base/regmap/regcache-lzo.o /home/kisskb/slave/src/kernel/futex_compat.c:116:21: warning: 'pip' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/kernel/futex_compat.c:113:2: warning: 'pending' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/kernel/futex_compat.c:94:3: warning: 'entry' may be used uninitialized in this function [-Wuninitialized] LD fs/kernfs/built-in.o CC kernel/tsacct.o CC [M] drivers/edac/edac_mc_sysfs.o CC net/x25/x25_dev.o CC lib/zlib_deflate/deftree.o CC kernel/sched/cputime.o CC lib/mpi/generic_mpih-mul2.o CC [M] drivers/edac/edac_module.o CC net/x25/x25_facilities.o CC lib/zlib_inflate/inftrees.o CC kernel/tracepoint.o CC lib/zlib_inflate/inflate_syms.o /home/kisskb/slave/src/lib/lz4/lz4hc_compress.c: In function 'lz4_compresshcctx': /home/kisskb/slave/src/lib/lz4/lz4hc_compress.c:174:20: warning: 'delta' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/lib/lz4/lz4hc_compress.c:134:6: note: 'delta' was declared here CC kernel/irq/chip.o CC kernel/elfcore.o CC kernel/sched/idle_task.o CC lib/mpi/generic_mpih-mul3.o CC kernel/irq/dummychip.o CC kernel/sched/fair.o CC [M] fs/logfs/super.o CC lib/zlib_deflate/deflate_syms.o CC kernel/irq_work.o CC drivers/base/regmap/regcache-flat.o CC lib/syscall.o CC kernel/locking/rtmutex.o CC lib/nlattr.o CC kernel/padata.o LD net/llc/llc.o CC kernel/crash_dump.o CC kernel/jump_label.o CC drivers/devfreq/governor_simpleondemand.o CC drivers/cpufreq/cpufreq_powersave.o CC lib/mpi/generic_mpih-rshift.o CC [M] drivers/extcon/extcon-palmas.o CC [M] net/rose/rose_route.o CC kernel/locking/rtmutex-debug.o CC drivers/devfreq/governor_userspace.o CC [M] net/rose/rose_subr.o CC crypto/gf128mul.o CC kernel/irq/devres.o CC net/core/gen_estimator.o CC crypto/cts.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC kernel/trace/trace_printk.o CC kernel/irq/generic-chip.o CC net/x25/x25_in.o CC kernel/trace/trace_sched_switch.o CC kernel/time/timer.o LD fs/notify/dnotify/built-in.o CC [M] net/rose/rose_timer.o LD fs/notify/built-in.o CC kernel/time/hrtimer.o CC kernel/trace/trace_functions.o CC kernel/locking/spinlock_debug.o CC net/x25/x25_link.o CC lib/lzo/lzo1x_decompress_safe.o CC lib/mpi/generic_mpih-sub1.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC net/xfrm/xfrm_input.o CC kernel/locking/rwsem-xadd.o CC net/core/net_namespace.o LD lib/lzo/lzo_compress.o CC kernel/sched/rt.o CC lib/atomic64_test.o CC net/core/secure_seq.o CC net/xfrm/xfrm_output.o CC kernel/sched/deadline.o CC net/core/flow_dissector.o CC lib/average.o /home/kisskb/slave/src/drivers/char/random.c: In function 'get_random_int': /home/kisskb/slave/src/drivers/char/random.c:1805:15: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC kernel/sched/stop_task.o CC [M] fs/jffs2/build.o CC kernel/irq/irqdomain.o CC drivers/cpufreq/cpufreq_userspace.o LD drivers/firmware/broadcom/built-in.o CC lib/cpu_rmap.o /home/kisskb/slave/src/mm/memory.c: In function 'remap_pte_range': /home/kisskb/slave/src/include/linux/spinlock.h:357:2: warning: 'ptl' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/memory.c:1626:14: note: 'ptl' was declared here CC kernel/torture.o LD drivers/fmc/built-in.o CC lib/dynamic_queue_limits.o LD fs/sysfs/built-in.o CC [M] drivers/edac/edac_device_sysfs.o CC [M] drivers/fmc/fmc-core.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] LD drivers/firmware/built-in.o CC lib/clz_tab.o CC net/core/dev.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC lib/strncpy_from_user.o CC lib/mpi/generic_mpih-add1.o CC net/core/ethtool.o LD net/netfilter/netfilter.o CC kernel/sched/wait.o CC kernel/trace/trace_irqsoff.o /home/kisskb/slave/src/drivers/extcon/extcon.c: In function 'extcon_update_state': /home/kisskb/slave/src/drivers/extcon/extcon.c:274:28: warning: 'attached' may be used uninitialized in this function [-Wuninitialized] LD net/netfilter/built-in.o LD net/appletalk/appletalk.o CC kernel/sched/completion.o CC kernel/trace/trace_sched_wakeup.o CC kernel/time/itimer.o CC kernel/sched/idle.o CC kernel/time/posix-timers.o CC kernel/sched/cpupri.o LD kernel/debug/built-in.o CC lib/mpi/mpicoder.o CC net/x25/x25_out.o CC crypto/lrw.o LD net/appletalk/built-in.o CC kernel/time/posix-cpu-timers.o CC [M] fs/jffs2/erase.o CC lib/strnlen_user.o CC [M] net/phonet/af_phonet.o CERTS kernel/x509_certificate_list CC [M] kernel/backtracetest.o CHK kernel/config_data.h /home/kisskb/slave/src/mm/memory.c: In function 'copy_pte_range': /home/kisskb/slave/src/include/linux/spinlock.h:357:2: warning: 'dst_ptl' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/memory.c:893:24: note: 'dst_ptl' was declared here CC [M] fs/jffs2/background.o CC [M] drivers/edac/edac_pci.o CC kernel/locking/locktorture.o CC lib/mpi/mpi-bit.o CC kernel/trace/trace_nop.o CC [M] drivers/edac/edac_pci_sysfs.o CC net/xfrm/xfrm_sysctl.o UPD kernel/config_data.h CC drivers/gpio/devres.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] AS kernel/system_certificates.o CC crypto/ctr.o CC kernel/trace/trace_functions_graph.o CC net/xfrm/xfrm_replay.o CC lib/net_utils.o CC drivers/cpufreq/cpufreq_ondemand.o CC drivers/cpufreq/cpufreq_conservative.o CC crypto/gcm.o LD kernel/printk/built-in.o CC drivers/base/regmap/regmap-debugfs.o LD drivers/hsi/clients/built-in.o CC crypto/ccm.o LD kernel/bpf/built-in.o CC lib/asn1_decoder.o CC kernel/trace/trace_branch.o CC kernel/configs.o LD drivers/idle/built-in.o CC kernel/sched/cpudeadline.o CC net/unix/garbage.o LD drivers/hsi/controllers/built-in.o GEN lib/oid_registry_data.c CC kernel/trace/trace_events.o LD drivers/hid/built-in.o LD [M] net/rfkill/rfkill.o CC [M] drivers/devfreq/governor_powersave.o CC [M] fs/ubifs/io.o CC lib/mpi/mpi-cmp.o CC lib/argv_split.o LD drivers/hsi/built-in.o CC lib/mpi/mpih-cmp.o CC crypto/chacha20poly1305.o CC drivers/i2c/i2c-boardinfo.o CC [M] fs/jffs2/fs.o CC [M] drivers/hid/hid-core.o CC [M] net/phonet/pep.o LD [M] fs/configfs/configfs.o LD kernel/power/built-in.o CC [M] net/phonet/pep-gprs.o CC drivers/ipack/ipack.o CC drivers/input/gameport/gameport.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC net/xfrm/xfrm_algo.o CC [M] drivers/edac/cell_edac.o CC drivers/input/gameport/fm801-gp.o LD [M] net/ipx/ipx.o CC drivers/input/serio/serio.o CC kernel/trace/trace_export.o CC crypto/pcrypt.o CC drivers/input/input.o LD drivers/edac/built-in.o CC drivers/irqchip/irqchip.o CC lib/bug.o LD drivers/lguest/built-in.o CC kernel/trace/trace_events_filter.o LD drivers/gpu/vga/built-in.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC drivers/input/serio/i8042.o CC lib/mpi/mpih-div.o CC [M] net/wimax/op-msg.o CC drivers/macintosh/macio_asic.o CC [M] drivers/hid/hid-input.o LD [M] drivers/char/hw_random/rng-core.o CC [M] drivers/hid/hid-debug.o CC drivers/char/tpm/tpm2-cmd.o CC [M] net/unix/diag.o CC crypto/cryptd.o LD drivers/memory/built-in.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC net/x25/x25_route.o CC drivers/leds/led-core.o CC drivers/hwmon/hwmon.o CC drivers/mailbox/mailbox.o CC drivers/base/regmap/regmap-i2c.o CC crypto/serpent_generic.o CC drivers/macintosh/macio_sysfs.o CC drivers/base/regmap/regmap-spi.o CC drivers/cpufreq/cpufreq_governor.o CC kernel/time/timekeeping.o CC drivers/i2c/i2c-core.o CC kernel/trace/trace_events_trigger.o CC lib/mpi/mpih-mul.o CC drivers/i2c/i2c-mux.o CC kernel/trace/power-traces.o CC net/core/dev_addr_lists.o CC [M] drivers/cpufreq/cpufreq_stats.o LD drivers/devfreq/built-in.o CC drivers/input/serio/pcips2.o CC drivers/char/tpm/tpm_i2c_infineon.o CC net/core/dst.o LD net/bridge/bridge.o CC net/core/netevent.o CC kernel/trace/trace_benchmark.o CC lib/mpi/mpi-pow.o CC drivers/char/tpm/tpm_atmel.o CC [M] kernel/trace/ring_buffer_benchmark.o CC drivers/input/serio/libps2.o LD drivers/media/common/b2c2/built-in.o LD drivers/media/common/saa7146/built-in.o CC crypto/aes_generic.o CC drivers/input/serio/xilinx_ps2.o CC drivers/gpu/drm/drm_crtc_helper.o CC net/core/neighbour.o LD lib/lz4/built-in.o LD net/bridge/built-in.o CC [M] fs/ubifs/tnc.o LD drivers/media/common/siano/built-in.o CC [M] net/wimax/op-reset.o LD drivers/ipack/carriers/built-in.o CC [M] net/wimax/op-rfkill.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] LD drivers/iio/accel/built-in.o LD drivers/media/common/built-in.o CC lib/cmdline.o CC [M] drivers/iio/accel/bma180.o CC lib/cpumask.o CC drivers/gpu/drm/drm_dp_helper.o CC drivers/leds/led-class.o LD drivers/ipack/devices/built-in.o CC [M] drivers/char/tpm/tpm_i2c_nuvoton.o CC net/x25/x25_subr.o LD lib/842/built-in.o CC net/x25/x25_timer.o LD lib/zlib_deflate/zlib_deflate.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC lib/mpi/mpiutil.o LD drivers/media/firewire/built-in.o CC crypto/camellia_generic.o /home/kisskb/slave/src/lib/swiotlb.c: In function 'swiotlb_alloc_coherent': CC lib/ctype.o /home/kisskb/slave/src/lib/swiotlb.c:677:14: warning: 'dev_addr' may be used uninitialized in this function [-Wuninitialized] LD lib/zlib_deflate/built-in.o CC crypto/cast_common.o CC crypto/cast6_generic.o CC crypto/khazad.o LD drivers/extcon/built-in.o CC kernel/time/ntp.o CC lib/dec_and_lock.o CC crypto/anubis.o LD lib/zlib_inflate/zlib_inflate.o CC lib/decompress.o LD drivers/media/mmc/siano/built-in.o LD drivers/media/i2c/soc_camera/built-in.o /home/kisskb/slave/src/net/compat.c: In function 'compat_mc_setsockopt': /home/kisskb/slave/src/net/compat.c:608:3: warning: 'numsrc' may be used uninitialized in this function [-Wuninitialized] LD lib/zlib_inflate/built-in.o CC drivers/misc/bmp085.o LD drivers/media/platform/omap/built-in.o LD drivers/media/rc/keymaps/built-in.o LD drivers/media/i2c/built-in.o LD drivers/media/mmc/built-in.o LD drivers/irqchip/built-in.o CC lib/dump_stack.o LD drivers/media/platform/built-in.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] LD drivers/media/rc/built-in.o CC lib/earlycpio.o CC [M] drivers/mailbox/mailbox-altera.o LD drivers/mmc/card/built-in.o CC lib/extable.o CC drivers/gpio/gpiolib.o LD drivers/media/tuners/built-in.o LD drivers/media/pci/b2c2/built-in.o CC lib/fdt.o CC [M] drivers/mmc/card/mmc_test.o LD lib/lzo/lzo_decompress.o CC [M] fs/jffs2/writev.o LD drivers/nfc/built-in.o CC drivers/input/input-compat.o CC lib/fdt_empty_tree.o CC drivers/net/Space.o CC [M] fs/jffs2/super.o CC [M] drivers/hid/uhid.o LD drivers/iio/adc/built-in.o LD lib/lzo/built-in.o CC [M] fs/jffs2/debug.o CC drivers/net/loopback.o CC drivers/ntb/ntb.o CC net/x25/x25_proc.o CC [M] drivers/iio/adc/ad_sigma_delta.o LD drivers/media/pci/ddbridge/built-in.o CC crypto/seed.o CC lib/fdt_ro.o LD drivers/net/caif/built-in.o CC lib/fdt_rw.o LD fs/quota/built-in.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC drivers/of/base.o LD drivers/media/usb/b2c2/built-in.o CC crypto/salsa20_generic.o CC lib/fdt_strerror.o LD drivers/media/usb/dvb-usb/built-in.o LD drivers/parport/built-in.o LD drivers/media/pci/dm1105/built-in.o CC [M] drivers/iio/accel/bmc150-accel.o CC [M] drivers/fmc/fmc-match.o CC [M] drivers/parport/share.o CC lib/fdt_sw.o LD drivers/net/hamradio/built-in.o LD drivers/net/ieee802154/built-in.o LD drivers/dma-buf/built-in.o CC lib/fdt_wip.o CC [M] drivers/iio/accel/hid-sensor-accel-3d.o CC [M] drivers/parport/ieee1284.o CC [M] drivers/iio/adc/ad7266.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC [M] drivers/net/hamradio/bpqether.o LD drivers/media/usb/dvb-usb-v2/built-in.o CC lib/flex_proportions.o CC drivers/mfd/sm501.o LD drivers/mtd/chips/built-in.o CC drivers/leds/led-triggers.o LD drivers/net/wimax/built-in.o LD drivers/mtd/devices/built-in.o CC lib/idr.o CC drivers/input/input-mt.o LD drivers/media/pci/ngene/built-in.o CC lib/int_sqrt.o CC [M] drivers/parport/ieee1284_ops.o LD drivers/media/pci/mantis/built-in.o CC [M] drivers/mtd/chips/chipreg.o CC drivers/input/ff-core.o CC drivers/misc/bmp085-i2c.o CC [M] drivers/mtd/devices/docg3.o LD drivers/media/usb/siano/built-in.o LD drivers/media/usb/s2255/built-in.o CC drivers/phy/phy-core.o CC [M] drivers/mtd/devices/slram.o CC drivers/pci/access.o CC [M] drivers/parport/procfs.o CC drivers/phy/phy-bcm-kona-usb2.o LD drivers/char/tpm/st33zp24/built-in.o CC drivers/pcmcia/cs.o CC drivers/hwmon/hwmon-vid.o LD drivers/mtd/lpddr/built-in.o /home/kisskb/slave/src/lib/mpi/mpi-inline.h:116:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:113:2: warning: '______f' is static but declared in inline function 'mpihelp_sub' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:99:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:92:4: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:88:2: warning: '______f' is static but declared in inline function 'mpihelp_sub_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:73:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:70:2: warning: '______f' is static but declared in inline function 'mpihelp_add' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:56:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:49:4: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] /home/kisskb/slave/src/lib/mpi/mpi-inline.h:45:2: warning: '______f' is static but declared in inline function 'mpihelp_add_1' which is not static [enabled by default] CC [M] fs/jffs2/compr_rtime.o CC drivers/pci/bus.o CC [M] drivers/char/tpm/st33zp24/st33zp24.o LD [M] net/netrom/netrom.o LD drivers/media/pci/pluto2/built-in.o CC lib/ioremap.o CC [M] drivers/char/tpm/st33zp24/i2c.o LD drivers/pinctrl/nomadik/built-in.o LD drivers/pinctrl/freescale/built-in.o CC [M] fs/jffs2/compr_zlib.o CC [M] drivers/char/tpm/st33zp24/spi.o LD drivers/media/usb/stkwebcam/built-in.o LD drivers/media/pci/pt1/built-in.o CC drivers/i2c/algos/i2c-algo-bit.o LD net/sched/built-in.o LD drivers/pinctrl/built-in.o LD drivers/mtd/nand/built-in.o LD drivers/mtd/maps/built-in.o LD drivers/mtd/onenand/built-in.o LD drivers/media/usb/ttusb-budget/built-in.o CC [M] drivers/mtd/maps/physmap.o CC crypto/chacha20_generic.o CC [M] drivers/mtd/onenand/onenand_base.o CC lib/irq_regs.o LD drivers/media/usb/zr364xx/built-in.o LD drivers/media/pci/saa7146/built-in.o LD drivers/media/usb/ttusb-dec/built-in.o LD drivers/mtd/spi-nor/built-in.o LD drivers/media/pci/pt3/built-in.o CC drivers/pci/probe.o CC [M] drivers/mtd/mtdcore.o CC [M] drivers/mtd/spi-nor/spi-nor.o CC [M] drivers/mtd/chips/cfi_probe.o LD drivers/media/usb/built-in.o CC drivers/phy/phy-pxa-28nm-usb2.o CC lib/is_single_threaded.o CC drivers/platform/chrome/cros_ec_dev.o CC drivers/gpio/gpiolib-legacy.o CC [M] drivers/mtd/mtdsuper.o CC [M] drivers/mtd/chips/cfi_util.o CC net/core/rtnetlink.o LD drivers/media/pci/smipcie/built-in.o CC drivers/platform/chrome/cros_ec_sysfs.o LD drivers/media/pci/ttpci/built-in.o CC drivers/gpio/gpiolib-of.o CC drivers/base/regmap/regmap-mmio.o LD drivers/media/pci/built-in.o CC lib/klist.o CC drivers/base/regmap/regmap-irq.o LD drivers/mtd/ubi/built-in.o CC drivers/misc/dummy-irq.o CC lib/kobject.o CC [M] drivers/mtd/mtdconcat.o LD drivers/mtd/tests/built-in.o /home/kisskb/slave/src/kernel/futex.c: In function 'exit_robust_list': /home/kisskb/slave/src/kernel/futex.c:2935:21: warning: 'pip' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/kernel/futex.c:2934:2: warning: 'pending' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/kernel/futex.c:2917:3: warning: 'entry' may be used uninitialized in this function [-Wuninitialized] CC drivers/powercap/powercap_sys.o CC net/core/utils.o CC drivers/misc/ics932s401.o CC [M] drivers/mtd/ubi/vtbl.o CC lib/kobject_uevent.o CC [M] fs/ubifs/master.o CC drivers/gpio/gpiolib-sysfs.o CC [M] drivers/mtd/tests/oobtest.o CC net/x25/x25_forward.o CC drivers/power/power_supply_core.o LD drivers/ptp/built-in.o LD drivers/pps/clients/built-in.o CC drivers/power/power_supply_sysfs.o CC drivers/pwm/core.o CC [M] drivers/ptp/ptp_clock.o LD drivers/pps/generators/built-in.o CC [M] drivers/mtd/tests/mtd_test.o CC [M] drivers/pps/clients/pps-ktimer.o CC drivers/power/power_supply_leds.o CC net/core/link_watch.o CC drivers/gpio/gpio-generic.o /home/kisskb/slave/src/net/core/skbuff.c: In function '___pskb_trim': /home/kisskb/slave/src/net/core/skbuff.c:1425:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] CC net/core/filter.o CC [M] drivers/pps/clients/pps_parport.o LD drivers/media/built-in.o CC [M] drivers/pps/pps.o CC drivers/leds/leds-bd2802.o CC net/core/sock_diag.o CC crypto/poly1305_generic.o LD net/mac802154/mac802154.o CC [M] net/wimax/op-state-get.o CC [M] drivers/pps/kapi.o CC drivers/leds/leds-lm3533.o CC drivers/input/serio/altera_ps2.o CC kernel/time/clocksource.o CC drivers/ras/ras.o CC drivers/ras/debugfs.o CC [M] drivers/mtd/onenand/onenand_bbt.o CC lib/md5.o CC drivers/leds/leds-lm3642.o LD net/mac802154/built-in.o CC lib/plist.o CC [M] drivers/mtd/devices/pmc551.o CC [M] drivers/fmc/fmc-sdb.o CC crypto/zlib.o CC lib/proportions.o /home/kisskb/slave/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /home/kisskb/slave/src/drivers/base/regmap/regmap.c:2174:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] LD net/decnet/decnet.o CC [M] drivers/mtd/devices/m25p80.o CC lib/radix-tree.o CC [M] drivers/i2c/i2c-smbus.o CC [M] drivers/mtd/mtdpart.o LD drivers/soc/ti/built-in.o CC drivers/i2c/muxes/i2c-mux-pca9541.o LD net/decnet/built-in.o CC [M] drivers/i2c/i2c-dev.o CC drivers/pcmcia/socket_sysfs.o CC crypto/michael_mic.o CC kernel/time/jiffies.o LD drivers/soc/built-in.o LD kernel/irq/built-in.o CC [M] drivers/i2c/muxes/i2c-arb-gpio-challenge.o CC drivers/i2c/busses/i2c-ali1535.o CC drivers/regulator/core.o CC [M] drivers/i2c/i2c-stub.o CC kernel/time/timer_list.o CC kernel/time/timeconv.o LD drivers/char/tpm/tpm.o CC net/core/dev_ioctl.o CC [M] drivers/iio/accel/mma8452.o LD lib/mpi/mpi.o CC drivers/misc/apds990x.o CC drivers/platform/chrome/cros_ec_lightbar.o CC drivers/pwm/sysfs.o LD drivers/ipack/built-in.o CC drivers/misc/hpilo.o LD lib/mpi/built-in.o LD net/llc/llc2.o LD drivers/char/tpm/built-in.o CC lib/ratelimit.o CC net/core/tso.o LD drivers/misc/altera-stapl/built-in.o CC drivers/mfd/rtsx_pcr.o CC drivers/misc/cb710/core.o CC crypto/crc32c_generic.o CC [M] drivers/misc/altera-stapl/altera-lpt.o CC drivers/mmc/host/sdhci-pci-data.o CC [M] drivers/i2c/muxes/i2c-mux-pca954x.o CC drivers/misc/cb710/sgbuf2.o CC drivers/mfd/rts5209.o LD net/llc/built-in.o CC drivers/spi/spi.o CC lib/rbtree.o CC drivers/mfd/rts5229.o CC [M] drivers/input/serio/parkbd.o CC drivers/spi/spidev.o CC drivers/hwmon/adm1025.o CC [M] drivers/input/serio/ps2mult.o CC [M] drivers/input/serio/serio_raw.o CC drivers/hwmon/adm1029.o CC drivers/leds/leds-pca9532.o LD [M] drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.o LD drivers/mmc/core/built-in.o CC drivers/pci/host-bridge.o CC [M] drivers/ptp/ptp_chardev.o CC [M] drivers/iio/accel/mma9551_core.o LD kernel/locking/built-in.o CC lib/seq_buf.o LD [M] net/ieee802154/ieee802154_socket.o CC [M] drivers/mmc/core/core.o CC [M] drivers/mmc/core/bus.o CC drivers/hwmon/adm9240.o LD drivers/thermal/samsung/built-in.o CC [M] drivers/iio/accel/mma9551.o LD drivers/thunderbolt/built-in.o LD drivers/tty/ipwireless/built-in.o CC [M] drivers/thunderbolt/nhi.o CC [M] drivers/iio/accel/mma9553.o CC [M] drivers/thermal/thermal_core.o CC crypto/authenc.o LD [M] drivers/edac/edac_core.o LD drivers/tty/serial/built-in.o CC net/core/flow.o CC drivers/input/gameport/ns558.o CC drivers/power/pda_power.o CC [M] drivers/thunderbolt/ctl.o LD [M] net/rose/rose.o CC [M] drivers/thunderbolt/tb.o CC crypto/authencesn.o CC drivers/power/sbs-battery.o LD drivers/usb/host/built-in.o CC lib/sha1.o CC [M] drivers/hid/hid-a4tech.o CC kernel/time/timecounter.o CC [M] drivers/iio/adc/ad7923.o LD drivers/tty/vt/built-in.o LD drivers/usb/built-in.o LD [M] drivers/char/tpm/st33zp24/tpm_st33zp24_spi.o CC drivers/hwmon/ads1015.o CC [M] drivers/iio/adc/ad7791.o CC drivers/platform/chrome/cros_ec_proto.o LD drivers/misc/echo/built-in.o LD net/key/built-in.o CC drivers/hwmon/ads7871.o CC drivers/hwmon/adt7x10.o CC crypto/lz4hc.o CC [M] drivers/misc/echo/echo.o LD drivers/tty/built-in.o CC crypto/842.o CC crypto/rng.o LD [M] fs/jffs2/jffs2.o LD net/vmw_vsock/vsock.o LD drivers/mailbox/built-in.o LD drivers/misc/lis3lv02d/built-in.o LD drivers/iio/amplifiers/built-in.o CC drivers/misc/eeprom/eeprom.o CC crypto/drbg.o CC [M] drivers/iio/adc/ad7887.o CC [M] drivers/misc/lis3lv02d/lis3lv02d.o CC [M] drivers/hid/hid-axff.o CC [M] drivers/mtd/maps/plat-ram.o CC [M] drivers/mtd/devices/powernv_flash.o LD net/vmw_vsock/built-in.o CC lib/show_mem.o CC drivers/misc/genwqe/card_base.o CC crypto/jitterentropy.o CC lib/string.o CC drivers/hwmon/adt7410.o CC kernel/time/posix-clock.o CC lib/timerqueue.o CC drivers/power/da9052-battery.o CC [M] drivers/mtd/mtdchar.o CC [M] net/wimax/stack.o CC drivers/power/lp8727_charger.o CC drivers/vhost/net.o CC net/core/net-sysfs.o LD [M] fs/logfs/logfs.o CC drivers/leds/leds-gpio.o CC drivers/uwb/address.o CC [M] drivers/mtd/ubi/vmt.o CC [M] drivers/iio/adc/axp288_adc.o CC drivers/video/vgastate.o LD drivers/iio/common/hid-sensors/built-in.o CC drivers/leds/leds-lp3944.o CC [M] drivers/mtd/ubi/upd.o CC [M] drivers/iio/adc/da9150-gpadc.o CC drivers/uwb/allocator.o CC [M] drivers/iio/adc/lp8788_adc.o CC [M] drivers/iio/common/hid-sensors/hid-sensor-attributes.o CC [M] drivers/mtd/ubi/build.o CC [M] drivers/mtd/ubi/cdev.o LD drivers/cpufreq/built-in.o LD net/ieee802154/ieee802154.o CC [M] drivers/iio/common/hid-sensors/hid-sensor-trigger.o CC drivers/of/device.o CC lib/vsprintf.o LD drivers/ntb/hw/built-in.o CC kernel/time/alarmtimer.o CC [M] drivers/mtd/ubi/kapi.o LD net/ieee802154/built-in.o LD drivers/virt/built-in.o LD drivers/ntb/test/built-in.o CC drivers/gpio/gpio-74xx-mmio.o CC drivers/vhost/vringh.o CC [M] drivers/pps/sysfs.o CC drivers/leds/leds-lp8788.o CC [M] drivers/ntb/test/ntb_tool.o CC [M] net/wimax/debugfs.o CC drivers/leds/leds-regulator.o CC crypto/jitterentropy-kcapi.o CC [M] drivers/misc/altera-stapl/altera-jtag.o CC drivers/input/ff-memless.o CC drivers/mmc/host/sdhci-pci-o2micro.o CC kernel/time/clockevents.o CC drivers/power/gpio-charger.o CC [M] drivers/misc/altera-stapl/altera-comp.o CC [M] drivers/misc/lis3lv02d/lis3lv02d_i2c.o CC [M] fs/ubifs/scan.o LD drivers/virtio/built-in.o CC [M] drivers/misc/altera-stapl/altera.o LD drivers/iio/common/ssp_sensors/built-in.o LD drivers/iio/dac/built-in.o CC [M] drivers/hid/hid-aureal.o CC [M] drivers/virtio/virtio.o CC [M] drivers/iio/common/ssp_sensors/ssp_dev.o CC [M] drivers/iio/dac/ad5360.o CC [M] drivers/virtio/virtio_ring.o CC [M] lib/test-hexdump.o CC [M] drivers/mtd/chips/cfi_cmdset_0020.o CC [M] drivers/hid/hid-belkin.o CC drivers/gpio/gpio-altera.o CC crypto/ghash-generic.o CC net/core/net-traces.o CC drivers/pci/remove.o CC [M] drivers/iio/common/ssp_sensors/ssp_spi.o /home/kisskb/slave/src/drivers/iio/accel/mma9551.c: In function 'mma9551_event_handler': /home/kisskb/slave/src/drivers/iio/accel/mma9551.c:383:6: warning: 'reg' may be used uninitialized in this function [-Wuninitialized] CC drivers/pcmcia/rsrc_mgr.o CC [M] drivers/iio/adc/max1027.o CC [M] drivers/pwm/pwm-lp3943.o CC drivers/gpu/drm/drm_probe_helper.o LD drivers/macintosh/built-in.o LD drivers/iio/common/st_sensors/built-in.o CC drivers/input/matrix-keymap.o CC net/core/timestamping.o CC kernel/time/tick-common.o CC [M] lib/test_module.o CC drivers/gpu/drm/drm_plane_helper.o CC [M] drivers/iio/common/st_sensors/st_sensors_i2c.o CC [M] drivers/fmc/fru-parse.o LD [M] net/ax25/ax25.o CC kernel/time/tick-broadcast.o LD drivers/pps/built-in.o CC drivers/gpu/drm/drm_dp_mst_topology.o CC [M] lib/test_rhashtable.o LD drivers/i2c/muxes/built-in.o CC kernel/time/tick-broadcast-hrtimer.o CC [M] lib/test_user_copy.o CC [M] drivers/iio/common/st_sensors/st_sensors_spi.o LD drivers/iio/frequency/built-in.o CC [M] lib/crc7.o CC [M] lib/crc8.o CC [M] drivers/ptp/ptp_sysfs.o CC [M] drivers/hid/hid-cherry.o CC kernel/time/tick-oneshot.o CC drivers/vme/vme.o /home/kisskb/slave/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_gpio_config': /home/kisskb/slave/src/drivers/iio/accel/mma9551_core.c:593:6: warning: 'pol_mask' may be used uninitialized in this function [-Wuninitialized] CC kernel/time/tick-sched.o CC [M] drivers/hid/hid-dr.o CC [M] drivers/hid/hid-emsff.o LD drivers/vme/boards/built-in.o LD drivers/iio/gyro/built-in.o CC [M] fs/ubifs/replay.o LD drivers/iio/humidity/built-in.o CC net/core/ptp_classifier.o CC [M] drivers/hid/hid-elecom.o CC [M] drivers/iio/gyro/adis16080.o CC [M] drivers/iio/humidity/dht11.o CC [M] drivers/hid/hid-ezkey.o CC drivers/i2c/algos/i2c-algo-pca.o CC crypto/hash_info.o LD drivers/w1/masters/built-in.o CC [M] crypto/md4.o LD drivers/vme/bridges/built-in.o CC [M] drivers/mtd/chips/cfi_cmdset_0001.o LD [M] drivers/char/tpm/st33zp24/tpm_st33zp24.o CC [M] crypto/md5.o CC [M] drivers/mtd/chips/gen_probe.o CC [M] drivers/hid/hid-gyration.o CC [M] drivers/mtd/ubi/eba.o CC [M] drivers/w1/masters/matrox_w1.o CC [M] crypto/rmd128.o CC crypto/asymmetric_keys/asymmetric_type.o LD net/x25/x25.o CC [M] drivers/hid/hid-icade.o LD drivers/phy/built-in.o CC drivers/hwmon/adt7411.o CC drivers/hwmon/adt7470.o LD drivers/misc/mic/bus/built-in.o CC drivers/hwmon/adt7475.o /home/kisskb/slave/src/drivers/gpio/gpio-74xx-mmio.c: In function 'mmio_74xx_gpio_probe': /home/kisskb/slave/src/drivers/gpio/gpio-74xx-mmio.c:132:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] CC [M] drivers/mtd/tests/pagetest.o CC [M] drivers/mtd/ubi/io.o CC drivers/hwmon/atxp1.o CC [M] lib/bch.o LD drivers/char/built-in.o CC [M] crypto/rmd256.o LD net/x25/built-in.o CC [M] drivers/net/hamradio/baycom_ser_fdx.o LD drivers/misc/mic/built-in.o CC drivers/hwmon/da9052-hwmon.o CC [M] drivers/iio/accel/stk8ba50.o CC crypto/asymmetric_keys/signature.o CC drivers/hwmon/ds1621.o CC crypto/asymmetric_keys/public_key.o CC drivers/hwmon/f75375s.o CC drivers/gpu/drm/drm_atomic_helper.o CC crypto/asymmetric_keys/rsa.o CC drivers/hwmon/g762.o LD drivers/platform/chrome/cros_ec_devs.o CC [M] drivers/misc/bmp085-spi.o CC drivers/hwmon/ina209.o ASN.1 crypto/asymmetric_keys/x509-asn1.c CC [M] drivers/iio/accel/st_accel_core.o CC [M] drivers/fmc/fmc-dump.o CC drivers/misc/eeprom/max6875.o CC [M] drivers/iio/accel/ssp_accel_sensor.o CC drivers/power/charger-manager.o CC drivers/input/joydev.o LD drivers/misc/ti-st/built-in.o ASN.1 crypto/asymmetric_keys/x509_rsakey-asn1.c CC [M] drivers/hid/hid-keytouch.o CC drivers/hwmon/lm70.o CC crypto/asymmetric_keys/x509_public_key.o CC [M] drivers/fmc/fmc-fakedev.o CC [M] drivers/mtd/ofpart.o ASN.1 crypto/asymmetric_keys/pkcs7-asn1.c CC crypto/asymmetric_keys/pkcs7_trust.o CC drivers/leds/leds-lt3593.o CC drivers/pci/pci.o CC [M] drivers/iio/adc/max1363.o CC kernel/time/timekeeping_debug.o CC [M] drivers/thermal/step_wise.o CC kernel/time/test_udelay.o CC [M] drivers/misc/tifm_core.o CC [M] drivers/mtd/tests/readtest.o CC [M] drivers/misc/tifm_7xx1.o CC [M] drivers/misc/bh1770glc.o LD drivers/input/serio/built-in.o CC [M] drivers/misc/enclosure.o CC [M] fs/ubifs/log.o CC [M] drivers/mtd/cmdlinepart.o CC [M] drivers/iio/adc/mcp320x.o LD [M] net/phonet/phonet.o /home/kisskb/slave/src/drivers/thunderbolt/ctl.c: In function 'tb_ctl_rx': /home/kisskb/slave/src/drivers/thunderbolt/ctl.c:460:18: warning: 'pkg' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpio/gpio-bt8xx.o CC [M] drivers/iio/humidity/si7020.o CC [M] drivers/mtd/ar7part.o LD [M] drivers/parport/parport.o CC [M] lib/rbtree_test.o CC [M] drivers/iio/adc/nau7802.o CC drivers/pci/pci-driver.o LD drivers/w1/slaves/built-in.o CC drivers/gpio/gpio-dwapb.o CC drivers/pci/search.o CC [M] drivers/leds/leds-bcm6328.o CC drivers/vhost/vhost.o CC [M] drivers/iio/common/ssp_sensors/ssp_iio.o CC [M] drivers/w1/slaves/w1_therm.o LD [M] net/phonet/pn_pep.o CC [M] drivers/mmc/core/host.o CC drivers/leds/trigger/ledtrig-heartbeat.o CC drivers/power/bq2415x_charger.o LD [M] drivers/pps/pps_core.o CC [M] drivers/mmc/core/mmc.o LD drivers/iio/imu/inv_mpu6050/built-in.o CC [M] drivers/w1/masters/w1-gpio.o CC [M] drivers/iio/imu/inv_mpu6050/inv_mpu_core.o CC [M] drivers/iio/imu/inv_mpu6050/inv_mpu_ring.o CC [M] drivers/leds/leds-lm3530.o CC [M] drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.o CC [M] drivers/hid/hid-lcpower.o CC [M] lib/interval_tree_test.o CC drivers/video/hdmi.o CC [M] drivers/iio/accel/st_accel_i2c.o CC [M] drivers/iio/accel/st_accel_buffer.o CC [M] drivers/w1/w1.o LD drivers/powercap/built-in.o CC drivers/hwmon/lm75.o CC drivers/power/bq24735-charger.o CC [M] drivers/virtio/virtio_pci_modern.o CC drivers/hwmon/lm87.o CC [M] drivers/hid/hid-lg.o CC [M] drivers/power/wm831x_backup.o LD drivers/ras/built-in.o LD drivers/platform/chrome/built-in.o CC [M] drivers/hid/hid-lg2ff.o CC [M] drivers/misc/apds9802als.o CC drivers/misc/cb710/debug.o CC [M] drivers/leds/leds-lp55xx-common.o LD drivers/platform/built-in.o CC [M] drivers/misc/isl29003.o LD drivers/input/gameport/built-in.o CC [M] drivers/misc/isl29020.o make[2]: *** [mm] Error 2 make[2]: *** Waiting for unfinished jobs.... /home/kisskb/slave/src/drivers/power/da9052-battery.c: In function 'da9052_bat_read_capacity': /home/kisskb/slave/src/drivers/power/da9052-battery.c:325:6: warning: 'level_lower' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/power/da9052-battery.c:364:6: note: 'level_lower' was declared here /home/kisskb/slave/src/drivers/power/da9052-battery.c:324:22: warning: 'level_upper' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/power/da9052-battery.c:363:6: note: 'level_upper' was declared here /home/kisskb/slave/src/drivers/power/da9052-battery.c:324:59: warning: 'vbat_upper' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/power/da9052-battery.c:362:6: note: 'vbat_upper' was declared here /home/kisskb/slave/src/drivers/power/da9052-battery.c:325:37: warning: 'vbat_lower' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/power/da9052-battery.c:361:6: note: 'vbat_lower' was declared here CC [M] fs/ubifs/commit.o CC [M] drivers/iio/imu/adis16400_core.o CC [M] drivers/hid/hid-lg3ff.o GEN lib/crc32table.h CC [M] drivers/iio/imu/adis16400_buffer.o CC [M] fs/ubifs/gc.o CC [M] drivers/power/test_power.o CC lib/oid_registry.o CC [M] drivers/iio/accel/st_accel_spi.o CC [M] drivers/hid/hid-lg4ff.o CC lib/crc32.o CC [M] crypto/ecb.o CC [M] drivers/mmc/host/sdhci.o CC [M] drivers/mtd/ubi/wl.o CC drivers/hwmon/lm95234.o CC drivers/gpu/drm/drm_edid_load.o CC [M] drivers/mmc/host/sdhci-pci.o CC drivers/hwmon/lm95241.o CC [M] drivers/pwm/pwm-pca9685.o /home/kisskb/slave/src/drivers/mtd/ubi/vmt.c: In function 'ubi_remove_volume': /home/kisskb/slave/src/drivers/mtd/ubi/vmt.c:361:9: warning: 'err' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/misc/ti_dac7512.o CC [M] drivers/thunderbolt/switch.o CC drivers/of/platform.o CC [M] crypto/cbc.o CC [M] drivers/misc/hmc6352.o CC drivers/gpu/drm/drm_fb_helper.o CC [M] drivers/thunderbolt/cap.o CC [M] drivers/thunderbolt/path.o CC drivers/gpu/drm/drm_auth.o CC [M] drivers/hid/hid-logitech-hidpp.o CC drivers/uwb/beacon.o CC [M] drivers/hid/hid-microsoft.o CC [M] crypto/mcryptd.o CC drivers/pci/pci-sysfs.o CC drivers/input/joystick/as5011.o CC [M] drivers/iio/gyro/adis16130.o CC [M] drivers/fmc/fmc-chardev.o LD drivers/pcmcia/pcmcia_core.o LD drivers/pwm/built-in.o CC [M] drivers/power/ltc2941-battery-gauge.o LD drivers/pcmcia/pcmcia_rsrc.o CC [M] drivers/iio/dac/ad5421.o LD [M] drivers/fmc/fmc.o CC [M] drivers/leds/trigger/ledtrig-oneshot.o CC [M] drivers/iio/dac/ad5624r_spi.o CC [M] crypto/fcrypt.o LD drivers/pcmcia/built-in.o CC [M] crypto/blowfish_generic.o CC [M] drivers/hid/hid-monterey.o LD drivers/base/regmap/built-in.o CC [M] drivers/mtd/tests/speedtest.o CC [M] drivers/iio/dac/ad5064.o CC [M] drivers/thunderbolt/tunnel_pci.o CC [M] drivers/mtd/tests/stresstest.o CC [M] crypto/blowfish_common.o CC [M] drivers/iio/dac/ad5504.o CC [M] drivers/hid/hid-multitouch.o CC [M] drivers/thunderbolt/eeprom.o CC drivers/hwmon/ltc2945.o CC [M] drivers/iio/dac/ad5446.o CC [M] drivers/hid/hid-ortek.o CC [M] drivers/w1/w1_int.o CC [M] drivers/misc/fsa9480.o CC [M] crypto/twofish_generic.o CC [M] drivers/iio/common/st_sensors/st_sensors_core.o CC [M] crypto/twofish_common.o CC drivers/hwmon/ltc4261.o CC [M] drivers/power/bq27x00_battery.o CC crypto/asymmetric_keys/pkcs7_verify.o LD drivers/base/built-in.o CC [M] drivers/iio/imu/adis16480.o CC drivers/misc/eeprom/eeprom_93cx6.o CC drivers/regulator/dummy.o CC crypto/asymmetric_keys/pkcs7_key_type.o CC [M] drivers/hid/hid-pl.o CC [M] drivers/misc/eeprom/at25.o CC [M] drivers/hid/hid-picolcd_core.o CC [M] drivers/iio/common/st_sensors/st_sensors_buffer.o CC drivers/spi/spi-dw.o LD [M] drivers/iio/common/hid-sensors/hid-sensor-iio-common.o CC [M] drivers/mmc/host/wbsd.o /home/kisskb/slave/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /home/kisskb/slave/src/drivers/w1/slaves/w1_therm.c:315:2: warning: 'verdict' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/w1/slaves/w1_therm.c:313:15: warning: 'crc' may be used uninitialized in this function [-Wuninitialized] LD drivers/thermal/built-in.o CC [M] drivers/input/input-polldev.o CC [M] drivers/iio/common/st_sensors/st_sensors_trigger.o LD drivers/ntb/built-in.o CC drivers/hwmon/max1619.o LD [M] net/unix/unix_diag.o CC drivers/input/misc/ad714x.o CC [M] drivers/hid/hid-picolcd_backlight.o CC [M] drivers/mtd/chips/jedec_probe.o CC drivers/gpu/drm/drm_bufs.o CC drivers/gpio/gpio-lp3943.o CC drivers/i2c/busses/i2c-ali1563.o CC [M] crypto/arc4.o CC [M] drivers/virtio/virtio_pci_common.o LD drivers/iio/light/built-in.o CC [M] drivers/hid/hid-picolcd_lcd.o LD kernel/trace/libftrace.o CC [M] drivers/mtd/chips/map_ram.o CC drivers/input/mouse/cyapa.o LD net/unix/unix.o CC [M] drivers/mtd/chips/map_absent.o CC [M] drivers/hid/hid-picolcd_leds.o CC [M] drivers/iio/light/adjd_s311.o CC [M] drivers/iio/gyro/adis16136.o CC drivers/pci/rom.o CC drivers/of/fdt.o CC [M] crypto/deflate.o CC drivers/i2c/busses/i2c-i801.o CC drivers/of/fdt_address.o LD net/unix/built-in.o CC drivers/uwb/driver.o CC crypto/asymmetric_keys/x509-asn1.o CC [M] drivers/w1/w1_family.o CC [M] drivers/iio/light/bh1750.o CC [M] drivers/leds/trigger/ledtrig-camera.o CC crypto/asymmetric_keys/x509_rsakey-asn1.o LD kernel/trace/built-in.o CC drivers/input/misc/ad714x-i2c.o CC [M] drivers/w1/w1_netlink.o CC drivers/input/misc/da9052_onkey.o CC [M] drivers/w1/w1_io.o CC [M] drivers/mtd/ubi/attach.o CC drivers/input/misc/gpio-beeper.o CC [M] drivers/mtd/ubi/misc.o CC [M] drivers/input/sparse-keymap.o CC drivers/input/touchscreen/of_touchscreen.o CC drivers/input/mouse/cyapa_gen3.o LD [M] drivers/ptp/ptp.o CC [M] drivers/power/da9150-charger.o LD net/batman-adv/batman-adv.o CC [M] drivers/input/input-leds.o CC drivers/input/misc/ideapad_slidebar.o CC drivers/input/misc/max77693-haptic.o CC [M] drivers/w1/slaves/w1_smem.o CC drivers/input/joystick/cobra.o CC [M] drivers/hid/hid-picolcd_debugfs.o CC [M] drivers/input/evbug.o CC [M] drivers/w1/slaves/w1_ds2408.o CC [M] fs/ubifs/orphan.o CC drivers/input/touchscreen/ad7877.o CC drivers/input/joystick/gf2k.o CC [M] drivers/mmc/core/mmc_ops.o /home/kisskb/slave/src/drivers/gpu/drm/drm_edid_load.c: In function 'edid_load': /home/kisskb/slave/src/drivers/gpu/drm/drm_edid_load.c:205:2: warning: 'fwdata' may be used uninitialized in this function [-Wuninitialized] CC drivers/misc/genwqe/card_dev.o CC [M] drivers/mtd/tests/subpagetest.o CC [M] drivers/iio/imu/adis.o CC drivers/mfd/rtl8411.o CC crypto/asymmetric_keys/x509_cert_parser.o CC drivers/mfd/rts5227.o /home/kisskb/slave/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_read_result': /home/kisskb/slave/src/drivers/misc/bh1770glc.c:236:29: warning: 'mode' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/misc/bh1770glc.c:469:5: note: 'mode' was declared here CC [M] drivers/hid/hid-plantronics.o LD drivers/i2c/algos/built-in.o CC [M] drivers/hid/hid-primax.o LD net/batman-adv/built-in.o CC crypto/asymmetric_keys/pkcs7-asn1.o CC [M] drivers/iio/imu/adis_trigger.o CC [M] drivers/leds/leds-lp5562.o CC [M] drivers/mmc/core/sd.o CC drivers/video/display_timing.o CC [M] drivers/hid/hid-rmi.o CC [M] drivers/iio/imu/adis_buffer.o CC [M] drivers/hid/hid-saitek.o CC [M] drivers/leds/leds-lp8860.o CC crypto/asymmetric_keys/pkcs7_parser.o LD [M] drivers/mtd/mtd.o CC drivers/input/mouse/cyapa_gen5.o CC [M] drivers/leds/leds-pca963x.o CC drivers/video/logo/logo.o CC drivers/video/backlight/backlight.o CC [M] crypto/lzo.o CC [M] drivers/w1/slaves/w1_ds2406.o LOGO drivers/video/logo/logo_spe_clut224.c CC drivers/pci/setup-res.o LD [M] drivers/iio/accel/st_accel.o CC [M] drivers/w1/slaves/w1_ds2423.o CC [M] crypto/lz4.o LD net/netlink/built-in.o CC [M] drivers/mmc/host/mtk-sd.o CC [M] crypto/af_alg.o CC [M] drivers/power/max17042_battery.o /home/kisskb/slave/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /home/kisskb/slave/src/drivers/of/platform.c:86:16: warning: 'addr' may be used uninitialized in this function [-Wuninitialized] CC [M] crypto/algif_hash.o CC [M] drivers/power/rt5033_battery.o CC [M] crypto/algif_rng.o CC drivers/hwmon/max1668.o CC drivers/regulator/fixed-helper.o LD drivers/iio/magnetometer/built-in.o CC [M] drivers/power/rt9455_charger.o CC [M] drivers/iio/magnetometer/ak8975.o CC drivers/spi/spi-dw-pci.o CC drivers/hwmon/max6697.o CC [M] crypto/algif_aead.o LD drivers/iio/orientation/built-in.o CC [M] drivers/mmc/host/mmc_spi.o CC drivers/regulator/helpers.o CC [M] drivers/iio/magnetometer/mmc35240.o CC [M] drivers/mmc/host/of_mmc_spi.o CC drivers/regulator/devres.o CC [M] drivers/iio/magnetometer/st_magn_core.o CC drivers/hwmon/mcp3021.o CC [M] drivers/leds/leds-da9052.o CC [M] drivers/iio/orientation/hid-sensor-rotation.o LD [M] drivers/iio/common/ssp_sensors/sensorhub.o LD crypto/asymmetric_keys/asymmetric_keys.o CC [M] drivers/iio/magnetometer/st_magn_buffer.o CC drivers/gpio/gpio-max730x.o CC [M] drivers/mmc/host/cb710-mmc.o CC [M] drivers/iio/magnetometer/st_magn_i2c.o CC drivers/hwmon/nct7802.o CC drivers/gpio/gpio-max7300.o CC [M] drivers/mmc/host/via-sdmmc.o CC drivers/mfd/rts5249.o CC [M] drivers/mmc/host/usdhi6rol0.o CC drivers/hwmon/nct7904.o LOGO drivers/video/logo/logo_linux_mono.c LD crypto/asymmetric_keys/pkcs7_test_key.o CC drivers/of/address.o CC [M] drivers/mtd/ubi/debug.o CC drivers/hwmon/pcf8591.o CC drivers/of/irq.o CC [M] drivers/mmc/host/toshsd.o CC [M] drivers/hid/hid-samsung.o CC drivers/hwmon/sht15.o CC drivers/video/fbdev/aty/aty128fb.o CC drivers/video/videomode.o CC drivers/video/of_display_timing.o CC [M] drivers/iio/gyro/adxrs450.o CC drivers/gpio/gpio-mcp23s08.o CC [M] drivers/iio/gyro/hid-sensor-gyro-3d.o CC drivers/of/of_pci.o CC [M] drivers/iio/gyro/itg3200_core.o CC [M] fs/ubifs/budget.o CC [M] drivers/mtd/tests/torturetest.o CC [M] drivers/mtd/tests/mtd_nandecctest.o LD crypto/crypto.o LD crypto/crypto_algapi.o LD [M] net/wimax/wimax.o LD crypto/crypto_blkcipher.o LD kernel/rcu/built-in.o CC drivers/gpu/drm/drm_cache.o CC drivers/of/of_pci_irq.o CC [M] fs/ubifs/find.o CC [M] drivers/hid/hid-sjoy.o LD crypto/crypto_hash.o CC [M] drivers/input/mouse/gpio_mouse.o CC crypto/rsakey-asn1.o CC drivers/hwmon/shtc1.o CC [M] drivers/hid/hid-speedlink.o CC drivers/hwmon/tmp102.o CC drivers/regulator/of_regulator.o CC drivers/pci/irq.o CC [M] drivers/hid/hid-sunplus.o CC [M] drivers/net/hamradio/hdlcdrv.o CC drivers/regulator/fixed.o CC drivers/regulator/act8865-regulator.o CC drivers/regulator/axp20x-regulator.o LD crypto/cryptomgr.o CC drivers/gpu/drm/drm_context.o CC [M] drivers/hid/hid-tmff.o LD crypto/jitterentropy_rng.o CC [M] drivers/hid/hid-tivo.o CC drivers/gpio/gpio-rdc321x.o CC [M] drivers/virtio/virtio_pci_legacy.o CC [M] drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.o CC drivers/hwmon/w83l785ts.o CC drivers/hwmon/wm831x-hwmon.o CC drivers/pci/setup-bus.o CC [M] drivers/hwmon/w83792d.o CC drivers/pci/vpd.o CC [M] drivers/iio/dac/ad5755.o CC [M] fs/ubifs/tnc_commit.o /home/kisskb/slave/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_set_power_mode': /home/kisskb/slave/src/drivers/input/mouse/cyapa_gen3.c:970:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/iio/imu/kmx61.o CC [M] drivers/iio/dac/ad5764.o CC [M] drivers/iio/dac/ad7303.o CC drivers/video/of_videomode.o CC [M] drivers/virtio/virtio_input.o LD drivers/input/input-core.o /home/kisskb/slave/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_get_device_name': /home/kisskb/slave/src/drivers/hid/hid-logitech-hidpp.c:538:15: warning: '__name_length' may be used uninitialized in this function [-Wuninitialized] LD crypto/rsa_generic.o CC [M] drivers/iio/dac/max517.o CC [M] drivers/iio/dac/max5821.o CC [M] drivers/power/lp8788-charger.o CC [M] fs/ubifs/compress.o CC drivers/pci/vc.o CC [M] drivers/hid/hid-twinhan.o LD drivers/misc/eeprom/built-in.o CC [M] drivers/iio/gyro/itg3200_buffer.o CC drivers/pci/slot.o CC [M] drivers/power/bq24190_charger.o CC [M] drivers/leds/leds-wm831x-status.o CC [M] drivers/power/max77693_charger.o CC [M] drivers/input/mouse/psmouse-base.o CC [M] drivers/hid/hid-xinmo.o LD drivers/leds/trigger/built-in.o CC [M] drivers/input/misc/88pm80x_onkey.o LD drivers/misc/cb710/cb710.o LD drivers/pci/host/built-in.o CC [M] drivers/input/misc/ad714x-spi.o LOGO drivers/video/logo/logo_superh_mono.c CC [M] drivers/hid/hid-zpff.o CC drivers/gpu/drm/drm_dma.o CC [M] drivers/iio/light/cm32181.o LOGO drivers/video/logo/clut_vga16.c CC [M] drivers/input/misc/adxl34x.o LD drivers/misc/cb710/built-in.o CC drivers/uwb/drp.o CC [M] drivers/input/misc/adxl34x-spi.o CC drivers/uwb/drp-avail.o LD kernel/time/built-in.o CC [M] drivers/leds/leds-pwm.o CC drivers/uwb/drp-ie.o LOGO drivers/video/logo/logo_blackfin_vga16.c CC [M] drivers/input/misc/bma150.o CC [M] drivers/mtd/tests/nandbiterrs.o LOGO drivers/video/logo/logo_linux_vga16.c LD drivers/iio/pressure/built-in.o LOGO drivers/video/logo/logo_superh_vga16.c CC [M] drivers/iio/pressure/bmp280.o CC [M] drivers/hwmon/w83795.o LD [M] drivers/thunderbolt/thunderbolt.o LOGO drivers/video/logo/logo_blackfin_clut224.c CC drivers/misc/genwqe/card_ddcb.o CC [M] drivers/iio/pressure/hid-sensor-press.o CC drivers/uwb/est.o CC [M] drivers/iio/pressure/mpl115.o CC drivers/uwb/ie.o LOGO drivers/video/logo/logo_dec_clut224.c LOGO drivers/video/logo/logo_linux_clut224.c LOGO drivers/video/logo/logo_m32r_clut224.c CC [M] drivers/mmc/core/sd_ops.o LOGO drivers/video/logo/logo_mac_clut224.c CC [M] drivers/w1/slaves/w1_ds2433.o CC [M] drivers/hid/hid-zydacron.o CC [M] drivers/input/misc/cma3000_d0x.o CC [M] drivers/w1/slaves/w1_ds2780.o LOGO drivers/video/logo/logo_sgi_clut224.c LOGO drivers/video/logo/logo_parisc_clut224.c CC [M] drivers/w1/slaves/w1_ds2781.o CC [M] drivers/power/smb347-charger.o LOGO drivers/video/logo/logo_sun_clut224.c CC [M] drivers/hid/wacom_wac.o LOGO drivers/video/logo/logo_superh_clut224.c CC [M] drivers/iio/light/cm3232.o CC [M] drivers/hid/wacom_sys.o CC [M] drivers/iio/light/cm36651.o CC drivers/misc/genwqe/card_sysfs.o CC drivers/video/fbdev/core/fb_notify.o CC [M] drivers/iio/magnetometer/st_magn_spi.o CC drivers/video/logo/logo_spe_clut224.o CC [M] drivers/iio/gyro/ssp_gyro_sensor.o CC [M] drivers/iio/light/gp2ap020a00f.o CC drivers/video/fbdev/core/fb_cmdline.o LD drivers/iio/proximity/built-in.o CC [M] drivers/hwmon/w83781d.o CC [M] drivers/iio/gyro/st_gyro_core.o CC [M] drivers/iio/light/hid-sensor-prox.o CC [M] drivers/hid/hid-waltop.o CC [M] drivers/iio/industrialio-core.o CC [M] drivers/hwmon/w83791d.o CC drivers/video/fbdev/core/fbmon.o CC drivers/video/fbdev/core/fbmem.o CC drivers/gpu/drm/drm_fops.o CC [M] drivers/iio/magnetometer/bmc150_magn.o LD drivers/iio/trigger/built-in.o LD drivers/iio/temperature/built-in.o CC [M] drivers/iio/industrialio-event.o CC drivers/gpio/gpio-sch311x.o CC [M] drivers/iio/temperature/tmp006.o CC [M] drivers/hid/hid-sensor-hub.o /home/kisskb/slave/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_flash_write': /home/kisskb/slave/src/drivers/hid/hid-picolcd_debugfs.c:312:10: warning: 'err' may be used uninitialized in this function [-Wuninitialized] CC drivers/of/of_mtd.o LD [M] drivers/iio/imu/adis16400.o CC [M] drivers/input/misc/e3x0-button.o CC [M] drivers/input/misc/drv260x.o LD lib/built-in.o CC [M] drivers/power/axp288_fuel_gauge.o CC [M] drivers/iio/inkern.o CC [M] drivers/leds/leds-mc13783.o CC drivers/spi/spi-dw-mid.o CC drivers/video/fbdev/core/fbcmap.o CC drivers/input/joystick/grip_mp.o CC [M] drivers/leds/leds-pm8941-wled.o CC drivers/gpio/gpio-tps65910.o CC [M] fs/ubifs/lpt.o CC drivers/spi/spi-fsl-lib.o CC [M] drivers/leds/leds-dac124s085.o LD crypto/asymmetric_keys/pkcs7_message.o LD [M] drivers/mtd/tests/mtd_oobtest.o LD drivers/video/fbdev/mb862xx/built-in.o LD drivers/video/fbdev/kyro/built-in.o LD drivers/video/logo/built-in.o CC [M] fs/ubifs/lprops.o CC drivers/mfd/stmpe.o LD [M] drivers/mtd/tests/mtd_pagetest.o CC [M] drivers/video/fbdev/mb862xx/mb862xxfbdrv.o CC drivers/regulator/da9055-regulator.o CC drivers/video/fbdev/matrox/matroxfb_base.o CC [M] drivers/iio/gyro/st_gyro_buffer.o LD drivers/leds/built-in.o CC drivers/video/backlight/lm3630a_bl.o CC drivers/mfd/arizona-core.o CC [M] drivers/hwmon/ad7314.o CC [M] drivers/video/fbdev/kyro/STG4000Ramdac.o CC drivers/input/joystick/iforce/iforce-ff.o CC drivers/video/backlight/lm3639_bl.o LD drivers/hid/i2c-hid/built-in.o LD drivers/power/power_supply.o CC [M] drivers/mmc/host/sdhci-pltfm.o CC [M] drivers/hwmon/ad7418.o CC drivers/input/joystick/iforce/iforce-main.o CC [M] drivers/hid/i2c-hid/i2c-hid.o CC [M] drivers/iio/industrialio-buffer.o CC drivers/pci/hotplug/pci_hotplug_core.o CC [M] drivers/iio/industrialio-trigger.o LD [M] drivers/hid/hid.o CC [M] drivers/hwmon/da9055-hwmon.o CC [M] drivers/hwmon/adm1026.o CC drivers/input/joystick/iforce/iforce-packets.o CC drivers/pci/hotplug/cpci_hotplug_core.o CC drivers/video/backlight/lp855x_bl.o CC [M] drivers/mmc/host/sdhci-of-arasan.o LD crypto/asymmetric_keys/x509_key_parser.o CC drivers/i2c/busses/i2c-isch.o CC [M] drivers/mmc/host/sdhci-of-esdhc.o CC [M] drivers/hwmon/emc1403.o CC [M] drivers/iio/gyro/st_gyro_i2c.o LD crypto/asymmetric_keys/built-in.o CC drivers/mfd/arizona-irq.o CC drivers/spi/spi-fsl-spi.o CC [M] drivers/hwmon/emc2103.o CC drivers/video/fbdev/core/fbsysfs.o CC drivers/video/fbdev/core/modedb.o CC [M] drivers/input/mouse/synaptics.o CC [M] drivers/hwmon/hih6130.o LD crypto/built-in.o CC [M] drivers/hwmon/gl518sm.o CC [M] drivers/hwmon/htu21.o LD [M] drivers/iio/common/st_sensors/st_sensors.o CC drivers/input/joystick/interact.o LD [M] drivers/mtd/tests/mtd_readtest.o CC drivers/input/joystick/magellan.o LD [M] drivers/mtd/tests/mtd_speedtest.o CC [M] drivers/iio/gyro/st_gyro_spi.o LD [M] drivers/iio/imu/inv_mpu6050/inv-mpu6050.o LD [M] drivers/mtd/tests/mtd_stresstest.o CC drivers/i2c/busses/i2c-nforce2.o CC drivers/input/joystick/sidewinder.o CC [M] drivers/hwmon/i5k_amb.o /home/kisskb/slave/src/drivers/pci/vc.c: In function 'pci_vc_enable': /home/kisskb/slave/src/include/linux/pci.h:905:2: warning: 'ctrl_pos2' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/pci/vc.c:106:47: note: 'ctrl_pos2' was declared here CC drivers/pci/hotplug/cpci_hotplug_pci.o CC drivers/pci/hotplug-pci.o LD [M] drivers/hid/hid-logitech.o CC drivers/i2c/busses/i2c-sis5595.o LD drivers/iio/common/built-in.o CC [M] drivers/input/mouse/focaltech.o CC drivers/gpio/gpio-tps65912.o CC drivers/pci/ats.o LD drivers/iio/imu/built-in.o CC drivers/gpio/gpio-vx855.o CC drivers/pci/iov.o CC [M] drivers/input/mouse/elantech.o CC [M] drivers/hwmon/iio_hwmon.o CC [M] drivers/iio/buffer_cb.o CC drivers/pci/syscall.o CC [M] drivers/input/mouse/logips2pp.o LD [M] drivers/iio/magnetometer/st_magn.o CC drivers/pci/pcie/aspm.o CC drivers/regulator/da9210-regulator.o CC drivers/video/fbdev/core/fbcvt.o CC drivers/pci/of.o CC drivers/regulator/hi6421-regulator.o /home/kisskb/slave/src/drivers/power/lp8788-charger.c: In function 'lp8788_set_irqs': /home/kisskb/slave/src/drivers/power/lp8788-charger.c:515:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC drivers/regulator/lp8788-buck.o CC drivers/video/fbdev/aty/radeon_base.o CC [M] drivers/hwmon/ina2xx.o /home/kisskb/slave/src/drivers/video/fbdev/aty/aty128fb.c: In function 'aty128_var_to_pll': /home/kisskb/slave/src/drivers/video/fbdev/aty/aty128fb.c:1402:4: warning: 'output_freq' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/input/misc/gp2ap002a00f.o CC drivers/video/fbdev/aty/radeon_pm.o CC [M] drivers/hwmon/jc42.o CC drivers/input/touchscreen/bu21013_ts.o CC [M] fs/ubifs/recovery.o LD [M] drivers/iio/gyro/itg3200.o LD drivers/vme/built-in.o CC drivers/regulator/lp8788-ldo.o LD drivers/mmc/host/built-in.o CC [M] drivers/input/mouse/trackpoint.o LD [M] drivers/iio/imu/adis_lib.o CC [M] drivers/input/mouse/touchkit_ps2.o CC [M] drivers/input/misc/max8997_haptic.o CC drivers/regulator/max8925-regulator.o LD [M] drivers/mtd/onenand/onenand.o CC [M] drivers/video/fbdev/mb862xx/mb862xxfb_accel.o CC [M] drivers/video/fbdev/mb862xx/mb862xx-i2c.o CC drivers/regulator/max8952.o CC drivers/video/backlight/max8925_bl.o CC drivers/input/touchscreen/cyttsp_core.o CC [M] drivers/hwmon/lm63.o CC drivers/regulator/max77802.o CC drivers/mfd/wm5102-tables.o CC drivers/regulator/pfuze100-regulator.o CC drivers/video/fbdev/core/fb_defio.o CC drivers/pci/pcie/portdrv_core.o CC drivers/regulator/pwm-regulator.o CC drivers/regulator/rt5033-regulator.o LD [M] drivers/hid/hid-picolcd.o CC [M] drivers/iio/industrialio-triggered-buffer.o CC drivers/uwb/ie-rcv.o CC [M] drivers/iio/pressure/mpl3115.o CC drivers/video/fbdev/aty/radeon_monitor.o CC drivers/video/fbdev/aty/radeon_accel.o LD drivers/power/built-in.o CC [M] drivers/iio/pressure/ms5611_core.o CC drivers/gpio/gpio-wm831x.o CC [M] drivers/iio/pressure/ms5611_i2c.o CC [M] drivers/input/misc/mc13783-pwrbutton.o CC [M] drivers/iio/light/isl29125.o CC [M] drivers/mmc/core/sdio.o CC drivers/video/fbdev/core/cfbfillrect.o CC [M] drivers/iio/kfifo_buf.o CC [M] drivers/iio/light/tsl2563.o CC drivers/gpio/gpio-xilinx.o LD [M] drivers/w1/wire.o CC drivers/video/backlight/wm831x_bl.o CC [M] drivers/iio/light/stk3310.o CC drivers/of/of_reserved_mem.o CC [M] drivers/input/misc/mma8450.o CC [M] fs/ubifs/ioctl.o CC [M] drivers/gpio/gpio-amd8111.o CC [M] drivers/hwmon/lm77.o CC drivers/video/fbdev/core/cfbcopyarea.o CC [M] drivers/hwmon/lm78.o CC drivers/gpu/drm/drm_gem.o CC drivers/misc/genwqe/card_debugfs.o CC [M] drivers/w1/slaves/w1_bq27000.o CC drivers/misc/genwqe/card_utils.o CC [M] drivers/hwmon/lm80.o CC [M] drivers/hwmon/lm90.o CC [M] drivers/iio/light/tcs3414.o CC [M] drivers/hwmon/ltc4151.o CC [M] drivers/iio/light/tcs3472.o CC drivers/gpu/drm/drm_ioctl.o CC drivers/video/fbdev/matrox/matroxfb_accel.o CC drivers/gpu/drm/drm_irq.o CC drivers/pci/pcie/portdrv_pci.o CC [M] drivers/hwmon/ltc4222.o LD [M] drivers/mtd/tests/mtd_subpagetest.o CC [M] drivers/w1/slaves/w1_ds28e04.o LD [M] drivers/mtd/tests/mtd_torturetest.o LD drivers/vhost/vhost_net.o CC [M] drivers/input/misc/mpu3050.o /home/kisskb/slave/src/drivers/power/bq24190_charger.c: In function 'bq24190_charger_set_charge_type.isra.15': /home/kisskb/slave/src/drivers/power/bq24190_charger.c:622:7: warning: 'en_term' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/power/bq24190_charger.c:615:7: warning: 'force_20pct' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/input/misc/palmas-pwrbutton.o CC [M] fs/ubifs/lpt_commit.o CC drivers/gpu/drm/drm_lock.o LD [M] drivers/mtd/tests/mtd_nandbiterrs.o CC drivers/i2c/busses/i2c-sis96x.o CC [M] drivers/input/misc/pcf50633-input.o CC [M] fs/ubifs/tnc_misc.o CC drivers/gpu/drm/drm_memory.o CC drivers/video/fbdev/matrox/matroxfb_DAC1064.o CC drivers/uwb/lc-dev.o CC [M] drivers/video/backlight/ams369fg06.o CC drivers/i2c/busses/i2c-designware-core.o CC drivers/uwb/lc-rc.o CC [M] drivers/video/backlight/lcd.o CC drivers/uwb/neh.o CC drivers/video/fbdev/matrox/matroxfb_Ti3026.o CC drivers/gpu/drm/drm_drv.o CC drivers/i2c/busses/i2c-designware-pcidrv.o CC drivers/uwb/pal.o CC [M] drivers/pci/hotplug/shpchp_core.o CC [M] drivers/gpio/gpio-arizona.o CC [M] drivers/iio/pressure/ms5611_spi.o CC drivers/uwb/radio.o CC [M] fs/ubifs/xattr.o CC [M] drivers/video/backlight/ili9320.o CC drivers/gpu/drm/drm_vm.o CC drivers/video/fbdev/core/cfbimgblt.o CC [M] drivers/mmc/core/sdio_ops.o CC drivers/video/fbdev/core/sysfillrect.o CC drivers/uwb/reset.o CC [M] drivers/gpio/gpio-da9052.o CC drivers/video/fbdev/core/syscopyarea.o CC drivers/spi/spi-sc18is602.o CC [M] drivers/input/misc/pcf8574_keypad.o CC [M] drivers/hwmon/ltc4245.o CC [M] drivers/input/misc/pwm-beeper.o /home/kisskb/slave/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_rmmap_locked': /home/kisskb/slave/src/drivers/gpu/drm/drm_bufs.c:466:4: warning: 'master' may be used uninitialized in this function [-Wuninitialized] CC drivers/uwb/rsv.o CC [M] drivers/spi/spi-altera.o CC [M] drivers/mmc/core/sdio_bus.o LD [M] drivers/virtio/virtio_pci.o CC [M] drivers/hwmon/max197.o CC [M] drivers/spi/spi-bitbang.o CC [M] drivers/spi/spi-butterfly.o CC [M] drivers/mmc/core/sdio_cis.o CC drivers/regulator/s2mps11.o CC [M] drivers/hwmon/max6642.o CC drivers/regulator/tps62360-regulator.o CC [M] drivers/mmc/core/sdio_io.o CC [M] drivers/spi/spi-cadence.o CC [M] drivers/hwmon/menf21bmc_hwmon.o CC [M] drivers/hwmon/pwm-fan.o CC [M] drivers/spi/spi-gpio.o CC drivers/uwb/scan.o CC [M] drivers/hwmon/sht21.o CC drivers/pci/pcie/portdrv_bus.o CC [M] drivers/input/misc/regulator-haptic.o LD [M] drivers/iio/gyro/st_gyro.o CC [M] drivers/input/misc/twl6040-vibra.o CC drivers/video/fbdev/aty/radeon_backlight.o CC [M] drivers/gpio/gpio-grgpio.o CC [M] drivers/input/mouse/cypress_ps2.o CC [M] drivers/gpio/gpio-janz-ttl.o CC drivers/input/joystick/spaceball.o CC [M] drivers/input/mouse/sermouse.o CC drivers/uwb/uwb-debug.o CC [M] drivers/video/backlight/l4f00242t03.o CC [M] drivers/video/fbdev/aty/atyfb_base.o LD net/xfrm/built-in.o CC [M] drivers/input/mouse/vsxxxaa.o CC drivers/uwb/uwbd.o CC [M] drivers/uwb/umc-bus.o CC [M] drivers/video/backlight/lms283gf05.o CC drivers/input/joystick/spaceorb.o /home/kisskb/slave/src/drivers/regulator/max8925-regulator.c: In function 'max8925_regulator_probe': /home/kisskb/slave/src/drivers/regulator/max8925-regulator.c:309:2: warning: 'regulator_idx' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/regulator/max8925-regulator.c:313:45: warning: 'ri' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/spi/spi-lm70llp.o CC drivers/regulator/tps65090-regulator.o CC [M] drivers/hwmon/smm665.o CC [M] drivers/video/backlight/platform_lcd.o CC [M] drivers/spi/spi-oc-tiny.o CC [M] drivers/video/fbdev/kyro/STG4000VTG.o CC [M] fs/ubifs/debug.o CC drivers/input/joystick/tmdc.o LD drivers/input/misc/built-in.o CC [M] drivers/video/fbdev/aty/mach64_accel.o CC [M] drivers/regulator/virtual.o CC [M] drivers/video/fbdev/aty/mach64_cursor.o CC [M] drivers/regulator/userspace-consumer.o CC [M] drivers/video/fbdev/aty/mach64_gx.o CC drivers/video/fbdev/core/sysimgblt.o LD [M] drivers/thermal/thermal_sys.o CC [M] drivers/mmc/core/sdio_irq.o CC [M] drivers/input/joystick/a3d.o LD drivers/input/joystick/iforce/iforce.o CC [M] drivers/video/fbdev/aty/mach64_ct.o CC [M] drivers/spi/spi-pxa2xx.o CC [M] drivers/regulator/88pm800.o LD drivers/input/joystick/iforce/built-in.o CC [M] drivers/regulator/ad5398.o CC [M] drivers/mmc/core/quirks.o CC [M] drivers/uwb/umc-dev.o CC [M] drivers/mmc/core/slot-gpio.o LD [M] drivers/mtd/ubi/ubi.o CC [M] drivers/gpio/gpio-kempld.o CC drivers/input/touchscreen/cyttsp4_core.o CC [M] drivers/hwmon/amc6821.o CC [M] drivers/uwb/umc-drv.o CC [M] drivers/spi/spi-pxa2xx-dma.o CC [M] drivers/video/fbdev/kyro/STG4000OverlayDevice.o CC [M] drivers/gpio/gpio-ml-ioh.o CC drivers/input/touchscreen/cyttsp4_spi.o CC [M] drivers/input/joystick/adi.o CC drivers/video/fbdev/matrox/matroxfb_misc.o LD drivers/video/fbdev/savage/built-in.o CC [M] drivers/video/fbdev/kyro/STG4000InitDevice.o CC [M] drivers/regulator/da9211-regulator.o CC [M] drivers/video/fbdev/kyro/fbdev.o CC drivers/i2c/busses/i2c-mpc.o LD drivers/video/fbdev/omap2/dss/built-in.o LD drivers/video/fbdev/riva/built-in.o LD drivers/video/fbdev/omap2/displays-new/built-in.o CC [M] drivers/video/fbdev/savage/savagefb_driver.o CC [M] drivers/hwmon/tc74.o CC drivers/video/fbdev/core/fb_sys_fops.o CC drivers/video/fbdev/core/svgalib.o AR lib/lib.a CC [M] drivers/video/fbdev/riva/fbdev.o LD drivers/video/fbdev/omap2/built-in.o CC [M] drivers/hwmon/tmp103.o CC drivers/video/fbdev/macmodes.o CC [M] drivers/video/backlight/s6e63m0.o CC drivers/video/fbdev/cyber2000fb.o CC drivers/video/fbdev/i740fb.o CC drivers/i2c/busses/i2c-pca-platform.o CC [M] drivers/video/backlight/vgg2432a4.o CC [M] drivers/regulator/fan53555.o CC [M] drivers/gpio/gpio-pca953x.o CC drivers/video/fbdev/sis/sis_main.o CC [M] drivers/hwmon/tmp401.o CC drivers/video/fbdev/sis/sis_accel.o CC [M] drivers/spi/spi-tle62x0.o CC drivers/video/fbdev/s3fb.o CC drivers/i2c/busses/i2c-xiic.o LD drivers/gpio/built-in.o CC [M] drivers/hwmon/via686a.o CC drivers/video/fbdev/arkfb.o CC [M] drivers/i2c/busses/i2c-ali15x3.o CC drivers/video/fbdev/sis/init.o CC [M] drivers/regulator/lp3972.o CC [M] drivers/hwmon/w83l786ng.o CC [M] drivers/pci/hotplug/shpchp_ctrl.o CC drivers/video/fbdev/asiliantfb.o CC [M] drivers/regulator/lp8755.o CC [M] drivers/regulator/max8660.o LD drivers/vhost/built-in.o LD drivers/hwmon/built-in.o CC drivers/mfd/wm5110-tables.o CC drivers/mfd/wm831x-core.o CC [M] drivers/i2c/busses/i2c-amd8111.o CC drivers/video/fbdev/core/fb_ddc.o CC [M] drivers/video/fbdev/savage/savagefb_accel.o CC [M] drivers/regulator/max8907-regulator.o CC drivers/video/fbdev/broadsheetfb.o CC drivers/mfd/wm831x-irq.o CC [M] drivers/i2c/busses/i2c-sis630.o CC drivers/gpu/drm/drm_agpsupport.o CC [M] drivers/regulator/max8973-regulator.o LD drivers/of/built-in.o /home/kisskb/slave/src/drivers/gpio/gpio-grgpio.c: In function 'grgpio_irq_unmap': /home/kisskb/slave/src/drivers/gpio/gpio-grgpio.c:326:27: warning: 'lirq' may be used uninitialized in this function [-Wuninitialized] CC drivers/mfd/wm831x-otp.o CC [M] drivers/input/joystick/grip.o CC drivers/gpu/drm/drm_scatter.o CC drivers/gpu/drm/drm_pci.o CC [M] drivers/video/fbdev/riva/riva_hw.o CC [M] drivers/spi/spi-xilinx.o CC [M] drivers/input/joystick/guillemot.o CC drivers/input/touchscreen/da9052_tsi.o CC [M] drivers/video/backlight/adp8860_bl.o CC drivers/mfd/wm831x-auxadc.o CC drivers/video/fbdev/matrox/i2c-matroxfb.o CC [M] drivers/input/joystick/joydump.o CC [M] drivers/uwb/whci.o CC drivers/video/fbdev/sis/init301.o CC [M] drivers/video/fbdev/riva/nv_driver.o CC [M] drivers/i2c/busses/i2c-viapro.o CC drivers/video/fbdev/sis/initextlfb.o CC drivers/video/fbdev/s1d13xxxfb.o CC [M] drivers/uwb/whc-rc.o CC [M] drivers/i2c/busses/i2c-powermac.o CC drivers/gpu/drm/drm_platform.o CC drivers/input/touchscreen/dynapro.o LD drivers/w1/built-in.o CC drivers/gpu/drm/drm_sysfs.o CC drivers/mfd/wm831x-i2c.o CC [M] drivers/pci/hotplug/shpchp_pci.o CC [M] drivers/i2c/busses/i2c-gpio.o CC drivers/input/touchscreen/edt-ft5x06.o /home/kisskb/slave/src/drivers/regulator/s2mps11.c: In function 's2mps11_set_ramp_delay': /home/kisskb/slave/src/drivers/regulator/s2mps11.c:228:56: warning: 'ramp_shift' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/regulator/max77686.o CC [M] drivers/video/backlight/adp8870_bl.o CC [M] drivers/pci/hotplug/shpchp_sysfs.o CC [M] drivers/pci/hotplug/shpchp_hpc.o CC [M] drivers/regulator/max77693.o CC [M] drivers/video/backlight/gpio_backlight.o CC [M] drivers/i2c/busses/i2c-simtec.o CC [M] drivers/spi/spi-zynqmp-gqspi.o LD [M] drivers/misc/altera-stapl/altera-stapl.o CC drivers/mfd/wm831x-spi.o CC [M] drivers/i2c/busses/i2c-parport.o CC [M] drivers/i2c/busses/i2c-parport-light.o CC [M] drivers/i2c/busses/i2c-opal.o LD drivers/spi/spi-dw-midpci.o LD drivers/net/built-in.o CC drivers/mfd/tps6507x.o CC drivers/gpu/drm/drm_hashtab.o LD drivers/i2c/busses/i2c-designware-pci.o LD drivers/spi/built-in.o CC [M] drivers/regulator/mc13892-regulator.o CC drivers/mfd/tps65910.o CC [M] drivers/mmc/core/pwrseq_simple.o CC [M] drivers/mmc/core/pwrseq.o LD drivers/iio/built-in.o CC [M] drivers/regulator/mc13xxx-regulator-core.o CC [M] drivers/mmc/core/pwrseq_emmc.o CC [M] drivers/mmc/core/debugfs.o CC drivers/gpu/drm/drm_mm.o CC [M] drivers/regulator/pcf50633-regulator.o CC [M] drivers/input/joystick/turbografx.o CC drivers/input/touchscreen/hampshire.o CC drivers/input/touchscreen/gunze.o CC [M] drivers/input/joystick/warrior.o CC [M] drivers/video/backlight/lm3533_bl.o LD drivers/input/mouse/cyapatp.o CC drivers/mfd/tps65912-core.o CC drivers/video/fbdev/offb.o CC drivers/input/touchscreen/eeti_ts.o CC [M] drivers/video/backlight/pcf50633-backlight.o CC [M] drivers/regulator/rn5t618-regulator.o CC drivers/gpu/drm/drm_crtc.o CC drivers/input/touchscreen/elants_i2c.o CC drivers/mfd/tps65912-irq.o CC drivers/gpu/drm/drm_modes.o CC [M] drivers/video/backlight/pwm_bl.o CC [M] drivers/video/backlight/tps65217_bl.o LD drivers/input/mouse/built-in.o CC [M] drivers/regulator/tps6105x-regulator.o CC drivers/input/touchscreen/elo.o CC drivers/mfd/twl6040.o CC drivers/mfd/tps65912-spi.o CC drivers/mfd/mfd-core.o CC [M] drivers/regulator/tps65217-regulator.o CC drivers/gpu/drm/drm_edid.o LD drivers/video/backlight/built-in.o CC drivers/video/fbdev/ssd1307fb.o CC drivers/input/touchscreen/egalax_ts.o CC drivers/gpu/drm/drm_info.o CC drivers/mfd/smsc-ece1099.o CC drivers/gpu/drm/drm_debugfs.o CC drivers/video/fbdev/vfb.o CC drivers/mfd/da9052-irq.o CC drivers/gpu/drm/drm_encoder_slave.o CC drivers/gpu/drm/drm_trace_points.o CC [M] drivers/regulator/tps65910-regulator.o CC drivers/input/touchscreen/inexio.o CC drivers/mfd/da9052-core.o CC [M] drivers/video/fbdev/pm2fb.o CC [M] drivers/regulator/tps65912-regulator.o CC drivers/mfd/da9052-i2c.o CC drivers/gpu/drm/drm_global.o CC [M] drivers/video/fbdev/tdfxfb.o CC drivers/gpu/drm/drm_prime.o LD drivers/pci/pcie/pcieportdrv.o CC drivers/mfd/axp20x.o CC drivers/input/touchscreen/mcs5000_ts.o CC [M] drivers/regulator/wm831x-dcdc.o CC drivers/gpu/drm/drm_rect.o CC [M] drivers/video/fbdev/vt8623fb.o CC drivers/mfd/lp3943.o CC [M] drivers/regulator/wm831x-isink.o CC [M] drivers/regulator/wm831x-ldo.o CC [M] drivers/video/fbdev/tridentfb.o CC drivers/gpu/drm/drm_vma_manager.o CC drivers/mfd/lp8788.o CC drivers/input/touchscreen/mtouch.o CC drivers/gpu/drm/drm_flip_work.o CC drivers/mfd/lp8788-irq.o LD drivers/misc/genwqe/genwqe_card.o CC [M] drivers/video/fbdev/sstfb.o CC drivers/input/touchscreen/mk712.o CC [M] drivers/video/fbdev/gxt4500.o CC drivers/gpu/drm/drm_modeset_lock.o CC drivers/input/touchscreen/stmpe-ts.o CC drivers/gpu/drm/drm_atomic.o CC [M] drivers/video/fbdev/sm501fb.o CC drivers/mfd/da9055-core.o CC drivers/input/touchscreen/tsc40.o LD drivers/pci/hotplug/pci_hotplug.o LD drivers/misc/genwqe/built-in.o CC drivers/input/touchscreen/tsc2005.o CC [M] drivers/video/fbdev/carminefb.o CC drivers/mfd/da9055-i2c.o CC [M] drivers/video/fbdev/ocfb.o LD drivers/pci/hotplug/built-in.o CC drivers/gpu/drm/drm_bridge.o CC drivers/input/touchscreen/sx8654.o LD drivers/misc/built-in.o CC drivers/mfd/max77686.o CC drivers/gpu/drm/drm_ioc32.o CC drivers/gpu/drm/ati_pcigart.o CC drivers/mfd/max77693.o CC drivers/input/touchscreen/zforce_ts.o CC drivers/gpu/drm/drm_panel.o CC drivers/mfd/max8907.o CC drivers/mfd/max8925-core.o CC drivers/gpu/drm/drm_of.o CC [M] drivers/input/touchscreen/ad7879.o CC drivers/gpu/drm/drm_mipi_dsi.o CC drivers/mfd/max8925-i2c.o LD [M] drivers/uwb/umc.o CC [M] drivers/input/touchscreen/ad7879-i2c.o CC [M] drivers/input/touchscreen/ad7879-spi.o CC [M] drivers/input/touchscreen/atmel_mxt_ts.o CC drivers/mfd/max8997.o CC [M] drivers/input/touchscreen/auo-pixcir-ts.o CC drivers/mfd/max8997-irq.o CC drivers/mfd/lpc_sch.o CC [M] drivers/input/touchscreen/chipone_icn8318.o LD drivers/input/joystick/built-in.o CC [M] drivers/input/touchscreen/cyttsp_i2c.o LD [M] drivers/input/mouse/psmouse.o CC drivers/gpu/drm/bridge/ps8622.o CC drivers/gpu/drm/bridge/ptn3460.o LD drivers/gpu/drm/ast/built-in.o CC [M] drivers/input/touchscreen/cyttsp_i2c_common.o CC drivers/gpu/drm/panel/panel-ld9040.o LD drivers/pci/pcie/built-in.o LD drivers/gpu/drm/cirrus/built-in.o CC drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.o CC drivers/mfd/rdc321x-southbridge.o CC drivers/gpu/drm/bochs/bochs_drv.o CC [M] drivers/gpu/drm/ast/ast_drv.o CC drivers/gpu/drm/i2c/adv7511.o LD drivers/gpu/drm/mga/built-in.o CC [M] drivers/gpu/drm/cirrus/cirrus_main.o CC [M] drivers/gpu/drm/panel/panel-s6e8aa0.o CC [M] drivers/gpu/drm/ast/ast_main.o CC drivers/gpu/drm/i2c/ch7006_drv.o CC [M] drivers/input/touchscreen/cyttsp4_i2c.o CC [M] drivers/gpu/drm/cirrus/cirrus_mode.o CC [M] drivers/gpu/drm/mga/mga_drv.o CC drivers/mfd/janz-cmodio.o CC [M] drivers/gpu/drm/cirrus/cirrus_drv.o CC [M] drivers/gpu/drm/mga/mga_dma.o CC drivers/gpu/drm/i2c/ch7006_mode.o CC drivers/gpu/drm/r128/r128_drv.o CC drivers/gpu/drm/bochs/bochs_mm.o LD [M] drivers/iio/industrialio.o CC drivers/mfd/vx855.o CC [M] drivers/input/touchscreen/ili210x.o CC [M] drivers/gpu/drm/mga/mga_state.o CC [M] drivers/input/touchscreen/goodix.o CC drivers/gpu/drm/i2c/tda998x_drv.o CC [M] drivers/input/touchscreen/max11801_ts.o CC drivers/mfd/tps65090.o CC [M] drivers/gpu/drm/ast/ast_mode.o CC [M] drivers/input/touchscreen/penmount.o CC [M] drivers/input/touchscreen/ti_am335x_tsc.o CC drivers/gpu/drm/savage/savage_drv.o CC [M] drivers/gpu/drm/ast/ast_fb.o CC drivers/mfd/palmas.o CC [M] drivers/gpu/drm/cirrus/cirrus_fbdev.o CC [M] drivers/gpu/drm/ast/ast_ttm.o CC drivers/gpu/drm/bochs/bochs_kms.o CC drivers/gpu/drm/savage/savage_bci.o CC drivers/gpu/drm/savage/savage_state.o CC [M] drivers/gpu/drm/cirrus/cirrus_ttm.o CC drivers/gpu/drm/bochs/bochs_fbdev.o CC [M] drivers/input/touchscreen/touchwin.o CC drivers/gpu/drm/bochs/bochs_hw.o LD drivers/gpu/drm/tilcdc/built-in.o CC drivers/mfd/rk808.o CC [M] drivers/gpu/drm/mga/mga_warp.o CC [M] drivers/gpu/drm/mga/mga_irq.o CC drivers/mfd/sec-core.o CC drivers/gpu/drm/tdfx/tdfx_drv.o CC [M] drivers/input/touchscreen/tsc2007.o CC [M] drivers/gpu/drm/ast/ast_post.o CC [M] drivers/gpu/drm/mga/mga_ioc32.o CC drivers/mfd/sec-irq.o CC [M] drivers/input/touchscreen/wacom_i2c.o CC [M] drivers/gpu/drm/ast/ast_dp501.o CC drivers/mfd/syscon.o CC [M] drivers/input/touchscreen/wm831x-ts.o LD drivers/regulator/built-in.o CC drivers/gpu/drm/r128/r128_cce.o CC [M] drivers/input/touchscreen/tps6507x-ts.o CC drivers/mfd/lm3533-core.o CC drivers/gpu/drm/r128/r128_state.o CC drivers/gpu/drm/r128/r128_irq.o CC drivers/mfd/lm3533-ctrlbank.o CC drivers/gpu/drm/r128/r128_ioc32.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_drv.o CC drivers/mfd/menf21bmc.o CC drivers/mfd/hi6421-pmic-core.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_device.o LD drivers/gpu/drm/via/built-in.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_kms.o CC drivers/mfd/rt5033.o CC [M] drivers/gpu/drm/via/via_irq.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.o CC drivers/gpu/drm/ttm/ttm_agp_backend.o CC drivers/mfd/intel_soc_pmic_core.o CC [M] drivers/gpu/drm/via/via_drv.o LD drivers/uwb/uwb.o CC drivers/gpu/drm/amd/amdgpu/atombios_crtc.o CC drivers/gpu/drm/ttm/ttm_memory.o CC drivers/mfd/intel_soc_pmic_crc.o CC [M] drivers/gpu/drm/via/via_map.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.o CC drivers/gpu/drm/ttm/ttm_tt.o LD drivers/gpu/drm/drm_kms_helper.o CC [M] drivers/gpu/drm/via/via_mm.o CC drivers/gpu/drm/amd/amdgpu/atom.o CC [M] drivers/mfd/88pm800.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_fence.o CC [M] drivers/mfd/88pm80x.o LD drivers/uwb/built-in.o CC [M] drivers/mfd/88pm805.o CC [M] drivers/mfd/cros_ec.o CC drivers/gpu/drm/ttm/ttm_bo.o CC [M] drivers/gpu/drm/via/via_dma.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.o LD [M] drivers/mmc/core/mmc_core.o LD [M] drivers/video/fbdev/kyro/kyrofb.o CC [M] drivers/gpu/drm/via/via_verifier.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_object.o CC drivers/gpu/drm/ttm/ttm_bo_util.o CC [M] drivers/gpu/drm/via/via_video.o CC drivers/gpu/drm/ttm/ttm_bo_vm.o CC [M] drivers/mfd/cros_ec_i2c.o CC [M] drivers/mfd/cros_ec_spi.o CC drivers/gpu/drm/ttm/ttm_module.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_gart.o CC drivers/gpu/drm/ttm/ttm_object.o CC [M] drivers/gpu/drm/via/via_dmablit.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_display.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.o CC [M] drivers/mfd/arizona-i2c.o CC drivers/gpu/drm/ttm/ttm_lock.o CC [M] drivers/mfd/ti_am335x_tscadc.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_fb.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_gem.o CC drivers/gpu/drm/ttm/ttm_execbuf_util.o CC [M] drivers/mfd/tps6105x.o CC [M] drivers/mfd/tps65010.o CC [M] drivers/mfd/tps65217.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ring.o CC [M] drivers/mfd/tps65218.o CC [M] drivers/mfd/mc13xxx-core.o CC [M] drivers/mfd/mc13xxx-i2c.o CC [M] drivers/mfd/da9150-core.o CC drivers/gpu/drm/ttm/ttm_page_alloc.o CC [M] drivers/mfd/pcf50633-core.o CC drivers/gpu/drm/ttm/ttm_bo_manager.o CC [M] drivers/mfd/pcf50633-irq.o LD [M] drivers/video/fbdev/mb862xx/mb862xxfb.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_cs.o CC drivers/gpu/drm/ttm/ttm_page_alloc_dma.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_bios.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.o CC [M] drivers/mfd/pcf50633-gpio.o LD drivers/i2c/busses/built-in.o CC [M] drivers/mfd/kempld-core.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_test.o CC [M] drivers/mfd/lpc_ich.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_pm.o CC [M] drivers/mfd/wl1273-core.o CC drivers/gpu/drm/amd/amdgpu/atombios_dp.o CC [M] drivers/mfd/atmel-hlcdc.o CC [M] drivers/mfd/rn5t618.o LD [M] drivers/hid/wacom.o LD [M] drivers/spi/spi-pxa2xx-platform.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.o CC [M] drivers/mfd/retu-mfd.o CC [M] drivers/mfd/mt6397-core.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.o CC drivers/gpu/drm/amd/amdgpu/atombios_encoders.o LD drivers/mfd/rtsx_pci.o LD drivers/mfd/wm831x.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.o LD drivers/mfd/tps65912.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_sa.o LD drivers/mfd/da9055.o CC drivers/gpu/drm/amd/amdgpu/atombios_i2c.o LD drivers/gpu/drm/radeon/built-in.o CC [M] drivers/gpu/drm/radeon/radeon_drv.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_prime.o CC [M] drivers/gpu/drm/radeon/radeon_cp.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_vm.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ib.o CC [M] drivers/gpu/drm/radeon/radeon_state.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_pll.o /home/kisskb/slave/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c: In function 'sharp_panel_probe': /home/kisskb/slave/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c:418:19: warning: 'sharp' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/gpu/drm/radeon/radeon_mem.o CC [M] drivers/gpu/drm/radeon/radeon_irq.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.o CC [M] drivers/gpu/drm/radeon/r300_cmdbuf.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.o CC [M] drivers/gpu/drm/radeon/r600_cp.o LD drivers/video/fbdev/core/fb.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.o CC [M] drivers/gpu/drm/radeon/r600_blit.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_sync.o CC [M] drivers/gpu/drm/radeon/drm_buffer.o CC drivers/gpu/drm/amd/amdgpu/vi.o CC [M] drivers/gpu/drm/radeon/radeon_device.o CC drivers/gpu/drm/amd/amdgpu/gmc_v8_0.o CC [M] drivers/gpu/drm/radeon/radeon_asic.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_irq.o CC [M] drivers/gpu/drm/radeon/radeon_kms.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ih.o CC drivers/gpu/drm/amd/amdgpu/iceland_ih.o CC [M] drivers/gpu/drm/radeon/radeon_atombios.o CC drivers/gpu/drm/amd/amdgpu/tonga_ih.o CC [M] drivers/gpu/drm/radeon/radeon_agp.o CC drivers/gpu/drm/amd/amdgpu/cz_ih.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.o CC [M] drivers/gpu/drm/radeon/atombios_crtc.o CC [M] drivers/gpu/drm/radeon/radeon_combios.o CC drivers/gpu/drm/amd/amdgpu/cz_dpm.o CC drivers/gpu/drm/amd/amdgpu/cz_smc.o CC drivers/gpu/drm/amd/amdgpu/tonga_smc.o LD drivers/i2c/built-in.o CC [M] drivers/gpu/drm/radeon/atom.o CC drivers/gpu/drm/amd/amdgpu/tonga_dpm.o CC drivers/gpu/drm/amd/amdgpu/iceland_smc.o CC [M] drivers/gpu/drm/radeon/radeon_fence.o CC drivers/gpu/drm/amd/amdgpu/iceland_dpm.o LD drivers/mfd/intel-soc-pmic.o CC drivers/gpu/drm/amd/amdgpu/dce_v10_0.o CC [M] drivers/gpu/drm/radeon/radeon_ttm.o CC drivers/gpu/drm/amd/amdgpu/dce_v11_0.o LD drivers/mfd/max8925.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.o CC [M] drivers/gpu/drm/radeon/radeon_object.o CC drivers/gpu/drm/amd/amdgpu/gfx_v8_0.o CC [M] drivers/gpu/drm/radeon/radeon_gart.o CC drivers/gpu/drm/amd/amdgpu/sdma_v2_4.o LD drivers/gpu/drm/tdfx/tdfx.o CC [M] drivers/gpu/drm/radeon/radeon_legacy_crtc.o CC drivers/gpu/drm/amd/amdgpu/sdma_v3_0.o CC [M] drivers/gpu/drm/radeon/radeon_legacy_encoders.o CC [M] drivers/gpu/drm/radeon/radeon_connectors.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.o CC [M] drivers/gpu/drm/radeon/radeon_encoders.o CC drivers/gpu/drm/amd/amdgpu/uvd_v5_0.o CC [M] drivers/gpu/drm/radeon/radeon_display.o LD drivers/gpu/drm/tdfx/built-in.o CC drivers/gpu/drm/amd/amdgpu/uvd_v6_0.o CC [M] drivers/gpu/drm/radeon/radeon_cursor.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_vce.o LD drivers/gpu/drm/panel/built-in.o CC [M] drivers/gpu/drm/radeon/radeon_i2c.o CC drivers/gpu/drm/amd/amdgpu/vce_v3_0.o CC [M] drivers/gpu/drm/radeon/radeon_clocks.o CC [M] drivers/gpu/drm/radeon/radeon_fb.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.o CC [M] drivers/gpu/drm/radeon/radeon_gem.o CC drivers/gpu/drm/amd/amdgpu/amdgpu_mn.o CC [M] drivers/gpu/drm/radeon/radeon_ring.o CC [M] drivers/gpu/drm/radeon/radeon_irq_kms.o CC [M] drivers/gpu/drm/radeon/radeon_cs.o CC [M] drivers/gpu/drm/radeon/radeon_bios.o CC [M] drivers/gpu/drm/radeon/radeon_benchmark.o HOSTCC drivers/gpu/drm/radeon/mkregtable CC [M] drivers/gpu/drm/radeon/rs690.o CC [M] drivers/gpu/drm/radeon/r520.o CC [M] drivers/gpu/drm/radeon/r600.o CC [M] drivers/gpu/drm/radeon/rs400.o CC [M] drivers/gpu/drm/radeon/rv770.o CC [M] drivers/gpu/drm/radeon/radeon_test.o CC [M] drivers/gpu/drm/radeon/radeon_legacy_tv.o CC [M] drivers/gpu/drm/radeon/r600_blit_shaders.o CC [M] drivers/gpu/drm/radeon/radeon_pm.o CC [M] drivers/gpu/drm/radeon/atombios_dp.o CC [M] drivers/gpu/drm/radeon/r600_hdmi.o CC [M] drivers/gpu/drm/radeon/dce3_1_afmt.o CC [M] drivers/gpu/drm/radeon/evergreen.o CC [M] drivers/gpu/drm/radeon/evergreen_blit_shaders.o LD drivers/gpu/drm/bridge/built-in.o CC [M] drivers/gpu/drm/radeon/radeon_trace_points.o CC [M] drivers/gpu/drm/radeon/evergreen_hdmi.o /home/kisskb/slave/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_mem_space_debug': /home/kisskb/slave/src/drivers/gpu/drm/ttm/ttm_bo.c:72:37: warning: 'mem_type' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/gpu/drm/ttm/ttm_bo.c:88:14: note: 'mem_type' was declared here CC [M] drivers/gpu/drm/radeon/ni.o CC [M] drivers/gpu/drm/radeon/cayman_blit_shaders.o CC [M] drivers/gpu/drm/radeon/atombios_encoders.o LD drivers/gpu/drm/i2c/ch7006.o CC [M] drivers/gpu/drm/radeon/radeon_semaphore.o CC [M] drivers/gpu/drm/radeon/radeon_sa.o CC [M] drivers/gpu/drm/radeon/atombios_i2c.o CC [M] drivers/gpu/drm/radeon/si.o CC [M] drivers/gpu/drm/radeon/si_blit_shaders.o CC [M] drivers/gpu/drm/radeon/radeon_prime.o CC [M] drivers/gpu/drm/radeon/cik.o CC [M] drivers/gpu/drm/radeon/cik_blit_shaders.o LD drivers/mfd/built-in.o LD drivers/gpu/drm/bochs/bochs-drm.o CC [M] drivers/gpu/drm/radeon/r600_dpm.o LD [M] drivers/gpu/drm/cirrus/cirrus.o CC [M] drivers/gpu/drm/radeon/rs780_dpm.o CC [M] drivers/gpu/drm/radeon/rv6xx_dpm.o LD drivers/gpu/drm/bochs/built-in.o CC [M] drivers/gpu/drm/radeon/rv770_dpm.o CC [M] drivers/gpu/drm/radeon/rv730_dpm.o CC [M] drivers/gpu/drm/radeon/rv740_dpm.o CC [M] drivers/gpu/drm/radeon/rv770_smc.o LD [M] drivers/pci/hotplug/shpchp.o CC [M] drivers/gpu/drm/radeon/cypress_dpm.o LD drivers/input/touchscreen/built-in.o CC [M] drivers/gpu/drm/radeon/btc_dpm.o CC [M] drivers/gpu/drm/radeon/sumo_dpm.o CC [M] drivers/gpu/drm/radeon/sumo_smc.o LD drivers/pci/built-in.o CC [M] drivers/gpu/drm/radeon/trinity_dpm.o CC [M] drivers/gpu/drm/radeon/trinity_smc.o /home/kisskb/slave/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /home/kisskb/slave/src/drivers/gpu/drm/drm_edid.c:2675:3: warning: 'clock2' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/gpu/drm/radeon/ni_dpm.o CC [M] drivers/gpu/drm/radeon/si_smc.o CC [M] drivers/gpu/drm/radeon/si_dpm.o CC [M] drivers/gpu/drm/radeon/kv_smc.o CC [M] drivers/gpu/drm/radeon/kv_dpm.o CC [M] drivers/gpu/drm/radeon/ci_dpm.o CC [M] drivers/gpu/drm/radeon/ci_smc.o CC [M] drivers/gpu/drm/radeon/dce6_afmt.o CC [M] drivers/gpu/drm/radeon/radeon_vm.o CC [M] drivers/gpu/drm/radeon/radeon_ucode.o CC [M] drivers/gpu/drm/radeon/radeon_sync.o CC [M] drivers/gpu/drm/radeon/radeon_ib.o CC [M] drivers/gpu/drm/radeon/radeon_audio.o CC [M] drivers/gpu/drm/radeon/radeon_dp_auxch.o CC [M] drivers/gpu/drm/radeon/radeon_dp_mst.o CC [M] drivers/gpu/drm/radeon/radeon_mn.o CC [M] drivers/gpu/drm/radeon/r600_dma.o CC [M] drivers/gpu/drm/radeon/rv770_dma.o CC [M] drivers/gpu/drm/radeon/evergreen_dma.o CC [M] drivers/gpu/drm/radeon/ni_dma.o CC [M] drivers/gpu/drm/radeon/si_dma.o CC [M] drivers/gpu/drm/radeon/cik_sdma.o CC [M] drivers/gpu/drm/radeon/radeon_uvd.o CC [M] drivers/gpu/drm/radeon/uvd_v1_0.o CC [M] drivers/gpu/drm/radeon/uvd_v2_2.o CC [M] drivers/gpu/drm/radeon/uvd_v3_1.o CC [M] drivers/gpu/drm/radeon/uvd_v4_2.o CC [M] drivers/gpu/drm/radeon/radeon_vce.o CC [M] drivers/gpu/drm/radeon/vce_v1_0.o CC [M] drivers/gpu/drm/radeon/vce_v2_0.o CC [M] drivers/gpu/drm/radeon/radeon_kfd.o LD drivers/gpu/drm/i2c/tda998x.o LD kernel/sched/built-in.o CC [M] drivers/gpu/drm/radeon/radeon_ioc32.o /home/kisskb/slave/src/net/core/dev.c: In function 'validate_xmit_skb_list': /home/kisskb/slave/src/net/core/dev.c:2800:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] MKREGTABLE drivers/gpu/drm/radeon/r100_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/rn50_reg_safe.h LD drivers/gpu/drm/i2c/built-in.o MKREGTABLE drivers/gpu/drm/radeon/r300_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/r420_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/rs600_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/rv515_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/r200_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/evergreen_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/r600_reg_safe.h MKREGTABLE drivers/gpu/drm/radeon/cayman_reg_safe.h /home/kisskb/slave/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_get_modes': /home/kisskb/slave/src/drivers/gpu/drm/ast/ast_mode.c:780:2: warning: 'edid' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/gpu/drm/radeon/r100.o CC [M] drivers/gpu/drm/radeon/r300.o CC [M] drivers/gpu/drm/radeon/r420.o CC [M] drivers/gpu/drm/radeon/rv515.o CC [M] drivers/gpu/drm/radeon/rs600.o CC [M] drivers/gpu/drm/radeon/r200.o CC [M] drivers/gpu/drm/radeon/r600_cs.o CC [M] drivers/gpu/drm/radeon/evergreen_cs.o LD [M] drivers/mfd/pcf50633.o LD kernel/built-in.o LD drivers/video/fbdev/matrox/built-in.o LD [M] drivers/gpu/drm/mga/mga.o /home/kisskb/slave/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /home/kisskb/slave/src/drivers/gpu/drm/drm_edid.c:3100:30: warning: 'hdmi_len' may be used uninitialized in this function [-Wuninitialized] LD [M] fs/ubifs/ubifs.o LD drivers/input/built-in.o LD drivers/gpu/drm/savage/savage.o LD fs/built-in.o LD drivers/gpu/drm/savage/built-in.o LD drivers/mtd/built-in.o LD [M] drivers/gpu/drm/ast/ast.o LD [M] drivers/video/fbdev/riva/rivafb.o CC drivers/gpu/drm/nouveau/nvif/object.o CC drivers/gpu/drm/nouveau/nvif/client.o CC drivers/gpu/drm/nouveau/nvif/device.o CC drivers/gpu/drm/nouveau/nvif/notify.o LD [M] drivers/gpu/drm/via/via.o CC drivers/gpu/drm/nouveau/nvkm/core/client.o CC drivers/gpu/drm/nouveau/nvkm/core/engctx.o CC drivers/gpu/drm/nouveau/nvkm/core/engine.o CC drivers/gpu/drm/nouveau/nvkm/core/enum.o CC drivers/gpu/drm/nouveau/nvkm/core/event.o CC drivers/gpu/drm/nouveau/nvkm/core/gpuobj.o CC drivers/gpu/drm/nouveau/nvkm/core/handle.o CC drivers/gpu/drm/nouveau/nvkm/core/ioctl.o CC drivers/gpu/drm/nouveau/nvkm/core/mm.o CC drivers/gpu/drm/nouveau/nvkm/core/namedb.o CC drivers/gpu/drm/nouveau/nvkm/core/notify.o LD [M] drivers/video/fbdev/aty/atyfb.o CC drivers/gpu/drm/nouveau/nvkm/core/object.o CC drivers/gpu/drm/nouveau/nvkm/core/option.o CC drivers/gpu/drm/nouveau/nvkm/core/parent.o CC drivers/gpu/drm/nouveau/nvkm/core/printk.o CC drivers/gpu/drm/nouveau/nvkm/core/ramht.o CC drivers/gpu/drm/nouveau/nvkm/core/subdev.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bar/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bar/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bar/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/bit.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/boost.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/conn.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/cstep.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/extdev.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/gpio.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/mxm.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/pcir.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/pmu.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/ramcfg.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowrom.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.o LD drivers/gpu/drm/ttm/ttm.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/vmap.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/xpio.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0203.o LD drivers/gpu/drm/ttm/built-in.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0205.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/M0209.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bios/P0260.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv31.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.o CC drivers/gpu/drm/nouveau/nvkm/subdev/bus/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv05.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.o LD drivers/mmc/built-in.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv1a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.o /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/core/parent.c: In function 'nvkm_parent_lclass': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/core/parent.c:96:17: warning: 'oclass' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g84.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/g98.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/mcp89.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/devinit/gm204.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv10.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv1a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv20.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv25.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv35.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv36.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv41.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv44.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv46.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv47.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv49.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv4e.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/g84.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp77.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/mcp89.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.o /home/kisskb/slave/src/drivers/gpu/drm/radeon/rv770_dpm.c: In function 'rv770_populate_mclk_value.isra.3': /home/kisskb/slave/src/drivers/gpu/drm/radeon/rv770_dpm.c:434:23: warning: 'postdiv_yclk' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr2.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fuse/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf110.o CC drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/anx9805.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bit.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/pad.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padnv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padg94.o LD drivers/video/fbdev/core/built-in.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/padgm204.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv4e.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf110.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gf117.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm204.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ibus/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv4c.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/g94.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/g98.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf106.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv41.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gf100.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.o CC drivers/gpu/drm/nouveau/nvkm/subdev/mxm/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.o LD net/core/built-in.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf110.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk110.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk208.o CC drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/gt215.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf110.o CC drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.o CC drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.o CC drivers/gpu/drm/nouveau/nvkm/subdev/timer/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.o CC drivers/gpu/drm/nouveau/nvkm/subdev/volt/gpio.o CC drivers/gpu/drm/nouveau/nvkm/subdev/volt/nv40.o CC drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/engine/falcon.o CC drivers/gpu/drm/nouveau/nvkm/engine/xtensa.o CC drivers/gpu/drm/nouveau/nvkm/engine/bsp/g84.o LD net/built-in.o CC drivers/gpu/drm/nouveau/nvkm/engine/ce/gt215.o CC drivers/gpu/drm/nouveau/nvkm/engine/ce/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/ce/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/ce/gm204.o CC drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.o /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm204.c: In function 'gm204_aux': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/gm204.c:154:31: warning: 'stat' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpu/drm/nouveau/nvkm/engine/device/base.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.o /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c: In function 'g94_aux': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/g94.c:184:31: warning: 'stat' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv10.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv20.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/base.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.o LD drivers/gpu/drm/r128/r128.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.o LD drivers/gpu/drm/r128/built-in.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/gm204.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm204.o LD drivers/gpu/drm/drm.o CC drivers/gpu/drm/nouveau/nvkm/engine/disp/vga.o CC drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/base.o CC drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/nv50.o /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c: In function 'nvkm_memx_wait_vblank': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:150:2: warning: 'head_sync' may be used uninitialized in this function [-Wuninitialized] CC drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/gf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv17.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/g84.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.o LD drivers/gpu/drm/amd/amdgpu/amdgpu.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.o CC drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm204.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf108.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf104.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf117.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf119.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk20a.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk110b.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk208.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm107.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm204.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm206.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv25.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv2a.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv30.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv34.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv35.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.o LD drivers/gpu/drm/amd/amdgpu/built-in.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf108.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf104.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf110.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf117.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gf119.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gk110b.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gk208.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gm204.o CC drivers/gpu/drm/nouveau/nvkm/engine/gr/gm206.o CC drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.o CC drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.o CC drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/mpeg/g84.o CC drivers/gpu/drm/nouveau/nvkm/engine/mspdec/g98.o CC drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/msppp/g98.o CC drivers/gpu/drm/nouveau/nvkm/engine/msppp/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/msvld/g98.o CC drivers/gpu/drm/nouveau/nvkm/engine/msvld/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/msvld/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/base.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/daemon.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/g84.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/gt215.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/gk104.o CC drivers/gpu/drm/nouveau/nvkm/engine/pm/gk110.o CC drivers/gpu/drm/nouveau/nvkm/engine/sec/g98.o CC drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.o CC drivers/gpu/drm/nouveau/nvkm/engine/sw/nv10.o CC drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.o CC drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.o CC drivers/gpu/drm/nouveau/nvkm/engine/vp/g84.o CC drivers/gpu/drm/nouveau/nouveau_agp.o CC drivers/gpu/drm/nouveau/nouveau_debugfs.o CC drivers/gpu/drm/nouveau/nouveau_drm.o CC drivers/gpu/drm/nouveau/nouveau_hwmon.o CC drivers/gpu/drm/nouveau/nouveau_ioc32.o CC drivers/gpu/drm/nouveau/nouveau_nvif.o CC drivers/gpu/drm/nouveau/nouveau_sysfs.o CC drivers/gpu/drm/nouveau/nouveau_usif.o CC drivers/gpu/drm/nouveau/nouveau_vga.o CC drivers/gpu/drm/nouveau/nouveau_bo.o CC drivers/gpu/drm/nouveau/nouveau_gem.o CC drivers/gpu/drm/nouveau/nouveau_prime.o CC drivers/gpu/drm/nouveau/nouveau_sgdma.o CC drivers/gpu/drm/nouveau/nouveau_ttm.o CC drivers/gpu/drm/nouveau/nouveau_connector.o CC drivers/gpu/drm/nouveau/nouveau_display.o CC drivers/gpu/drm/nouveau/nv50_display.o CC drivers/gpu/drm/nouveau/nouveau_dp.o CC drivers/gpu/drm/nouveau/nouveau_fbcon.o CC drivers/gpu/drm/nouveau/nv04_fbcon.o CC drivers/gpu/drm/nouveau/nv50_fbcon.o CC drivers/gpu/drm/nouveau/nvc0_fbcon.o CC drivers/gpu/drm/nouveau/nouveau_abi16.o CC drivers/gpu/drm/nouveau/nouveau_chan.o CC drivers/gpu/drm/nouveau/nouveau_dma.o CC drivers/gpu/drm/nouveau/nouveau_fence.o CC drivers/gpu/drm/nouveau/nv04_fence.o CC drivers/gpu/drm/nouveau/nv10_fence.o CC drivers/gpu/drm/nouveau/nv17_fence.o CC drivers/gpu/drm/nouveau/nv50_fence.o CC drivers/gpu/drm/nouveau/nv84_fence.o CC drivers/gpu/drm/nouveau/nvc0_fence.o CC drivers/gpu/drm/nouveau/nouveau_bios.o CC drivers/gpu/drm/nouveau/dispnv04/arb.o CC drivers/gpu/drm/nouveau/dispnv04/crtc.o CC drivers/gpu/drm/nouveau/dispnv04/cursor.o CC drivers/gpu/drm/nouveau/dispnv04/dac.o CC drivers/gpu/drm/nouveau/dispnv04/dfp.o CC drivers/gpu/drm/nouveau/dispnv04/disp.o CC drivers/gpu/drm/nouveau/dispnv04/hw.o CC drivers/gpu/drm/nouveau/dispnv04/overlay.o CC drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.o CC drivers/gpu/drm/nouveau/dispnv04/tvnv04.o CC drivers/gpu/drm/nouveau/dispnv04/tvnv17.o /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c: In function 'nv50_disp_main_mthd': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:1022:4: warning: 'type' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/gpu/drm/radeon/r100.c: In function 'r100_bandwidth_update': /home/kisskb/slave/src/include/drm/drm_fixed.h:64:13: warning: 'crit_point_ff.full' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/gpu/drm/radeon/r100.c:3153:63: note: 'crit_point_ff.full' was declared here /home/kisskb/slave/src/drivers/gpu/drm/radeon/r100.c:3580:42: warning: 'disp_drain_rate.full' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nouveau_gem.c: In function 'validate_init.isra.8': /home/kisskb/slave/src/drivers/gpu/drm/nouveau/nouveau_gem.c:455:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] LD [M] drivers/video/fbdev/savage/savagefb.o LD drivers/video/fbdev/sis/sisfb.o LD drivers/video/fbdev/sis/built-in.o LD drivers/gpu/drm/nouveau/nouveau.o LD drivers/gpu/drm/nouveau/built-in.o LD drivers/video/fbdev/aty/radeonfb.o LD drivers/video/fbdev/aty/built-in.o LD drivers/video/fbdev/built-in.o LD drivers/video/built-in.o LD [M] drivers/gpu/drm/radeon/radeon.o LD drivers/gpu/drm/built-in.o LD drivers/gpu/built-in.o LD drivers/built-in.o make[2]: Leaving directory `/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc' make[1]: *** [sub-make] Error 2 make[1]: Leaving directory `/home/kisskb/slave/src' Command 'make -j 240 ARCH=powerpc O=/home/kisskb/slave/build/linus_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ' returned non-zero exit status 2 # rm -rf /home/kisskb/slave/build/linus_powerpc-randconfig_powerpc # Build took: 0:04:05.587442