# git rev-parse -q --verify 7c764cec3703583247c4ab837c652975a3d41f4b^{commit} 7c764cec3703583247c4ab837c652975a3d41f4b already have revision, skipping fetch # git checkout -q -f -B kisskb 7c764cec3703583247c4ab837c652975a3d41f4b # git clean -qxdf # git log -1 commit 7c764cec3703583247c4ab837c652975a3d41f4b Merge: acea568 ea11154 Author: Linus Torvalds Date: Fri Jul 31 17:10:56 2015 -0700 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net Pull networking fixes from David Miller: 1) Must teardown SR-IOV before unregistering netdev in igb driver, from Alex Williamson. 2) Fix ipv6 route unreachable crash in IPVS, from Alex Gartrell. 3) Default route selection in ipv4 should take the prefix length, table ID, and TOS into account, from Julian Anastasov. 4) sch_plug must have a reset method in order to purge all buffered packets when the qdisc is reset, likewise for sch_choke, from WANG Cong. 5) Fix deadlock and races in slave_changelink/br_setport in bridging. From Nikolay Aleksandrov. 6) mlx4 bug fixes (wrong index in port even propagation to VFs, overzealous BUG_ON assertion, etc.) from Ido Shamay, Jack Morgenstein, and Or Gerlitz. 7) Turn off klog message about SCTP userspace interface compat that makes no sense at all, from Daniel Borkmann. 8) Fix unbounded restarts of inet frag eviction process, causing NMI watchdog soft lockup messages, from Florian Westphal. 9) Suspend/resume fixes for r8152 from Hayes Wang. 10) Fix busy loop when MSG_WAITALL|MSG_PEEK is used in TCP recv, from Sabrina Dubroca. 11) Fix performance regression when removing a lot of routes from the ipv4 routing tables, from Alexander Duyck. 12) Fix device leak in AF_PACKET, from Lars Westerhoff. 13) AF_PACKET also has a header length comparison bug due to signedness, from Alexander Drozdov. 14) Fix bug in EBPF tail call generation on x86, from Daniel Borkmann. 15) Memory leaks, TSO stats, watchdog timeout and other fixes to thunderx driver from Sunil Goutham and Thanneeru Srinivasulu. 16) act_bpf can leak memory when replacing programs, from Daniel Borkmann. 17) WOL packet fixes in gianfar driver, from Claudiu Manoil. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (79 commits) stmmac: fix missing MODULE_LICENSE in stmmac_platform gianfar: Enable device wakeup when appropriate gianfar: Fix suspend/resume for wol magic packet gianfar: Fix warning when CONFIG_PM off act_pedit: check binding before calling tcf_hash_release() net: sk_clone_lock() should only do get_net() if the parent is not a kernel socket net: sched: fix refcount imbalance in actions r8152: reset device when tx timeout r8152: add pre_reset and post_reset qlcnic: Fix corruption while copying act_bpf: fix memory leaks when replacing bpf programs net: thunderx: Fix for crash while BGX teardown net: thunderx: Add PCI driver shutdown routine net: thunderx: Fix crash when changing rss with mutliple traffic flows net: thunderx: Set watchdog timeout value net: thunderx: Wakeup TXQ only if CQE_TX are processed net: thunderx: Suppress alloc_pages() failure warnings net: thunderx: Fix TSO packet statistic net: thunderx: Fix memory leak when changing queue count net: thunderx: Fix RQ_DROP miscalculation ... # < /opt/cross/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux-gcc --version # < git log --format=%s --max-count=1 7c764cec3703583247c4ab837c652975a3d41f4b # < make -j 48 ARCH=i386 O=/home/kisskb/slave/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- randconfig KCONFIG_SEED=0x32A9C1FC warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) warning: (INTEL_SOC_DTS_IOSF_CORE && PUNIT_ATOM_DEBUG) selects IOSF_MBI which has unmet direct dependencies (PCI) warning: (VIDEO_GO7007) selects VIDEO_OV7640 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) warning: (VIDEO_EM28XX_V4L2) selects VIDEO_MT9V011 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) # Added to kconfig CONFIG_STANDALONE=y # yes \n | make -j 48 ARCH=i386 O=/home/kisskb/slave/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -j 48 ARCH=i386 O=/home/kisskb/slave/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- make[1]: Entering directory '/home/kisskb/slave/build/linus_i386-randconfig_i386' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig warning: (INTEL_SOC_DTS_IOSF_CORE && PUNIT_ATOM_DEBUG) selects IOSF_MBI which has unmet direct dependencies (PCI) warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) warning: (VIDEO_GO7007) selects VIDEO_OV7640 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) warning: (VIDEO_EM28XX_V4L2) selects VIDEO_MT9V011 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) warning: (INTEL_SOC_DTS_IOSF_CORE && PUNIT_ATOM_DEBUG) selects IOSF_MBI which has unmet direct dependencies (PCI) warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM) warning: (VIDEO_GO7007) selects VIDEO_OV7640 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) warning: (VIDEO_EM28XX_V4L2) selects VIDEO_MT9V011 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT) arch/x86/Makefile:123: stack-protector enabled but compiler support broken SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h CHK include/config/kernel.release SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h GEN ./Makefile WRAP arch/x86/include/generated/asm/clkdev.h WRAP arch/x86/include/generated/asm/cputime.h WRAP arch/x86/include/generated/asm/dma-contiguous.h WRAP arch/x86/include/generated/asm/early_ioremap.h WRAP arch/x86/include/generated/asm/mcs_spinlock.h WRAP arch/x86/include/generated/asm/mm-arch-hooks.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h UPD include/config/kernel.release Using /home/kisskb/slave/src as source for kernel HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h HOSTCC scripts/kallsyms HOSTCC scripts/pnmtologo HOSTCC scripts/conmakehash HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/parse.tab.c HOSTCC scripts/dtc/dtc.o SHIPPED scripts/genksyms/lex.lex.c HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/genksyms/parse.tab.o SHIPPED scripts/genksyms/keywords.hash.c HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/checks.o HOSTCC scripts/genksyms/lex.lex.o HOSTCC scripts/dtc/livetree.o CC scripts/mod/devicetable-offsets.s 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 GEN scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD arch/x86/tools/relocs CHK include/generated/timeconst.h CC kernel/bounds.s UPD include/generated/timeconst.h CHK include/generated/bounds.h UPD include/generated/bounds.h CC arch/x86/kernel/asm-offsets.s HOSTLD scripts/dtc/dtc HOSTLD scripts/genksyms/genksyms CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh HOSTLD scripts/mod/modpost LD usr/built-in.o CC init/main.o CHK include/generated/compile.h CC init/do_mounts.o CC init/noinitramfs.o CC init/calibrate.o CC init/init_task.o UPD include/generated/compile.h LD arch/x86/net/built-in.o CC arch/x86/realmode/init.o CC init/version.o AS arch/x86/entry/entry_32.o AS arch/x86/entry/thunk_32.o CC arch/x86/entry/syscall_32.o LD ipc/built-in.o AS arch/x86/realmode/rm/header.o AS arch/x86/realmode/rm/trampoline_32.o AS arch/x86/realmode/rm/stack.o AS arch/x86/realmode/rm/reboot.o LD arch/x86/platform/efi/built-in.o LD arch/x86/platform/iris/built-in.o LD arch/x86/platform/ce4100/built-in.o CC [M] arch/x86/platform/atom/punit_atom_debug.o LD arch/x86/platform/goldfish/built-in.o LD arch/x86/platform/atom/built-in.o LD arch/x86/platform/olpc/built-in.o LD arch/x86/platform/scx200/built-in.o CC arch/x86/platform/geode/alix.o LD arch/x86/platform/intel-mid/built-in.o LD arch/x86/platform/ts5500/built-in.o LD arch/x86/platform/intel-quark/built-in.o CC arch/x86/entry/vsyscall/vsyscall_gtod.o LD arch/x86/platform/uv/built-in.o LD arch/x86/platform/sfi/built-in.o CC security/commoncap.o CC security/min_addr.o CC arch/x86/crypto/salsa20_glue.o CC security/security.o CC security/lsm_audit.o AS arch/x86/crypto/salsa20-i586-asm_32.o CC security/device_cgroup.o CC security/inode.o AS [M] arch/x86/crypto/aes-i586-asm_32.o CC [M] arch/x86/crypto/glue_helper.o PASYMS arch/x86/realmode/rm/pasyms.h CC [M] arch/x86/crypto/crc32-pclmul_glue.o AS [M] arch/x86/crypto/crc32-pclmul_asm.o AS [M] arch/x86/crypto/serpent-sse2-i586-asm_32.o CC [M] arch/x86/crypto/aes_glue.o CC [M] arch/x86/crypto/serpent_sse2_glue.o CC arch/x86/mm/init.o CC arch/x86/mm/ioremap.o CC arch/x86/mm/fault.o CC arch/x86/mm/extable.o CC arch/x86/mm/init_32.o LDS arch/x86/realmode/rm/realmode.lds CC arch/x86/mm/pat.o CC arch/x86/mm/mmap.o CC arch/x86/mm/pageattr.o CC arch/x86/mm/setup_nx.o CC arch/x86/mm/physaddr.o CC arch/x86/mm/gup.o CC arch/x86/mm/pgtable.o CC security/integrity/iint.o CC arch/x86/entry/vdso/vma.o CC arch/x86/entry/vdso/vdso32-setup.o CC security/integrity/digsig.o LDS arch/x86/entry/vdso/vdso32/vdso32.lds LD arch/x86/realmode/rm/realmode.elf CC sound/sound_core.o RELOCS arch/x86/realmode/rm/realmode.relocs OBJCOPY arch/x86/realmode/rm/realmode.bin CC security/keys/gc.o CC kernel/fork.o CC security/keys/key.o CC [M] sound/sound_firmware.o CC arch/x86/kernel/process_32.o CC block/bio.o CC mm/filemap.o CC security/keys/keyring.o CC fs/open.o LD drivers/amba/built-in.o CC crypto/api.o LD drivers/auxdisplay/built-in.o AS arch/x86/realmode/rmpiggy.o CC drivers/base/component.o LD arch/x86/realmode/built-in.o CC crypto/cipher.o LD arch/x86/entry/vsyscall/built-in.o CC crypto/compress.o CC crypto/memneq.o CC crypto/crypto_wq.o CC drivers/base/core.o CC drivers/base/bus.o LD arch/x86/platform/geode/built-in.o CC mm/mempool.o LD arch/x86/platform/built-in.o CC mm/oom_kill.o CC drivers/base/dd.o CC arch/x86/entry/vdso/vdso32/vclock_gettime.o CC drivers/base/syscore.o CC security/keys/keyctl.o CC drivers/base/driver.o CC security/keys/permission.o CC fs/read_write.o CC kernel/exec_domain.o CC fs/file_table.o CC fs/super.o AS arch/x86/entry/vdso/vdso32/note.o CC security/integrity/evm/evm_main.o AS arch/x86/entry/vdso/vdso32/int80.o CC security/integrity/evm/evm_crypto.o CC security/integrity/evm/evm_secfs.o HOSTCC arch/x86/entry/vdso/vdso2c CC security/integrity/evm/evm_posix_acl.o AS arch/x86/entry/vdso/vdso32/sysenter.o CC arch/x86/mm/pat_rbtree.o CC drivers/base/class.o CC drivers/base/platform.o CC kernel/panic.o CC kernel/cpu.o CC kernel/exit.o VDSO arch/x86/entry/vdso/vdso32-int80.so.dbg CC kernel/softirq.o CC [M] sound/ac97_bus.o CC kernel/resource.o CC kernel/sysctl.o CC security/integrity/ima/ima_fs.o CC block/elevator.o CC kernel/sysctl_binary.o VDSO arch/x86/entry/vdso/vdso32-sysenter.so.dbg CC kernel/capability.o CC kernel/ptrace.o OBJCOPY arch/x86/entry/vdso/vdso32-int80.so OBJCOPY arch/x86/entry/vdso/vdso32-sysenter.so VDSO2C arch/x86/entry/vdso/vdso-image-32-int80.c VDSO2C arch/x86/entry/vdso/vdso-image-32-sysenter.c CC arch/x86/entry/vdso/vdso-image-32-int80.o CC kernel/user.o CC fs/char_dev.o LD arch/x86/crypto/salsa20-i586.o LD [M] arch/x86/crypto/aes-i586.o LD [M] arch/x86/crypto/serpent-sse2-i586.o CC arch/x86/kernel/signal.o CC arch/x86/kernel/traps.o LD [M] arch/x86/crypto/crc32-pclmul.o LD arch/x86/crypto/built-in.o CC security/integrity/ima/ima_queue.o CC arch/x86/kernel/irq.o CC drivers/base/cpu.o CC kernel/signal.o CC arch/x86/kernel/irq_32.o CC mm/maccess.o CC arch/x86/mm/tlb.o LD init/mounts.o MK_FW firmware/emi26/loader.fw.gen.S LD init/built-in.o HOSTCC firmware/ihex2fw CC mm/page_alloc.o CC arch/x86/math-emu/fpu_entry.o CC mm/page-writeback.o CC arch/x86/entry/vdso/vdso-image-32-sysenter.o CC arch/x86/math-emu/errors.o CC arch/x86/math-emu/fpu_arith.o CC arch/x86/mm/pgtable_32.o CC arch/x86/math-emu/fpu_aux.o MK_FW firmware/emi26/firmware.fw.gen.S IHEX2FW firmware/emi26/firmware.fw MK_FW firmware/emi26/bitstream.fw.gen.S IHEX2FW firmware/emi26/bitstream.fw CC arch/x86/mm/iomap_32.o CC security/keys/process_keys.o MK_FW firmware/emi62/loader.fw.gen.S LD sound/arm/built-in.o CC crypto/algapi.o IHEX2FW firmware/emi62/loader.fw MK_FW firmware/emi62/bitstream.fw.gen.S LD sound/atmel/built-in.o CC drivers/base/firmware.o IHEX2FW firmware/emi62/bitstream.fw LD sound/core/oss/built-in.o CC [M] sound/core/oss/pcm_oss.o MK_FW firmware/emi62/spdif.fw.gen.S IHEX2FW firmware/emi62/spdif.fw MK_FW firmware/emi62/midi.fw.gen.S IHEX2FW firmware/emi62/midi.fw IHEX2FW firmware/emi26/loader.fw AS firmware/emi26/firmware.fw.gen.o AS firmware/emi26/bitstream.fw.gen.o AS firmware/emi62/loader.fw.gen.o AS firmware/emi62/bitstream.fw.gen.o CC drivers/base/init.o AS firmware/emi62/spdif.fw.gen.o AS firmware/emi62/midi.fw.gen.o AS firmware/emi26/loader.fw.gen.o LD firmware/built-in.o CC drivers/base/map.o LD security/integrity/evm/evm.o LD security/integrity/evm/built-in.o CC drivers/base/devres.o CC drivers/base/attribute_container.o CC drivers/base/transport_class.o CC drivers/bcma/main.o CC arch/x86/math-emu/fpu_etc.o CC block/blk-core.o LD arch/x86/entry/vdso/built-in.o LD arch/x86/entry/built-in.o CC drivers/bcma/scan.o CC fs/stat.o CC security/integrity/ima/ima_init.o CC security/integrity/ima/ima_main.o CC drivers/base/topology.o CC fs/exec.o CC arch/x86/kernel/dumpstack_32.o LD security/integrity/integrity.o CC mm/readahead.o CC [M] sound/core/sound.o LD sound/core/seq/built-in.o CC [M] sound/core/seq/seq.o CC [M] sound/core/seq/seq_lock.o CC [M] sound/core/seq/seq_clientmgr.o CC drivers/base/container.o CC arch/x86/math-emu/fpu_tags.o CC kernel/sys.o CC kernel/kmod.o CC kernel/workqueue.o CC kernel/pid.o CC arch/x86/math-emu/fpu_trig.o CC security/keys/request_key.o CC security/keys/request_key_auth.o CC drivers/bcma/core.o CC block/blk-tag.o CC kernel/task_work.o CC kernel/extable.o CC drivers/base/property.o CC arch/x86/oprofile/../../../drivers/oprofile/oprof.o CC kernel/params.o CC drivers/base/cacheinfo.o CC arch/x86/video/fbdev.o CC mm/swap.o CC mm/truncate.o CC mm/vmscan.o CC fs/pipe.o CC [M] sound/core/init.o CC arch/x86/kernel/time.o CC drivers/base/devtmpfs.o CC drivers/base/dma-contiguous.o CC block/blk-sysfs.o CC net/socket.o LD [M] sound/core/oss/snd-pcm-oss.o LD drivers/base/power/built-in.o LD net/802/built-in.o CC [M] net/802/p8022.o CC [M] sound/core/memory.o LD arch/x86/mm/built-in.o CC arch/x86/oprofile/../../../drivers/oprofile/cpu_buffer.o CC [M] sound/core/control.o CC [M] sound/core/misc.o CC [M] net/802/psnap.o CC drivers/base/regmap/regmap.o CC [M] sound/core/seq/seq_memory.o CC kernel/kthread.o CC arch/x86/math-emu/load_store.o CC [M] sound/core/device.o CC drivers/base/dma-mapping.o CC arch/x86/oprofile/../../../drivers/oprofile/buffer_sync.o CC security/integrity/ima/ima_crypto.o CC kernel/sys_ni.o CC security/keys/user_defined.o CC security/keys/proc.o CC arch/x86/math-emu/get_address.o CC security/integrity/ima/ima_api.o CC fs/namei.o CC security/integrity/ima/ima_policy.o CC security/integrity/ima/ima_template.o CC mm/shmem.o CC drivers/bcma/sprom.o CC arch/x86/math-emu/poly_atan.o CC arch/x86/math-emu/poly_l2.o CC arch/x86/math-emu/poly_2xm1.o CC arch/x86/math-emu/poly_sin.o CC [M] sound/core/seq/seq_queue.o CC crypto/scatterwalk.o CC crypto/proc.o CC crypto/aead.o CC arch/x86/kernel/ioport.o CC kernel/nsproxy.o CC security/integrity/ima/ima_template_lib.o CC crypto/ablkcipher.o CC mm/util.o CC arch/x86/math-emu/poly_tan.o CC security/integrity/ima/ima_appraise.o CC [M] sound/core/info.o CC arch/x86/math-emu/reg_add_sub.o CC arch/x86/math-emu/reg_compare.o CC [M] sound/core/info_oss.o LD arch/x86/video/built-in.o CC [M] sound/core/isadma.o CC arch/x86/oprofile/../../../drivers/oprofile/event_buffer.o CC security/keys/sysctl.o CC [M] sound/core/seq/seq_fifo.o CC [M] sound/core/seq/seq_prioq.o CC fs/fcntl.o CC block/blk-flush.o CC arch/x86/math-emu/reg_constant.o CC drivers/base/regmap/regcache.o CC drivers/base/regmap/regcache-rbtree.o CC drivers/base/regmap/regcache-lzo.o CC arch/x86/lib/msr-smp.o CC lib/usercopy.o CC drivers/base/regmap/regcache-flat.o CC kernel/notifier.o LD sound/drivers/built-in.o LD sound/drivers/mpu401/built-in.o LD sound/drivers/opl3/built-in.o LD sound/drivers/opl4/built-in.o LD sound/drivers/pcsp/built-in.o LD sound/drivers/vx/built-in.o LD drivers/block/built-in.o CC lib/lockref.o LD sound/firewire/built-in.o LD sound/hda/built-in.o CC [M] net/802/p8023.o CC kernel/ksysfs.o CC [M] sound/core/sound_oss.o CC kernel/cred.o CC crypto/blkcipher.o CC kernel/reboot.o CC drivers/bcma/driver_chipcommon.o CC drivers/base/regmap/regmap-debugfs.o CC crypto/chainiv.o CC net/8021q/vlan_core.o CC block/blk-settings.o CC fs/ioctl.o LD security/integrity/ima/ima.o LD security/integrity/ima/built-in.o LD security/integrity/built-in.o CC [M] net/802/stp.o CC security/keys/trusted.o CC mm/mmzone.o CC arch/x86/kernel/ldt.o CC arch/x86/oprofile/../../../drivers/oprofile/oprofile_files.o CC arch/x86/kernel/dumpstack.o CC [M] sound/core/vmaster.o CC [M] sound/core/ctljack.o CC arch/x86/oprofile/../../../drivers/oprofile/oprofilefs.o CC kernel/async.o CC arch/x86/math-emu/reg_convert.o CC net/9p/mod.o CC arch/x86/math-emu/reg_ld_str.o CC arch/x86/lib/cache-smp.o CC [M] sound/core/jack.o CC [M] sound/core/seq/seq_timer.o CC drivers/base/regmap/regmap-i2c.o LD net/appletalk/built-in.o CC [M] net/appletalk/aarp.o CC drivers/base/regmap/regmap-spi.o CC crypto/eseqiv.o LD sound/i2c/built-in.o LD sound/i2c/other/built-in.o CC net/batman-adv/bat_iv_ogm.o CC drivers/base/regmap/regmap-mmio.o CC mm/vmstat.o CC lib/bcd.o CC lib/div64.o CC crypto/seqiv.o CC [M] sound/core/hwdep.o CC lib/sort.o CC net/bluetooth/af_bluetooth.o CC mm/backing-dev.o CC arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o CC [M] sound/core/timer.o CC net/batman-adv/bitarray.o CC drivers/base/regmap/regmap-irq.o CC [M] drivers/base/regmap/regmap-spmi.o CC lib/parser.o CC lib/halfmd4.o CC arch/x86/math-emu/reg_divide.o CC net/bluetooth/hci_core.o CC net/bluetooth/hci_conn.o CC arch/x86/kernel/nmi.o CC arch/x86/math-emu/reg_mul.o AS arch/x86/math-emu/reg_u_add.o CC fs/readdir.o CC block/blk-ioc.o CC fs/select.o CC arch/x86/kernel/setup.o CC drivers/base/dma-coherent.o AS arch/x86/math-emu/reg_u_div.o CC lib/debug_locks.o CC arch/x86/lib/msr.o LD net/bridge/netfilter/built-in.o CC [M] net/bridge/br.o AS arch/x86/lib/msr-reg.o CC security/keys/encrypted-keys/encrypted.o CC security/keys/encrypted-keys/ecryptfs_format.o CC [M] sound/core/pcm.o CC drivers/base/firmware_class.o CC [M] net/bridge/br_device.o CC [M] sound/core/seq/seq_system.o CC crypto/echainiv.o CC crypto/ahash.o CC drivers/bcma/driver_chipcommon_pmu.o CC drivers/bcma/driver_chipcommon_b.o CC crypto/shash.o CC kernel/range.o CC fs/dcache.o CC drivers/bcma/driver_gmac_cmn.o CC drivers/bcma/host_soc.o CC arch/x86/oprofile/../../../drivers/oprofile/timer_int.o CC [M] net/bridge/br_fdb.o AS arch/x86/math-emu/reg_u_mul.o AS arch/x86/math-emu/reg_u_sub.o AS arch/x86/math-emu/div_small.o CC crypto/pcompress.o CC arch/x86/kernel/x86_init.o AS arch/x86/math-emu/reg_norm.o CC [M] net/8021q/vlan.o AS arch/x86/math-emu/reg_round.o CC kernel/smpboot.o CC kernel/groups.o AS arch/x86/math-emu/wm_shrx.o CC lib/random32.o CC net/9p/client.o AS arch/x86/math-emu/wm_sqrt.o CC kernel/bpf/core.o AS arch/x86/math-emu/div_Xsig.o CC [M] net/802/mrp.o CC net/9p/error.o AS arch/x86/math-emu/polynom_Xsig.o AS arch/x86/math-emu/round_Xsig.o CC crypto/akcipher.o AS arch/x86/math-emu/shr_Xsig.o CC [M] net/appletalk/ddp.o AS arch/x86/math-emu/mul_Xsig.o ASN.1 crypto/rsakey-asn1.c CC net/batman-adv/bridge_loop_avoidance.o LD drivers/base/regmap/built-in.o LD arch/x86/math-emu/built-in.o CC drivers/base/module.o CC crypto/rsa.o CC net/batman-adv/debugfs.o CC arch/x86/lib/msr-reg-export.o CC arch/x86/lib/atomic64_32.o CC [M] sound/core/seq/seq_ports.o CC security/keys/encrypted-keys/masterkey_trusted.o CC arch/x86/oprofile/../../../drivers/oprofile/nmi_timer_int.o CC crypto/rsa_helper.o CC mm/mm_init.o CC [M] net/appletalk/dev.o CC mm/mmu_context.o CC block/blk-map.o AS arch/x86/lib/atomic64_386_32.o CC drivers/bluetooth/hci_vhci.o CC lib/bust_spinlocks.o CC arch/x86/oprofile/init.o CC lib/kasprintf.o CC lib/bitmap.o CC crypto/algboss.o CC lib/scatterlist.o CC crypto/testmgr.o LD drivers/bcma/bcma.o LD drivers/bcma/built-in.o CC [M] sound/core/pcm_native.o CC [M] sound/core/pcm_lib.o CC [M] sound/core/pcm_timer.o CC arch/x86/oprofile/backtrace.o CC arch/x86/oprofile/nmi_int.o CC [M] net/8021q/vlan_dev.o CC kernel/events/core.o LD drivers/bus/built-in.o CC arch/x86/oprofile/op_model_amd.o CC arch/x86/oprofile/op_model_ppro.o LD drivers/base/built-in.o CC crypto/cmac.o CC fs/inode.o CC fs/attr.o AS arch/x86/lib/atomic64_cx8_32.o LD security/keys/encrypted-keys/encrypted-keys.o LD security/keys/encrypted-keys/built-in.o LD security/keys/built-in.o AS arch/x86/lib/checksum_32.o LD security/built-in.o CC drivers/bluetooth/bcm203x.o LD drivers/cdrom/built-in.o CC [M] drivers/bluetooth/hci_ldisc.o CC arch/x86/lib/cmdline.o AS arch/x86/lib/cmpxchg8b_emu.o CC drivers/char/mem.o CC drivers/char/misc.o CC drivers/char/random.o CC drivers/char/lp.o CC arch/x86/lib/delay.o AS arch/x86/lib/getuser.o CC [M] net/bridge/br_forward.o CC arch/x86/kernel/i8259.o CC arch/x86/kernel/irqinit.o CC [M] net/bridge/br_if.o CC [M] net/bridge/br_input.o CC [M] sound/core/pcm_misc.o CC crypto/hmac.o CC [M] sound/core/seq/seq_info.o CC [M] net/8021q/vlan_netlink.o GEN arch/x86/lib/inat-tables.c CC kernel/bpf/syscall.o LD drivers/char/agp/built-in.o CC [M] net/appletalk/atalk_proc.o CC [M] net/8021q/vlan_mvrp.o LD drivers/clk/x86/built-in.o LD drivers/clk/built-in.o CC fs/bad_inode.o CC net/9p/util.o CC arch/x86/oprofile/op_model_p4.o CC fs/file.o CC drivers/clocksource/i8253.o CC net/bluetooth/hci_event.o CC net/bluetooth/mgmt.o CC kernel/bpf/verifier.o CC [M] drivers/bluetooth/hci_h4.o CC net/9p/protocol.o CC kernel/events/ring_buffer.o CC block/blk-exec.o CC block/blk-merge.o CC block/blk-softirq.o CC block/blk-timeout.o CC net/batman-adv/fragmentation.o CC net/batman-adv/gateway_client.o CC net/batman-adv/gateway_common.o CC mm/percpu.o CC net/batman-adv/hard-interface.o CC net/bluetooth/hci_sock.o CC net/bluetooth/hci_sysfs.o CC lib/gcd.o CC [M] net/appletalk/sysctl_net_atalk.o CC arch/x86/lib/insn.o LD drivers/char/mwave/built-in.o CC [M] drivers/char/mwave/mwavedd.o CC arch/x86/kernel/jump_label.o CC [M] sound/core/seq/seq_device.o CC drivers/char/hw_random/core.o LD arch/x86/oprofile/oprofile.o LD arch/x86/oprofile/built-in.o CC [M] sound/core/seq/seq_midi.o CC arch/x86/kernel/irq_work.o CC [M] sound/core/seq/seq_midi_event.o LD drivers/clocksource/built-in.o CC lib/lcm.o LD [M] sound/core/seq/snd-seq.o CC lib/list_sort.o CC lib/uuid.o CC arch/x86/lib/memcpy_32.o LD sound/isa/built-in.o LD sound/isa/ad1816a/built-in.o LD sound/isa/ad1848/built-in.o CC block/blk-iopoll.o LD sound/isa/cs423x/built-in.o LD sound/isa/es1688/built-in.o LD sound/isa/galaxy/built-in.o LD sound/isa/gus/built-in.o LD sound/isa/msnd/built-in.o CC block/blk-lib.o LD sound/isa/opti9xx/built-in.o CC block/blk-mq.o LD sound/isa/wavefront/built-in.o LD sound/isa/sb/built-in.o CC [M] drivers/char/mwave/smapi.o CC fs/filesystems.o LD sound/isa/wss/built-in.o CC lib/flex_array.o LD sound/mips/built-in.o CC net/bluetooth/l2cap_core.o CC net/bluetooth/l2cap_sock.o CC kernel/bpf/hashtab.o CC kernel/bpf/arraymap.o CC kernel/bpf/helpers.o CC net/bluetooth/smp.o CC [M] drivers/bluetooth/hci_ath.o CC [M] net/8021q/vlanproc.o CC arch/x86/kernel/probe_roms.o CC kernel/events/callchain.o CC kernel/events/hw_breakpoint.o LD net/caif/built-in.o CC [M] net/caif/caif_dev.o LD net/can/built-in.o CC [M] net/can/af_can.o CC crypto/crypto_null.o LD net/ceph/built-in.o CC net/core/sock.o CC [M] net/ceph/ceph_common.o CC crypto/md5.o CC net/9p/trans_fd.o CC net/batman-adv/hash.o CC crypto/rmd128.o CC [M] net/caif/cfcnfg.o CC crypto/rmd160.o CC crypto/sha1_generic.o CC crypto/sha256_generic.o CC crypto/sha512_generic.o CC crypto/gf128mul.o CC mm/slab_common.o CC lib/iov_iter.o CC [M] drivers/char/mwave/tp3780i.o CC [M] net/caif/cfmuxl.o CC arch/x86/lib/misc.o CC kernel/irq/irqdesc.o CC arch/x86/lib/mmx_32.o CC kernel/irq/handle.o LD kernel/livepatch/built-in.o CC net/9p/trans_common.o CC [M] net/bridge/br_ioctl.o LD [M] net/appletalk/appletalk.o CC [M] net/bridge/br_stp.o CC [M] net/bridge/br_stp_bpdu.o CC drivers/char/hw_random/via-rng.o CC net/decnet/af_decnet.o CC kernel/locking/mutex.o CC net/decnet/dn_nsp_in.o CC net/decnet/dn_nsp_out.o CC kernel/events/uprobes.o LD kernel/bpf/built-in.o CC block/blk-mq-tag.o LD [M] sound/core/seq/snd-seq-midi.o LD [M] sound/core/seq/snd-seq-midi-event.o LD [M] sound/core/seq/snd-seq-device.o CC [M] sound/core/pcm_memory.o CC [M] net/can/proc.o CC [M] net/can/bcm.o CC block/blk-mq-sysfs.o CC net/bluetooth/lib.o CC block/blk-mq-cpu.o CC [M] drivers/char/mwave/3780i.o CC [M] drivers/bluetooth/hci_h5.o CC fs/namespace.o CC net/batman-adv/icmp_socket.o LD net/8021q/built-in.o LD [M] net/8021q/8021q.o CC [M] drivers/bluetooth/hci_intel.o CC fs/seq_file.o CC arch/x86/kernel/i386_ksyms_32.o CC [M] drivers/char/hw_random/timeriomem-rng.o CC [M] drivers/char/hw_random/virtio-rng.o CC fs/xattr.o CC net/bluetooth/a2mp.o CC crypto/ecb.o CC [M] net/can/gw.o CC mm/compaction.o CC lib/clz_ctz.o CC lib/bsearch.o LD drivers/char/pcmcia/built-in.o CC [M] drivers/char/pcmcia/synclink_cs.o CC [M] drivers/char/pcmcia/cm4000_cs.o CC net/9p/trans_virtio.o AS arch/x86/lib/putuser.o CC kernel/power/qos.o CC kernel/irq/manage.o CC lib/find_bit.o CC net/bluetooth/amp.o CC fs/libfs.o CC fs/fs-writeback.o CC [M] drivers/bluetooth/bpa10x.o AS arch/x86/lib/rwsem.o CC crypto/cbc.o CC arch/x86/lib/string_32.o CC net/core/request_sock.o LD [M] drivers/char/mwave/mwave.o CC [M] net/bridge/br_stp_if.o CC net/core/skbuff.o CC lib/llist.o CC [M] net/ceph/messenger.o CC kernel/locking/semaphore.o CC lib/memweight.o CC net/core/datagram.o LD drivers/char/hw_random/rng-core.o LD drivers/char/hw_random/built-in.o CC [M] net/ceph/msgpool.o CC arch/x86/kernel/ksysfs.o CC [M] net/ceph/buffer.o CC net/decnet/dn_route.o CC mm/vmacache.o CC net/decnet/dn_dev.o CC block/blk-mq-cpumap.o CC block/ioctl.o LD drivers/connector/built-in.o CC [M] drivers/connector/cn_queue.o CC [M] drivers/connector/connector.o CC lib/kfifo.o CC crypto/cts.o CC [M] sound/core/memalloc.o CC block/genhd.o CC [M] net/caif/cfctrl.o CC net/batman-adv/main.o CC block/scsi_ioctl.o CC net/decnet/dn_neigh.o CC net/batman-adv/network-coding.o CC net/batman-adv/originator.o CC block/partition-generic.o CC arch/x86/kernel/bootflag.o CC fs/pnode.o CC arch/x86/kernel/e820.o CC [M] drivers/char/pcmcia/cm4040_cs.o LD kernel/events/built-in.o LD [M] net/can/can.o CC mm/interval_tree.o CC [M] net/ceph/pagelist.o CC [M] net/ceph/mon_client.o CC arch/x86/lib/strstr_32.o CC arch/x86/lib/usercopy.o LD [M] net/can/can-bcm.o LD [M] net/can/can-gw.o LD net/dns_resolver/built-in.o CC [M] net/dns_resolver/dns_key.o CC arch/x86/lib/usercopy_32.o CC net/ethernet/eth.o LD net/ieee802154/6lowpan/built-in.o CC [M] net/ieee802154/netlink.o CC [M] net/caif/cffrml.o CC [M] net/caif/cfveil.o LD net/9p/9pnet.o CC crypto/ctr.o LD net/9p/9pnet_virtio.o LD net/9p/built-in.o CC [M] net/caif/cfdbgl.o CC kernel/locking/rwsem.o CC drivers/crypto/padlock-aes.o CC drivers/dma-buf/dma-buf.o CC kernel/irq/spurious.o CC kernel/irq/resend.o CC [M] sound/core/sgbuf.o CC block/ioprio.o CC arch/x86/kernel/pci-dma.o CC crypto/ccm.o CC crypto/fcrypt.o CC [M] net/bridge/br_stp_timer.o CC crypto/blowfish_generic.o CC [M] drivers/bluetooth/bt3c_cs.o CC lib/percpu-refcount.o CC lib/percpu_ida.o CC lib/rhashtable.o CC net/bluetooth/ecc.o CC fs/splice.o CC [M] net/caif/cfserl.o CC mm/list_lru.o CC mm/workingset.o CC mm/debug.o CC kernel/power/process.o CC drivers/char/tpm/tpm-interface.o CC [M] net/dns_resolver/dns_query.o CC fs/sync.o CC [M] net/bridge/br_netlink.o CC net/core/stream.o CC net/bluetooth/hci_request.o CC net/bluetooth/mgmt_util.o CC net/decnet/dn_timer.o CC net/decnet/sysctl_net_decnet.o CC kernel/power/poweroff.o CC kernel/irq/chip.o CC [M] net/bridge/br_sysfs_if.o CC drivers/edac/edac_stub.o CC [M] net/ieee802154/nl-mac.o CC [M] drivers/edac/edac_mc.o CC net/batman-adv/routing.o CC net/batman-adv/send.o CC net/batman-adv/soft-interface.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] CC [M] sound/core/pcm_dmaengine.o CC [M] drivers/crypto/padlock-sha.o CC block/bsg.o CC block/partitions/check.o CC block/blk-cgroup.o LD [M] drivers/connector/cn.o CC block/noop-iosched.o CC block/cmdline-parser.o CC [M] net/caif/cfdgml.o CC fs/utimes.o CC drivers/dma-buf/fence.o CC net/batman-adv/sysfs.o CC net/batman-adv/translation-table.o CC kernel/locking/spinlock.o CC crypto/blowfish_common.o CC [M] block/deadline-iosched.o LD arch/x86/lib/built-in.o CC arch/x86/lib/inat.o CC crypto/aes_generic.o CC [M] drivers/edac/edac_device.o LD [M] net/dns_resolver/dns_resolver.o AR arch/x86/lib/lib.a CC crypto/cast_common.o CC [M] drivers/bluetooth/btusb.o CC [M] net/caif/cfrfml.o CC net/ipv4/route.o CC arch/x86/kernel/quirks.o CC [M] net/ceph/osd_client.o CC [M] net/ceph/osdmap.o CC lib/reciprocal_div.o CC lib/string_helpers.o CC lib/test-string_helpers.o LD kernel/power/built-in.o CC [M] net/ceph/crush/crush.o CC [M] drivers/bluetooth/btintel.o CC [M] drivers/bluetooth/btwilink.o CC mm/gup.o CC [M] net/caif/cfvidl.o CC [M] net/ceph/crush/mapper.o CC lib/hexdump.o LD net/decnet/netfilter/built-in.o LD net/ethernet/built-in.o CC [M] net/ceph/crush/hash.o CC [M] net/ceph/debugfs.o CC net/core/scm.o CC drivers/char/tpm/tpm-dev.o CC kernel/irq/dummychip.o CC lib/kstrtox.o CC lib/test_rhashtable.o CC [M] drivers/edac/edac_mc_sysfs.o LD drivers/crypto/built-in.o CC [M] drivers/edac/edac_module.o CC net/ipv4/inetpeer.o CC block/partitions/acorn.o LD net/bluetooth/bluetooth.o LD net/bluetooth/built-in.o CC [M] net/bridge/br_sysfs_br.o CC net/core/gen_stats.o LD net/decnet/decnet.o CC net/core/gen_estimator.o LD net/decnet/built-in.o CC net/core/net_namespace.o LD net/ipv6/netfilter/built-in.o CC [M] net/ipv6/netfilter/nf_log_ipv6.o CC net/core/secure_seq.o CC net/ipv6/addrconf_core.o LD net/ipx/built-in.o CC [M] net/ipx/af_ipx.o CC [M] net/ipx/ipx_route.o CC block/partitions/atari.o CC kernel/locking/osq_lock.o CC [M] net/caif/cfutill.o CC arch/x86/kernel/topology.o CC fs/stack.o CC [M] net/caif/cfsrvl.o CC block/partitions/aix.o CC lib/iomap.o CC block/partitions/cmdline.o CC kernel/locking/lglock.o CC net/core/flow_dissector.o CC net/core/sysctl_net_core.o CC [M] net/ieee802154/nl-phy.o CC [M] net/ieee802154/nl_policy.o CC net/irda/iriap.o CC [M] sound/core/rawmidi.o CC [M] sound/core/compress_offload.o CC drivers/char/tpm/tpm-sysfs.o CC lib/pci_iomap.o CC lib/iomap_copy.o CC lib/devres.o CC kernel/printk/printk.o CC drivers/char/tpm/tpm-chip.o CC crypto/cast6_generic.o CC [M] drivers/edac/edac_device_sysfs.o CC net/irda/iriap_event.o CC crypto/tea.o CC block/partitions/mac.o CC arch/x86/kernel/kdebugfs.o CC [M] net/bridge/br_nf_core.o CC net/core/dev.o LD drivers/bluetooth/built-in.o LD [M] drivers/bluetooth/hci_uart.o CC lib/check_signature.o CC net/core/ethtool.o LD net/batman-adv/batman-adv.o CC drivers/dma-buf/reservation.o LD net/batman-adv/built-in.o CC kernel/irq/devres.o CC lib/hweight.o LD sound/oss/built-in.o CC [M] sound/oss/dev_table.o CC drivers/dma-buf/seqno-fence.o CC lib/assoc_array.o CC lib/bitrev.o CC kernel/locking/qspinlock.o CC mm/highmem.o CC mm/memory.o CC fs/fs_struct.o CC mm/mincore.o CC [M] net/ipv6/netfilter/nf_tables_ipv6.o LD drivers/firewire/built-in.o CC mm/mlock.o CC [M] net/ipx/ipx_proc.o CC [M] net/bridge/br_vlan.o CC kernel/locking/rtmutex.o CC kernel/locking/rwsem-xadd.o CC [M] net/ceph/auth.o CC [M] net/ceph/auth_none.o CC crypto/khazad.o CC crypto/seed.o CC [M] net/ceph/crypto.o CC [M] net/ieee802154/core.o CC fs/statfs.o CC net/core/dev_addr_lists.o LD drivers/edac/built-in.o LD [M] drivers/edac/edac_core.o CC fs/fs_pin.o CC fs/nsfs.o LD sound/parisc/built-in.o CC [M] net/bridge/br_netfilter_hooks.o CC [M] net/ipx/pe2.o CC kernel/locking/percpu-rwsem.o CC kernel/irq/generic-chip.o CC block/partitions/msdos.o CC net/ipv4/protocol.o CC arch/x86/kernel/alternative.o CC arch/x86/kernel/i8253.o CC arch/x86/kernel/pci-nommu.o CC drivers/char/tpm/tpm2-cmd.o CC [M] net/caif/cfpkt_skbuff.o CC lib/crc-ccitt.o CC [M] net/caif/chnl_net.o CC net/ipv6/exthdrs_core.o CC net/ipv6/ip6_checksum.o LD sound/pci/built-in.o CC [M] net/ieee802154/header_ops.o CC net/core/dst.o CC crypto/crc32c_generic.o LD sound/pci/ac97/built-in.o CC net/irda/irlmp.o CC lib/crc16.o CC [M] sound/pci/ac97/ac97_codec.o CC [M] sound/pci/ac97/ac97_pcm.o CC [M] sound/oss/soundcard.o CC [M] sound/oss/audio.o LD drivers/dma-buf/built-in.o CC [M] sound/oss/dmabuf.o CC arch/x86/kernel/hw_breakpoint.o LD sound/core/built-in.o LD [M] sound/core/snd.o LD [M] sound/core/snd-hwdep.o LD [M] sound/core/snd-timer.o LD [M] sound/core/snd-pcm.o LD [M] sound/core/snd-pcm-dmaengine.o LD [M] sound/core/snd-rawmidi.o LD [M] sound/core/snd-compress.o CC kernel/locking/qrwlock.o CC [M] net/caif/caif_socket.o CC arch/x86/kernel/tsc.o CC block/partitions/sgi.o CC arch/x86/kernel/tsc_msr.o CC arch/x86/kernel/io_delay.o CC block/partitions/sun.o CC net/ipv6/ip6_icmp.o CC net/ipv6/output_core.o CC drivers/firmware/dmi_scan.o CC drivers/firmware/edd.o CC net/ipv6/protocol.o CC fs/buffer.o CC fs/block_dev.o CC fs/direct-io.o LD kernel/printk/built-in.o CC lib/crc-itu-t.o CC kernel/rcu/update.o HOSTCC lib/gen_crc32table /home/kisskb/slave/src/net/bridge/br_netfilter_hooks.c: In function 'br_nf_dev_queue_xmit': /home/kisskb/slave/src/net/bridge/br_netfilter_hooks.c:794:2: warning: label 'drop' defined but not used [-Wunused-label] LD sound/pci/ali5451/built-in.o CC kernel/sched/core.o LD sound/pci/asihpi/built-in.o CC block/partitions/ultrix.o /home/kisskb/slave/src/arch/x86/kernel/hw_breakpoint.c: In function 'arch_validate_hwbkpt_settings': /home/kisskb/slave/src/arch/x86/kernel/hw_breakpoint.c:329:20: warning: 'align' may be used uninitialized in this function [-Wuninitialized] CC net/irda/irlmp_event.o CC net/irda/irlmp_frame.o CC kernel/irq/autoprobe.o CC [M] net/ipx/sysctl_net_ipx.o CC kernel/irq/irqdomain.o CC crypto/crct10dif_common.o CC [M] net/ceph/armor.o CC [M] net/ceph/auth_x.o LD kernel/locking/built-in.o CC kernel/irq/proc.o CC net/core/netevent.o /home/kisskb/slave/src/net/core/dev.c: In function 'validate_xmit_skb_list': /home/kisskb/slave/src/net/core/dev.c:2796:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] CC net/core/neighbour.o CC mm/mmap.o CC net/core/rtnetlink.o CC block/partitions/efi.o CC crypto/crct10dif_generic.o CC block/partitions/karma.o CC fs/mpage.o CC [M] sound/oss/midi_synth.o CC drivers/char/tpm/tpm_tis.o CC [M] sound/oss/midibuf.o CC [M] net/ieee802154/sysfs.o CC [M] net/ieee802154/nl802154.o CC [M] net/ieee802154/trace.o CC drivers/firmware/dmi-id.o CC lib/libcrc32c.o CC [M] net/caif/caif_usb.o CC kernel/irq/migration.o CC block/partitions/sysv68.o CC mm/mprotect.o CC mm/mremap.o CC kernel/sched/loadavg.o CC net/ipv4/ip_input.o CC kernel/sched/clock.o CC arch/x86/kernel/rtc.o CC crypto/authenc.o CC arch/x86/kernel/pci-iommu_table.o CC drivers/char/tpm/tpm_i2c_nuvoton.o CC [M] net/bridge/br_netfilter_ipv6.o CC drivers/char/tpm/tpm_nsc.o LD [M] net/ipx/ipx.o CC [M] sound/pci/ac97/ac97_proc.o LD net/bridge/built-in.o LD [M] net/caif/caif.o CC drivers/firmware/memmap.o CC arch/x86/kernel/resource.o CC arch/x86/kernel/process.o LD sound/ppc/built-in.o LD sound/pcmcia/built-in.o LD sound/pcmcia/pdaudiocf/built-in.o LD arch/x86/kernel/acpi/built-in.o LD sound/pcmcia/vx/built-in.o CC net/ipv4/ip_fragment.o CC net/ipv4/ip_forward.o LD sound/pci/au88x0/built-in.o CC net/ipv6/ip6_offload.o CC net/irda/irlap.o CC net/irda/irlap_event.o CC kernel/rcu/srcu.o CC net/irda/irlap_frame.o LD drivers/firmware/broadcom/built-in.o LD drivers/firmware/google/built-in.o CC [M] net/ceph/ceph_fs.o CC [M] drivers/firmware/google/memconsole.o CC drivers/fmc/fmc-core.o CC crypto/authencesn.o CC crypto/rng.o CC kernel/time/time.o CC kernel/time/timer.o CC fs/proc_namespace.o LD block/partitions/built-in.o CC kernel/time/hrtimer.o CC [M] block/cfq-iosched.o LD sound/sh/built-in.o CC kernel/time/itimer.o CC net/irda/timer.o LD kernel/irq/built-in.o CC net/irda/qos.o LD sound/soc/built-in.o CC [M] sound/soc/soc-core.o CC arch/x86/kernel/apic/apic.o CC [M] net/ieee802154/socket.o CC drivers/char/tpm/st33zp24/st33zp24.o CC kernel/time/posix-timers.o LD drivers/char/xillybus/built-in.o CC [M] drivers/char/tpm/st33zp24/i2c.o CC [M] drivers/char/xillybus/xillybus_core.o CC net/ipv6/tcpv6_offload.o CC [M] drivers/char/tpm/st33zp24/spi.o CC mm/msync.o CC mm/rmap.o CC [M] drivers/firmware/dmi-sysfs.o CC lib/crc8.o LD [M] sound/pci/ac97/snd-ac97-codec.o CC [M] sound/soc/soc-dapm.o LD sound/pci/aw2/built-in.o LD sound/pci/ca0106/built-in.o LD sound/pci/cs46xx/built-in.o CC drivers/char/pc8736x_gpio.o CC drivers/gpio/devres.o LD sound/pci/cs5535audio/built-in.o LD sound/pci/ctxfi/built-in.o LD sound/pci/echoaudio/built-in.o CC [M] sound/oss/sequencer.o CC drivers/fmc/fmc-match.o CC kernel/trace/trace_clock.o LD sound/pci/emu10k1/built-in.o CC kernel/trace/ring_buffer.o LD sound/pci/hda/built-in.o LD sound/pci/ice1712/built-in.o LD [M] net/bridge/bridge.o LD sound/pci/korg1212/built-in.o LD [M] net/bridge/br_netfilter.o CC crypto/drbg.o LD sound/pci/lola/built-in.o LD sound/pci/lx6464es/built-in.o LD sound/pci/mixart/built-in.o CC kernel/freezer.o CC kernel/rcu/tree.o CC [M] net/ceph/ceph_strings.o LD sound/pci/nm256/built-in.o LD sound/pci/oxygen/built-in.o LD sound/pci/pcxhr/built-in.o LD sound/pci/riptide/built-in.o LD sound/pci/rme9652/built-in.o LD sound/pci/trident/built-in.o LD fs/autofs4/built-in.o CC [M] fs/autofs4/init.o LD sound/pci/vx222/built-in.o LD sound/pci/ymfpci/built-in.o CC [M] net/ceph/ceph_hash.o CC [M] net/ceph/pagevec.o CC arch/x86/kernel/cpu/intel_cacheinfo.o LD sound/sparc/built-in.o CC arch/x86/kernel/cpu/scattered.o CC [M] drivers/firmware/dcdbas.o LD drivers/gpu/vga/built-in.o LD sound/spi/built-in.o LD drivers/gpu/drm/bridge/built-in.o LD sound/synth/built-in.o CC kernel/profile.o LD drivers/gpu/drm/i2c/built-in.o LD block/built-in.o LD drivers/gpu/drm/panel/built-in.o LD sound/synth/emux/built-in.o LD drivers/gpu/drm/tilcdc/built-in.o LD drivers/gpu/drm/built-in.o CC drivers/fmc/fmc-sdb.o LD drivers/gpu/built-in.o CC mm/vmalloc.o CC arch/x86/kernel/cpu/topology.o LD sound/usb/built-in.o CC [M] sound/usb/card.o CC net/ipv6/udp_offload.o LD net/ieee802154/built-in.o LD drivers/firmware/built-in.o CC lib/genalloc.o CC drivers/char/nsc_gpio.o CC [M] net/ceph/snapshot.o CC drivers/hid/hid-core.o LD lib/fonts/built-in.o CC [M] lib/fonts/fonts.o CC kernel/trace/trace.o CC drivers/hsi/hsi_boardinfo.o CC drivers/hsi/hsi.o LD drivers/hsi/clients/built-in.o CC [M] drivers/hsi/clients/hsi_char.o CC arch/x86/kernel/cpu/common.o CC crypto/jitterentropy.o CC net/ipv6/exthdrs_offload.o CC drivers/gpio/gpiolib.o CC fs/debugfs/inode.o LD [M] drivers/char/tpm/st33zp24/tpm_st33zp24_i2c.o CC kernel/stacktrace.o CC net/ipv6/inet6_hashtables.o CC kernel/sched/cputime.o CC kernel/futex.o CC kernel/sched/idle_task.o CC net/core/utils.o CC [M] sound/oss/sound_timer.o CC net/irda/irqueue.o CC net/ipv6/mcast_snoop.o CC net/ipv4/ip_options.o LD [M] net/ieee802154/ieee802154.o LD [M] net/ieee802154/ieee802154_socket.o CC [M] drivers/char/virtio_console.o CC [M] drivers/char/raw.o CC kernel/time/posix-cpu-timers.o LD net/l2tp/built-in.o CC [M] net/l2tp/l2tp_core.o CC crypto/jitterentropy-kcapi.o CC [M] fs/autofs4/inode.o LD [M] drivers/char/tpm/st33zp24/tpm_st33zp24_spi.o LD drivers/char/tpm/st33zp24/tpm_st33zp24.o LD drivers/char/tpm/st33zp24/built-in.o CC kernel/time/timekeeping.o CC [M] drivers/char/tpm/tpm_i2c_atmel.o CC arch/x86/kernel/apic/apic_noop.o CC kernel/sched/fair.o CC [M] lib/fonts/font_8x8.o CC [M] lib/fonts/font_8x16.o CC mm/pagewalk.o CC mm/pgtable-generic.o CC [M] sound/oss/sys_timer.o CC drivers/fmc/fru-parse.o CC net/irda/irttp.o CC mm/init-mm.o CC [M] net/l2tp/l2tp_ppp.o CC [M] sound/usb/clock.o CC [M] net/l2tp/l2tp_debugfs.o CC drivers/hid/hid-input.o CC drivers/fmc/fmc-dump.o CC drivers/fmc/fmc-fakedev.o LD lib/lz4/built-in.o CC [M] lib/lz4/lz4_compress.o CC [M] lib/lz4/lz4_decompress.o CC drivers/hid/hid-debug.o CC [M] drivers/char/tpm/tpm_i2c_infineon.o CC lib/lzo/lzo1x_compress.o CC [M] sound/usb/endpoint.o CC arch/x86/kernel/apic/ipi.o LD drivers/hsi/controllers/built-in.o LD drivers/hsi/built-in.o CC [M] fs/autofs4/root.o CC [M] fs/autofs4/symlink.o CC crypto/ghash-generic.o CC [M] fs/autofs4/waitq.o CC [M] sound/soc/soc-jack.o CC drivers/gpio/gpiolib-legacy.o CC crypto/asymmetric_keys/asymmetric_type.o CC [M] drivers/char/nvram.o CC [M] sound/soc/soc-cache.o CC [M] drivers/char/ppdev.o CC drivers/hwmon/hwmon.o CC [M] drivers/char/tpm/tpm_atmel.o CC [M] sound/soc/soc-utils.o CC [M] net/ipv6/af_inet6.o CC [M] net/ipv6/anycast.o CC net/ipv4/ip_output.o CC mm/nobootmem.o CC net/ipv4/ip_sockglue.o CC fs/debugfs/file.o LD [M] net/ceph/libceph.o LD [M] lib/fonts/font.o CC arch/x86/kernel/cpu/rdrand.o LD net/llc/built-in.o CC [M] net/llc/llc_core.o CC drivers/fmc/fmc-trivial.o CC drivers/fmc/fmc-write-eeprom.o CC net/lapb/lapb_in.o CC [M] net/ipv6/ip6_output.o LD kernel/rcu/built-in.o CC [M] drivers/char/tlclk.o CC [M] sound/oss/ad1848.o CC net/core/link_watch.o CC arch/x86/kernel/cpu/match.o CC arch/x86/kernel/cpu/proc.o CC kernel/time/ntp.o CC [M] fs/autofs4/expire.o CC [M] fs/autofs4/dev-ioctl.o CC crypto/hash_info.o CC [M] crypto/crypto_user.o CC kernel/sched/rt.o CC [M] sound/usb/format.o CC lib/lzo/lzo1x_decompress_safe.o CC kernel/sched/deadline.o CC drivers/gpio/gpiolib-of.o CC drivers/gpio/gpiolib-sysfs.o CC arch/x86/kernel/apic/vector.o CC net/mpls/mpls_gso.o CC [M] sound/soc/soc-pcm.o CC [M] net/ipv6/ip6_input.o MKCAP arch/x86/kernel/cpu/capflags.c CC drivers/gpio/gpio-generic.o CC fs/devpts/inode.o LD drivers/char/tpm/tpm.o LD drivers/char/tpm/built-in.o CC drivers/gpio/gpio-74x164.o CC [M] drivers/fmc/fmc-chardev.o CC crypto/asymmetric_keys/signature.o CC drivers/gpio/gpio-adp5588.o CC kernel/trace/trace_output.o CC drivers/hid/hidraw.o CC kernel/trace/trace_seq.o CC [M] net/ipv6/addrconf.o CC [M] net/ipv6/addrlabel.o CC drivers/hwmon/hwmon-vid.o CC [M] net/ipv6/route.o CC mm/fadvise.o CC kernel/time/clocksource.o CC mm/madvise.o CC kernel/time/jiffies.o CC net/irda/irda_device.o CC net/irda/irias_object.o CC arch/x86/kernel/fpu/init.o CC [M] sound/soc/soc-compress.o CC [M] sound/soc/soc-io.o LD drivers/char/built-in.o CC [M] sound/soc/soc-devres.o CC [M] net/ipv6/ip6_fib.o LD [M] fs/autofs4/autofs4.o CC net/netfilter/core.o CC [M] sound/soc/soc-ops.o CC net/netfilter/nf_log.o CC arch/x86/kernel/kprobes/core.o LD lib/lzo/lzo_compress.o LD lib/lzo/lzo_decompress.o LD lib/lzo/built-in.o LD fs/devpts/devpts.o LD fs/devpts/built-in.o CC arch/x86/kernel/kprobes/opt.o CC lib/mpi/generic_mpih-lshift.o CC kernel/sched/stop_task.o CC [M] net/llc/llc_input.o LD drivers/fmc/fmc.o LD drivers/fmc/built-in.o CC net/lapb/lapb_out.o CC kernel/sched/wait.o LD fs/debugfs/debugfs.o LD fs/debugfs/built-in.o LD fs/exofs/built-in.o CC fs/ext2/balloc.o CC [M] sound/usb/helper.o CC arch/x86/kernel/apic/hw_nmi.o CC fs/exportfs/expfs.o LD fs/f2fs/built-in.o CC [M] fs/f2fs/dir.o LD net/mpls/built-in.o CC [M] fs/f2fs/file.o CC crypto/asymmetric_keys/public_key.o CC crypto/asymmetric_keys/rsa.o CC [M] crypto/vmac.o CC drivers/gpio/gpio-dwapb.o CC kernel/trace/trace_stat.o CC drivers/hwmon/w83795.o CC [M] fs/f2fs/inode.o CC lib/mpi/generic_mpih-mul1.o CC lib/mpi/generic_mpih-mul2.o CC [M] sound/oss/mpu401.o CC lib/mpi/generic_mpih-mul3.o CC [M] sound/soc/soc-topology.o CC [M] sound/soc/soc-generic-dmaengine-pcm.o LD lib/xz/built-in.o CC [M] lib/xz/xz_dec_syms.o LD sound/soc/adi/built-in.o CC net/netfilter/nf_queue.o CC mm/memblock.o CC kernel/time/timer_list.o CC drivers/gpio/gpio-rc5t583.o CC arch/x86/kernel/fpu/bugs.o CC drivers/hid/hid-a4tech.o CC [M] sound/usb/mixer.o CC drivers/gpio/gpio-stmpe.o CC net/ipv4/inet_hashtables.o LD sound/soc/atmel/built-in.o CC mm/dmapool.o CC drivers/gpio/gpio-sx150x.o CC drivers/gpio/gpio-tps65912.o CC arch/x86/kernel/apic/io_apic.o CC net/core/filter.o CC arch/x86/kernel/cpu/powerflags.o CC arch/x86/kernel/cpu/bugs.o CC net/lapb/lapb_subr.o LD sound/soc/au1x/built-in.o CC kernel/sched/completion.o CC kernel/trace/trace_printk.o CC kernel/trace/trace_sched_switch.o CC kernel/sched/idle.o CC fs/ext2/dir.o LD arch/x86/kernel/kprobes/built-in.o CC fs/ext2/file.o CC lib/mpi/generic_mpih-rshift.o CC fs/ext2/ialloc.o CC arch/x86/kernel/ptrace.o CC drivers/hwmon/w83781d.o CC [M] fs/f2fs/namei.o CC drivers/hwmon/w83791d.o CC [M] fs/f2fs/hash.o CC net/irda/wrapper.o CC arch/x86/kernel/tls.o CC drivers/hwmon/abituguru.o LD sound/soc/bcm/built-in.o CC [M] sound/oss/sb_common.o CC arch/x86/kernel/cpu/intel.o CC kernel/time/timeconv.o CC drivers/gpio/gpio-wm831x.o ASN.1 crypto/asymmetric_keys/x509-asn1.c ASN.1 crypto/asymmetric_keys/x509_rsakey-asn1.c CC crypto/asymmetric_keys/x509_public_key.o CC [M] net/ipv6/ipv6_sockglue.o LD sound/soc/blackfin/built-in.o CC [M] crypto/wp512.o CC arch/x86/kernel/fpu/core.o LD fs/exportfs/exportfs.o LD sound/soc/cirrus/built-in.o LD fs/exportfs/built-in.o CC kernel/time/timecounter.o CC drivers/hwmon/ad7418.o CC drivers/hid/hid-axff.o CC kernel/time/posix-clock.o CC kernel/time/alarmtimer.o CC [M] lib/xz/xz_dec_stream.o LD crypto/asymmetric_keys/asymmetric_keys.o CC [M] net/ipv6/ndisc.o CC net/lapb/lapb_timer.o CC net/lapb/lapb_iface.o CC [M] net/ipv6/udp.o CC [M] net/ipv6/udplite.o CC [M] net/llc/llc_output.o CC lib/mpi/generic_mpih-sub1.o CC lib/mpi/generic_mpih-add1.o /home/kisskb/slave/src/arch/x86/kernel/apic/io_apic.c: In function 'mp_map_pin_to_irq': /home/kisskb/slave/src/arch/x86/kernel/apic/io_apic.c:1031:6: warning: 'irq' may be used uninitialized in this function [-Wuninitialized] CC lib/mpi/mpicoder.o LD lib/zlib_deflate/built-in.o CC [M] lib/zlib_deflate/deflate.o CC [M] sound/usb/mixer_quirks.o LD lib/zlib_inflate/built-in.o CC drivers/hid/hid-aureal.o CC [M] lib/zlib_inflate/inffast.o CC [M] lib/xz/xz_dec_lzma2.o CC arch/x86/kernel/cpu/amd.o CC lib/percpu_counter.o CC mm/sparse.o CC mm/ksm.o CC mm/slab.o CC [M] lib/zlib_inflate/inflate.o CC [M] lib/xz/xz_dec_bcj.o CC drivers/hwmon/adm1025.o CC [M] fs/f2fs/super.o CC fs/fat/cache.o CC fs/fat/dir.o CC drivers/gpio/gpio-wm8350.o LD fs/fscache/built-in.o CC [M] fs/fscache/cache.o CC fs/ext2/inode.o CC [M] drivers/gpio/gpio-altera.o CC crypto/asymmetric_keys/x509-asn1.o CC [M] fs/fscache/cookie.o CC kernel/sched/cpupri.o CC kernel/sched/cpudeadline.o LD sound/soc/codecs/built-in.o CC [M] sound/soc/codecs/adau1701.o LD sound/soc/davinci/built-in.o CC kernel/time/clockevents.o LD sound/soc/dwc/built-in.o CC kernel/trace/trace_irqsoff.o CC kernel/time/tick-common.o LD sound/soc/fsl/built-in.o CC [M] sound/soc/fsl/fsl_asrc.o CC [M] lib/zlib_inflate/infutil.o CC crypto/asymmetric_keys/x509_rsakey-asn1.o LD sound/soc/generic/built-in.o CC [M] sound/soc/generic/simple-card.o CC crypto/asymmetric_keys/x509_cert_parser.o CC [M] lib/zlib_deflate/deftree.o CC lib/mpi/mpi-bit.o CC kernel/time/tick-broadcast.o CC kernel/time/timekeeping_debug.o CC [M] lib/xz/xz_dec_test.o CC drivers/hid/hid-dr.o CC net/ipv4/inet_timewait_sock.o CC drivers/hid/hid-kensington.o CC arch/x86/kernel/apic/bigsmp_32.o CC net/netfilter/nf_sockopt.o CC arch/x86/kernel/fpu/regset.o CC arch/x86/kernel/apic/probe_32.o CC kernel/time/test_udelay.o CC net/ipv4/inet_connection_sock.o CC [M] lib/zlib_inflate/inftrees.o CC [M] sound/usb/mixer_scarlett.o CC net/ipv4/tcp.o CC arch/x86/kernel/fpu/signal.o CC drivers/hwmon/adm1026.o CC [M] net/ipv6/raw.o CC [M] sound/oss/sb_audio.o CC [M] lib/zlib_inflate/inflate_syms.o CC [M] lib/zlib_deflate/deflate_syms.o CC kernel/sched/auto_group.o CC [M] net/ipv6/icmp.o CC fs/fat/fatent.o CC fs/fat/file.o CC fs/fat/inode.o CC [M] drivers/gpio/gpio-f7188x.o CC fs/ext2/ioctl.o CC net/irda/af_irda.o CC arch/x86/kernel/cpu/centaur.o LD crypto/asymmetric_keys/x509_key_parser.o LD crypto/asymmetric_keys/built-in.o CC lib/mpi/mpi-cmp.o CC [M] crypto/pcbc.o LD [M] lib/xz/xz_dec.o CC drivers/hid/hid-kye.o CC lib/audit.o CC drivers/hid/hid-lcpower.o CC lib/mpi/mpih-cmp.o CC lib/mpi/mpih-div.o CC net/ipv4/tcp_input.o CC [M] sound/soc/codecs/ak4104.o LD net/lapb/lapb.o LD net/lapb/built-in.o CC drivers/hwmon/adm1029.o CC drivers/hwmon/adm1031.o LD [M] sound/soc/generic/snd-soc-simple-card.o CC drivers/hwmon/ads7828.o CC arch/x86/kernel/cpu/transmeta.o CC net/core/sock_diag.o CC net/core/dev_ioctl.o CC mm/memtest.o CC arch/x86/kernel/fpu/xstate.o LD [M] net/llc/llc.o CC drivers/hwmon/adt7x10.o CC [M] sound/usb/pcm.o LD [M] lib/zlib_inflate/zlib_inflate.o CC lib/syscall.o CC [M] sound/usb/proc.o CC [M] fs/f2fs/inline.o CC [M] net/ipv6/mcast.o CC [M] fs/f2fs/checkpoint.o LD arch/x86/kernel/apic/built-in.o CC drivers/hid/hid-lg.o CC [M] net/ipv6/reassembly.o CC [M] fs/fscache/fsdef.o CC [M] drivers/gpio/gpio-grgpio.o LD kernel/time/built-in.o CC [M] drivers/gpio/gpio-lp3943.o CC drivers/hwmon/adt7410.o CC drivers/hwmon/adt7470.o CC fs/ext2/namei.o CC [M] sound/oss/sb_midi.o CC drivers/hwmon/da9052-hwmon.o CC lib/mpi/mpih-mul.o LD [M] lib/zlib_deflate/zlib_deflate.o CC lib/mpi/mpi-pow.o CC lib/mpi/mpiutil.o CC [M] sound/soc/fsl/fsl_asrc_dma.o CC kernel/trace/trace_sched_wakeup.o CC [M] sound/soc/fsl/fsl_spdif.o CC kernel/trace/trace_nop.o CC arch/x86/kernel/cpu/perf_event.o CC kernel/trace/blktrace.o CC mm/migrate.o CC [M] crypto/lrw.o CC arch/x86/kernel/step.o LD kernel/sched/built-in.o CC kernel/dma.o CC net/netlink/af_netlink.o CC drivers/hwmon/dell-smm-hwmon.o CC mm/huge_memory.o LD fs/fuse/built-in.o CC [M] fs/fuse/dev.o CC [M] drivers/gpio/gpio-max730x.o CC [M] sound/soc/codecs/ak4554.o CC [M] sound/soc/codecs/ak4642.o CC [M] sound/soc/codecs/ak5386.o CC kernel/trace/trace_events.o CC [M] crypto/xts.o CC net/irda/discovery.o CC [M] sound/usb/quirks.o CC [M] fs/f2fs/gc.o CC [M] sound/usb/stream.o CC fs/ext2/super.o CC fs/ext2/symlink.o CC kernel/smp.o CC drivers/hid/hid-lgff.o CC net/netfilter/nfnetlink.o CC [M] sound/oss/sb_mixer.o CC kernel/trace/trace_export.o CC [M] fs/f2fs/data.o CC fs/isofs/namei.o CC fs/isofs/inode.o LD arch/x86/kernel/fpu/built-in.o CC fs/isofs/dir.o CC kernel/trace/trace_syscalls.o CC fs/fat/misc.o CC net/irda/parameters.o CC kernel/trace/trace_event_perf.o CC [M] net/ipv6/tcp_ipv6.o LD lib/mpi/mpi.o LD lib/mpi/built-in.o CC lib/dynamic_debug.o CC net/ipv4/tcp_output.o CC [M] sound/soc/fsl/fsl_esai.o CC [M] drivers/gpio/gpio-max7301.o CC [M] sound/oss/sb_ess.o CC [M] sound/oss/uart401.o CC drivers/hid/hid-lg2ff.o CC arch/x86/kernel/i8237.o CC [M] drivers/gpio/gpio-syscon.o CC [M] fs/fscache/main.o CC arch/x86/kernel/stacktrace.o CC net/netfilter/nf_tables_core.o CC net/ipv4/tcp_timer.o CC net/core/tso.o CC [M] sound/soc/codecs/cs42l52.o CC kernel/trace/trace_events_filter.o CC kernel/trace/trace_events_trigger.o CC drivers/i2c/i2c-boardinfo.o CC drivers/hwmon/ds620.o CC fs/ext2/xattr.o CC drivers/hwmon/ds1621.o CC drivers/hwmon/emc6w201.o CC net/irda/irnetlink.o CC [M] sound/usb/midi.o CC [M] drivers/gpio/gpio-viperboard.o LD drivers/idle/built-in.o CC drivers/iio/industrialio-core.o CC drivers/iio/industrialio-event.o CC drivers/iio/inkern.o LD sound/usb/6fire/built-in.o CC [M] sound/usb/6fire/chip.o CC [M] sound/usb/6fire/comm.o CC fs/isofs/util.o CC [M] sound/usb/6fire/midi.o CC [M] sound/usb/6fire/control.o CC fs/isofs/rock.o CC mm/page_isolation.o CC drivers/hid/hid-lg3ff.o CC mm/zpool.o CC [M] sound/soc/fsl/imx-audmux.o CC [M] sound/usb/6fire/firmware.o CC [M] crypto/pcrypt.o CC [M] crypto/cryptd.o CC [M] net/ipv6/ping.o CC arch/x86/kernel/cpu/perf_event_amd.o CC fs/fat/nfs.o CC drivers/hwmon/f71882fg.o CC [M] fs/fscache/netfs.o CC drivers/hwmon/f75375s.o CC [M] sound/oss/sb_card.o CC drivers/hwmon/fschmd.o CC [M] drivers/gpio/gpio-wm8994.o CC [M] fs/f2fs/node.o CC [M] fs/f2fs/segment.o CC [M] net/ipv6/exthdrs.o CC [M] sound/soc/codecs/cs42l56.o CC kernel/trace/bpf_trace.o CC drivers/hid/hid-lg4ff.o CC net/irda/irmod.o CC [M] fs/fuse/dir.o CC net/netlink/genetlink.o CC [M] fs/fuse/file.o CC net/netlink/diag.o CC fs/isofs/export.o CC [M] sound/oss/kahlua.o CC [M] sound/usb/6fire/pcm.o LD net/nfc/built-in.o CC [M] net/nfc/core.o CC [M] net/nfc/netlink.o CC net/irda/irproc.o CC drivers/i2c/i2c-core.o CC [M] fs/f2fs/recovery.o CC fs/ext2/xattr_user.o LD [M] sound/soc/fsl/snd-soc-fsl-asrc.o CC fs/isofs/joliet.o CC mm/early_ioremap.o CC mm/cma.o CC drivers/i2c/i2c-mux.o CC mm/balloon_compaction.o LD [M] sound/soc/fsl/snd-soc-fsl-spdif.o LD [M] sound/soc/fsl/snd-soc-fsl-esai.o LD [M] sound/soc/fsl/snd-soc-imx-audmux.o CC mm/page_ext.o LD sound/soc/intel/built-in.o LD sound/soc/intel/atom/built-in.o CC [M] sound/soc/intel/atom/sst-mfld-platform-pcm.o CC net/netfilter/nf_tables_api.o CC drivers/iio/industrialio-buffer.o LD drivers/gpio/built-in.o CC [M] crypto/mcryptd.o LD fs/jfs/built-in.o CC fs/fat/namei_vfat.o CC [M] fs/jfs/super.o CC lib/nlattr.o LD sound/soc/jz4740/built-in.o CC net/netfilter/nft_immediate.o CC kernel/trace/trace_kprobe.o LD sound/soc/mediatek/built-in.o LD sound/soc/kirkwood/built-in.o CC kernel/trace/power-traces.o LD sound/soc/mxs/built-in.o CC [M] fs/fuse/inode.o CC kernel/trace/trace_probe.o CC lib/average.o CC fs/ext2/xattr_trusted.o CC drivers/hwmon/g760a.o CC kernel/trace/trace_uprobe.o CC net/ipv4/tcp_ipv4.o CC [M] mm/zsmalloc.o CC net/core/flow.o CC net/core/net-sysfs.o CC net/core/net-procfs.o CC [M] fs/fscache/object.o LD fs/isofs/isofs.o LD fs/isofs/built-in.o CC lib/cpu_rmap.o CC fs/kernfs/mount.o CC fs/ext2/xattr_security.o CC drivers/hid/hid-logitech-dj.o CC lib/dynamic_queue_limits.o CC [M] sound/oss/uart6850.o CC arch/x86/kernel/cpu/perf_event_amd_uncore.o CC [M] sound/soc/codecs/cs42l73.o CC [M] sound/oss/v_midi.o LD [M] sound/usb/6fire/snd-usb-6fire.o LD sound/usb/bcd2000/built-in.o LD sound/usb/caiaq/built-in.o LD sound/usb/hiface/built-in.o CC [M] sound/usb/hiface/chip.o CC [M] sound/usb/hiface/pcm.o CC [M] crypto/serpent_generic.o CC [M] fs/fscache/operation.o CC [M] fs/fscache/page.o LD [M] fs/f2fs/f2fs.o CC fs/nilfs2/inode.o CC [M] fs/fat/namei_msdos.o CC fs/nls/nls_base.o CC fs/nilfs2/file.o CC fs/nls/nls_cp737.o CC drivers/hwmon/gpio-fan.o CC lib/digsig.o CC drivers/input/input.o CC drivers/input/input-compat.o CC [M] fs/jfs/file.o CC [M] fs/jfs/inode.o LD fs/ext2/ext2.o LD fs/ext2/built-in.o CC [M] fs/jfs/namei.o CC drivers/iio/industrialio-trigger.o CC drivers/iio/industrialio-triggered-buffer.o LD mm/built-in.o CC [M] net/nfc/af_nfc.o CC drivers/hid/hid-logitech-hidpp.o CC fs/kernfs/inode.o CC fs/kernfs/dir.o CC fs/kernfs/file.o CC [M] net/ipv6/datagram.o CC [M] net/ipv6/ip6_flowlabel.o CC [M] net/ipv6/inet6_connection_sock.o CC net/core/netpoll.o CC net/irda/irsysctl.o CC fs/nls/nls_cp775.o CC net/core/net-traces.o LD net/irda/irnet/built-in.o LD net/netlink/netlink_diag.o LD net/netlink/built-in.o CC net/core/drop_monitor.o CC [M] net/irda/irnet/irnet_ppp.o LD [M] sound/oss/sound.o CC [M] sound/oss/pss.o CC arch/x86/kernel/cpu/perf_event_p6.o CC [M] sound/soc/intel/atom/sst-mfld-platform-compress.o CC arch/x86/kernel/cpu/perf_event_knc.o CC [M] fs/jfs/jfs_mount.o LD kernel/trace/built-in.o CC arch/x86/kernel/cpu/perf_event_p4.o CC kernel/uid16.o CC fs/nilfs2/dir.o CC drivers/hwmon/hih6130.o CC [M] fs/fuse/control.o CC net/core/ptp_classifier.o LD [M] sound/usb/hiface/snd-usb-hiface.o CC fs/notify/fsnotify.o CC net/core/netprio_cgroup.o LD sound/usb/line6/built-in.o CC [M] sound/usb/line6/capture.o LD fs/fat/fat.o LD fs/fat/vfat.o LD [M] fs/fat/msdos.o LD fs/fat/built-in.o CC drivers/input/input-mt.o CC [M] sound/soc/codecs/cs4270.o LD drivers/i2c/algos/built-in.o CC [M] drivers/i2c/algos/i2c-algo-bit.o CC [M] drivers/i2c/algos/i2c-algo-pca.o CC [M] sound/oss/trix.o LD [M] sound/oss/sb_lib.o CC fs/nls/nls_cp862.o CC fs/notify/notification.o CC [M] fs/fscache/proc.o CC fs/nls/nls_cp863.o CC [M] net/nfc/rawsock.o CC [M] net/nfc/llcp_core.o CC [M] net/nfc/llcp_commands.o CC [M] net/nfc/llcp_sock.o CC [M] net/nfc/digital_core.o CC lib/clz_tab.o CC lib/strncpy_from_user.o CC drivers/hwmon/htu21.o CC [M] net/nfc/digital_technology.o CC drivers/hid/hid-microsoft.o CC drivers/iio/kfifo_buf.o CC [M] sound/soc/codecs/cs4271.o CC [M] sound/usb/line6/driver.o CC drivers/hid/hid-monterey.o CC drivers/hid/hid-saitek.o CC [M] crypto/cast5_generic.o CC lib/strnlen_user.o CC lib/net_utils.o CC net/netfilter/nft_cmp.o CC [M] sound/soc/intel/atom/sst-atom-controls.o CC [M] fs/jfs/jfs_umount.o CC [M] fs/jfs/jfs_xtree.o CC fs/nilfs2/super.o CC fs/nilfs2/namei.o CC arch/x86/kernel/cpu/perf_event_intel_lbr.o CC kernel/system_keyring.o CC drivers/input/ff-core.o CC drivers/iio/accel/bmc150-accel.o CC [M] net/irda/irnet/irnet_irda.o CC fs/kernfs/symlink.o CC [M] fs/jfs/jfs_imap.o CC [M] fs/fuse/cuse.o CC [M] fs/jfs/jfs_debug.o CC net/netfilter/nft_lookup.o CC fs/nls/nls_cp864.o CC fs/nls/nls_cp865.o CC fs/nls/nls_cp936.o CC [M] fs/fscache/stats.o CC net/ipv4/tcp_minisocks.o CC net/ipv4/tcp_cong.o CC [M] net/core/pktgen.o CC fs/notify/group.o CC [M] net/ipv6/sysctl_net_ipv6.o CC drivers/hwmon/ina2xx.o LD [M] sound/oss/sb.o LD sound/soundcore.o LD sound/built-in.o CC fs/notify/inode_mark.o CC [M] net/ipv6/xfrm6_policy.o CC net/netfilter/nft_dynset.o CC drivers/i2c/busses/i2c-cbus-gpio.o CC drivers/hid/hid-gaff.o CC [M] net/ipv6/xfrm6_state.o CC drivers/hwmon/jc42.o LD net/irda/irda.o CC fs/overlayfs/super.o CC fs/overlayfs/inode.o CC [M] net/ipv6/xfrm6_input.o LD fs/kernfs/built-in.o CC drivers/input/ff-memless.o CC fs/quota/quota.o CC fs/proc/task_mmu.o CC drivers/input/input-polldev.o CC drivers/iio/adc/ad_sigma_delta.o CC fs/notify/mark.o CC fs/nls/nls_cp1251.o CC fs/nilfs2/page.o CC net/netfilter/nft_bitwise.o CC net/netfilter/nft_byteorder.o CC drivers/iio/accel/mma9551_core.o CC fs/nilfs2/mdt.o CC fs/notify/vfsmount_mark.o CC lib/asn1_decoder.o LD [M] sound/soc/intel/atom/snd-soc-sst-mfld-platform.o CC drivers/input/sparse-keymap.o LD sound/soc/intel/boards/built-in.o CC [M] sound/soc/intel/boards/bytcr_rt5640.o CC [M] crypto/arc4.o CC [M] crypto/salsa20_generic.o CC drivers/hid/hid-tmff.o LD [M] fs/fscache/fscache.o CC drivers/hid/hid-tivo.o Generating X.509 key generation config CC fs/notify/fdinfo.o CC kernel/module.o CC [M] net/nfc/digital_dep.o CC drivers/hwmon/lm75.o CC [M] sound/usb/line6/midi.o CC drivers/iio/amplifiers/ad8366.o CC arch/x86/kernel/cpu/perf_event_intel_ds.o LD sound/soc/nuc900/built-in.o CC arch/x86/kernel/cpu/perf_event_intel.o CC arch/x86/kernel/cpu/perf_event_intel_rapl.o CC fs/notify/dnotify/dnotify.o CC fs/overlayfs/dir.o CC drivers/input/input-leds.o CC fs/nls/nls_iso8859-5.o CC [M] sound/soc/codecs/cs4271-i2c.o CC drivers/i2c/busses/i2c-ocores.o CC [M] fs/jfs/jfs_dmap.o GEN lib/oid_registry_data.c CC [M] fs/jfs/jfs_unicode.o CC lib/argv_split.o LD [M] net/irda/irnet/irnet.o CC drivers/hwmon/lm77.o LD net/irda/built-in.o CC net/openvswitch/actions.o CC net/openvswitch/datapath.o CC net/openvswitch/dp_notify.o CC drivers/input/joydev.o LD [M] fs/fuse/fuse.o CC drivers/input/evbug.o CC [M] net/ipv6/xfrm6_output.o CC fs/notify/fanotify/fanotify.o CC fs/notify/fanotify/fanotify_user.o CC fs/nilfs2/btnode.o CC fs/nilfs2/bmap.o CC fs/nilfs2/btree.o CC fs/proc/inode.o CC fs/nls/nls_iso8859-6.o CC [M] fs/jfs/jfs_dtree.o CC fs/proc/root.o CC lib/bug.o CC net/ipv4/tcp_metrics.o CC kernel/module_signing.o LD [M] sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o CC kernel/kallsyms.o CC fs/quota/kqid.o LD fs/notify/dnotify/built-in.o CC kernel/cgroup.o CC fs/overlayfs/readdir.o CC fs/overlayfs/copy_up.o CC drivers/iio/adc/ad7476.o CC [M] crypto/chacha20_generic.o CC drivers/hid/hid-topseed.o LD fs/notify/inotify/built-in.o CC drivers/hid/hid-waltop.o LD net/core/built-in.o CC net/netfilter/nft_payload.o LD drivers/iio/amplifiers/built-in.o CC drivers/iio/accel/mma9551.o CC net/netfilter/nft_exthdr.o CC drivers/i2c/busses/i2c-taos-evm.o CC [M] drivers/i2c/busses/i2c-designware-core.o CC net/packet/af_packet.o CC drivers/hid/i2c-hid/i2c-hid.o CC net/packet/diag.o CC drivers/i2c/muxes/i2c-arb-gpio-challenge.o CC [M] sound/soc/codecs/cs4271-spi.o CC [M] drivers/i2c/muxes/i2c-mux-gpio.o LD net/nfc/hci/built-in.o CC [M] net/nfc/hci/core.o CC [M] net/nfc/hci/hcp.o CC [M] net/nfc/hci/command.o CC fs/nls/nls_iso8859-15.o CC drivers/input/joystick/as5011.o CC [M] sound/usb/line6/midibuf.o CC drivers/input/misc/ati_remote2.o CC drivers/hwmon/lm80.o CC drivers/input/misc/drv2667.o CC net/netfilter/nft_limit.o LD drivers/iio/common/hid-sensors/built-in.o CC [M] drivers/iio/common/hid-sensors/hid-sensor-attributes.o CC drivers/iio/dac/ad5360.o CC drivers/iio/dac/ad5624r_spi.o CC lib/cmdline.o LD fs/notify/fanotify/built-in.o LD fs/notify/built-in.o LD drivers/hid/usbhid/built-in.o CC [M] drivers/hid/usbhid/hid-core.o CC fs/ramfs/inode.o CC [M] drivers/hid/uhid.o CC net/openvswitch/flow.o CC [M] drivers/hid/usbhid/hid-quirks.o CC [M] crypto/deflate.o CC [M] drivers/hid/usbhid/hiddev.o CC fs/proc/base.o CC fs/proc/generic.o CC fs/proc/array.o CC [M] crypto/michael_mic.o CC net/openvswitch/flow_netlink.o CC fs/nls/mac-gaelic.o LD fs/overlayfs/overlay.o LD fs/overlayfs/built-in.o CC lib/cpumask.o LD fs/reiserfs/built-in.o CC [M] fs/reiserfs/bitmap.o CC drivers/iio/accel/ssp_accel_sensor.o CC drivers/iio/adc/ad7791.o CC fs/nilfs2/direct.o LD fs/quota/built-in.o CC arch/x86/kernel/cpu/perf_event_intel_cqm.o CC drivers/iio/adc/ad799x.o CC [M] sound/usb/line6/pcm.o CC arch/x86/kernel/cpu/perf_event_intel_pt.o CC arch/x86/kernel/cpu/perf_event_intel_bts.o CC [M] sound/soc/codecs/cs42xx8.o CC [M] drivers/i2c/muxes/i2c-mux-pca9541.o LD drivers/hid/i2c-hid/built-in.o CC [M] drivers/i2c/muxes/i2c-mux-pca954x.o CC drivers/input/joystick/gamecon.o CC drivers/hwmon/lm83.o CC fs/sysfs/file.o CC [M] fs/jfs/jfs_inode.o CC drivers/iio/adc/max1027.o CC drivers/iio/frequency/ad9523.o CC drivers/iio/adc/mcp3422.o CC [M] fs/jfs/jfs_discard.o CC kernel/cgroup_freezer.o CC fs/nls/mac-greek.o CC [M] drivers/i2c/busses/i2c-designware-platdrv.o CC drivers/iio/dac/ad5755.o CC drivers/input/misc/gpio_tilt_polled.o CC fs/ramfs/file-mmu.o CC [M] net/ipv6/xfrm6_protocol.o CC [M] net/ipv6/netfilter.o CC lib/ctype.o CC [M] drivers/iio/accel/bma180.o CC [M] net/ipv6/proc.o CC lib/dec_and_lock.o CC lib/decompress.o CC [M] crypto/crc32.o CC [M] drivers/iio/common/hid-sensors/hid-sensor-trigger.o CC [M] crypto/lzo.o CC drivers/hwmon/lm93.o CC fs/proc/fd.o CC [M] drivers/hid/hid-apple.o CC drivers/input/mouse/appletouch.o CC net/netfilter/nft_hash.o CC net/netfilter/nft_counter.o CC [M] drivers/hid/hid-appleir.o CC drivers/input/joystick/grip_mp.o CC [M] drivers/hid/hid-betopff.o LD drivers/i2c/muxes/built-in.o CC [M] fs/reiserfs/do_balan.o CC net/openvswitch/flow_table.o CC [M] drivers/hid/usbhid/hid-pidff.o CC [M] net/nfc/hci/llc.o CC arch/x86/kernel/cpu/mtrr/main.o CC net/openvswitch/vport.o CC fs/nilfs2/dat.o LD net/phonet/built-in.o CC [M] net/phonet/pn_dev.o CC [M] drivers/i2c/busses/i2c-gpio.o CC [M] net/phonet/pn_netlink.o CC net/ipv4/tcp_fastopen.o CC [M] net/phonet/socket.o CC [M] fs/jfs/jfs_extent.o CC lib/dump_stack.o LD fs/ramfs/ramfs.o CC fs/sysfs/dir.o LD fs/ramfs/built-in.o CC fs/sysfs/symlink.o CC net/rfkill/core.o LD drivers/iio/frequency/built-in.o CC arch/x86/kernel/cpu/perfctr-watchdog.o CC fs/nls/mac-iceland.o CC fs/nls/mac-roman.o CC [M] drivers/iio/adc/ad7291.o CC [M] drivers/i2c/i2c-smbus.o CC [M] drivers/i2c/i2c-slave-eeprom.o CC [M] fs/nls/nls_cp437.o CC drivers/iio/dac/ad5764.o CC drivers/input/misc/mma8450.o CC arch/x86/kernel/cpu/perf_event_amd_ibs.o CC [M] fs/jfs/symlink.o CC [M] fs/nls/nls_cp850.o CC [M] sound/usb/line6/playback.o CC lib/earlycpio.o CC [M] drivers/hid/hid-cherry.o CC [M] sound/soc/codecs/cs42xx8-i2c.o LD net/packet/af_packet_diag.o LD net/packet/built-in.o CC net/sched/sch_generic.o CC kernel/cpuset.o CC [M] drivers/iio/accel/hid-sensor-accel-3d.o CC [M] crypto/lz4.o CC drivers/input/mouse/bcm5974.o CC fs/proc/proc_tty.o CC fs/proc/cmdline.o CC fs/proc/consoles.o CC [M] fs/reiserfs/namei.o CC drivers/hwmon/lm95245.o CC [M] fs/reiserfs/inode.o CC [M] fs/reiserfs/file.o CC [M] net/nfc/hci/llc_nop.o CC [M] fs/jfs/jfs_metapage.o CC drivers/input/joystick/guillemot.o LD [M] drivers/iio/common/hid-sensors/hid-sensor-iio-common.o CC [M] drivers/iio/adc/ad7298.o CC drivers/hwmon/ltc2945.o CC [M] drivers/iio/adc/ad7923.o CC drivers/iio/common/ssp_sensors/ssp_dev.o CC [M] drivers/i2c/busses/i2c-pca-platform.o CC [M] drivers/i2c/busses/i2c-simtec.o CC lib/extable.o CC fs/nilfs2/recovery.o CC [M] fs/nls/nls_cp855.o CC drivers/input/misc/mpu3050.o LD [M] drivers/hid/usbhid/usbhid.o CC fs/nilfs2/the_nilfs.o CC fs/nilfs2/segbuf.o CC fs/nilfs2/segment.o CC [M] crypto/ansi_cprng.o CC drivers/iio/dac/ad5791.o CC fs/nilfs2/cpfile.o CC fs/nilfs2/sufile.o CC fs/nilfs2/ifile.o CC [M] drivers/hid/hid-cp2112.o CC [M] drivers/hid/hid-cypress.o CC arch/x86/kernel/cpu/mtrr/if.o CC net/openvswitch/vport-internal_dev.o CC fs/nilfs2/alloc.o CC [M] fs/nls/nls_cp857.o CC fs/nilfs2/gcinode.o CC [M] sound/soc/codecs/hdmi.o CC [M] net/ipv6/syncookies.o CC fs/proc/cpuinfo.o CC [M] net/netfilter/nf_log_common.o CC drivers/input/mouse/cyapa.o CC [M] sound/usb/line6/pod.o CC drivers/input/mouse/cyapa_gen3.o CC lib/fdt.o CC [M] drivers/iio/accel/mma8452.o CC [M] drivers/iio/accel/st_accel_core.o CC [M] drivers/iio/accel/st_accel_buffer.o CC net/rfkill/input.o CC fs/sysfs/mount.o CC drivers/input/joystick/sidewinder.o LD [M] net/nfc/hci/hci.o LD net/nfc/nci/built-in.o CC [M] net/nfc/nci/core.o CC lib/fdt_empty_tree.o CC drivers/input/misc/pcspkr.o CC drivers/input/misc/powermate.o CC drivers/hwmon/ltc4151.o CC lib/fdt_ro.o CC drivers/hwmon/max1111.o CC drivers/hwmon/max1619.o CC [M] drivers/i2c/busses/i2c-diolan-u2c.o CC [M] fs/jfs/jfs_logmgr.o CC [M] fs/reiserfs/dir.o CC [M] drivers/iio/adc/ad7887.o CC [M] fs/nls/nls_cp860.o CC [M] drivers/i2c/busses/i2c-parport-light.o CC lib/fdt_rw.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:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC drivers/iio/dac/ad7303.o CC [M] drivers/i2c/busses/i2c-robotfuzz-osif.o CC fs/sysfs/group.o CC [M] crypto/af_alg.o CC [M] crypto/algif_hash.o CC fs/proc/devices.o CC net/ipv4/tcp_offload.o CC [M] net/phonet/datagram.o CC [M] net/phonet/sysctl.o CC [M] net/phonet/af_phonet.o CC arch/x86/kernel/cpu/mtrr/generic.o CC fs/nilfs2/ioctl.o CC lib/fdt_strerror.o CC lib/fdt_sw.o CC [M] sound/soc/codecs/pcm1681.o CC lib/fdt_wip.o CC [M] sound/soc/codecs/pcm512x.o CC [M] net/rfkill/rfkill-gpio.o CC kernel/utsname.o CC [M] sound/soc/codecs/pcm512x-i2c.o CC [M] sound/soc/codecs/pcm512x-spi.o CC [M] sound/soc/codecs/rl6231.o CC drivers/iio/common/st_sensors/st_sensors_i2c.o CC drivers/iio/common/st_sensors/st_sensors_spi.o CC drivers/iio/common/st_sensors/st_sensors_core.o CC drivers/input/joystick/spaceball.o CC lib/flex_proportions.o CC fs/proc/interrupts.o CC [M] fs/nls/nls_cp861.o CC fs/nilfs2/sysfs.o CC arch/x86/kernel/cpu/mtrr/cleanup.o CC drivers/iio/common/ssp_sensors/ssp_spi.o CC arch/x86/kernel/cpu/mtrr/amd.o CC drivers/input/misc/regulator-haptic.o CC [M] drivers/hid/hid-emsff.o CC drivers/input/misc/tps65218-pwrbutton.o CC drivers/input/mouse/cyapa_gen5.o CC [M] sound/usb/line6/podhd.o CC drivers/input/mouse/synaptics_usb.o CC drivers/hwmon/max1668.o CC net/openvswitch/vport-netdev.o CC net/sched/sch_mq.o CC drivers/iio/dac/m62332.o LD sound/usb/misc/built-in.o CC [M] sound/usb/misc/ua101.o CC [M] fs/reiserfs/fix_node.o CC [M] crypto/algif_skcipher.o CC [M] crypto/algif_aead.o CC [M] drivers/iio/accel/st_accel_i2c.o CC [M] drivers/iio/adc/max1363.o CC fs/proc/loadavg.o CC kernel/user_namespace.o CC [M] fs/jfs/jfs_txnmgr.o CC [M] fs/jfs/jfs_uniupr.o CC [M] fs/nls/nls_cp874.o CC lib/idr.o CC lib/int_sqrt.o CC [M] drivers/i2c/busses/i2c-tiny-usb.o CC drivers/input/joystick/turbografx.o LD fs/sysfs/built-in.o CC drivers/input/joystick/xpad.o CC drivers/input/joystick/zhenhua.o CC lib/ioremap.o CC [M] drivers/input/joystick/a3d.o CC [M] drivers/hid/hid-elecom.o LD net/rfkill/rfkill.o LD net/rfkill/built-in.o CC [M] drivers/input/joystick/analog.o CC [M] drivers/hid/hid-elo.o CC drivers/input/misc/uinput.o CC [M] drivers/input/misc/ad714x.o CC [M] drivers/input/misc/ad714x-i2c.o CC arch/x86/kernel/reboot.o CC drivers/hwmon/max197.o CC lib/irq_regs.o CC lib/is_single_threaded.o CC [M] net/netfilter/nf_tables_netdev.o CC [M] net/ipv6/ah6.o CC lib/klist.o CC drivers/iio/common/ssp_sensors/ssp_iio.o LD fs/nilfs2/nilfs2.o LD fs/nilfs2/built-in.o CC arch/x86/kernel/cpu/mtrr/cyrix.o LD net/sched/built-in.o CC fs/tracefs/inode.o CC drivers/iio/dac/mcp4725.o CC [M] fs/nls/nls_cp949.o CC drivers/iio/gyro/adis16130.o CC [M] sound/usb/line6/toneport.o CC [M] drivers/iio/accel/st_accel_spi.o CC [M] fs/jfs/resize.o CC drivers/iio/common/st_sensors/st_sensors_buffer.o CC [M] drivers/input/joystick/db9.o CC fs/proc/meminfo.o CC drivers/iio/gyro/bmg160.o CC [M] drivers/hid/hid-holtek-kbd.o CC [M] fs/reiserfs/super.o CC drivers/iio/gyro/ssp_gyro_sensor.o CC [M] fs/reiserfs/prints.o CC [M] sound/soc/codecs/rt5631.o LD sound/soc/omap/built-in.o CC [M] drivers/iio/gyro/adis16080.o CC [M] net/ipv6/ipcomp6.o CC [M] drivers/iio/adc/mcp320x.o CC fs/proc/stat.o LD [M] sound/usb/misc/snd-ua101.o CC [M] net/nfc/nci/data.o CC fs/proc/uptime.o CC [M] drivers/input/mouse/elan_i2c_core.o CC [M] drivers/input/joystick/grip.o CC [M] drivers/i2c/busses/i2c-viperboard.o LD net/openvswitch/openvswitch.o LD net/openvswitch/built-in.o CC drivers/hwmon/max6639.o CC [M] drivers/input/joystick/joydump.o CC kernel/pid_namespace.o LD drivers/iio/accel/built-in.o CC [M] drivers/hid/hid-holtek-mouse.o CC drivers/input/gameport/gameport.o CC drivers/input/serio/serio.o CC [M] net/phonet/pep.o LD net/sctp/built-in.o CC [M] net/sctp/sm_statetable.o CC [M] net/sctp/sm_statefuns.o CC drivers/irqchip/irqchip.o CC [M] net/sctp/sm_sideeffect.o CC net/ipv4/datagram.o CC arch/x86/kernel/cpu/mtrr/centaur.o LD sound/soc/pxa/built-in.o CC arch/x86/kernel/cpu/capflags.o CC [M] fs/nls/nls_cp950.o CC [M] crypto/ablk_helper.o CC [M] drivers/input/joystick/magellan.o CC [M] fs/nls/nls_cp1250.o CC kernel/stop_machine.o CC kernel/audit.o CC [M] drivers/iio/dac/ad5686.o CC kernel/auditfilter.o CC [M] net/nfc/nci/lib.o CC drivers/hwmon/max6642.o LD drivers/iio/common/ssp_sensors/sensorhub.o LD drivers/iio/common/ssp_sensors/built-in.o CC drivers/hwmon/max6697.o LD fs/tracefs/tracefs.o LD fs/tracefs/built-in.o CC [M] net/netfilter/nft_meta.o CC drivers/input/touchscreen/of_touchscreen.o LD drivers/irqchip/built-in.o CC [M] fs/jfs/xattr.o LD sound/soc/qcom/built-in.o LD sound/soc/rockchip/built-in.o LD sound/soc/samsung/built-in.o CC lib/kobject.o LD sound/soc/sh/built-in.o CC [M] net/phonet/pep-gprs.o LD sound/soc/sirf/built-in.o LD arch/x86/kernel/cpu/mtrr/built-in.o CC [M] drivers/input/misc/adxl34x.o LD arch/x86/kernel/cpu/built-in.o CC arch/x86/kernel/cpuid.o LD [M] drivers/iio/accel/st_accel.o LD sound/soc/spear/built-in.o CC [M] net/netfilter/nft_log.o LD sound/soc/tegra/built-in.o CC [M] net/sctp/protocol.o LD net/netfilter/netfilter.o CC fs/proc/version.o CC [M] net/sctp/endpointola.o CC drivers/input/touchscreen/ad7877.o CC [M] sound/usb/line6/variax.o LD sound/soc/txx9/built-in.o CC [M] fs/reiserfs/objectid.o LD drivers/input/joystick/built-in.o CC [M] drivers/input/misc/da9052_onkey.o CC drivers/iio/humidity/dht11.o CC [M] drivers/input/matrix-keymap.o CC [M] drivers/iio/adc/nau7802.o CC [M] drivers/iio/gyro/adis16260.o CC [M] drivers/iio/adc/qcom-spmi-iadc.o CC [M] sound/soc/codecs/rt5640.o CC [M] sound/soc/codecs/sgtl5000.o CC [M] sound/soc/codecs/sigmadsp.o LD drivers/i2c/busses/built-in.o LD [M] drivers/i2c/busses/i2c-designware-platform.o LD drivers/i2c/built-in.o CC [M] sound/soc/codecs/sigmadsp-i2c.o CC drivers/leds/led-core.o CC [M] drivers/hid/hid-holtekff.o CC drivers/leds/led-class.o CC [M] fs/nls/nls_iso8859-1.o CC [M] drivers/input/mouse/synaptics_i2c.o CC [M] net/nfc/nci/ntf.o CC drivers/iio/common/st_sensors/st_sensors_trigger.o CC [M] net/ipv6/xfrm6_tunnel.o LD drivers/iio/dac/built-in.o CC drivers/hwmon/mcp3021.o CC [M] fs/nls/nls_iso8859-2.o LD sound/soc/ux500/built-in.o CC [M] drivers/iio/gyro/adxrs450.o CC [M] drivers/iio/humidity/si7005.o CC drivers/input/serio/parkbd.o CC [M] fs/reiserfs/lbalance.o CC [M] drivers/input/gameport/lightning.o CC lib/kobject_uevent.o LD net/netfilter/nf_tables.o CC [M] fs/nls/nls_iso8859-4.o CC lib/md5.o LD net/netfilter/built-in.o CC arch/x86/kernel/smp.o CC lib/plist.o CC [M] fs/jfs/ioctl.o CC [M] drivers/hid/hid-icade.o CC [M] drivers/hid/hid-keytouch.o CC kernel/kprobes.o CC drivers/input/touchscreen/ar1021_i2c.o CC drivers/input/touchscreen/bu21013_ts.o CC drivers/input/touchscreen/chipone_icn8318.o CC [M] net/sctp/associola.o LD [M] sound/usb/line6/snd-usb-line6.o LD [M] sound/usb/line6/snd-usb-pod.o LD [M] sound/usb/line6/snd-usb-podhd.o CC [M] drivers/iio/adc/qcom-spmi-vadc.o CC kernel/seccomp.o LD [M] sound/usb/line6/snd-usb-toneport.o CC fs/proc/softirqs.o LD [M] sound/usb/line6/snd-usb-variax.o CC [M] drivers/input/misc/da9055_onkey.o LD [M] net/phonet/phonet.o LD [M] net/phonet/pn_pep.o CC fs/proc/namespaces.o CC [M] drivers/input/gameport/ns558.o LD sound/usb/usx2y/built-in.o CC net/ipv4/raw.o CC [M] sound/usb/usx2y/usbusx2y.o LD sound/soc/xtensa/built-in.o LD sound/soc/zte/built-in.o CC [M] drivers/input/evdev.o CC [M] drivers/iio/adc/ti-adc081c.o CC [M] drivers/iio/gyro/itg3200_core.o CC drivers/iio/imu/adis16480.o CC [M] drivers/iio/gyro/itg3200_buffer.o CC drivers/leds/led-class-flash.o LD drivers/iio/humidity/built-in.o CC drivers/leds/led-triggers.o LD drivers/input/mouse/cyapatp.o LD [M] drivers/input/mouse/elan_i2c.o LD crypto/crypto.o LD crypto/crypto_algapi.o LD drivers/input/mouse/built-in.o CC [M] fs/nls/nls_iso8859-9.o LD crypto/crypto_blkcipher.o LD crypto/crypto_hash.o CC arch/x86/kernel/smpboot.o CC crypto/rsakey-asn1.o LD crypto/cryptomgr.o CC [M] fs/reiserfs/ibalance.o CC [M] net/ipv6/tunnel6.o CC [M] net/ipv6/xfrm6_mode_tunnel.o CC drivers/iio/light/stk3310.o LD crypto/jitterentropy_rng.o LD crypto/rsa_generic.o LD crypto/built-in.o CC arch/x86/kernel/tsc_sync.o CC drivers/input/serio/serport.o CC kernel/relay.o CC drivers/hwmon/nct7904.o CC drivers/hwmon/ntc_thermistor.o CC drivers/hwmon/smm665.o CC [M] drivers/iio/gyro/st_gyro_core.o CC [M] drivers/iio/gyro/st_gyro_buffer.o CC [M] drivers/input/misc/drv2665.o LD drivers/input/gameport/built-in.o CC [M] drivers/iio/gyro/st_gyro_i2c.o CC [M] drivers/input/misc/gp2ap002a00f.o CC [M] net/nfc/nci/rsp.o CC [M] drivers/input/misc/gpio-beeper.o CC drivers/hwmon/smsc47b397.o CC [M] drivers/hid/hid-magicmouse.o CC drivers/input/touchscreen/cy8ctmg110_ts.o CC [M] sound/soc/codecs/spdif_receiver.o CC kernel/utsname_sysctl.o LD drivers/iio/common/st_sensors/st_sensors.o LD drivers/iio/common/st_sensors/built-in.o CC [M] sound/soc/codecs/spdif_transmitter.o LD drivers/iio/common/built-in.o CC [M] fs/nls/nls_iso8859-14.o CC [M] drivers/input/misc/ims-pcu.o LD [M] fs/jfs/jfs.o LD [M] sound/soc/snd-soc-core.o CC [M] sound/soc/codecs/ssm2602.o CC kernel/delayacct.o CC [M] fs/nls/nls_koi8-u.o CC [M] fs/nls/nls_koi8-ru.o CC fs/xfs/xfs_trace.o CC [M] drivers/iio/adc/ti_am335x_adc.o CC drivers/hwmon/tc74.o CC fs/xfs/libxfs/xfs_alloc.o CC fs/xfs/libxfs/xfs_alloc_btree.o CC fs/proc/self.o CC drivers/iio/imu/adis.o CC drivers/iio/imu/adis_trigger.o CC fs/xfs/libxfs/xfs_attr.o CC drivers/input/serio/altera_ps2.o CC [M] sound/usb/usx2y/usX2Yhwdep.o CC [M] sound/usb/usx2y/usx2yhwdeppcm.o CC [M] net/nfc/nci/hci.o CC [M] net/nfc/nci/spi.o CC net/switchdev/switchdev.o CC [M] fs/reiserfs/stree.o CC [M] net/nfc/nci/uart.o CC drivers/iio/light/tsl4531.o CC drivers/leds/leds-lm3642.o CC [M] fs/reiserfs/hashes.o CC drivers/leds/leds-pca9532.o CC lib/proportions.o CC drivers/leds/leds-gpio.o CC [M] drivers/iio/light/adjd_s311.o CC [M] drivers/hid/hid-multitouch.o CC [M] drivers/iio/light/al3320a.o CC [M] drivers/iio/light/apds9300.o CC [M] fs/nls/nls_utf8.o CC [M] fs/nls/mac-celtic.o CC drivers/input/touchscreen/cyttsp4_core.o CC fs/proc/thread_self.o CC [M] fs/nls/mac-centeuro.o LD drivers/lguest/built-in.o CC [M] fs/nls/mac-croatian.o CC drivers/leds/leds-lp55xx-common.o CC [M] net/sctp/transport.o CC [M] net/sctp/chunk.o LD drivers/iio/adc/built-in.o LD drivers/input/input-core.o CC [M] sound/soc/codecs/ssm2602-spi.o LD drivers/macintosh/built-in.o CC [M] sound/soc/codecs/sta32x.o CC drivers/hwmon/tmp103.o CC [M] drivers/input/misc/keyspan_remote.o CC [M] drivers/input/serio/ct82c710.o CC [M] sound/soc/codecs/sta350.o CC [M] drivers/iio/gyro/st_gyro_spi.o CC kernel/taskstats.o CC arch/x86/kernel/setup_percpu.o CC [M] drivers/input/misc/kxtj9.o CC fs/xfs/libxfs/xfs_attr_leaf.o CC fs/xfs/libxfs/xfs_attr_remote.o LD [M] sound/usb/usx2y/snd-usb-usx2y.o LD [M] sound/usb/snd-usb-audio.o LD [M] sound/usb/snd-usbmidi-lib.o CC fs/xfs/libxfs/xfs_bmap.o CC fs/xfs/libxfs/xfs_bmap_btree.o CC lib/radix-tree.o CC [M] drivers/iio/light/bh1750.o CC net/ipv4/udp.o CC [M] fs/nls/mac-cyrillic.o CC drivers/leds/leds-lp5523.o CC [M] drivers/input/misc/mc13783-pwrbutton.o CC [M] drivers/input/misc/pcf50633-input.o CC drivers/leds/leds-lp5562.o CC [M] fs/nls/mac-inuit.o CC arch/x86/kernel/mpparse.o CC kernel/tsacct.o CC [M] net/ipv6/xfrm6_mode_ro.o CC [M] sound/soc/codecs/tas2552.o CC drivers/leds/leds-lp8501.o CC drivers/leds/leds-wm8350.o CC drivers/leds/leds-regulator.o CC drivers/iio/imu/adis_buffer.o CC drivers/iio/imu/inv_mpu6050/inv_mpu_core.o CC [M] drivers/input/serio/libps2.o CC fs/proc/proc_sysctl.o CC net/ipv4/udplite.o CC drivers/leds/leds-syscon.o CC drivers/leds/leds-pm8941-wled.o CC [M] drivers/hid/hid-ntrig.o CC [M] drivers/hid/hid-penmount.o CC [M] drivers/hid/hid-primax.o CC [M] fs/reiserfs/tail_conversion.o CC [M] fs/reiserfs/journal.o CC drivers/hwmon/tmp401.o CC [M] sound/soc/codecs/tas571x.o CC [M] drivers/hid/hid-roccat.o CC [M] drivers/iio/imu/kmx61.o CC [M] fs/nls/mac-turkish.o CC [M] drivers/iio/light/cm3323.o CC [M] drivers/iio/light/gp2ap020a00f.o CC drivers/leds/leds-ktd2692.o CC [M] net/ipv6/mip6.o CC [M] net/ipv6/ip6_vti.o LD drivers/iio/gyro/built-in.o LD [M] drivers/iio/gyro/itg3200.o LD [M] drivers/iio/gyro/st_gyro.o CC [M] net/ipv6/ip6_tunnel.o CC arch/x86/kernel/reboot_fixups_32.o CC [M] drivers/input/misc/pcf8574_keypad.o CC [M] drivers/input/misc/retu-pwrbutton.o CC fs/proc/proc_net.o CC fs/proc/kcore.o CC [M] net/sctp/sm_make_chunk.o CC kernel/tracepoint.o CC fs/proc/kmsg.o CC fs/proc/page.o CC net/ipv4/udp_offload.o CC [M] drivers/hid/hid-roccat-common.o CC [M] sound/soc/codecs/tfa9879.o CC [M] sound/soc/codecs/tlv320aic31xx.o CC [M] drivers/hid/hid-roccat-arvo.o CC lib/ratelimit.o CC drivers/leds/trigger/ledtrig-timer.o LD net/switchdev/built-in.o LD [M] net/nfc/nci/nci.o CC [M] drivers/leds/leds-bcm6328.o LD [M] net/nfc/nci/nci_uart.o LD [M] net/nfc/nfc.o LD [M] net/nfc/nfc_digital.o CC drivers/leds/trigger/ledtrig-oneshot.o CC [M] drivers/hid/hid-roccat-isku.o CC [M] drivers/hid/hid-roccat-kone.o CC drivers/hwmon/tmp421.o CC drivers/hwmon/vt1211.o CC drivers/hwmon/w83l785ts.o CC [M] net/ipv6/ip6_gre.o CC [M] sound/soc/codecs/wm8711.o CC kernel/elfcore.o CC drivers/input/touchscreen/cyttsp4_spi.o LD fs/nls/built-in.o CC [M] sound/soc/codecs/wm8728.o CC drivers/input/touchscreen/dynapro.o CC lib/rbtree.o CC arch/x86/kernel/ftrace.o CC lib/seq_buf.o CC drivers/iio/imu/inv_mpu6050/inv_mpu_ring.o CC drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.o CC drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.o CC kernel/irq_work.o CC [M] drivers/input/misc/rotary_encoder.o LD drivers/memory/built-in.o CC [M] drivers/input/misc/wistron_btns.o CC [M] drivers/input/misc/wm831x-on.o CC [M] drivers/input/misc/yealink.o CC drivers/media/common/b2c2/flexcop.o CC [M] drivers/input/serio/apbps2.o CC drivers/leds/trigger/ledtrig-cpu.o LD drivers/iio/imu/adis_lib.o CC drivers/media/common/b2c2/flexcop-fe-tuner.o CC lib/sha1.o CC drivers/leds/trigger/ledtrig-default-on.o CC fs/xfs/libxfs/xfs_btree.o CC drivers/media/dvb-core/dvbdev.o CC drivers/leds/trigger/ledtrig-transient.o CC fs/eventpoll.o CC fs/xfs/libxfs/xfs_da_btree.o CC fs/xfs/libxfs/xfs_da_format.o CC [M] drivers/iio/light/hid-sensor-als.o CC [M] drivers/leds/leds-bcm6358.o CC fs/xfs/libxfs/xfs_dir2.o CC drivers/input/touchscreen/hampshire.o CC drivers/input/touchscreen/gunze.o CC [M] drivers/iio/light/jsa1212.o CC [M] drivers/iio/light/lm3533-als.o CC [M] drivers/iio/light/tsl2563.o CC [M] drivers/iio/light/tcs3414.o CC drivers/hwmon/w83l786ng.o CC [M] drivers/leds/trigger/ledtrig-heartbeat.o CC drivers/media/dvb-core/dmxdev.o CC [M] drivers/hwmon/w83627hf.o CC drivers/input/touchscreen/fujitsu_ts.o LD fs/proc/proc.o LD fs/proc/built-in.o CC drivers/input/touchscreen/max11801_ts.o CC [M] sound/soc/codecs/wm8731.o CC [M] sound/soc/codecs/wm8737.o CC [M] drivers/leds/trigger/ledtrig-gpio.o CC arch/x86/kernel/trace_clock.o CC lib/show_mem.o CC [M] drivers/hid/hid-roccat-koneplus.o CC [M] fs/reiserfs/resize.o CC [M] drivers/leds/trigger/ledtrig-camera.o CC drivers/input/touchscreen/mms114.o LD drivers/input/serio/built-in.o CC [M] net/ipv6/ip6_udp_tunnel.o CC fs/anon_inodes.o CC kernel/padata.o LD drivers/iio/imu/inv_mpu6050/inv-mpu6050.o LD drivers/iio/imu/inv_mpu6050/built-in.o LD drivers/iio/imu/built-in.o CC [M] sound/soc/codecs/wm8741.o CC drivers/input/touchscreen/st1232.o CC arch/x86/kernel/module.o CC drivers/mfd/stmpe.o CC drivers/mfd/tc3589x.o LD drivers/input/misc/built-in.o CC kernel/jump_label.o LD drivers/iio/light/built-in.o CC drivers/mfd/arizona-core.o LD drivers/iio/magnetometer/built-in.o CC drivers/mfd/arizona-irq.o CC [M] drivers/iio/magnetometer/ak8975.o CC [M] drivers/leds/leds-lm3530.o CC drivers/mfd/arizona-i2c.o CC drivers/mfd/wm8400-core.o CC drivers/mfd/wm831x-core.o CC [M] net/sctp/ulpevent.o CC [M] sound/soc/codecs/wm8753.o LD drivers/leds/trigger/built-in.o CC drivers/media/dvb-core/dvb_demux.o CC drivers/media/dvb-core/dvb_filter.o CC drivers/mfd/wm831x-irq.o CC drivers/media/dvb-core/dvb_ca_en50221.o CC drivers/media/dvb-core/dvb_frontend.o CC net/ipv4/arp.o CC arch/x86/kernel/doublefault.o CC arch/x86/kernel/vm86_32.o CC drivers/input/touchscreen/touchwin.o CC drivers/mfd/wm831x-otp.o CC drivers/input/touchscreen/tsc2007.o CC lib/string.o CC drivers/input/touchscreen/wdt87xx_i2c.o CC drivers/misc/bmp085.o CC [M] drivers/hwmon/w83793.o CC drivers/input/touchscreen/wm831x-ts.o LD drivers/iio/orientation/built-in.o CC [M] drivers/iio/orientation/hid-sensor-incl-3d.o CC drivers/media/dvb-frontends/dvb-pll.o CC drivers/media/dvb-frontends/stv0299.o CC [M] drivers/iio/orientation/hid-sensor-rotation.o CC arch/x86/kernel/early_printk.o CC arch/x86/kernel/hpet.o CC drivers/media/dvb-core/dvb_ringbuffer.o CC lib/timerqueue.o CC arch/x86/kernel/pcspeaker.o CC [M] drivers/hid/hid-roccat-konepure.o CC [M] fs/reiserfs/item_ops.o CC [M] drivers/leds/leds-lm3533.o CC drivers/media/dvb-core/dvb_math.o CC lib/vsprintf.o CC [M] drivers/iio/magnetometer/mag3110.o CC [M] drivers/iio/magnetometer/hid-sensor-magn-3d.o CC [M] lib/test_bpf.o CC [M] lib/test-kstrtox.o CC drivers/media/common/b2c2/flexcop-i2c.o CC drivers/media/common/b2c2/flexcop-sram.o CC drivers/media/common/b2c2/flexcop-eeprom.o CC drivers/media/common/b2c2/flexcop-misc.o CC [M] lib/test_module.o CC arch/x86/kernel/devicetree.o CC [M] sound/soc/codecs/wm8776.o CC [M] sound/soc/codecs/wm8804.o CC [M] lib/test_user_copy.o CC drivers/input/touchscreen/zforce_ts.o CC [M] lib/crc-t10dif.o CC [M] sound/soc/codecs/wm8804-i2c.o CC net/x25/af_x25.o CC net/xfrm/xfrm_policy.o CC net/x25/x25_dev.o CC net/xfrm/xfrm_state.o CC net/xfrm/xfrm_hash.o LD drivers/media/common/saa7146/built-in.o CC net/xfrm/xfrm_input.o CC fs/signalfd.o ### ### Now generating an X.509 key pair to be used for signing modules. ### ### If this takes a long time, you might wish to run rngd in the ### background to keep the supply of entropy topped up. It ### needs to be run as root, and uses a hardware random ### number generator if one is available. ### openssl req -new -nodes -utf8 -"sha512" -days 36500 \ -batch -x509 -config x509.genkey \ -outform DER -out signing_key.x509 \ -keyout signing_key.priv 2>&1 LD drivers/media/common/siano/built-in.o CC drivers/media/common/cx2341x.o CC [M] drivers/media/common/siano/smscoreapi.o CC [M] drivers/media/common/siano/sms-cards.o CC fs/xfs/libxfs/xfs_dir2_block.o CC [M] drivers/leds/leds-lp3944.o CC [M] drivers/media/common/siano/smsendian.o CC [M] fs/reiserfs/ioctl.o CC drivers/mfd/wm831x-auxadc.o Generating a 4096 bit RSA private key . CC [M] drivers/hid/hid-roccat-kovaplus.o ... CC drivers/mfd/wm831x-i2c.o CC [M] drivers/leds/leds-lp8860.o . CC drivers/iio/pressure/bmp280.o ...++ ... CC [M] drivers/leds/leds-tca6507.o .. CC drivers/misc/bmp085-i2c.o ... CC drivers/media/common/b2c2/flexcop-hw-filter.o ........ CC [M] net/sctp/inqueue.o CC [M] drivers/hwmon/abituguru3.o ...... CC [M] drivers/input/touchscreen/cyttsp4_i2c.o .... LD net/ipv6/built-in.o . LD [M] net/ipv6/ipv6.o .. CC [M] drivers/input/touchscreen/cyttsp_i2c_common.o ... CC [M] drivers/input/touchscreen/da9034-ts.o CC [M] drivers/iio/magnetometer/mmc35240.o .. CC [M] drivers/iio/magnetometer/st_magn_core.o CC arch/x86/kernel/uprobes.o .. CC arch/x86/kernel/sysfb.o . CC net/sysctl_net.o ..... CC [M] drivers/input/touchscreen/da9052_tsi.o ..... CC [M] drivers/input/touchscreen/edt-ft5x06.o CC [M] drivers/input/touchscreen/elants_i2c.o .. LD drivers/media/dvb-core/dvb-core.o LD drivers/media/dvb-core/built-in.o . CC [M] drivers/input/touchscreen/egalax_ts.o .... CC net/xfrm/xfrm_output.o ........... CC [M] drivers/media/common/siano/smsdvb-main.o . CC [M] drivers/leds/leds-pca963x.o ...... CC drivers/misc/dummy-irq.o ... CC [M] drivers/leds/leds-da903x.o .. CC fs/timerfd.o ..... CC drivers/media/dvb-frontends/mt312.o CC [M] fs/reiserfs/xattr.o .. CC [M] drivers/leds/leds-da9052.o .. CC drivers/iio/pressure/st_pressure_core.o . CC [M] drivers/leds/leds-lt3593.o ... CC fs/xfs/libxfs/xfs_dir2_data.o . CC net/ipv4/icmp.o ............. LD drivers/mmc/card/built-in.o CC [M] drivers/mmc/card/block.o ..... CC [M] drivers/hwmon/ad7414.o .. CC net/x25/x25_facilities.o ... CC [M] drivers/hid/hid-roccat-lua.o ..... LD drivers/mmc/core/built-in.o CC [M] drivers/mmc/core/core.o ...... CC [M] drivers/mmc/core/bus.o ................ CC [M] drivers/mmc/core/host.o CC [M] drivers/mmc/core/mmc.o . CC fs/xfs/libxfs/xfs_dir2_leaf.o ...+ CC [M] drivers/input/touchscreen/mc13783_ts.o + CC drivers/mfd/wm831x-spi.o writing new private key to 'signing_key.priv' ----- CC drivers/mfd/wm8350-core.o CC drivers/media/common/tveeprom.o ### ### Key pair generated. CC net/ipv4/devinet.o ### CC net/ipv4/af_inet.o CERTS kernel/x509_certificate_list - Including cert ./signing_key.x509 AS kernel/system_certificates.o CC drivers/misc/bh1770glc.o CC [M] drivers/iio/magnetometer/st_magn_buffer.o CC [M] drivers/iio/magnetometer/st_magn_i2c.o CC [M] sound/soc/codecs/wm8804-spi.o LD kernel/built-in.o CC arch/x86/kernel/perf_regs.o CC arch/x86/kernel/tracepoint.o CC arch/x86/kernel/iosf_mbi.o CC [M] drivers/mmc/core/mmc_ops.o AS arch/x86/kernel/head_32.o CC arch/x86/kernel/head32.o CC [M] sound/soc/codecs/wm8903.o CC [M] drivers/leds/leds-mc13783.o CC [M] sound/soc/codecs/tpa6130a2.o CC [M] net/sctp/outqueue.o LD drivers/media/firewire/built-in.o CC [M] net/sctp/ulpqueue.o CC drivers/iio/proximity/as3935.o CC [M] drivers/hwmon/adc128d818.o CC [M] drivers/hwmon/adcxx.o CC net/xfrm/xfrm_sysctl.o CC net/xfrm/xfrm_replay.o CC [M] drivers/mmc/core/sd.o CC [M] fs/reiserfs/lock.o CC [M] drivers/mmc/core/sd_ops.o LD [M] drivers/media/common/siano/smsmdtv.o LD [M] drivers/media/common/siano/smsdvb.o CC [M] drivers/mmc/core/sdio.o CC [M] drivers/mmc/core/sdio_ops.o CC [M] lib/crc7.o CC [M] drivers/input/touchscreen/mcs5000_ts.o CC [M] drivers/input/touchscreen/mtouch.o CC drivers/media/dvb-frontends/mt352.o CC [M] drivers/input/touchscreen/usbtouchscreen.o CC fs/xfs/libxfs/xfs_dir2_node.o CC [M] drivers/hid/hid-roccat-pyra.o CC [M] drivers/leds/leds-max8997.o CC [M] drivers/hid/hid-roccat-ryos.o CC [M] drivers/mmc/card/queue.o CC [M] drivers/iio/magnetometer/st_magn_spi.o CC fs/xfs/libxfs/xfs_dir2_sf.o CC fs/xfs/libxfs/xfs_dquot_buf.o CC drivers/iio/pressure/st_pressure_buffer.o CC net/x25/x25_in.o CC drivers/iio/pressure/st_pressure_i2c.o CC [M] drivers/media/common/cypress_firmware.o CC net/x25/x25_link.o LD drivers/mmc/host/built-in.o CC [M] drivers/mmc/host/wbsd.o CC drivers/media/dvb-frontends/stv0297.o LD drivers/media/common/b2c2/b2c2-flexcop.o LD drivers/media/common/b2c2/built-in.o CC [M] drivers/leds/leds-menf21bmc.o CC drivers/misc/enclosure.o CC [M] drivers/hwmon/adm1021.o CC [M] drivers/hwmon/ads1015.o CC [M] net/sctp/tsnmap.o CC [M] drivers/hwmon/adt7310.o CC [M] drivers/iio/proximity/sx9500.o CC net/xfrm/xfrm_proc.o CC [M] net/sctp/bind_addr.o CC [M] drivers/input/touchscreen/penmount.o CC [M] drivers/input/touchscreen/sur40.o CC [M] net/sctp/socket.o CC [M] drivers/mmc/core/sdio_bus.o CC arch/x86/kernel/head.o LD [M] fs/reiserfs/reiserfs.o CC [M] drivers/input/touchscreen/ti_am335x_tsc.o LD drivers/mtd/chips/built-in.o CC [M] drivers/mtd/chips/chipreg.o CC [M] drivers/mmc/card/mmc_test.o CC drivers/mfd/wm8350-regmap.o LD drivers/iio/temperature/built-in.o CC [M] drivers/iio/temperature/tmp006.o CC drivers/mfd/wm8350-gpio.o CC fs/eventfd.o CC [M] drivers/mmc/core/sdio_cis.o CC [M] drivers/mmc/core/sdio_io.o CC [M] lib/bch.o CC drivers/iio/pressure/st_pressure_spi.o LD [M] drivers/iio/magnetometer/st_magn.o CC net/ipv4/igmp.o CC net/ipv4/fib_frontend.o CC net/xfrm/xfrm_algo.o LD drivers/leds/built-in.o CC net/xfrm/xfrm_user.o CC [M] net/xfrm/xfrm_ipcomp.o LD drivers/iio/trigger/built-in.o CC [M] drivers/hid/hid-roccat-savu.o LD drivers/media/common/built-in.o CC [M] drivers/hid/hid-samsung.o CC [M] drivers/hid/hid-sjoy.o LD [M] sound/soc/codecs/snd-soc-adau1701.o CC drivers/misc/isl29003.o CC drivers/misc/ds1682.o LDS arch/x86/kernel/vmlinux.lds CC drivers/misc/altera-stapl/altera-lpt.o CC drivers/misc/altera-stapl/altera-jtag.o LD drivers/mtd/devices/built-in.o CC [M] drivers/mtd/devices/slram.o CC [M] drivers/hwmon/adt7411.o LD arch/x86/kernel/built-in.o CC [M] drivers/hwmon/adt7475.o LD arch/x86/built-in.o LD drivers/iio/proximity/built-in.o CC fs/xfs/libxfs/xfs_ialloc.o LD drivers/iio/industrialio.o CC net/x25/x25_out.o CC fs/xfs/libxfs/xfs_ialloc_btree.o CC drivers/media/dvb-frontends/nxt200x.o CC fs/xfs/libxfs/xfs_inode_fork.o CC fs/xfs/libxfs/xfs_inode_buf.o CC [M] drivers/hid/hid-sony.o LD drivers/misc/c2port/built-in.o CC [M] drivers/mtd/devices/phram.o CC [M] drivers/misc/c2port/core.o CC [M] drivers/mmc/host/mtk-sd.o CC [M] drivers/mmc/host/vub300.o CC drivers/mfd/wm8350-irq.o CC drivers/net/eql.o LD [M] sound/soc/codecs/snd-soc-ak4104.o LD [M] sound/soc/codecs/snd-soc-ak4554.o LD [M] sound/soc/codecs/snd-soc-ak4642.o LD [M] sound/soc/codecs/snd-soc-ak5386.o LD drivers/nfc/built-in.o LD [M] sound/soc/codecs/snd-soc-cs42l52.o CC [M] drivers/nfc/pn533.o LD [M] sound/soc/codecs/snd-soc-cs42l56.o LD [M] sound/soc/codecs/snd-soc-cs42l73.o LD [M] sound/soc/codecs/snd-soc-cs4270.o LD [M] sound/soc/codecs/snd-soc-cs4271.o LD [M] sound/soc/codecs/snd-soc-cs4271-i2c.o LD [M] sound/soc/codecs/snd-soc-cs4271-spi.o LD [M] sound/soc/codecs/snd-soc-cs42xx8.o LD [M] sound/soc/codecs/snd-soc-cs42xx8-i2c.o LD [M] sound/soc/codecs/snd-soc-hdmi-codec.o LD [M] sound/soc/codecs/snd-soc-pcm1681.o LD [M] sound/soc/codecs/snd-soc-pcm512x.o CC [M] drivers/mtd/chips/cfi_util.o LD [M] sound/soc/codecs/snd-soc-pcm512x-i2c.o LD [M] sound/soc/codecs/snd-soc-pcm512x-spi.o LD [M] sound/soc/codecs/snd-soc-rl6231.o LD [M] sound/soc/codecs/snd-soc-rt5631.o LD [M] sound/soc/codecs/snd-soc-rt5640.o LD [M] sound/soc/codecs/snd-soc-sgtl5000.o CC drivers/of/base.o LD [M] sound/soc/codecs/snd-soc-sigmadsp.o LD [M] sound/soc/codecs/snd-soc-sigmadsp-i2c.o LD [M] sound/soc/codecs/snd-soc-spdif-rx.o LD [M] sound/soc/codecs/snd-soc-spdif-tx.o LD [M] sound/soc/codecs/snd-soc-ssm2602.o LD [M] sound/soc/codecs/snd-soc-ssm2602-spi.o LD [M] sound/soc/codecs/snd-soc-sta32x.o GEN lib/crc32table.h CC lib/oid_registry.o LD [M] sound/soc/codecs/snd-soc-sta350.o CC [M] drivers/input/touchscreen/ucb1400_ts.o CC net/x25/x25_route.o LD [M] sound/soc/codecs/snd-soc-tas2552.o LD [M] sound/soc/codecs/snd-soc-tas571x.o CC [M] drivers/iio/pressure/ms5611_core.o LD [M] sound/soc/codecs/snd-soc-tfa9879.o LD [M] sound/soc/codecs/snd-soc-tlv320aic31xx.o LD [M] sound/soc/codecs/snd-soc-wm8711.o CC drivers/misc/altera-stapl/altera-comp.o LD [M] sound/soc/codecs/snd-soc-wm8728.o LD [M] sound/soc/codecs/snd-soc-wm8731.o CC drivers/misc/altera-stapl/altera.o LD [M] sound/soc/codecs/snd-soc-wm8737.o LD [M] sound/soc/codecs/snd-soc-wm8741.o CC [M] net/sctp/primitive.o LD [M] sound/soc/codecs/snd-soc-wm8753.o LD [M] sound/soc/codecs/snd-soc-wm8776.o LD [M] sound/soc/codecs/snd-soc-wm8804.o CC drivers/media/dvb-frontends/bcm3510.o LD [M] sound/soc/codecs/snd-soc-wm8804-i2c.o LD [M] sound/soc/codecs/snd-soc-wm8804-spi.o LD [M] sound/soc/codecs/snd-soc-wm8903.o LD [M] sound/soc/codecs/snd-soc-tpa6130a2.o CC drivers/of/device.o LD drivers/mtd/lpddr/built-in.o CC [M] drivers/mtd/lpddr/qinfo_probe.o CC [M] drivers/mtd/devices/mtdram.o CC [M] drivers/hwmon/asc7621.o LD drivers/misc/cb710/built-in.o LD drivers/misc/echo/built-in.o CC [M] drivers/misc/echo/echo.o CC drivers/net/mii.o CC drivers/net/Space.o CC [M] drivers/mmc/core/sdio_irq.o CC [M] drivers/hid/hid-speedlink.o CC [M] drivers/hid/hid-xinmo.o CC [M] drivers/hid/hid-zpff.o LD [M] drivers/mmc/card/mmc_block.o CC [M] drivers/hid/wacom_wac.o CC [M] drivers/mtd/chips/cfi_cmdset_0020.o CC [M] drivers/mtd/chips/cfi_cmdset_0001.o CC [M] drivers/mtd/devices/block2mtd.o LD drivers/misc/eeprom/built-in.o CC [M] drivers/misc/eeprom/at25.o CC [M] drivers/misc/eeprom/max6875.o CC [M] drivers/misc/eeprom/eeprom_93cx6.o CC [M] drivers/mmc/host/ushc.o CC [M] drivers/mtd/devices/mtd_dataflash.o CC drivers/mfd/wm8350-i2c.o CC net/x25/x25_subr.o LD drivers/mtd/maps/built-in.o CC [M] drivers/mtd/maps/map_funcs.o CC [M] drivers/iio/pressure/ms5611_spi.o CC [M] drivers/mtd/devices/sst25l.o LD drivers/iio/pressure/st_pressure.o CC [M] drivers/hwmon/atxp1.o CC [M] drivers/hwmon/da9055-hwmon.o CC fs/aio.o CC drivers/of/platform.o CC [M] drivers/mtd/lpddr/lpddr_cmds.o CC fs/xfs/libxfs/xfs_log_rlimit.o CC [M] net/sctp/output.o AR lib/lib.a CC [M] drivers/mmc/host/usdhi6rol0.o CC lib/crc32.o CC [M] net/sctp/input.o CC [M] drivers/input/touchscreen/wm97xx-core.o CC [M] drivers/misc/c2port/c2port-duramar2150.o CC [M] drivers/hwmon/dme1737.o CC drivers/parport/share.o CC drivers/parport/ieee1284.o CC drivers/parport/ieee1284_ops.o CC drivers/parport/procfs.o LD drivers/misc/lis3lv02d/built-in.o CC drivers/mfd/tps65218.o LD drivers/misc/mic/bus/built-in.o LD drivers/misc/mic/built-in.o CC drivers/mfd/tps65910.o CC [M] drivers/mtd/chips/gen_probe.o CC [M] drivers/mtd/chips/jedec_probe.o CC drivers/media/dvb-frontends/s5h1420.o CC [M] drivers/mtd/chips/map_rom.o CC [M] drivers/mtd/chips/map_absent.o CC drivers/parport/daisy.o CC [M] drivers/input/touchscreen/sx8654.o LD net/xfrm/built-in.o CC drivers/media/i2c/msp3400-driver.o CC drivers/net/loopback.o CC [M] drivers/mmc/core/quirks.o CC drivers/media/dvb-frontends/lgdt330x.o CC [M] drivers/mmc/core/slot-gpio.o LD drivers/net/arcnet/built-in.o CC [M] drivers/net/arcnet/arcnet.o CC [M] drivers/mmc/core/pwrseq.o CC drivers/parport/probe.o LD drivers/misc/altera-stapl/altera-stapl.o CC drivers/media/dvb-frontends/cx24123.o LD drivers/misc/altera-stapl/built-in.o CC [M] drivers/mmc/core/pwrseq_simple.o LD drivers/misc/ti-st/built-in.o CC drivers/parport/parport_pc.o CC [M] drivers/misc/ti-st/st_core.o CC [M] drivers/hid/wacom_sys.o CC [M] net/sctp/debug.o CC net/ipv4/fib_semantics.o LD drivers/iio/pressure/built-in.o LD drivers/iio/built-in.o CC [M] drivers/misc/ti-st/st_kim.o LD drivers/mtd/nand/built-in.o CC drivers/media/i2c/msp3400-kthreads.o CC [M] drivers/mtd/nand/nand_base.o CC [M] drivers/mtd/nand/nand_bbt.o CC [M] drivers/nfc/nfcsim.o CC [M] drivers/mtd/maps/l440gx.o CC [M] net/sctp/ssnmap.o CC drivers/mfd/tps65912-core.o CC drivers/mfd/tps65912-irq.o CC [M] drivers/nfc/port100.o CC net/x25/x25_timer.o CC fs/xfs/libxfs/xfs_sb.o CC net/x25/x25_proc.o CC drivers/of/dynamic.o CC net/x25/x25_forward.o CC net/x25/sysctl_net_x25.o CC drivers/of/fdt.o CC [M] drivers/hwmon/emc1403.o CC drivers/of/fdt_address.o LD lib/built-in.o CC drivers/of/address.o CC [M] drivers/nfc/trf7970a.o CC drivers/of/irq.o CC [M] drivers/net/arcnet/rfc1051.o CC [M] net/sctp/auth.o CC [M] drivers/mtd/maps/amd76xrom.o CC [M] net/sctp/objcnt.o CC [M] net/sctp/proc.o CC [M] net/sctp/sysctl.o CC [M] net/sctp/ipv6.o CC drivers/of/of_net.o CC fs/locks.o CC drivers/media/i2c/cx25840/cx25840-core.o LD drivers/media/mmc/siano/built-in.o CC [M] drivers/media/mmc/siano/smssdio.o CC [M] drivers/input/touchscreen/tps6507x-ts.o LD drivers/media/pci/b2c2/built-in.o LD drivers/media/pci/ddbridge/built-in.o LD drivers/media/pci/dm1105/built-in.o LD drivers/net/caif/built-in.o CC [M] drivers/net/caif/caif_serial.o CC [M] drivers/net/arcnet/arc-rawmode.o LD drivers/media/pci/mantis/built-in.o CC [M] drivers/mmc/core/pwrseq_emmc.o LD drivers/media/pci/ngene/built-in.o CC [M] drivers/net/arcnet/capmode.o LD drivers/media/pci/pluto2/built-in.o LD drivers/media/pci/pt1/built-in.o LD drivers/media/pci/pt3/built-in.o LD drivers/media/pci/saa7146/built-in.o CC [M] drivers/net/caif/caif_spi.o LD drivers/media/pci/smipcie/built-in.o CC [M] drivers/hid/hid-wiimote-core.o CC drivers/pcmcia/cs.o LD drivers/media/pci/ttpci/built-in.o LD drivers/media/pci/built-in.o CC [M] drivers/net/arcnet/com90xx.o CC [M] drivers/net/arcnet/com90io.o CC [M] drivers/misc/ti-st/st_ll.o CC drivers/media/i2c/cx25840/cx25840-audio.o CC drivers/media/i2c/cx25840/cx25840-firmware.o CC drivers/media/i2c/cx25840/cx25840-vbi.o CC drivers/media/i2c/cx25840/cx25840-ir.o LD drivers/nfc/nfcmrvl/built-in.o CC [M] drivers/nfc/nfcmrvl/main.o CC [M] drivers/nfc/nfcmrvl/usb.o LD drivers/nfc/nxp-nci/built-in.o CC [M] drivers/nfc/nxp-nci/core.o CC [M] drivers/nfc/nfcmrvl/uart.o CC [M] drivers/hid/hid-wiimote-modules.o CC drivers/mfd/tps65912-spi.o CC drivers/media/dvb-frontends/isl6421.o LD drivers/nfc/pn544/built-in.o CC drivers/of/unittest.o CC [M] drivers/nfc/pn544/pn544.o CC [M] drivers/hwmon/emc2103.o CC drivers/pcmcia/socket_sysfs.o CC drivers/pcmcia/rsrc_mgr.o LD net/x25/x25.o LD net/x25/built-in.o LD drivers/mtd/onenand/built-in.o CC [M] drivers/mtd/onenand/onenand_base.o CC drivers/misc/fsa9480.o CC net/ipv4/fib_trie.o CC [M] drivers/mtd/maps/ichxrom.o LD drivers/input/touchscreen/built-in.o LD [M] drivers/input/touchscreen/wm97xx-ts.o LD drivers/input/built-in.o CC [M] drivers/mmc/core/debugfs.o CC drivers/phy/phy-core.o CC [M] drivers/parport/parport_cs.o CC [M] drivers/parport/parport_ax88796.o CC [M] drivers/net/arcnet/arc-rimi.o LD [M] drivers/misc/ti-st/st_drv.o LD drivers/pinctrl/freescale/built-in.o LD drivers/media/mmc/built-in.o CC [M] drivers/net/arcnet/com20020.o CC fs/xfs/libxfs/xfs_symlink_remote.o CC [M] drivers/nfc/nxp-nci/firmware.o LD drivers/pinctrl/intel/built-in.o CC [M] drivers/mtd/onenand/onenand_bbt.o CC drivers/of/of_mdio.o LD drivers/pinctrl/nomadik/built-in.o LD drivers/pinctrl/built-in.o LD drivers/platform/chrome/built-in.o CC [M] drivers/platform/chrome/chromeos_pstore.o CC [M] drivers/mtd/nand/nand_timings.o CC fs/xfs/libxfs/xfs_trans_resv.o CC drivers/misc/sram.o CC fs/xfs/libxfs/xfs_rtbitmap.o CC [M] drivers/pcmcia/ds.o CC [M] drivers/hid/hid-wiimote-debug.o CC fs/xfs/xfs_aops.o CC [M] drivers/hid/hid-sensor-hub.o LD drivers/nfc/st-nci/built-in.o CC [M] drivers/nfc/st-nci/ndlc.o CC [M] drivers/mtd/maps/nettel.o CC [M] drivers/nfc/st-nci/core.o CC [M] drivers/hid/hid-sensor-custom.o LD [M] net/sctp/sctp.o CC [M] drivers/mtd/nand/nand_ecc.o LD drivers/hid/hid.o CC [M] drivers/mtd/nand/nand_ids.o LD drivers/nfc/st21nfca/built-in.o CC [M] drivers/nfc/st21nfca/st21nfca.o CC [M] drivers/pcmcia/pcmcia_resource.o CC [M] drivers/hwmon/g762.o LD drivers/net/can/m_can/built-in.o CC [M] drivers/net/can/m_can/m_can.o CC [M] drivers/mtd/maps/latch-addr-flash.o CC [M] drivers/net/caif/caif_spi_slave.o CC drivers/mfd/tps80031.o CC [M] drivers/net/caif/caif_hsi.o CC [M] drivers/net/caif/caif_virtio.o CC drivers/mfd/mfd-core.o CC [M] drivers/misc/bmp085-spi.o LD drivers/media/i2c/cx25840/cx25840.o LD drivers/media/i2c/cx25840/built-in.o LD drivers/media/i2c/soc_camera/built-in.o CC drivers/media/i2c/saa7115.o LD [M] drivers/nfc/nfcmrvl/nfcmrvl_usb.o CC drivers/media/i2c/cs53l32a.o CC drivers/media/i2c/wm8775.o CC [M] drivers/media/i2c/tvp5150.o CC [M] drivers/pcmcia/cistpl.o CC drivers/platform/x86/hdaps.o LD drivers/parport/parport.o LD drivers/parport/built-in.o CC drivers/of/of_mtd.o CC [M] drivers/platform/x86/samsung-laptop.o CC drivers/phy/phy-bcm-kona-usb2.o CC drivers/media/dvb-frontends/s5h1409.o CC drivers/phy/phy-pxa-28nm-usb2.o LD [M] drivers/mmc/core/mmc_core.o LD drivers/mmc/built-in.o CC drivers/power/power_supply_core.o CC drivers/power/power_supply_sysfs.o /home/kisskb/slave/src/drivers/nfc/st21nfca/st21nfca.c: In function 'st21nfca_hci_target_from_gate': /home/kisskb/slave/src/drivers/nfc/st21nfca/st21nfca.c:681:20: warning: 'sak' may be used uninitialized in this function [-Wuninitialized] CC fs/binfmt_elf.o CC drivers/of/resolver.o CC fs/mbcache.o CC fs/posix_acl.o CC [M] drivers/net/arcnet/com20020_cs.o CC [M] drivers/nfc/nxp-nci/i2c.o LD drivers/mtd/tests/built-in.o CC fs/coredump.o CC fs/drop_caches.o CC [M] drivers/hwmon/gl518sm.o LD [M] drivers/nfc/nfcmrvl/nfcmrvl_uart.o LD [M] drivers/nfc/nfcmrvl/nfcmrvl.o CC [M] drivers/hwmon/gl520sm.o CC [M] drivers/mtd/nand/denali.o CC [M] drivers/mtd/nand/docg4.o CC [M] drivers/mtd/nand/nandsim.o CC [M] drivers/nfc/st21nfca/st21nfca_dep.o CC [M] drivers/misc/lkdtm.o CC fs/xfs/xfs_attr_inactive.o CC [M] drivers/mtd/nand/cs553x_nand.o LD drivers/net/can/spi/built-in.o CC [M] drivers/net/can/spi/mcp251x.o LD drivers/net/can/softing/built-in.o CC [M] drivers/net/can/softing/softing_main.o LD drivers/hid/hid-logitech.o LD [M] drivers/hid/wacom.o CC [M] drivers/net/can/softing/softing_fw.o LD [M] drivers/hid/hid-wiimote.o LD drivers/hid/built-in.o CC [M] drivers/phy/phy-samsung-usb2.o CC fs/dcookies.o LD drivers/media/platform/omap/built-in.o LD drivers/media/platform/built-in.o CC [M] fs/binfmt_aout.o LD [M] drivers/mtd/onenand/onenand.o CC [M] fs/binfmt_misc.o CC [M] drivers/misc/bh1780gli.o CC [M] fs/binfmt_script.o CC [M] drivers/mtd/mtdcore.o CC fs/xfs/xfs_attr_list.o CC fs/xfs/xfs_bit.o CC [M] drivers/nfc/st21nfca/st21nfca_se.o CC drivers/of/overlay.o CC [M] drivers/media/i2c/tw2804.o DTC drivers/of/unittest-data/testcases.dtb DTB drivers/of/unittest-data/testcases.dtb.S AS drivers/of/unittest-data/testcases.dtb.o CC [M] drivers/misc/tsl2550.o CC [M] drivers/nfc/st-nci/st-nci_se.o LD drivers/of/unittest-data/built-in.o CC drivers/mfd/smsc-ece1099.o CC [M] drivers/mtd/mtdsuper.o CC [M] drivers/pcmcia/pcmcia_cis.o LD [M] drivers/net/caif/cfspi_slave.o LD [M] drivers/nfc/nxp-nci/nxp-nci.o LD drivers/pcmcia/pcmcia_core.o LD drivers/pcmcia/pcmcia_rsrc.o CC [M] drivers/hwmon/ina209.o CC drivers/media/dvb-frontends/itd1000.o CC drivers/media/dvb-frontends/tda10048.o LD drivers/net/can/usb/built-in.o CC net/ipv4/inet_fragment.o CC [M] drivers/net/can/usb/ems_usb.o CC [M] drivers/net/can/vcan.o CC [M] drivers/hwmon/it87.o CC drivers/power/power_supply_leds.o CC drivers/mfd/da903x.o CC net/ipv4/ping.o LD drivers/platform/x86/built-in.o LD drivers/platform/built-in.o CC drivers/net/ethernet/broadcom/b44.o LD drivers/phy/built-in.o LD [M] drivers/phy/phy-exynos-usb2.o CC [M] drivers/misc/ti_dac7512.o CC drivers/media/dvb-frontends/cx24113.o LD [M] drivers/nfc/nxp-nci/nxp-nci_i2c.o CC [M] drivers/mtd/nand/plat_nand.o CC drivers/net/ethernet/broadcom/genet/bcmgenet.o LD drivers/net/ethernet/altera/built-in.o CC [M] drivers/net/ethernet/altera/altera_tse_main.o CC [M] drivers/net/ethernet/altera/altera_tse_ethtool.o CC [M] drivers/mtd/nand/hisi504_nand.o CC drivers/net/ethernet/ezchip/nps_enet.o LD drivers/net/ethernet/marvell/built-in.o CC [M] drivers/net/ethernet/marvell/mvmdio.o CC [M] drivers/net/can/dev.o LD drivers/misc/built-in.o CC [M] drivers/net/can/led.o CC [M] drivers/net/can/grcan.o LD drivers/of/built-in.o LD drivers/net/ethernet/microchip/built-in.o CC drivers/net/ethernet/micrel/ks8851_mll.o LD drivers/net/ieee802154/built-in.o LD drivers/net/ethernet/natsemi/built-in.o LD drivers/net/ethernet/samsung/built-in.o CC drivers/net/irda/w83977af_ir.o CC drivers/net/phy/phy.o CC drivers/net/plip/plip.o CC net/ipv4/ip_tunnel_core.o CC net/ipv4/gre_offload.o CC net/ipv4/ip_tunnel.o CC [M] drivers/nfc/st-nci/i2c.o CC [M] drivers/net/irda/stir4200.o CC drivers/power/pda_power.o CC net/ipv4/sysctl_net_ipv4.o CC [M] drivers/media/i2c/tw9903.o LD drivers/media/radio/built-in.o CC fs/xfs/xfs_bmap_util.o CC drivers/pps/pps.o LD [M] drivers/net/can/softing/softing.o CC drivers/pps/kapi.o CC drivers/net/slip/slhc.o CC [M] drivers/hwmon/lineage-pem.o CC drivers/net/ppp/ppp_generic.o CC drivers/net/phy/phy_device.o CC [M] drivers/net/slip/slip.o CC [M] drivers/mtd/mtdconcat.o CC drivers/ptp/ptp_clock.o CC fs/xfs/xfs_buf.o CC [M] drivers/net/can/usb/gs_usb.o CC [M] drivers/mtd/mtdpart.o LD [M] drivers/mtd/nand/nand.o CC fs/xfs/xfs_dir2_readdir.o CC drivers/ptp/ptp_chardev.o LD [M] drivers/nfc/st21nfca/st21nfca_hci.o CC drivers/ptp/ptp_sysfs.o LD drivers/net/ethernet/ezchip/built-in.o LD drivers/net/ethernet/seeq/built-in.o LD drivers/pwm/built-in.o CC drivers/power/bq27x00_battery.o CC drivers/net/phy/mdio_bus.o CC drivers/media/tuners/tuner-xc2028.o LD drivers/media/rc/keymaps/built-in.o LD drivers/media/rc/built-in.o CC drivers/media/usb/b2c2/flexcop-usb.o CC drivers/mfd/da9052-irq.o LD drivers/media/usb/as102/built-in.o CC [M] drivers/media/usb/as102/as102_drv.o CC drivers/media/v4l2-core/v4l2-dev.o CC drivers/media/dvb-frontends/s5h1411.o CC drivers/media/dvb-frontends/cx24120.o LD [M] drivers/nfc/st-nci/st-nci.o CC drivers/power/da9052-battery.o CC [M] drivers/hwmon/lm63.o CC drivers/power/max17040_battery.o CC drivers/net/ethernet/broadcom/genet/bcmmii.o CC drivers/net/ethernet/broadcom/genet/bcmgenet_wol.o CC [M] drivers/media/i2c/tw9906.o LD drivers/pcmcia/built-in.o LD [M] drivers/pcmcia/pcmcia.o CC drivers/ras/ras.o CC drivers/pps/sysfs.o LD [M] drivers/nfc/st-nci/st-nci_i2c.o CC [M] drivers/net/ethernet/altera/altera_msgdma.o CC drivers/regulator/core.o LD drivers/net/ethernet/micrel/built-in.o CC [M] drivers/net/ethernet/altera/altera_sgdma.o CC [M] drivers/net/ethernet/altera/altera_utils.o LD drivers/net/ethernet/stmicro/built-in.o CC drivers/ras/debugfs.o LD drivers/net/team/built-in.o CC [M] drivers/net/team/team.o CC [M] drivers/media/i2c/uda1342.o CC [M] drivers/media/i2c/sony-btf-mpx.o CC drivers/power/rt9455_charger.o /home/kisskb/slave/src/drivers/power/bq27x00_battery.c:767:12: warning: 'bq27x00_powersupply_init' defined but not used [-Wunused-function] /home/kisskb/slave/src/drivers/power/bq27x00_battery.c:813:13: warning: 'bq27x00_powersupply_unregister' defined but not used [-Wunused-function] CC [M] drivers/media/i2c/ov7640.o CC [M] drivers/mtd/mtdchar.o CC drivers/remoteproc/remoteproc_core.o CC drivers/remoteproc/remoteproc_debugfs.o LD drivers/net/plip/built-in.o CC drivers/remoteproc/remoteproc_virtio.o LD drivers/net/can/usb/peak_usb/built-in.o CC [M] drivers/net/can/usb/peak_usb/pcan_usb_core.o CC [M] drivers/net/can/usb/peak_usb/pcan_usb.o CC [M] drivers/media/i2c/mt9v011.o CC [M] drivers/net/irda/smsc-ircc2.o CC drivers/pps/clients/pps-ldisc.o CC [M] drivers/net/irda/via-ircc.o CC [M] drivers/net/irda/mcs7780.o CC [M] drivers/net/irda/irtty-sir.o CC [M] drivers/net/irda/sir_dev.o CC drivers/reset/core.o CC [M] drivers/media/usb/as102/as102_fw.o CC drivers/power/max77693_charger.o LD drivers/net/ethernet/xircom/built-in.o CC drivers/regulator/dummy.o CC [M] drivers/hwmon/lm70.o CC [M] drivers/hwmon/lm73.o CC drivers/mfd/da9052-core.o LD [M] drivers/net/can/can-dev.o LD drivers/pps/generators/built-in.o CC drivers/net/phy/qsemi.o CC [M] drivers/media/dvb-frontends/zl10353.o CC [M] drivers/media/dvb-frontends/drxd_firm.o CC fs/xfs/xfs_discard.o LD drivers/ptp/ptp.o CC [M] drivers/hwmon/lm78.o LD drivers/ptp/built-in.o CC drivers/rtc/rtc-lib.o LD drivers/media/i2c/msp3400.o CC drivers/regulator/fixed-helper.o LD drivers/media/usb/b2c2/b2c2-flexcop-usb.o CC [M] drivers/media/dvb-frontends/drxd_hard.o LD drivers/media/usb/b2c2/built-in.o LD drivers/soc/ti/built-in.o LD drivers/soc/built-in.o CC drivers/spi/spi.o CC drivers/ssb/main.o CC drivers/ssb/scan.o CC drivers/staging/staging.o LD drivers/spmi/built-in.o CC [M] drivers/spmi/spmi.o CC drivers/media/tuners/tuner-simple.o CC net/ipv4/proc.o CC net/ipv4/ipmr.o LD drivers/net/ethernet/broadcom/genet/genet.o LD drivers/net/ethernet/broadcom/genet/built-in.o LD drivers/net/ethernet/broadcom/built-in.o CC drivers/regulator/helpers.o CC drivers/regulator/devres.o CC fs/xfs/xfs_error.o CC drivers/net/ppp/ppp_async.o CC drivers/pps/clients/pps-gpio.o CC [M] drivers/mtd/ofpart.o CC drivers/power/bq24257_charger.o CC fs/xfs/xfs_export.o LD drivers/staging/comedi/built-in.o CC [M] drivers/staging/comedi/comedi_pcmcia.o LD [M] drivers/net/ethernet/altera/altera_tse.o CC drivers/net/ethernet/dnet.o CC drivers/power/bq24735-charger.o LD drivers/ras/built-in.o CC [M] drivers/pps/clients/pps_parport.o CC [M] drivers/staging/comedi/comedi_fops.o LD drivers/media/i2c/built-in.o CC [M] drivers/staging/comedi/range.o LD drivers/net/slip/built-in.o CC [M] drivers/mtd/redboot.o CC drivers/media/v4l2-core/v4l2-ioctl.o CC drivers/media/v4l2-core/v4l2-device.o CC drivers/media/v4l2-core/v4l2-fh.o CC [M] drivers/media/usb/as102/as10x_cmd.o CC [M] drivers/media/usb/as102/as10x_cmd_stream.o CC [M] drivers/hwmon/lm85.o CC [M] drivers/net/can/usb/peak_usb/pcan_usb_pro.o LD drivers/pps/pps_core.o CC drivers/media/tuners/tuner-types.o LD drivers/reset/built-in.o CC drivers/mfd/da9052-spi.o CC [M] drivers/media/dvb-frontends/tda10023.o CC drivers/staging/fbtft/fbtft-core.o CC [M] drivers/net/irda/sir_dongle.o CC [M] drivers/net/irda/tekram-sir.o CC [M] drivers/net/irda/girbil-sir.o CC [M] drivers/mtd/cmdlinepart.o CC drivers/mfd/da9055-core.o CC drivers/remoteproc/remoteproc_elf_loader.o CC drivers/staging/fbtft/fbtft-sysfs.o CC drivers/staging/fbtft/fbtft-bus.o LD drivers/rtc/built-in.o CC drivers/spi/spidev.o CC [M] drivers/mtd/ar7part.o CC [M] drivers/mtd/mtd_blkdevs.o CC drivers/net/phy/broadcom.o LD drivers/pps/clients/built-in.o LD drivers/pps/built-in.o CC [M] drivers/mtd/mtdblock.o CC drivers/regulator/of_regulator.o CC drivers/regulator/virtual.o CC drivers/net/phy/bcm7xxx.o CC [M] drivers/media/dvb-frontends/lgdt3305.o CC [M] drivers/power/generic-adc-battery.o CC drivers/regulator/aat2870-regulator.o CC [M] drivers/media/dvb-frontends/lg2160.o CC fs/xfs/xfs_extent_busy.o CC [M] drivers/power/wm8350_power.o CC drivers/regulator/da9052-regulator.o CC [M] drivers/media/dvb-frontends/af9013.o CC [M] drivers/media/dvb-frontends/cx24116.o CC [M] drivers/media/dvb-frontends/si2168.o CC [M] drivers/staging/comedi/drivers.o CC [M] drivers/staging/comedi/comedi_buf.o CC net/ipv4/ipip.o CC [M] drivers/mtd/mtdblock_ro.o CC drivers/net/ppp/ppp_synctty.o CC [M] drivers/net/ppp/pppox.o CC drivers/media/tuners/mt20xx.o CC [M] drivers/media/usb/as102/as102_usb_drv.o CC [M] drivers/hwmon/ltc4215.o CC drivers/ssb/driver_chipcommon.o CC [M] drivers/net/team/team_mode_loadbalance.o CC drivers/net/veth.o CC drivers/media/tuners/tda8290.o CC net/ipv4/syncookies.o CC drivers/remoteproc/ste_modem_rproc.o LD drivers/net/ethernet/built-in.o CC drivers/staging/fbtft/fbtft-io.o CC [M] drivers/net/netconsole.o LD drivers/staging/gdm724x/built-in.o CC [M] drivers/staging/gdm724x/gdm_lte.o CC [M] drivers/staging/gdm724x/netlink_k.o CC [M] drivers/net/can/usb/peak_usb/pcan_usb_fd.o CC drivers/net/phy/bcm87xx.o CC [M] drivers/net/ppp/pppoe.o CC [M] drivers/net/tun.o CC [M] drivers/media/dvb-frontends/s921.o CC [M] drivers/media/dvb-frontends/stv6110.o CC [M] drivers/media/dvb-frontends/stv0900_core.o CC [M] drivers/net/virtio_net.o CC [M] drivers/net/geneve.o CC drivers/media/v4l2-core/v4l2-event.o CC [M] drivers/power/test_power.o CC drivers/mfd/da9055-i2c.o CC drivers/mfd/da9150-core.o CC drivers/media/v4l2-core/v4l2-ctrls.o CC drivers/media/v4l2-core/v4l2-subdev.o CC [M] drivers/power/ds2760_battery.o CC [M] drivers/hwmon/ltc4222.o CC drivers/spi/spi-altera.o LD drivers/remoteproc/remoteproc.o LD drivers/remoteproc/built-in.o CC [M] drivers/hwmon/ltc4245.o CC [M] drivers/staging/comedi/proc.o CC [M] drivers/media/dvb-frontends/stv0900_sw.o CC [M] drivers/media/dvb-frontends/m88ds3103.o CC drivers/regulator/lp3971.o CC drivers/thermal/thermal_core.o CC drivers/ssb/driver_chipcommon_pmu.o CC drivers/staging/fbtft/fb_agm1264k-fl.o CC fs/xfs/xfs_file.o CC drivers/net/phy/fixed_phy.o CC drivers/staging/fbtft/fb_hx8353d.o CC [M] drivers/net/irda/old_belkin-sir.o CC drivers/net/phy/mdio-bitbang.o CC drivers/staging/fbtft/fb_ili9320.o CC [M] drivers/media/usb/as102/as10x_cmd_cfg.o CC [M] drivers/mtd/ftl.o CC [M] drivers/mtd/nftlcore.o CC drivers/tty/tty_io.o CC drivers/uio/uio.o CC [M] drivers/power/ds2781_battery.o CC [M] drivers/hwmon/max16065.o CC [M] drivers/hwmon/max6650.o CC drivers/usb/c67x00/c67x00-drv.o CC drivers/mfd/max14577.o CC drivers/media/tuners/tda9887.o CC [M] drivers/media/dvb-frontends/isl6423.o CC [M] drivers/net/irda/mcp2120-sir.o CC fs/xfs/xfs_filestream.o CC [M] drivers/media/dvb-frontends/ec100.o CC [M] drivers/media/dvb-frontends/ts2020.o CC drivers/staging/fbtft/fb_ili9341.o CC drivers/media/tuners/tda827x.o LD [M] drivers/net/can/usb/peak_usb/peak_usb.o CC drivers/spi/spi-bitbang.o LD drivers/net/can/built-in.o CC [M] drivers/staging/gdm724x/gdm_usb.o LD drivers/staging/comedi/kcomedilib/built-in.o CC [M] drivers/staging/comedi/kcomedilib/kcomedilib_main.o LD drivers/staging/comedi/drivers/built-in.o CC [M] drivers/staging/comedi/drivers/comedi_8254.o CC [M] drivers/media/dvb-frontends/mb86a20s.o CC drivers/staging/gs_fpgaboot/gs_fpgaboot.o LD drivers/net/ppp/built-in.o CC [M] drivers/hwmon/mc13783-adc.o CC drivers/uio/uio_dmem_genirq.o CC net/ipv4/ah4.o CC net/ipv4/tunnel4.o CC drivers/regulator/lp872x.o CC drivers/regulator/max1586.o CC drivers/regulator/max8649.o CC drivers/mfd/max77693.o CC [M] drivers/hwmon/nct6683.o CC drivers/regulator/max8998.o CC [M] drivers/hwmon/pc87427.o CC [M] drivers/media/dvb-frontends/cxd2820r_core.o CC drivers/media/v4l2-core/v4l2-clk.o CC [M] drivers/power/ds2782_battery.o CC drivers/media/v4l2-core/v4l2-async.o LD [M] drivers/media/usb/as102/dvb-as102.o CC drivers/media/v4l2-core/v4l2-of.o LD drivers/media/usb/dvb-usb/built-in.o CC drivers/staging/iio/accel/adis16201_core.o CC drivers/staging/fbtft/fb_s6d02a1.o LD drivers/media/usb/dvb-usb-v2/built-in.o CC [M] drivers/media/usb/dvb-usb-v2/dvb_usb_core.o LD drivers/ssb/ssb.o LD drivers/ssb/built-in.o CC drivers/net/phy/micrel.o CC drivers/usb/c67x00/c67x00-ll-hpi.o CC drivers/usb/c67x00/c67x00-hcd.o LD drivers/vhost/built-in.o CC [M] drivers/vhost/net.o CC [M] drivers/vhost/vringh.o CC [M] drivers/vhost/vhost.o CC [M] drivers/mtd/nftlmount.o CC [M] drivers/mtd/rfd_ftl.o CC [M] drivers/mtd/sm_ftl.o CC drivers/staging/gs_fpgaboot/io.o CC drivers/staging/fbtft/fb_s6d1121.o CC drivers/staging/fbtft/fb_ssd1331.o CC drivers/staging/fbtft/fb_ssd1351.o CC drivers/staging/fbtft/fb_st7735r.o CC [M] drivers/net/irda/act200l-sir.o CC [M] drivers/hwmon/powr1220.o CC [M] drivers/net/irda/ma600-sir.o CC [M] drivers/staging/comedi/drivers/comedi_isadma.o CC [M] drivers/staging/comedi/drivers/comedi_bond.o CC fs/xfs/xfs_fsops.o CC [M] drivers/net/irda/toim3232-sir.o CC [M] drivers/staging/comedi/drivers/comedi_test.o CC [M] drivers/uio/uio_pruss.o CC [M] drivers/power/ltc2941-battery-gauge.o CC [M] drivers/staging/comedi/drivers/amplc_dio200.o CC [M] drivers/staging/comedi/drivers/amplc_pc236.o CC [M] drivers/staging/comedi/drivers/amplc_pc263.o CC drivers/usb/c67x00/c67x00-sched.o LD drivers/uio/built-in.o CC drivers/spi/spi-cadence.o CC drivers/regulator/pfuze100-regulator.o CC drivers/usb/chipidea/core.o LD [M] drivers/staging/comedi/kcomedilib/kcomedilib.o CC drivers/staging/iio/accel/adis16204_core.o LD drivers/staging/media/built-in.o LD drivers/staging/lustre/built-in.o LD drivers/staging/media/mn88472/built-in.o LD drivers/staging/lustre/lnet/built-in.o CC [M] drivers/power/da9030_battery.o LD drivers/staging/lustre/lnet/klnds/built-in.o CC drivers/mfd/max8997.o LD drivers/staging/lustre/lnet/klnds/o2iblnd/built-in.o CC [M] drivers/staging/media/mn88472/mn88472.o LD drivers/staging/lustre/lnet/klnds/socklnd/built-in.o CC [M] drivers/staging/lustre/lnet/klnds/socklnd/socklnd.o CC drivers/mfd/max8997-irq.o CC [M] drivers/staging/gdm724x/gdm_endian.o CC drivers/thermal/fair_share.o CC drivers/tty/n_tty.o CC drivers/media/v4l2-core/v4l2-common.o CC drivers/media/tuners/tda18271-maps.o CC [M] drivers/staging/gdm724x/gdm_tty.o LD drivers/staging/lustre/lnet/lnet/built-in.o CC [M] drivers/staging/lustre/lnet/lnet/api-ni.o LD drivers/staging/gs_fpgaboot/gs_fpga.o LD drivers/staging/gs_fpgaboot/built-in.o CC [M] drivers/staging/lustre/lnet/lnet/config.o CC drivers/media/v4l2-core/v4l2-dv-timings.o CC drivers/thermal/gov_bang_bang.o CC drivers/staging/fbtft/fb_watterott.o CC drivers/net/phy/amd.o CC [M] drivers/hwmon/sht15.o CC [M] drivers/staging/comedi/drivers/pcl711.o CC net/ipv4/xfrm4_mode_transport.o CC drivers/net/phy/mdio-mux.o CC drivers/mfd/max8998.o CC drivers/media/v4l2-core/tuner-core.o CC [M] drivers/mtd/mtdoops.o CC drivers/media/v4l2-core/videobuf2-core.o LD drivers/staging/lustre/lustre/built-in.o CC [M] drivers/media/dvb-frontends/cxd2820r_c.o CC drivers/thermal/user_space.o LD drivers/staging/lustre/lustre/fid/built-in.o CC [M] drivers/staging/lustre/lustre/fid/fid_request.o CC fs/xfs/xfs_globals.o LD drivers/staging/lustre/lnet/selftest/built-in.o CC [M] drivers/staging/lustre/lnet/selftest/console.o CC drivers/staging/iio/accel/adis16220_core.o CC [M] drivers/staging/iio/accel/adis16203_core.o LD drivers/usb/class/built-in.o CC [M] drivers/usb/class/usblp.o CC drivers/usb/common/common.o CC drivers/regulator/pcf50633-regulator.o CC drivers/regulator/rk808-regulator.o CC drivers/regulator/tps6507x-regulator.o CC [M] drivers/staging/lustre/lnet/selftest/conrpc.o CC [M] drivers/staging/lustre/lnet/selftest/conctl.o CC drivers/media/v4l2-core/videobuf2-memops.o CC [M] drivers/usb/class/cdc-wdm.o CC drivers/media/tuners/tda18271-common.o CC drivers/spi/spi-lm70llp.o CC [M] drivers/power/pcf50633-charger.o CC [M] drivers/power/max8903_charger.o LD [M] drivers/vhost/vhost_net.o CC drivers/media/tuners/tda18271-fe.o CC net/ipv4/netfilter.o LD net/ipv4/netfilter/built-in.o CC [M] net/ipv4/netfilter/nf_log_ipv4.o CC [M] drivers/staging/gdm724x/gdm_mux.o LD drivers/usb/c67x00/c67x00.o LD drivers/usb/c67x00/built-in.o CC [M] net/ipv4/netfilter/nf_tables_arp.o CC [M] drivers/net/irda/kingsun-sir.o CC [M] drivers/net/irda/ksdazzle-sir.o LD drivers/thermal/samsung/built-in.o CC drivers/thermal/intel_soc_dts_iosf.o CC [M] drivers/hwmon/shtc1.o CC [M] drivers/staging/comedi/drivers/pcl726.o CC drivers/usb/core/usb.o CC drivers/video/vgastate.o CC drivers/usb/core/hub.o LD drivers/mtd/built-in.o LD [M] drivers/mtd/mtd.o LD [M] drivers/mtd/nftl.o LD drivers/virt/built-in.o CC drivers/virtio/virtio.o CC drivers/usb/core/hcd.o CC drivers/usb/core/urb.o CC drivers/virtio/virtio_ring.o CC fs/xfs/xfs_icache.o CC drivers/mfd/max8998-irq.o CC drivers/regulator/tps80031-regulator.o CC [M] drivers/media/usb/dvb-usb-v2/dvb_usb_urb.o CC [M] drivers/media/dvb-frontends/cxd2820r_t.o CC [M] drivers/staging/iio/accel/adis16209_core.o CC drivers/spi/spi-sc18is602.o CC drivers/spi/spi-tle62x0.o CC net/ipv4/tcp_cubic.o CC drivers/staging/fbtft/fbtft_device.o CC net/ipv4/xfrm4_policy.o CC net/ipv4/xfrm4_state.o CC [M] drivers/staging/lustre/lnet/lnet/lib-me.o CC drivers/usb/chipidea/otg.o CC [M] drivers/usb/class/usbtmc.o LD [M] drivers/staging/gdm724x/gdmulte.o LD [M] drivers/staging/gdm724x/gdmtty.o CC [M] drivers/regulator/fixed.o LD drivers/staging/mt29f_spinand/built-in.o CC [M] drivers/staging/mt29f_spinand/mt29f_spinand.o CC [M] drivers/staging/comedi/drivers/pcl730.o CC drivers/video/backlight/adp8860_bl.o CC drivers/tty/tty_ioctl.o CC drivers/usb/common/led.o CC [M] drivers/hwmon/smsc47m1.o CC [M] drivers/hwmon/smsc47m192.o CC drivers/mfd/pcf50633-core.o CC drivers/mfd/pcf50633-irq.o CC [M] drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.o CC [M] drivers/staging/iio/accel/lis3l02dq_core.o CC drivers/video/console/dummycon.o CC drivers/media/tuners/xc5000.o CC drivers/video/console/vgacon.o CC [M] drivers/staging/lustre/lnet/selftest/framework.o CC [M] drivers/power/lp8727_charger.o CC drivers/video/logo/logo.o LOGO drivers/video/logo/logo_linux_mono.c LD drivers/usb/dwc2/built-in.o CC [M] drivers/staging/lustre/lnet/lnet/lib-msg.o CC [M] drivers/usb/dwc2/core.o CC drivers/thermal/intel_soc_dts_thermal.o CC drivers/net/phy/mdio-mux-gpio.o CC [M] drivers/staging/fbtft/fb_hx8340bn.o CC drivers/video/fbdev/core/fb_notify.o CC drivers/spi/spi-xilinx.o CC [M] drivers/staging/fbtft/fb_hx8347d.o CC [M] drivers/media/dvb-frontends/cxd2820r_t2.o CC [M] drivers/staging/comedi/drivers/pcm3724.o LD drivers/media/usb/em28xx/built-in.o CC [M] drivers/media/usb/em28xx/em28xx-core.o CC [M] drivers/media/usb/em28xx/em28xx-i2c.o CC [M] drivers/media/usb/em28xx/em28xx-cards.o CC drivers/media/v4l2-core/videobuf2-vmalloc.o LD drivers/net/irda/built-in.o LD [M] drivers/net/irda/sir-dev.o CC [M] drivers/media/v4l2-core/videobuf2-dma-sg.o CC drivers/virtio/virtio_mmio.o CC drivers/virtio/virtio_input.o CC drivers/usb/chipidea/host.o CC drivers/video/backlight/bd6107.o CC drivers/staging/iio/adc/ad7606_core.o LD [M] drivers/staging/comedi/comedi.o CC [M] drivers/staging/lustre/lnet/lnet/lib-eq.o CC drivers/staging/iio/adc/ad7606_ring.o CC [M] drivers/staging/iio/adc/ad7192.o CC [M] drivers/usb/common/usb-otg-fsm.o CC [M] drivers/regulator/act8865-regulator.o CC [M] drivers/hwmon/via-cputemp.o CC [M] drivers/regulator/anatop-regulator.o CC net/ipv4/xfrm4_input.o CC drivers/usb/dwc3/core.o CC fs/xfs/xfs_ioctl.o CC [M] drivers/staging/iio/accel/lis3l02dq_ring.o CC [M] drivers/thermal/intel_powerclamp.o CC [M] drivers/staging/lustre/lustre/fid/fid_lib.o CC [M] drivers/staging/comedi/drivers/rti800.o CC [M] drivers/spi/spi-dw.o CC [M] drivers/staging/comedi/drivers/rti802.o CC [M] drivers/power/gpio-charger.o CC [M] drivers/staging/comedi/drivers/dac02.o CC drivers/usb/core/message.o CC drivers/net/phy/mdio-bcm-unimac.o CC [M] drivers/net/phy/smsc.o CC [M] drivers/net/phy/vitesse.o CC [M] drivers/media/usb/dvb-usb-v2/usb_urb.o CC [M] drivers/media/dvb-frontends/drxk_hard.o CC [M] drivers/media/dvb-frontends/tda18271c2dd.o CC [M] drivers/staging/fbtft/fb_hx8357d.o LOGO drivers/video/logo/logo_superh_mono.c LOGO drivers/video/logo/logo_superh_vga16.c LOGO drivers/video/logo/clut_vga16.c LOGO drivers/video/logo/logo_linux_vga16.c CC [M] drivers/media/dvb-frontends/a8293.o LOGO drivers/video/logo/logo_blackfin_vga16.c LOGO drivers/video/logo/logo_spe_clut224.c LOGO drivers/video/logo/logo_mac_clut224.c CC drivers/usb/chipidea/ci_hdrc_usb2.o CC [M] drivers/hwmon/w83627ehf.o CC [M] drivers/power/max14577_charger.o LOGO drivers/video/logo/logo_superh_clut224.c LOGO drivers/video/logo/logo_sun_clut224.c CC [M] drivers/regulator/arizona-micsupp.o LOGO drivers/video/logo/logo_linux_clut224.c CC [M] drivers/regulator/arizona-ldo1.o LOGO drivers/video/logo/logo_parisc_clut224.c LOGO drivers/video/logo/logo_blackfin_clut224.c CC [M] drivers/virtio/virtio_balloon.o LOGO drivers/video/logo/logo_dec_clut224.c LOGO drivers/video/logo/logo_m32r_clut224.c LOGO drivers/video/logo/logo_sgi_clut224.c CC drivers/video/logo/logo_linux_mono.o CC drivers/video/backlight/backlight.o CC [M] drivers/staging/lustre/lnet/klnds/socklnd/socklnd_proto.o LD drivers/video/logo/built-in.o CC [M] drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.o CC drivers/mfd/si476x-cmd.o CC [M] drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib.o CC drivers/tty/tty_ldisc.o CC drivers/video/fbdev/core/fb_cmdline.o CC [M] drivers/usb/dwc2/core_intr.o LD drivers/staging/iio/accel/adis16201.o LD drivers/staging/iio/accel/adis16204.o CC drivers/video/fbdev/core/fbmem.o LD drivers/staging/iio/accel/adis16220.o LD [M] drivers/staging/iio/accel/adis16203.o LD [M] drivers/staging/iio/accel/adis16209.o LD [M] drivers/staging/iio/accel/lis3l02dq.o LD drivers/staging/iio/accel/built-in.o CC drivers/video/fbdev/core/fbmon.o CC drivers/video/backlight/lm3639_bl.o CC [M] drivers/video/console/fbcon.o CC drivers/video/backlight/lv5207lp.o CC drivers/video/backlight/pcf50633-backlight.o CC [M] drivers/staging/iio/adc/ad7280a.o CC drivers/video/backlight/kb3886_bl.o CC drivers/media/tuners/xc4000.o CC [M] drivers/staging/comedi/drivers/das16m1.o CC [M] drivers/staging/comedi/drivers/das08_isa.o LD drivers/media/v4l2-core/videodev.o LD drivers/media/v4l2-core/tuner.o LD drivers/media/v4l2-core/built-in.o CC [M] drivers/media/usb/em28xx/em28xx-camera.o CC [M] drivers/usb/dwc2/platform.o CC [M] drivers/video/backlight/ams369fg06.o LD drivers/thermal/thermal_sys.o LD drivers/thermal/built-in.o CC [M] drivers/staging/lustre/lnet/selftest/timer.o CC [M] drivers/staging/lustre/lnet/selftest/rpc.o CC [M] drivers/staging/fbtft/fb_ili9163.o CC drivers/usb/dwc3/debug.o CC drivers/usb/dwc3/trace.o CC drivers/usb/dwc3/host.o CC [M] drivers/staging/lustre/lnet/selftest/module.o LD drivers/usb/common/usb-common.o LD drivers/usb/common/built-in.o CC [M] drivers/regulator/da903x.o CC [M] drivers/staging/lustre/lnet/selftest/ping_test.o CC drivers/usb/chipidea/ci_hdrc_msm.o CC [M] drivers/staging/lustre/lnet/selftest/brw_test.o LD drivers/virtio/built-in.o CC net/ipv4/xfrm4_output.o CC [M] drivers/net/phy/icplus.o CC fs/xfs/xfs_iomap.o CC [M] drivers/power/max8997_charger.o CC fs/xfs/xfs_iops.o CC [M] drivers/hwmon/wm831x-hwmon.o CC [M] drivers/staging/comedi/drivers/das16.o CC [M] drivers/staging/comedi/drivers/das6402.o CC [M] drivers/media/usb/dvb-usb-v2/af9015.o CC [M] drivers/staging/comedi/drivers/dt2811.o CC drivers/usb/host/xhci-plat.o CC drivers/usb/host/ehci-hcd.o LD drivers/staging/lustre/lustre/fld/built-in.o CC [M] drivers/staging/lustre/lustre/fld/fld_request.o CC [M] drivers/video/backlight/lcd.o CC drivers/usb/dwc3/debugfs.o CC [M] drivers/staging/lustre/lnet/lnet/lib-md.o LD drivers/staging/iio/adc/ad7606.o LD drivers/staging/iio/adc/built-in.o CC [M] drivers/spi/spi-gpio.o LD drivers/staging/iio/addac/built-in.o CC [M] drivers/staging/iio/addac/adt7316.o CC drivers/tty/tty_buffer.o CC [M] drivers/usb/dwc2/hcd.o CC drivers/usb/core/driver.o CC drivers/usb/core/config.o CC [M] drivers/video/backlight/ili922x.o CC [M] drivers/usb/dwc2/hcd_intr.o CC [M] drivers/usb/dwc2/hcd_queue.o CC [M] drivers/hwmon/wm8350-hwmon.o CC [M] drivers/staging/lustre/lustre/fid/lproc_fid.o LD drivers/video/fbdev/omap2/displays-new/built-in.o CC [M] drivers/staging/fbtft/fb_ili9340.o CC drivers/mfd/si476x-prop.o LD drivers/video/fbdev/omap2/dss/built-in.o LD drivers/video/fbdev/omap2/built-in.o CC drivers/usb/chipidea/ci_hdrc_zevio.o CC drivers/usb/chipidea/usbmisc_imx.o CC drivers/usb/core/file.o CC drivers/usb/core/buffer.o CC [M] drivers/staging/comedi/drivers/dt2814.o CC [M] drivers/power/smb347-charger.o CC [M] drivers/media/usb/dvb-usb-v2/af9035.o CC [M] drivers/regulator/da9055-regulator.o LD [M] drivers/staging/lustre/lnet/klnds/socklnd/ksocklnd.o CC [M] drivers/media/usb/dvb-usb-v2/anysee.o CC drivers/usb/chipidea/ci_hdrc_imx.o CC [M] drivers/staging/comedi/drivers/dt2817.o CC [M] drivers/media/usb/em28xx/em28xx-video.o CC [M] drivers/video/console/bitblit.o CC [M] drivers/media/dvb-frontends/tda10071.o LD drivers/staging/ozwpan/built-in.o CC [M] drivers/staging/ozwpan/ozmain.o CC drivers/video/fbdev/core/fbcmap.o CC [M] drivers/net/phy/realtek.o CC [M] drivers/staging/comedi/drivers/dt282x.o CC drivers/video/fbdev/core/fbsysfs.o CC [M] drivers/media/dvb-frontends/rtl2830.o CC drivers/media/tuners/mc44s803.o CC drivers/tty/tty_port.o CC drivers/tty/tty_mutex.o CC [M] drivers/media/tuners/mt2060.o CC [M] drivers/media/dvb-frontends/rtl2832.o CC [M] drivers/spi/spi-zynqmp-gqspi.o LD drivers/usb/dwc3/dwc3.o LD drivers/usb/dwc3/built-in.o CC [M] drivers/media/dvb-frontends/af9033.o CC [M] drivers/media/dvb-frontends/as102_fe.o CC drivers/mfd/si476x-i2c.o CC drivers/tty/tty_ldsem.o LD drivers/media/dvb-frontends/drx39xyj/built-in.o CC [M] drivers/media/dvb-frontends/drx39xyj/drxj.o CC [M] drivers/staging/fbtft/fb_ili9481.o LD [M] drivers/staging/lustre/lnet/selftest/lnet_selftest.o CC drivers/tty/pty.o CC drivers/tty/tty_audit.o LD drivers/usb/chipidea/ci_hdrc.o CC drivers/usb/core/sysfs.o CC drivers/usb/host/xhci.o CC drivers/usb/core/endpoint.o CC fs/xfs/xfs_inode.o LD drivers/hwmon/built-in.o CC fs/xfs/xfs_itable.o CC [M] drivers/staging/fbtft/fb_ra8875.o LD drivers/power/power_supply.o LD drivers/power/built-in.o CC [M] drivers/video/console/softcursor.o LD drivers/w1/masters/built-in.o CC [M] drivers/w1/masters/ds2490.o CC [M] drivers/video/console/tileblit.o CC drivers/usb/core/devio.o LD drivers/w1/slaves/built-in.o CC [M] drivers/w1/slaves/w1_therm.o CC [M] drivers/video/backlight/ili9320.o CC [M] drivers/usb/dwc2/hcd_ddma.o CC [M] drivers/staging/comedi/drivers/fl512.o LD drivers/usb/chipidea/built-in.o CC [M] drivers/usb/dwc2/debugfs.o CC drivers/mfd/aat2870-core.o CC net/ipv4/xfrm4_protocol.o CC [M] drivers/staging/iio/addac/adt7316-spi.o CC [M] drivers/net/phy/et1011c.o LD [M] drivers/staging/lustre/lustre/fid/fid.o CC [M] drivers/net/phy/spi_ks8995.o CC [M] drivers/staging/ozwpan/ozpd.o CC [M] drivers/staging/ozwpan/ozusbsvc.o CC [M] drivers/regulator/gpio-regulator.o LD drivers/media/dvb-frontends/built-in.o LD [M] drivers/media/dvb-frontends/drxd.o CC [M] drivers/staging/ozwpan/ozusbsvc1.o CC [M] drivers/w1/w1.o CC [M] drivers/w1/w1_int.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:313:15: warning: 'crc' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/staging/lustre/lnet/lnet/lib-ptl.o CC [M] drivers/media/usb/dvb-usb-v2/au6610.o LD [M] drivers/media/dvb-frontends/stv0900.o CC [M] drivers/media/usb/dvb-usb-v2/ec168.o CC [M] drivers/media/usb/dvb-usb-v2/gl861.o LD drivers/spi/built-in.o CC drivers/mfd/atmel-hlcdc.o CC [M] drivers/media/usb/em28xx/em28xx-vbi.o CC [M] drivers/staging/lustre/lustre/fld/fld_cache.o CC [M] drivers/w1/slaves/w1_ds2408.o CC [M] drivers/w1/slaves/w1_ds2413.o CC [M] drivers/staging/comedi/drivers/ii_pci20kc.o CC drivers/video/fbdev/core/modedb.o CC drivers/tty/sysrq.o CC [M] drivers/staging/fbtft/fb_ssd1306.o CC [M] drivers/staging/fbtft/fb_tinylcd.o CC [M] drivers/w1/slaves/w1_ds2406.o CC [M] drivers/w1/slaves/w1_ds2423.o CC [M] drivers/staging/lustre/lustre/fld/lproc_fld.o CC drivers/tty/n_tracerouter.o CC drivers/tty/n_tracesink.o LD [M] drivers/media/dvb-frontends/cxd2820r.o CC [M] drivers/staging/ozwpan/ozhcd.o CC [M] drivers/w1/w1_family.o LD drivers/video/console/built-in.o CC [M] drivers/w1/w1_netlink.o CC [M] drivers/media/tuners/qt1010.o CC [M] drivers/media/tuners/mxl5005s.o CC drivers/staging/iio/cdc/ad7150.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf-phy.o CC [M] drivers/net/phy/mdio-mux-mmioreg.o LD [M] drivers/usb/dwc2/dwc2.o CC [M] drivers/media/tuners/mxl5007t.o CC [M] drivers/media/tuners/tda18218.o CC drivers/mfd/rc5t583.o CC drivers/mfd/rc5t583-irq.o CC [M] drivers/regulator/ltc3589.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.o CC [M] drivers/staging/ozwpan/ozeltbuf.o CC drivers/usb/core/notify.o CC drivers/usb/core/generic.o CC [M] drivers/video/backlight/l4f00242t03.o CC drivers/usb/core/quirks.o CC drivers/usb/core/devices.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf-demod.o LD drivers/staging/iio/frequency/built-in.o CC [M] drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.o CC [M] drivers/staging/comedi/drivers/c6xdigio.o CC [M] drivers/w1/slaves/w1_ds2431.o CC [M] drivers/staging/comedi/drivers/ni_at_ao.o CC [M] drivers/staging/comedi/drivers/ni_atmio.o LD drivers/net/phy/libphy.o LD drivers/net/phy/built-in.o CC [M] drivers/staging/comedi/drivers/ni_labpc.o CC drivers/tty/n_r3964.o CC fs/xfs/xfs_message.o CC [M] drivers/w1/w1_io.o CC [M] drivers/media/usb/dvb-usb-v2/rtl28xxu.o CC [M] drivers/staging/fbtft/fb_tls8204.o CC [M] drivers/staging/fbtft/fb_uc1701.o LD drivers/net/built-in.o CC fs/xfs/xfs_mount.o CC drivers/tty/hvc/hvc_console.o LD [M] drivers/media/dvb-frontends/drxk.o CC fs/xfs/xfs_mru_cache.o CC drivers/staging/panel/panel.o CC [M] drivers/media/usb/em28xx/em28xx-dvb.o CC drivers/staging/iio/cdc/ad7152.o CC [M] drivers/w1/slaves/w1_ds2760.o CC drivers/usb/host/xhci-mem.o CC [M] drivers/regulator/max8952.o CC [M] drivers/regulator/max8997.o CC [M] drivers/w1/slaves/w1_ds2780.o LD [M] drivers/media/usb/dvb-usb-v2/dvb_usb_v2.o CC [M] drivers/w1/slaves/w1_ds2781.o CC [M] net/ipv4/udp_tunnel.o LD [M] drivers/media/dvb-frontends/drx39xyj/drx39xyj.o CC [M] drivers/w1/slaves/w1_bq27000.o CC drivers/mfd/rk808.o CC drivers/mfd/syscon.o CC drivers/video/fbdev/core/fbcvt.o CC drivers/usb/core/port.o CC [M] net/ipv4/ip_vti.o CC [M] net/ipv4/ipcomp.o CC [M] drivers/staging/comedi/drivers/pcmad.o CC [M] drivers/staging/comedi/drivers/pcmmio.o CC [M] drivers/media/tuners/tda18212.o CC drivers/staging/iio/gyro/adis16060_core.o CC [M] drivers/media/tuners/e4000.o CC drivers/video/fbdev/core/fb_defio.o CC [M] drivers/staging/ozwpan/ozproto.o CC [M] drivers/staging/ozwpan/ozurbparanoia.o CC [M] drivers/staging/ozwpan/ozcdev.o CC drivers/mfd/as3722.o LD [M] drivers/staging/lustre/lustre/fld/fld.o LD drivers/staging/lustre/lustre/libcfs/built-in.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-tracefile.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-debug.o CC [M] drivers/video/backlight/ld9040.o CC [M] drivers/video/backlight/lms283gf05.o CC drivers/staging/iio/cdc/ad7746.o LD drivers/tty/ipwireless/built-in.o CC drivers/mfd/menf21bmc.o CC [M] drivers/staging/lustre/lnet/lnet/lib-socket.o CC drivers/mfd/rt5033.o CC drivers/mfd/intel_soc_pmic_core.o CC fs/xfs/xfs_super.o CC drivers/mfd/intel_soc_pmic_crc.o LD drivers/staging/fbtft/fbtft.o LD drivers/staging/fbtft/built-in.o CC drivers/mfd/mt6397-core.o CC fs/xfs/xfs_symlink.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-prim.o LD drivers/staging/speakup/built-in.o CC [M] drivers/staging/speakup/speakup_acntsa.o CC [M] drivers/staging/speakup/speakup_bns.o CC [M] drivers/staging/lustre/lnet/lnet/lib-move.o CC [M] drivers/staging/lustre/lnet/lnet/module.o CC drivers/video/fbdev/core/cfbfillrect.o CC drivers/video/fbdev/core/cfbcopyarea.o CC [M] drivers/regulator/max77693.o CC drivers/video/fbdev/core/cfbimgblt.o LD drivers/staging/panel/built-in.o CC [M] drivers/staging/lustre/lnet/lnet/lo.o CC [M] drivers/regulator/mc13783-regulator.o LD [M] drivers/w1/wire.o CC drivers/usb/host/xhci-ring.o LD drivers/w1/built-in.o CC drivers/usb/host/xhci-hub.o LD drivers/usb/core/usbcore.o LD drivers/staging/iio/cdc/built-in.o LD drivers/usb/core/built-in.o CC [M] net/ipv4/xfrm4_tunnel.o CC drivers/video/fbdev/arcfb.o CC drivers/video/fbdev/auo_k190x.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-af9015.o CC [M] drivers/regulator/mc13892-regulator.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-af9035.o CC [M] drivers/mfd/88pm800.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-anysee.o LD drivers/staging/lustre/lustre/llite/built-in.o LD [M] drivers/media/usb/em28xx/em28xx.o CC [M] drivers/staging/lustre/lustre/llite/dcache.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-au6610.o LD drivers/staging/iio/gyro/adis16060.o LD drivers/staging/iio/gyro/built-in.o LD [M] drivers/media/usb/em28xx/em28xx-v4l.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-ec168.o CC drivers/tty/serial/serial_core.o CC fs/xfs/xfs_sysfs.o CC drivers/tty/serial/earlycon.o LD drivers/media/usb/go7007/built-in.o CC drivers/media/usb/hdpvr/hdpvr-control.o CC [M] drivers/media/usb/go7007/go7007-v4l2.o LD drivers/staging/iio/impedance-analyzer/built-in.o CC [M] drivers/staging/iio/impedance-analyzer/ad5933.o CC [M] drivers/staging/comedi/drivers/s526.o CC [M] drivers/staging/comedi/drivers/unioxx5.o CC [M] drivers/media/tuners/fc2580.o LD drivers/tty/hvc/built-in.o CC [M] drivers/video/backlight/s6e63m0.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-gl861.o CC drivers/media/usb/hdpvr/hdpvr-core.o CC [M] drivers/staging/lustre/lustre/llite/dir.o CC drivers/media/usb/hdpvr/hdpvr-video.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-mxl111sf.o LD [M] drivers/media/usb/dvb-usb-v2/dvb-usb-rtl28xxu.o CC [M] drivers/staging/lustre/lnet/lnet/router.o CC [M] drivers/staging/speakup/speakup_dectlk.o CC drivers/staging/iio/light/isl29018.o CC drivers/staging/iio/light/tsl2583.o CC drivers/tty/serial/max3100.o LD [M] drivers/staging/ozwpan/ozwpan.o CC drivers/tty/serial/max310x.o CC [M] drivers/mfd/88pm80x.o CC [M] net/ipv4/inet_lro.o CC [M] drivers/staging/lustre/lustre/llite/file.o CC [M] drivers/media/usb/go7007/go7007-driver.o CC [M] drivers/media/usb/go7007/go7007-i2c.o LD drivers/usb/image/built-in.o CC [M] drivers/usb/image/mdc800.o CC [M] drivers/media/usb/go7007/go7007-fw.o CC [M] drivers/media/usb/go7007/snd-go7007.o CC [M] drivers/media/usb/go7007/go7007-usb.o CC drivers/media/usb/hdpvr/hdpvr-i2c.o CC [M] drivers/staging/comedi/drivers/ssv_dnp.o CC drivers/staging/iio/magnetometer/hmc5843_core.o CC [M] drivers/staging/comedi/drivers/cb_das16_cs.o CC [M] drivers/staging/comedi/drivers/das08_cs.o CC [M] drivers/staging/comedi/drivers/ni_daq_700.o CC [M] drivers/staging/speakup/speakup_decext.o CC drivers/video/fbdev/core/sysfillrect.o CC [M] drivers/regulator/mc13xxx-regulator-core.o CC fs/xfs/xfs_trans.o CC [M] drivers/regulator/mt6397-regulator.o CC [M] drivers/regulator/qcom_spmi-regulator.o CC [M] drivers/regulator/tps51632-regulator.o CC drivers/staging/iio/light/tsl2x7x_core.o LD drivers/staging/lustre/lustre/lmv/built-in.o CC [M] drivers/staging/iio/light/isl29028.o CC [M] drivers/staging/lustre/lustre/lmv/lmv_obd.o CC drivers/staging/iio/meter/ade7758_core.o LD drivers/staging/lustre/lustre/lov/built-in.o CC [M] drivers/staging/lustre/lustre/lov/lov_obd.o CC [M] drivers/video/backlight/tdo24m.o LD drivers/staging/lustre/lustre/mdc/built-in.o CC [M] drivers/staging/lustre/lustre/mdc/mdc_request.o CC [M] drivers/video/backlight/vgg2432a4.o CC [M] drivers/video/backlight/aat2870_bl.o CC [M] drivers/video/backlight/adp8870_bl.o CC [M] drivers/media/tuners/tua9001.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-module.o CC drivers/tty/serial/sccnxp.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-crypto.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-crypto-adler.o CC drivers/usb/host/xhci-dbg.o CC drivers/usb/host/xhci-trace.o CC drivers/media/usb/pvrusb2/pvrusb2-i2c-core.o CC [M] drivers/staging/comedi/drivers/ni_daq_dio24.o CC [M] drivers/staging/speakup/speakup_spkout.o CC [M] drivers/staging/speakup/speakup_txprt.o CC [M] drivers/staging/speakup/speakup_dummy.o CC [M] drivers/staging/lustre/lustre/mdc/mdc_reint.o CC [M] drivers/mfd/88pm805.o CC drivers/video/fbdev/auo_k1900fb.o CC [M] drivers/video/backlight/da903x_bl.o LD drivers/media/usb/s2255/built-in.o CC [M] drivers/video/backlight/sky81452-backlight.o LD drivers/media/usb/hdpvr/hdpvr.o LD drivers/media/usb/hdpvr/built-in.o CC [M] drivers/staging/lustre/lustre/llite/llite_close.o CC [M] drivers/staging/comedi/drivers/ni_labpc_cs.o CC drivers/video/fbdev/udlfb.o CC [M] drivers/staging/lustre/lnet/lnet/router_proc.o CC drivers/staging/iio/meter/ade7758_ring.o CC drivers/staging/iio/meter/ade7758_trigger.o CC drivers/tty/serial/ifx6x60.o CC [M] drivers/staging/lustre/lustre/lov/lov_pack.o CC [M] drivers/staging/lustre/lustre/lov/lov_offset.o CC [M] drivers/staging/lustre/lustre/lov/lov_merge.o CC drivers/video/fbdev/vesafb.o CC [M] drivers/staging/lustre/lustre/lmv/lmv_intent.o LD drivers/staging/iio/light/built-in.o CC [M] drivers/staging/lustre/lustre/lmv/lmv_fld.o CC drivers/staging/iio/magnetometer/hmc5843_i2c.o CC [M] drivers/media/usb/go7007/go7007-loader.o CC drivers/video/fbdev/vga16fb.o CC [M] drivers/staging/lustre/lustre/llite/llite_lib.o CC drivers/video/fbdev/simplefb.o CC [M] drivers/media/tuners/si2157.o CC [M] drivers/regulator/rc5t583-regulator.o CC drivers/video/fbdev/core/syscopyarea.o CC [M] drivers/staging/lustre/lustre/libcfs/linux/linux-mem.o LD [M] drivers/media/usb/go7007/go7007.o CC [M] drivers/staging/lustre/lustre/libcfs/debug.o CC [M] drivers/staging/lustre/lustre/libcfs/fail.o CC drivers/tty/serial/arc_uart.o CC [M] drivers/staging/speakup/buffers.o CC [M] drivers/staging/comedi/drivers/quatech_daqp_cs.o CC fs/xfs/xfs_xattr.o CC [M] drivers/staging/lustre/lustre/libcfs/nidstrings.o CC [M] drivers/mfd/ti_am335x_tscadc.o CC [M] drivers/mfd/arizona-spi.o /home/kisskb/slave/src/drivers/tty/serial/ifx6x60.c: In function 'ifx_spi_complete': /home/kisskb/slave/src/drivers/tty/serial/ifx6x60.c:715:8: warning: 'more' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/staging/iio/meter/ade7753.o CC [M] drivers/staging/iio/magnetometer/hmc5843_spi.o CC drivers/video/fbdev/vfb.o CC [M] drivers/tty/serial/of_serial.o CC [M] drivers/tty/serial/altera_uart.o CC [M] drivers/staging/lustre/lnet/lnet/acceptor.o CC [M] net/ipv4/xfrm4_mode_tunnel.o CC [M] net/ipv4/tcp_probe.o CC [M] drivers/staging/lustre/lnet/lnet/peer.o LD drivers/video/backlight/built-in.o CC drivers/media/usb/pvrusb2/pvrusb2-audio.o CC [M] drivers/usb/host/ehci-platform.o CC drivers/video/fbdev/core/sysimgblt.o CC [M] drivers/staging/speakup/devsynth.o CC drivers/video/fbdev/core/fb_sys_fops.o CC [M] drivers/usb/host/oxu210hp-hcd.o CC [M] drivers/usb/host/isp116x-hcd.o LD drivers/media/usb/siano/built-in.o CC drivers/usb/misc/adutux.o CC [M] drivers/regulator/rn5t618-regulator.o CC [M] drivers/regulator/rt5033-regulator.o CC [M] drivers/staging/lustre/lustre/llite/llite_nfs.o CC [M] drivers/media/tuners/fc0011.o CC [M] drivers/media/tuners/fc0012.o CC [M] drivers/tty/serial/timbuart.o CC [M] drivers/video/fbdev/metronomefb.o CC [M] drivers/staging/lustre/lustre/lmv/lproc_lmv.o CC drivers/usb/misc/cypress_cy7c63.o CC [M] drivers/staging/lustre/lustre/mdc/mdc_lib.o CC [M] drivers/mfd/wm8994-core.o CC [M] drivers/staging/comedi/drivers/ni_tio.o CC [M] drivers/mfd/wm8994-irq.o CC [M] drivers/mfd/wm8994-regmap.o CC drivers/usb/misc/emi26.o CC [M] net/ipv4/geneve_core.o CC [M] drivers/media/tuners/fc0013.o LD drivers/staging/iio/magnetometer/built-in.o LD drivers/usb/musb/built-in.o CC [M] drivers/staging/comedi/drivers/ni_labpc_common.o CC [M] drivers/usb/musb/musb_core.o CC drivers/staging/iio/resolver/ad2s90.o CC [M] drivers/usb/musb/musb_virthub.o CC [M] drivers/usb/musb/musb_host.o CC [M] drivers/staging/iio/meter/ade7754.o CC [M] drivers/staging/iio/meter/ade7854.o LD net/ipv4/built-in.o LD drivers/staging/iio/meter/ade7758.o CC drivers/media/usb/pvrusb2/pvrusb2-encoder.o CC [M] drivers/staging/speakup/i18n.o CC [M] drivers/staging/comedi/drivers/ni_labpc_isadma.o CC [M] drivers/staging/lustre/lustre/libcfs/module.o CC fs/xfs/kmem.o CC [M] drivers/usb/host/isp1362-hcd.o CC [M] drivers/regulator/sky81452-regulator.o CC drivers/staging/iio/resolver/ad2s1210.o CC [M] drivers/tty/serial/altera_jtaguart.o CC [M] drivers/usb/host/u132-hcd.o CC [M] drivers/usb/host/r8a66597-hcd.o CC [M] drivers/usb/host/fotg210-hcd.o CC drivers/media/usb/pvrusb2/pvrusb2-video-v4l.o CC [M] drivers/staging/iio/resolver/ad2s1200.o CC [M] drivers/tty/serial/digicolor-usart.o CC drivers/media/usb/stk1160/stk1160-core.o LD drivers/media/usb/stkwebcam/built-in.o CC [M] drivers/staging/lustre/lustre/llite/rw.o CC [M] drivers/usb/host/max3421-hcd.o CC [M] drivers/staging/lustre/lustre/mdc/mdc_locks.o LD drivers/video/fbdev/core/fb.o LD drivers/video/fbdev/core/built-in.o CC [M] drivers/video/fbdev/s1d13xxxfb.o LD drivers/tty/serial/8250/built-in.o CC [M] drivers/video/fbdev/ocfb.o CC [M] drivers/usb/musb/musb_debugfs.o CC [M] drivers/tty/serial/8250/8250_core.o CC [M] drivers/tty/serial/8250/serial_cs.o CC [M] drivers/staging/speakup/fakekey.o CC drivers/usb/misc/emi62.o CC [M] drivers/tty/serial/8250/8250_dw.o CC [M] drivers/regulator/tps6105x-regulator.o CC [M] drivers/staging/speakup/main.o CC [M] drivers/staging/lustre/lustre/libcfs/tracefile.o CC [M] drivers/staging/speakup/keyhelp.o CC [M] drivers/mfd/tps6105x.o CC [M] drivers/mfd/tps6507x.o CC [M] drivers/mfd/mc13xxx-core.o CC [M] drivers/mfd/mc13xxx-spi.o CC [M] drivers/staging/speakup/kobjects.o CC [M] drivers/staging/comedi/drivers/comedi_8255.o LD [M] drivers/staging/lustre/lustre/lmv/lmv.o CC [M] drivers/staging/comedi/drivers/8255.o CC [M] drivers/regulator/tps65023-regulator.o CC [M] drivers/regulator/tps65218-regulator.o CC [M] drivers/staging/lustre/lustre/lov/lov_request.o CC [M] drivers/staging/lustre/lustre/lov/lov_ea.o CC fs/xfs/uuid.o LD drivers/staging/iio/resolver/built-in.o CC [M] drivers/staging/lustre/lustre/lov/lov_dev.o LD [M] drivers/staging/lustre/lnet/lnet/lnet.o CC [M] drivers/mfd/ucb1400_core.o CC [M] drivers/mfd/lp3943.o CC [M] drivers/mfd/viperboard.o CC [M] drivers/mfd/rn5t618.o CC [M] drivers/media/tuners/it913x.o CC [M] drivers/staging/comedi/drivers/amplc_dio200_common.o LD drivers/staging/iio/meter/built-in.o LD drivers/staging/iio/trigger/built-in.o LD drivers/staging/iio/built-in.o CC [M] drivers/staging/lustre/lustre/mdc/lproc_mdc.o CC drivers/media/usb/pvrusb2/pvrusb2-eeprom.o CC [M] drivers/media/tuners/r820t.o LD drivers/media/usb/ttusb-budget/built-in.o CC [M] drivers/staging/lustre/lustre/lov/lov_object.o CC drivers/media/usb/pvrusb2/pvrusb2-main.o LD drivers/media/usb/ttusb-dec/built-in.o CC [M] drivers/staging/lustre/lustre/lov/lov_page.o CC drivers/media/usb/pvrusb2/pvrusb2-hdw.o CC drivers/media/usb/usbvision/usbvision-core.o CC drivers/usb/misc/idmouse.o CC drivers/media/usb/usbvision/usbvision-video.o CC drivers/media/usb/usbvision/usbvision-i2c.o CC [M] drivers/video/fbdev/uvesafb.o CC fs/xfs/xfs_log.o CC drivers/media/usb/usbvision/usbvision-cards.o LD drivers/staging/lustre/lustre/mgc/built-in.o CC [M] drivers/staging/lustre/lustre/mgc/mgc_request.o CC [M] drivers/staging/lustre/lustre/mgc/lproc_mgc.o LD drivers/usb/host/xhci-plat-hcd.o CC [M] drivers/staging/speakup/selection.o CC [M] drivers/staging/lustre/lustre/llite/namei.o CC [M] drivers/staging/lustre/lustre/llite/symlink.o CC [M] drivers/staging/lustre/lustre/llite/llite_mmap.o CC [M] drivers/regulator/tps6524x-regulator.o CC [M] drivers/mfd/lm3533-core.o CC drivers/media/usb/stk1160/stk1160-v4l.o CC [M] drivers/regulator/tps65910-regulator.o CC [M] drivers/mfd/lm3533-ctrlbank.o LD drivers/usb/host/xhci-hcd.o LD drivers/usb/host/built-in.o CC drivers/media/usb/stk1160/stk1160-video.o CC drivers/media/usb/stk1160/stk1160-i2c.o CC [M] drivers/mfd/retu-mfd.o CC [M] drivers/staging/comedi/drivers/amplc_pc236_common.o LD [M] drivers/usb/musb/musb_hdrc.o CC [M] drivers/staging/speakup/serialio.o CC drivers/media/usb/pvrusb2/pvrusb2-v4l2.o LD drivers/video/fbdev/built-in.o CC [M] drivers/mfd/sky81452.o CC [M] drivers/staging/lustre/lustre/libcfs/libcfs_string.o LD drivers/staging/lustre/lustre/obdclass/built-in.o CC [M] drivers/staging/lustre/lustre/obdclass/linux/linux-module.o CC [M] drivers/staging/comedi/drivers/das08.o LD drivers/mfd/wm831x.o CC [M] drivers/staging/lustre/lustre/llite/xattr.o CC [M] drivers/staging/lustre/lustre/llite/xattr_cache.o LD drivers/tty/serial/built-in.o CC [M] drivers/staging/lustre/lustre/llite/remote_perm.o LD drivers/mfd/wm8350.o LD drivers/media/usb/zr364xx/built-in.o CC [M] drivers/staging/lustre/lustre/llite/llite_rmtacl.o LD net/built-in.o CC [M] drivers/staging/lustre/lustre/lov/lov_lock.o CC drivers/media/usb/pvrusb2/pvrusb2-ctrl.o CC drivers/media/usb/pvrusb2/pvrusb2-std.o CC drivers/media/usb/pvrusb2/pvrusb2-devattr.o CC drivers/media/usb/pvrusb2/pvrusb2-context.o CC drivers/usb/misc/iowarrior.o CC drivers/media/usb/pvrusb2/pvrusb2-io.o CC drivers/usb/misc/ldusb.o LD [M] drivers/tty/serial/8250/8250.o LD drivers/mfd/tps65912.o LD drivers/mfd/da9055.o LD drivers/mfd/pcf50633.o CC drivers/usb/misc/usbled.o LD drivers/regulator/built-in.o LD drivers/mfd/si476x-core.o CC drivers/tty/vt/vt_ioctl.o CC [M] drivers/staging/lustre/lustre/libcfs/hash.o CC [M] drivers/staging/lustre/lustre/llite/llite_capa.o CC [M] drivers/staging/lustre/lustre/lov/lov_io.o CC [M] drivers/staging/lustre/lustre/lov/lovsub_dev.o CC drivers/usb/phy/phy.o LD drivers/staging/lustre/lustre/obdecho/built-in.o CC [M] drivers/staging/lustre/lustre/obdecho/echo_client.o LD drivers/media/tuners/tda18271.o LD drivers/media/tuners/built-in.o LD drivers/mfd/intel-soc-pmic.o LD drivers/mfd/built-in.o CC fs/xfs/xfs_log_cil.o LD drivers/media/usb/usbvision/usbvision.o LD drivers/media/usb/usbvision/built-in.o CC drivers/usb/misc/usbtest.o CC drivers/media/usb/pvrusb2/pvrusb2-ioread.o CC [M] drivers/staging/lustre/lustre/libcfs/kernel_user_comm.o CC drivers/usb/phy/of.o CC [M] drivers/staging/lustre/lustre/lov/lovsub_object.o LD drivers/video/built-in.o CC drivers/usb/phy/phy-generic.o LD drivers/staging/lustre/lustre/osc/built-in.o CC [M] drivers/staging/lustre/lustre/osc/osc_request.o CC [M] drivers/staging/lustre/lustre/osc/osc_dev.o LD drivers/staging/lustre/lustre/ptlrpc/built-in.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/l_lock.o CC drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.o CC fs/xfs/xfs_buf_item.o CC [M] drivers/staging/lustre/lustre/lov/lovsub_page.o CC [M] drivers/staging/lustre/lustre/lov/lovsub_lock.o CC [M] drivers/staging/speakup/synth.o LD drivers/media/usb/stk1160/stk1160.o LD drivers/media/usb/stk1160/built-in.o CC [M] drivers/staging/speakup/thread.o LD [M] drivers/staging/lustre/lustre/mdc/mdc.o CC drivers/usb/phy/phy-gpio-vbus-usb.o CC drivers/media/usb/pvrusb2/pvrusb2-wm8775.o CC [M] drivers/staging/lustre/lustre/libcfs/prng.o CC drivers/usb/misc/yurex.o CC [M] drivers/staging/lustre/lustre/obdclass/linux/linux-obdo.o CC drivers/usb/misc/usb3503.o LD drivers/usb/storage/built-in.o CC drivers/media/usb/pvrusb2/pvrusb2-cs53l32a.o LD drivers/usb/usbip/built-in.o CC [M] drivers/usb/usbip/usbip_common.o CC [M] drivers/usb/usbip/usbip_event.o CC [M] drivers/staging/speakup/varhandlers.o CC [M] drivers/usb/misc/appledisplay.o CC [M] drivers/staging/lustre/lustre/llite/rw26.o CC [M] drivers/staging/lustre/lustre/lov/lovsub_io.o CC drivers/media/usb/pvrusb2/pvrusb2-dvb.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lock.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_resource.o CC drivers/media/usb/pvrusb2/pvrusb2-sysfs.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lib.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_plain.o CC [M] drivers/usb/usbip/stub_dev.o CC [M] drivers/staging/lustre/lustre/lov/lov_pool.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_extent.o CC [M] drivers/staging/lustre/lustre/lov/lproc_lov.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_request.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_lockd.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_flock.o CC drivers/tty/vt/vc_screen.o CC [M] drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_inodebits.o CC [M] drivers/usb/misc/ftdi-elan.o CC [M] drivers/usb/misc/isight_firmware.o CC [M] drivers/usb/misc/legousbtower.o CC [M] drivers/staging/lustre/lustre/osc/osc_object.o CC [M] drivers/usb/misc/rio500.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o LD [M] drivers/staging/lustre/lustre/mgc/mgc.o CC [M] drivers/staging/lustre/lustre/ptlrpc/../../lustre/ldlm/interval_tree.o CC [M] drivers/staging/lustre/lustre/ptlrpc/client.o LD drivers/usb/phy/built-in.o CC [M] drivers/staging/lustre/lustre/obdclass/llog.o CC fs/xfs/xfs_extfree_item.o CC fs/xfs/xfs_icreate_item.o CC fs/xfs/xfs_inode_item.o CC fs/xfs/xfs_log_recover.o CC fs/xfs/xfs_trans_ail.o CC [M] drivers/usb/misc/ehset.o CC [M] drivers/usb/misc/trancevibrator.o CC [M] drivers/usb/misc/uss720.o CC [M] drivers/staging/lustre/lustre/osc/osc_page.o CC [M] drivers/staging/lustre/lustre/osc/osc_lock.o CC [M] drivers/usb/misc/chaoskey.o LD [M] drivers/staging/speakup/speakup.o CC [M] drivers/usb/misc/lvstest.o LD drivers/media/usb/pvrusb2/pvrusb2.o LD drivers/media/usb/pvrusb2/built-in.o CC drivers/tty/vt/selection.o LD drivers/media/usb/built-in.o LD drivers/media/built-in.o CC [M] drivers/staging/lustre/lustre/osc/osc_io.o CC [M] drivers/staging/lustre/lustre/libcfs/workitem.o CC [M] drivers/staging/lustre/lustre/libcfs/libcfs_cpu.o CC [M] drivers/staging/lustre/lustre/libcfs/libcfs_mem.o CC [M] drivers/usb/usbip/stub_main.o CC fs/xfs/xfs_trans_buf.o CC fs/xfs/xfs_trans_extfree.o CC fs/xfs/xfs_trans_inode.o CC [M] drivers/staging/lustre/lustre/obdclass/llog_cat.o CC [M] drivers/staging/lustre/lustre/libcfs/libcfs_lock.o CC fs/xfs/xfs_dquot.o CC [M] drivers/staging/lustre/lustre/llite/super25.o LD [M] drivers/staging/lustre/lustre/obdecho/obdecho.o CC [M] drivers/staging/lustre/lustre/ptlrpc/recover.o CC fs/xfs/xfs_dquot_item.o CC [M] drivers/staging/lustre/lustre/obdclass/llog_obd.o CC [M] drivers/usb/usbip/stub_rx.o CC [M] drivers/staging/lustre/lustre/obdclass/llog_swab.o CC [M] drivers/staging/lustre/lustre/osc/osc_quota.o CC [M] drivers/staging/lustre/lustre/obdclass/class_obd.o CC [M] drivers/staging/lustre/lustre/osc/osc_cache.o CC [M] drivers/staging/lustre/lustre/obdclass/debug.o CC [M] drivers/staging/lustre/lustre/osc/lproc_osc.o LD drivers/usb/misc/sisusbvga/built-in.o CC [M] drivers/usb/misc/sisusbvga/sisusb.o CC [M] drivers/staging/lustre/lustre/ptlrpc/connection.o LD [M] drivers/staging/lustre/lustre/lov/lov.o LD drivers/usb/misc/built-in.o CC [M] drivers/staging/lustre/lustre/obdclass/genops.o CC [M] drivers/staging/lustre/lustre/ptlrpc/niobuf.o CC fs/xfs/xfs_trans_dquot.o CC [M] drivers/staging/lustre/lustre/ptlrpc/pack_generic.o CC [M] drivers/staging/lustre/lustre/ptlrpc/events.o CC [M] drivers/staging/lustre/lustre/obdclass/uuid.o CC [M] drivers/usb/usbip/stub_tx.o CC drivers/tty/vt/keyboard.o LD [M] drivers/usb/usbip/usbip-core.o CC drivers/tty/vt/consolemap.o CC [M] drivers/staging/lustre/lustre/llite/statahead.o CC [M] drivers/staging/lustre/lustre/ptlrpc/ptlrpc_module.o CC [M] drivers/staging/lustre/lustre/ptlrpc/service.o CC [M] drivers/staging/lustre/lustre/ptlrpc/pinger.o CC [M] drivers/staging/lustre/lustre/ptlrpc/llog_net.o CC [M] drivers/staging/lustre/lustre/ptlrpc/llog_client.o CC [M] drivers/staging/lustre/lustre/ptlrpc/import.o CC [M] drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.o CC fs/xfs/xfs_qm_syscalls.o CC [M] drivers/staging/lustre/lustre/llite/../lclient/glimpse.o CC fs/xfs/xfs_qm_bhv.o CONMK drivers/tty/vt/consolemap_deftbl.c CC fs/xfs/xfs_qm.o CC drivers/tty/vt/vt.o SHIPPED drivers/tty/vt/defkeymap.c CC fs/xfs/xfs_quotaops.o CC drivers/tty/vt/consolemap_deftbl.o CC fs/xfs/xfs_rtalloc.o CC fs/xfs/xfs_acl.o CC fs/xfs/xfs_stats.o CC fs/xfs/xfs_sysctl.o CC [M] drivers/staging/lustre/lustre/ptlrpc/pers.o CC drivers/tty/vt/defkeymap.o CC [M] drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.o CC [M] drivers/staging/lustre/lustre/ptlrpc/wiretest.o CC [M] drivers/staging/lustre/lustre/llite/../lclient/lcommon_cl.o CC [M] drivers/staging/lustre/lustre/llite/../lclient/lcommon_misc.o LD [M] drivers/usb/usbip/usbip-host.o CC [M] drivers/staging/lustre/lustre/llite/vvp_dev.o CC [M] drivers/usb/misc/sisusbvga/sisusb_init.o CC [M] drivers/staging/lustre/lustre/ptlrpc/layout.o CC [M] drivers/staging/lustre/lustre/llite/vvp_page.o CC [M] drivers/staging/lustre/lustre/llite/vvp_lock.o CC [M] drivers/staging/lustre/lustre/llite/vvp_io.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec.o CC [M] drivers/usb/misc/sisusbvga/sisusb_con.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_bulk.o LD [M] drivers/staging/lustre/lustre/libcfs/libcfs.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_gc.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_config.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_null.o CC [M] drivers/staging/lustre/lustre/obdclass/lprocfs_status.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_plain.o CC [M] drivers/staging/lustre/lustre/obdclass/lustre_handles.o CC [M] drivers/staging/lustre/lustre/ptlrpc/nrs.o CC [M] drivers/staging/lustre/lustre/obdclass/lustre_peer.o CC [M] drivers/staging/lustre/lustre/ptlrpc/nrs_fifo.o CC [M] drivers/staging/lustre/lustre/llite/vvp_object.o CC [M] drivers/staging/lustre/lustre/ptlrpc/sec_lproc.o CC [M] drivers/staging/lustre/lustre/llite/lproc_llite.o CC [M] drivers/staging/lustre/lustre/obdclass/statfs_pack.o CC [M] drivers/staging/lustre/lustre/obdclass/obdo.o CC [M] drivers/staging/lustre/lustre/obdclass/obd_config.o CC [M] drivers/staging/lustre/lustre/obdclass/obd_mount.o CC [M] drivers/staging/lustre/lustre/obdclass/lu_object.o CC [M] drivers/staging/lustre/lustre/obdclass/dt_object.o CC [M] drivers/staging/lustre/lustre/obdclass/capa.o CC [M] drivers/staging/lustre/lustre/obdclass/cl_object.o LD fs/xfs/xfs.o CC [M] drivers/staging/lustre/lustre/obdclass/cl_page.o LD fs/xfs/built-in.o CC [M] drivers/staging/lustre/lustre/obdclass/cl_lock.o LD fs/built-in.o CC [M] drivers/staging/lustre/lustre/obdclass/cl_io.o CC [M] drivers/staging/lustre/lustre/obdclass/lu_ref.o CC [M] drivers/staging/lustre/lustre/obdclass/acl.o CC [M] drivers/staging/lustre/lustre/obdclass/lprocfs_counters.o LD [M] drivers/staging/lustre/lustre/osc/osc.o LD [M] drivers/usb/misc/sisusbvga/sisusbvga.o LD drivers/usb/built-in.o LD drivers/tty/vt/built-in.o LD drivers/tty/built-in.o LD [M] drivers/staging/lustre/lustre/ptlrpc/ptlrpc.o LD [M] drivers/staging/lustre/lustre/llite/lustre.o LD [M] drivers/staging/lustre/lustre/obdclass/obdclass.o LD drivers/staging/built-in.o LD drivers/built-in.o CHK include/generated/uapi/linux/version.h HOSTCC scripts/unifdef INSTALL usr/include/misc/ (1 file) INSTALL usr/include/uapi/ (0 file) INSTALL usr/include/scsi/ (3 files) INSTALL usr/include/rdma/ (6 files) INSTALL usr/include/scsi/fc/ (4 files) INSTALL usr/include/xen/ (4 files) INSTALL usr/include/video/ (3 files) INSTALL usr/include/sound/ (11 files) INSTALL usr/include/asm-generic/ (35 files) INSTALL usr/include/mtd/ (5 files) INSTALL usr/include/drm/ (18 files) INSTALL usr/include/linux/isdn/ (1 file) INSTALL usr/include/linux/android/ (1 file) INSTALL usr/include/linux/sunrpc/ (1 file) INSTALL usr/include/linux/nfsd/ (5 files) INSTALL usr/include/linux/caif/ (2 files) INSTALL usr/include/linux/usb/ (11 files) INSTALL usr/include/linux/can/ (5 files) INSTALL usr/include/linux/byteorder/ (2 files) INSTALL usr/include/linux/iio/ (2 files) INSTALL usr/include/linux/dvb/ (8 files) INSTALL usr/include/linux/wimax/ (1 file) INSTALL usr/include/linux/netfilter_ipv6/ (12 files) INSTALL usr/include/linux/hsi/ (2 files) INSTALL usr/include/linux/mmc/ (1 file) INSTALL usr/include/linux/ (417 files) INSTALL usr/include/linux/tc_ematch/ (4 files) INSTALL usr/include/linux/netfilter_bridge/ (17 files) INSTALL usr/include/linux/netfilter_ipv4/ (9 files) INSTALL usr/include/linux/spi/ (1 file) INSTALL usr/include/linux/raid/ (2 files) INSTALL usr/include/linux/hdlc/ (1 file) INSTALL usr/include/linux/netfilter_arp/ (2 files) INSTALL usr/include/linux/tc_act/ (11 files) INSTALL usr/include/linux/netfilter/ (85 files) INSTALL usr/include/linux/netfilter/ipset/ (4 files) INSTALL usr/include/asm/ (65 files) CHECK usr/include/uapi/ (0 files) CHECK usr/include/scsi/ (3 files) CHECK usr/include/scsi/fc/ (4 files) CHECK usr/include/misc/ (1 files) CHECK usr/include/rdma/ (6 files) CHECK usr/include/drm/ (18 files) CHECK usr/include/sound/ (11 files) CHECK usr/include/video/ (3 files) CHECK usr/include/mtd/ (5 files) CHECK usr/include/asm-generic/ (35 files) CHECK usr/include/xen/ (4 files) CHECK usr/include/linux/android/ (1 files) CHECK usr/include/linux/can/ (5 files) CHECK usr/include/linux/dvb/ (8 files) CHECK usr/include/linux/hdlc/ (1 files) CHECK usr/include/linux/mmc/ (1 files) CHECK usr/include/linux/caif/ (2 files) CHECK usr/include/linux/byteorder/ (2 files) CHECK usr/include/linux/isdn/ (1 files) CHECK usr/include/linux/hsi/ (2 files) CHECK usr/include/linux/iio/ (2 files) CHECK usr/include/linux/tc_ematch/ (4 files) CHECK usr/include/linux/sunrpc/ (1 files) CHECK usr/include/linux/nfsd/ (5 files) CHECK usr/include/linux/netfilter_arp/ (2 files) CHECK usr/include/linux/ (417 files) CHECK usr/include/linux/tc_act/ (11 files) CHECK usr/include/linux/netfilter_ipv4/ (9 files) CHECK usr/include/linux/netfilter_ipv6/ (12 files) CHECK usr/include/linux/spi/ (1 files) CHECK usr/include/linux/raid/ (2 files) CHECK usr/include/linux/wimax/ (1 files) CHECK usr/include/linux/netfilter/ (85 files) CHECK usr/include/linux/usb/ (11 files) CHECK usr/include/linux/netfilter_bridge/ (17 files) CHECK usr/include/linux/netfilter/ipset/ (4 files) CHECK usr/include/asm/ (65 files) LD samples/hw_breakpoint/built-in.o LD samples/hidraw/built-in.o LD samples/kdb/built-in.o LD samples/kprobes/built-in.o HOSTCC samples/hidraw/hid-example LD samples/kfifo/built-in.o LD samples/kobject/built-in.o LD samples/seccomp/built-in.o LD samples/rpmsg/built-in.o LD samples/livepatch/built-in.o LD samples/trace_events/built-in.o HOSTCC samples/seccomp/bpf-fancy.o CC [M] samples/kfifo/bytestream-example.o HOSTCC samples/seccomp/bpf-helper.o HOSTCC samples/seccomp/dropper.o HOSTCC samples/seccomp/bpf-direct.o CC [M] samples/trace_events/trace-events-sample.o CC [M] samples/kfifo/dma-example.o CC [M] samples/kfifo/inttype-example.o CC [M] samples/kfifo/record-example.o HOSTLD samples/seccomp/dropper HOSTLD samples/seccomp/bpf-direct HOSTLD samples/seccomp/bpf-fancy LD samples/built-in.o LINK vmlinux LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o init/built-in.o: In function `do_one_initcall': (.text+0x66): undefined reference to `__stack_chk_guard' init/built-in.o: In function `do_one_initcall': (.text+0x1fa): undefined reference to `__stack_chk_guard' init/built-in.o: In function `name_to_dev_t': (.text+0x32e): undefined reference to `__stack_chk_guard' init/built-in.o: In function `name_to_dev_t': (.text+0x539): undefined reference to `__stack_chk_guard' init/built-in.o: In function `mount_block_root': (.init.text+0xb56): undefined reference to `__stack_chk_guard' init/built-in.o:(.init.text+0xd25): more undefined references to `__stack_chk_guard' follow /home/kisskb/slave/src/Makefile:919: recipe for target 'vmlinux' failed make[1]: *** [vmlinux] Error 1 make[1]: Leaving directory '/home/kisskb/slave/build/linus_i386-randconfig_i386' Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -j 48 ARCH=i386 O=/home/kisskb/slave/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/i386-linux/bin/i386-linux- ' returned non-zero exit status 2 # rm -rf /home/kisskb/slave/build/linus_i386-randconfig_i386 # Build took: 0:01:55.969270