# git rev-parse -q --verify 410694e214d5b479bc8b035ded0bb832f1c469b4^{commit} 410694e214d5b479bc8b035ded0bb832f1c469b4 already have revision, skipping fetch # git checkout -q -f -B kisskb 410694e214d5b479bc8b035ded0bb832f1c469b4 # git clean -qxdf # git log -1 commit 410694e214d5b479bc8b035ded0bb832f1c469b4 Merge: 35df017 0ca81a2 Author: Linus Torvalds Date: Sat Oct 24 07:28:05 2015 +0900 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma Pull infiniband fixes from Doug Ledford: "It's late in the game, I know, but these fixes seemed important enough to warrant a late pull request. They all involve oopses or use after frees or corruptions. Six serious fixes: - Hold the mutex around the find and corresponding update of our gid - The ifa list is rcu protected, copy its contents under rcu to avoid using a freed structure - On error, netdev might be null, so check it before trying to release it - On init, if workqueue alloc fails, fail init - The new demux patches exposed a bug in mlx5 and ipath drivers, we need to use the payload P_Key to determine the P_Key the packet arrived on because the hardware doesn't tell us the truth - Due to a couple convoluted error flows, it is possible for the CM to trigger a use_after_free and a double_free of rb nodes. Add two checks to prevent that. This code has worked for 10+ years. It is likely that some of the recent changes have caused this issue to surface. The current patch will protect us from nasty events for now while we track down why this is just now showing up" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: IB/cm: Fix rb-tree duplicate free and use-after-free IB/cma: Use inner P_Key to determine netdev IB/ucma: check workqueue allocation before usage IB/cma: Potential NULL dereference in cma_id_from_event IB/core: Fix use after free of ifa IB/core: Fix memory corruption in ib_cache_gid_set_default_gid # < /opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 410694e214d5b479bc8b035ded0bb832f1c469b4 # < make -j 240 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- randconfig KCONFIG_SEED=0xA2645D3 # Added to kconfig CONFIG_STANDALONE=y # yes \n | make -j 240 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -j 240 ARCH=sh O=/home/kisskb/slave/build/linus_sh-randconfig_sh4 CROSS_COMPILE=/opt/cross/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- make[1]: Entering directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig make[1]: Leaving directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' make[1]: Entering directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' CHK include/config/kernel.release GEN ./Makefile WRAP arch/sh/include/generated/asm/bitsperlong.h WRAP arch/sh/include/generated/asm/cputime.h WRAP arch/sh/include/generated/asm/current.h WRAP arch/sh/include/generated/asm/delay.h WRAP arch/sh/include/generated/asm/div64.h WRAP arch/sh/include/generated/asm/emergency-restart.h WRAP arch/sh/include/generated/asm/errno.h WRAP arch/sh/include/generated/asm/exec.h WRAP arch/sh/include/generated/asm/fcntl.h WRAP arch/sh/include/generated/asm/ioctl.h WRAP arch/sh/include/generated/asm/ipcbuf.h WRAP arch/sh/include/generated/asm/irq_regs.h WRAP arch/sh/include/generated/asm/irq_work.h WRAP arch/sh/include/generated/asm/kvm_para.h WRAP arch/sh/include/generated/asm/local.h WRAP arch/sh/include/generated/asm/local64.h WRAP arch/sh/include/generated/asm/mcs_spinlock.h WRAP arch/sh/include/generated/asm/mm-arch-hooks.h WRAP arch/sh/include/generated/asm/mman.h WRAP arch/sh/include/generated/asm/msgbuf.h WRAP arch/sh/include/generated/asm/param.h WRAP arch/sh/include/generated/asm/parport.h WRAP arch/sh/include/generated/asm/percpu.h WRAP arch/sh/include/generated/asm/poll.h WRAP arch/sh/include/generated/asm/preempt.h WRAP arch/sh/include/generated/asm/resource.h WRAP arch/sh/include/generated/asm/sembuf.h WRAP arch/sh/include/generated/asm/serial.h WRAP arch/sh/include/generated/asm/shmbuf.h WRAP arch/sh/include/generated/asm/siginfo.h WRAP arch/sh/include/generated/asm/sizes.h WRAP arch/sh/include/generated/asm/socket.h WRAP arch/sh/include/generated/asm/statfs.h WRAP arch/sh/include/generated/asm/termbits.h WRAP arch/sh/include/generated/asm/termios.h WRAP arch/sh/include/generated/asm/trace_clock.h WRAP arch/sh/include/generated/asm/xor.h WRAP arch/sh/include/generated/asm/ucontext.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h HOSTCC scripts/basic/bin2c HOSTCC scripts/kallsyms HOSTCC scripts/conmakehash HOSTCC scripts/extract-cert CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s 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 scripts/mod/modpost UPD include/config/kernel.release Using /home/kisskb/slave/src as source for kernel CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h Generating include/generated/machtypes.h 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/sh/kernel/asm-offsets.s CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh :1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp] :1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp] :1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp] :1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] :1241:2: warning: #warning syscall getrandom not implemented [-Wcpp] :1244:2: warning: #warning syscall memfd_create not implemented [-Wcpp] :1247:2: warning: #warning syscall bpf not implemented [-Wcpp] :1250:2: warning: #warning syscall execveat not implemented [-Wcpp] :1298:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] :1301:2: warning: #warning syscall membarrier not implemented [-Wcpp] CC init/main.o CHK include/generated/compile.h CC init/do_mounts.o CC init/noinitramfs.o CC init/init_task.o LD usr/built-in.o UPD include/generated/compile.h CC init/version.o CC arch/sh/mm/alignment.o AS arch/sh/kernel/debugtraps.o CC arch/sh/mm/cache.o CC arch/sh/kernel/dma-nommu.o CC arch/sh/mm/init.o CC arch/sh/kernel/dumpstack.o CC arch/sh/mm/consistent.o CC arch/sh/kernel/idle.o CC arch/sh/mm/mmap.o CC arch/sh/kernel/io.o LD arch/sh/boards/built-in.o CC arch/sh/mm/cache-sh3.o CC arch/sh/kernel/irq.o CC arch/sh/mm/extable_32.o CC arch/sh/kernel/irq_32.o CC arch/sh/mm/fault.o CC arch/sh/kernel/kdebugfs.o CC arch/sh/mm/gup.o CC arch/sh/kernel/machvec.o CC arch/sh/mm/ioremap.o CC arch/sh/kernel/nmi_debug.o CC arch/sh/mm/kmap.o CC arch/sh/kernel/process.o CC arch/sh/mm/pgtable.o CC arch/sh/kernel/process_32.o CC arch/sh/mm/tlbex_32.o CC arch/sh/mm/tlbflush_32.o CC arch/sh/kernel/ptrace.o CC arch/sh/mm/tlb-sh3.o CC arch/sh/kernel/ptrace_32.o CC arch/sh/mm/asids-debugfs.o CC arch/sh/mm/uncached.o CC arch/sh/kernel/reboot.o CC arch/sh/kernel/return_address.o CC arch/sh/kernel/setup.o CC arch/sh/kernel/signal_32.o CC arch/sh/kernel/sys_sh.o AS arch/sh/kernel/syscalls_32.o CC arch/sh/math-emu/math.o CC arch/sh/kernel/time.o CC arch/sh/kernel/topology.o CC arch/sh/kernel/traps.o CC arch/sh/kernel/traps_32.o CC arch/sh/kernel/unwinder.o CC arch/sh/kernel/iomap.o CC arch/sh/kernel/sys_sh32.o CC arch/sh/kernel/sh_ksyms_32.o CC arch/sh/kernel/module.o CC arch/sh/kernel/machine_kexec.o AS arch/sh/kernel/relocate_kernel.o CC arch/sh/kernel/vsyscall/vsyscall.o LDS arch/sh/kernel/vsyscall/vsyscall.lds CC arch/sh/kernel/crash_dump.o AS arch/sh/kernel/vsyscall/vsyscall-trapa.o AS arch/sh/kernel/vsyscall/vsyscall-note.o CC arch/sh/kernel/stacktrace.o CC arch/sh/kernel/kprobes.o CC arch/sh/kernel/cpu/clock-cpg.o CC arch/sh/kernel/cpu/init.o CC arch/sh/kernel/cpu/clock.o CC arch/sh/kernel/cpu/irq/imask.o CC arch/sh/kernel/dwarf.o CC arch/sh/kernel/perf_event.o CC arch/sh/kernel/perf_callchain.o CC arch/sh/kernel/cpu/fpu.o CC arch/sh/kernel/hw_breakpoint.o CC arch/sh/kernel/cpu/pfc.o AS arch/sh/kernel/head_32.o AS arch/sh/kernel/cpu/sh3/ex.o CC arch/sh/kernel/cpu/sh3/probe.o CC arch/sh/kernel/cpu/proc.o LDS arch/sh/kernel/vmlinux.lds AS arch/sh/kernel/cpu/sh3/entry.o CC arch/sh/kernel/cpu/sh3/setup-sh3.o CC arch/sh/kernel/cpu/sh3/setup-sh7720.o CC arch/sh/kernel/cpu/sh3/serial-sh7720.o CC arch/sh/kernel/cpu/sh3/clock-sh7710.o CC certs/system_keyring.o EXTRACT_CERTS AS certs/system_certificates.o /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:208: Warning: overflow in branch to syscall_call; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:347: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:349: Warning: overflow in branch to syscall_trace_entry; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:380: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /home/kisskb/slave/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:383: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence CC kernel/fork.o CC kernel/exec_domain.o CC kernel/panic.o CC kernel/cpu.o CC kernel/exit.o CC kernel/softirq.o CC kernel/resource.o CC kernel/sysctl.o CC kernel/sysctl_binary.o CC kernel/capability.o CC kernel/ptrace.o CC kernel/user.o CC kernel/signal.o LD ipc/built-in.o CC kernel/sys.o CC kernel/kmod.o CC kernel/workqueue.o CC kernel/pid.o CC kernel/task_work.o SYSCALL arch/sh/kernel/vsyscall/vsyscall-syms.o SYSCALL arch/sh/kernel/vsyscall/vsyscall-trapa.so CC kernel/extable.o CC kernel/params.o CC kernel/kthread.o CC kernel/sys_ni.o CC kernel/nsproxy.o CC kernel/notifier.o CC kernel/ksysfs.o CC kernel/cred.o CC mm/filemap.o AS arch/sh/kernel/vsyscall/vsyscall-syscall.o CC kernel/reboot.o CC kernel/async.o CC mm/mempool.o CC kernel/range.o CC mm/oom_kill.o CC kernel/smpboot.o CC kernel/groups.o CC mm/maccess.o CC mm/page_alloc.o CC mm/page-writeback.o CC mm/readahead.o CC kernel/freezer.o LD kernel/livepatch/built-in.o /home/kisskb/slave/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /home/kisskb/slave/src/arch/sh/kernel/cpu/clock-cpg.c:52:3: warning: 'arch_init_clk_ops' is deprecated (declared at /home/kisskb/slave/src/arch/sh/include/asm/clock.h:7) [-Wdeprecated-declarations] CC mm/swap.o /home/kisskb/slave/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /home/kisskb/slave/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /home/kisskb/slave/src/arch/sh/kernel/cpu/clock-cpg.c:46) [-Wdeprecated-declarations] CC kernel/profile.o CC security/commoncap.o CC kernel/printk/printk.o In file included from /home/kisskb/slave/src/arch/sh/math-emu/math.c:23:0: /home/kisskb/slave/src/include/math-emu/single.h:50:5: warning: "__LITTLE_ENDIAN" is not defined [-Wundef] In file included from /home/kisskb/slave/src/arch/sh/math-emu/math.c:24:0: /home/kisskb/slave/src/include/math-emu/double.h:59:5: warning: "__LITTLE_ENDIAN" is not defined [-Wundef] /home/kisskb/slave/src/arch/sh/math-emu/math.c:54:0: warning: "WRITE" redefined [enabled by default] /home/kisskb/slave/src/include/linux/fs.h:198:0: note: this is the location of the previous definition /home/kisskb/slave/src/arch/sh/math-emu/math.c:55:0: warning: "READ" redefined [enabled by default] /home/kisskb/slave/src/include/linux/fs.h:197:0: note: this is the location of the previous definition /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcmp_gt': /home/kisskb/slave/src/arch/sh/math-emu/math.c:81:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:81:1: warning: left shift count is negative [enabled by default] CC kernel/events/core.o LD arch/sh/kernel/vsyscall/built-in.o CC kernel/stacktrace.o CC kernel/events/ring_buffer.o CC mm/truncate.o CC kernel/bpf/core.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcmp_eq': /home/kisskb/slave/src/arch/sh/math-emu/math.c:92:1: warning: left shift count is negative [enabled by default] CC kernel/bpf/syscall.o CC kernel/power/qos.o CC security/min_addr.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:92:1: warning: left shift count is negative [enabled by default] CC fs/open.o CC kernel/futex.o CC kernel/trace/trace_clock.o CC kernel/power/process.o CC kernel/bpf/verifier.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fadd': /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count is negative [enabled by default] CC kernel/power/poweroff.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count is negative [enabled by default] CC mm/vmscan.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] CC fs/read_write.o CC kernel/up.o CC kernel/bpf/hashtab.o CC kernel/events/hw_breakpoint.o CC security/inode.o CC kernel/events/callchain.o CC kernel/rcu/update.o CC security/device_cgroup.o CC mm/shmem.o CC fs/file_table.o CC kernel/trace/ring_buffer.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:108:1: warning: statement with no effect [-Wunused-value] CC kernel/uid16.o CC mm/util.o CC fs/super.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fsub': /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] CC kernel/irq/irqdesc.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] CC kernel/module.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] CC kernel/rcu/srcu.o CC mm/mmzone.o CC fs/char_dev.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] CC kernel/rcu/rcutorture.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:115:1: warning: statement with no effect [-Wunused-value] CC kernel/bpf/arraymap.o CC mm/vmstat.o CC kernel/bpf/helpers.o CC kernel/irq/handle.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fmul': /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count is negative [enabled by default] CC kernel/kallsyms.o CC kernel/irq/manage.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count is negative [enabled by default] CC fs/stat.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC kernel/kexec_core.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC kernel/irq/spurious.o CC mm/backing-dev.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC mm/mm_init.o CC kernel/kexec.o CC kernel/rcu/tree.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: left shift count >= width of type [enabled by default] CC kernel/locking/mutex.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC kernel/rcu/tree_trace.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC kernel/cgroup.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:122:1: warning: statement with no effect [-Wunused-value] CC kernel/irq/resend.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fdiv': /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] CC mm/mmu_context.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: left shift count is negative [enabled by default] CC kernel/irq/chip.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] CC kernel/locking/semaphore.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:129:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fmac': /home/kisskb/slave/src/arch/sh/math-emu/math.c:145:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:145:2: warning: left shift count >= width of type [enabled by default] CC kernel/cgroup_freezer.o CC fs/exec.o CC fs/pipe.o CC kernel/irq/dummychip.o CC kernel/locking/rwsem.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] CC kernel/sched/core.o CC kernel/locking/percpu-rwsem.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:147:1: warning: statement with no effect [-Wunused-value] CC mm/percpu.o CC kernel/locking/mutex-debug.o CC kernel/cpuset.o CC fs/namei.o LD certs/built-in.o CC kernel/irq/devres.o CC kernel/irq/irqdomain.o CC kernel/utsname.o CC kernel/sched/loadavg.o CC mm/slab_common.o CC fs/fcntl.o LD arch/sh/kernel/cpu/irq/built-in.o CC kernel/locking/lockdep.o CC kernel/time/time.o CC fs/ioctl.o CC mm/compaction.o CC kernel/sched/clock.o CC kernel/user_namespace.o CC kernel/irq/proc.o CC kernel/locking/lockdep_proc.o CC kernel/time/timer.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'ffloat': /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count >= width of type [enabled by default] CC kernel/pid_namespace.o CC kernel/locking/spinlock.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:3: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:294:1: warning: statement with no effect [-Wunused-value] CC kernel/sched/cputime.o CC fs/readdir.o CC kernel/test_kprobes.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:3: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:296:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'ftrc': /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] CC mm/interval_tree.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:310:1: warning: left shift count >= width of type [enabled by default] CC kernel/locking/rtmutex.o CC mm/vmacache.o CC fs/select.o CC kernel/time/hrtimer.o CC kernel/kprobes.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcnvsd': /home/kisskb/slave/src/arch/sh/math-emu/math.c:323:2: warning: left shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] CC kernel/sched/idle_task.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:324:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c: In function 'fcnvds': /home/kisskb/slave/src/arch/sh/math-emu/math.c:333:1: warning: left shift count is negative [enabled by default] CC kernel/locking/rtmutex-debug.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: left shift count >= width of type [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:334:2: warning: right shift count is negative [enabled by default] /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] CC fs/dcache.o /home/kisskb/slave/src/arch/sh/math-emu/math.c:335:1: warning: statement with no effect [-Wunused-value] CC kernel/sched/fair.o CC kernel/sched/rt.o CC kernel/locking/spinlock_debug.o CC fs/inode.o CC kernel/hung_task.o CC kernel/time/itimer.o CC fs/attr.o CC security/keys/gc.o /home/kisskb/slave/src/arch/sh/math-emu/math.c: At top level: /home/kisskb/slave/src/arch/sh/math-emu/math.c:505:12: warning: 'ieee_fpe_handler' defined but not used [-Wunused-function] CC mm/list_lru.o CC kernel/locking/rwsem-spinlock.o CC security/keys/key.o CC kernel/time/posix-timers.o CC security/keys/keyring.o CC kernel/locking/locktorture.o CC fs/bad_inode.o CC kernel/sched/deadline.o CC kernel/time/posix-cpu-timers.o CC mm/debug.o CC security/keys/keyctl.o CC kernel/watchdog.o CC fs/file.o CC mm/workingset.o CC mm/gup.o CC kernel/utsname_sysctl.o CC security/keys/permission.o CC kernel/sched/stop_task.o CC kernel/sched/wait.o CC kernel/time/timekeeping.o CC kernel/elfcore.o CC security/keys/process_keys.o CC kernel/time/ntp.o CC security/keys/request_key.o CC fs/filesystems.o CC kernel/irq_work.o CC kernel/sched/completion.o CC kernel/time/clocksource.o CC mm/memory.o CC mm/highmem.o CC mm/mincore.o CC kernel/time/jiffies.o CC fs/namespace.o CC kernel/crash_dump.o CC kernel/sched/idle.o CC security/keys/request_key_auth.o CC mm/mlock.o CC fs/seq_file.o CC kernel/time/timer_list.o CC fs/xattr.o CC kernel/time/timeconv.o CC security/keys/proc.o CC kernel/membarrier.o CC mm/mmap.o CC fs/libfs.o CC kernel/torture.o CC security/keys/user_defined.o CC kernel/memremap.o CC kernel/time/timecounter.o CC fs/fs-writeback.o CC mm/mprotect.o GZIP kernel/config_data.gz CC security/keys/sysctl.o CC fs/pnode.o CC security/keys/persistent.o CC mm/mremap.o CC fs/splice.o CC mm/msync.o CC kernel/time/posix-clock.o CC security/keys/big_key.o CC fs/sync.o CHK kernel/config_data.h CC kernel/time/alarmtimer.o CC security/keys/trusted.o CC mm/rmap.o CC kernel/time/clockevents.o CC fs/utimes.o CC mm/vmalloc.o CC fs/stack.o CC kernel/time/tick-common.o CC fs/fs_struct.o UPD kernel/config_data.h CC kernel/time/timekeeping_debug.o LD arch/sh/kernel/cpu/sh3/built-in.o CC mm/pagewalk.o CC kernel/time/test_udelay.o CC fs/statfs.o CC mm/pgtable-generic.o CC [M] kernel/configs.o CC mm/process_vm_access.o CC fs/fs_pin.o CC fs/nsfs.o CC security/keys/encrypted-keys/encrypted.o CC fs/buffer.o CC mm/init-mm.o CC security/keys/encrypted-keys/ecryptfs_format.o CC fs/block_dev.o CC security/keys/encrypted-keys/masterkey_trusted.o LD arch/sh/kernel/cpu/built-in.o CC fs/direct-io.o CC mm/bootmem.o CC fs/mpage.o CC mm/fadvise.o CC fs/proc_namespace.o LD arch/sh/mm/built-in.o CC mm/madvise.o CC mm/memblock.o CC mm/page_io.o LD fs/adfs/built-in.o CC fs/affs/super.o CC [M] fs/adfs/dir.o LD fs/bfs/built-in.o CC fs/affs/namei.o CC fs/autofs4/init.o CC [M] fs/bfs/inode.o LD fs/befs/built-in.o CC fs/autofs4/inode.o LD init/mounts.o CC block/bio.o CC [M] fs/befs/datastream.o LD fs/configfs/built-in.o CC mm/swap_state.o CC [M] fs/configfs/inode.o CC [M] fs/adfs/dir_f.o LD init/built-in.o CC block/elevator.o CC crypto/api.o CC [M] fs/befs/btree.o LD sound/built-in.o CC mm/swapfile.o CC [M] fs/adfs/dir_fplus.o CC [M] fs/adfs/file.o CC [M] fs/bfs/file.o CC crypto/cipher.o CC [M] fs/adfs/inode.o CC fs/autofs4/root.o CC mm/dmapool.o CC fs/devpts/inode.o CC [M] fs/adfs/map.o CC fs/autofs4/symlink.o CC [M] fs/adfs/super.o CC fs/debugfs/inode.o CC mm/sparse.o CC mm/ksm.o CC fs/debugfs/file.o CC fs/autofs4/waitq.o CC fs/affs/inode.o CC mm/debug-pagealloc.o LD firmware/built-in.o CC [M] fs/bfs/dir.o CC fs/affs/file.o CC mm/slab.o LD fs/exofs/built-in.o CC [M] fs/befs/super.o CC fs/autofs4/expire.o LD fs/btrfs/built-in.o CC fs/affs/dir.o CC block/blk-core.o LD fs/efs/built-in.o CC fs/autofs4/dev-ioctl.o CC [M] fs/btrfs/super.o CC [M] fs/btrfs/ctree.o CC block/blk-tag.o CC fs/exportfs/expfs.o CC [M] fs/configfs/file.o CC [M] fs/befs/inode.o /home/kisskb/slave/src/mm/bootmem.c: In function 'mark_bootmem': /home/kisskb/slave/src/mm/bootmem.c:388:1: warning: control reaches end of non-void function [-Wreturn-type] CC mm/memory_hotplug.o CC [M] fs/efs/super.o CC block/blk-sysfs.o CC [M] fs/befs/debug.o CC block/blk-flush.o CC [M] fs/btrfs/extent-tree.o CC crypto/compress.o CC [M] fs/configfs/dir.o CC fs/ecryptfs/dentry.o CC mm/migrate.o CC [M] fs/configfs/symlink.o CC [M] fs/befs/io.o CC [M] fs/efs/inode.o CC [M] fs/configfs/mount.o CC [M] fs/configfs/item.o CC crypto/memneq.o CC [M] fs/efs/namei.o CC fs/ext2/balloc.o CC mm/quicklist.o CC mm/page_isolation.o LD arch/sh/drivers/dma/built-in.o LD fs/fuse/built-in.o CC mm/zpool.o LD arch/sh/kernel/built-in.o LD fs/f2fs/built-in.o CC fs/ext2/dir.o CC [M] fs/fuse/dev.o CC [M] fs/f2fs/dir.o CC [M] arch/sh/drivers/push-switch.o CC fs/fat/cache.o CC [M] fs/f2fs/file.o CC fs/affs/amigaffs.o CC [M] fs/befs/linuxvfs.o LD drivers/amba/built-in.o CC [M] fs/f2fs/inode.o CC fs/affs/bitmap.o CC mm/zbud.o LD arch/sh/drivers/built-in.o CC mm/cma.o CC [M] fs/f2fs/namei.o CC mm/balloon_compaction.o CC fs/jbd2/transaction.o CC [M] fs/f2fs/hash.o LD drivers/auxdisplay/built-in.o CC fs/ext4/balloc.o LD drivers/ata/built-in.o CC [M] fs/f2fs/super.o CC fs/hfs/bitmap.o CC [M] fs/f2fs/inline.o CC [M] fs/btrfs/print-tree.o CC fs/hfs/bfind.o CC fs/ext4/bitmap.o CC [M] drivers/ata/libata-core.o CC mm/page_ext.o CC fs/ecryptfs/file.o CC block/blk-settings.o CC [M] fs/btrfs/root-tree.o /home/kisskb/slave/src/kernel/sched/core.c: In function 'pick_next_task': /home/kisskb/slave/src/kernel/sched/core.c:3016:1: warning: control reaches end of non-void function [-Wreturn-type] CC mm/cma_debug.o CC fs/ext2/file.o CC [M] fs/btrfs/dir-item.o CC crypto/crypto_wq.o CC [M] fs/efs/dir.o LD drivers/bus/built-in.o CC mm/userfaultfd.o LD drivers/block/built-in.o CC [M] fs/btrfs/file-item.o CC fs/ext2/ialloc.o CC mm/page_idle.o CC [M] fs/btrfs/inode-item.o CC fs/hfsplus/super.o CC fs/ext2/inode.o LD kernel/power/built-in.o CC [M] fs/btrfs/inode-map.o CC fs/hfsplus/options.o CC fs/ext2/ioctl.o CC drivers/bcma/main.o LD drivers/cdrom/built-in.o CC [M] fs/btrfs/disk-io.o CC fs/kernfs/mount.o CC fs/hfsplus/inode.o CC crypto/algapi.o CC [M] drivers/cdrom/cdrom.o CC drivers/clk/clk-devres.o CC drivers/char/mem.o CC drivers/char/ipmi/ipmi_msghandler.o LD arch/sh/oprofile/built-in.o CC drivers/bcma/scan.o CC crypto/scatterwalk.o CC drivers/bcma/core.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/oprof.o CC drivers/clocksource/sh_cmt.o CC drivers/bcma/sprom.o CC crypto/proc.o CC fs/hfs/bnode.o CC [M] fs/f2fs/checkpoint.o LD fs/jfs/built-in.o CC drivers/bcma/driver_chipcommon.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/cpu_buffer.o CC [M] fs/f2fs/gc.o CC drivers/base/component.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/buffer_sync.o CC [M] fs/efs/file.o CC fs/omfs/bitmap.o CC [M] fs/jfs/super.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/event_buffer.o CC fs/nls/nls_base.o CC fs/overlayfs/super.o CC fs/quota/dquot.o LD fs/jffs2/built-in.o CC fs/pstore/inode.o LD net/built-in.o CC [M] fs/fuse/dir.o CC fs/notify/fsnotify.o CC fs/qnx4/inode.o CC [M] fs/jffs2/compr.o CC [M] fs/btrfs/transaction.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/oprofile_files.o CC fs/omfs/dir.o CC fs/qnx4/dir.o CC fs/omfs/file.o CC fs/qnx4/namei.o CC fs/ramfs/inode.o CC [M] fs/efs/symlink.o CC fs/romfs/storage.o CC fs/ramfs/file-mmu.o CC fs/fat/dir.o CC [M] fs/btrfs/inode.o CC [M] fs/fuse/file.o CC fs/romfs/super.o CC crypto/aead.o CC fs/sysfs/file.o CC fs/sysfs/dir.o CC [M] fs/fuse/inode.o CC fs/fat/fatent.o CC fs/ntfs/aops.o CC fs/sysfs/symlink.o CC fs/fat/file.o CC crypto/ablkcipher.o CC [M] fs/jffs2/dir.o CC fs/proc/task_mmu.o LD fs/squashfs/built-in.o CC fs/fat/inode.o CC crypto/blkcipher.o CC [M] fs/squashfs/block.o CC fs/udf/balloc.o CC drivers/clocksource/sh_tmu.o LD kernel/irq/built-in.o CC drivers/clk/clkdev.o CC [M] fs/squashfs/cache.o CC [M] drivers/char/ipmi/ipmi_si_intf.o CC [M] fs/btrfs/file.o CC [M] drivers/char/ipmi/ipmi_kcs_sm.o CC [M] fs/fuse/control.o CC [M] drivers/char/ipmi/ipmi_smic_sm.o CC [M] fs/jffs2/file.o LD fs/ufs/built-in.o CC fs/hfs/brec.o CC block/blk-ioc.o CC fs/ext4/dir.o CC fs/affs/symlink.o CC fs/reiserfs/bitmap.o LD fs/devpts/devpts.o CC crypto/skcipher.o CC [M] fs/ufs/balloc.o CC crypto/chainiv.o CC fs/hfs/btree.o CC fs/ecryptfs/inode.o CC drivers/bcma/driver_chipcommon_pmu.o LD fs/devpts/built-in.o AS arch/sh/lib/movmem.o CC fs/eventpoll.o CC [M] fs/jfs/file.o CC fs/hfs/catalog.o CC drivers/bcma/driver_chipcommon_b.o CC crypto/eseqiv.o CC fs/anon_inodes.o CC fs/hfs/dir.o CC [M] fs/btrfs/tree-defrag.o CC [M] fs/btrfs/extent_map.o CC fs/signalfd.o CC [M] fs/jffs2/ioctl.o CC fs/fat/misc.o CC fs/hfs/extent.o CC fs/timerfd.o CC fs/overlayfs/inode.o CC fs/ext2/namei.o LD fs/exportfs/exportfs.o CC arch/sh/lib/ashldi3.o CC fs/overlayfs/dir.o CC fs/ecryptfs/main.o CC fs/hfs/inode.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/oprofilefs.o LD fs/exportfs/built-in.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/oprofile_stats.o CC fs/eventfd.o CC arch/sh/lib/ashrdi3.o CC fs/ext4/file.o CC [M] fs/f2fs/data.o CC arch/sh/lib/lshrdi3.o CC fs/ext4/fsync.o CC fs/hfs/attr.o CC fs/userfaultfd.o CC fs/ext4/ialloc.o CC fs/aio.o CC [M] fs/f2fs/node.o /home/kisskb/slave/src/mm/mmap.c: In function '__insert_vm_struct': /home/kisskb/slave/src/mm/mmap.c:660:17: warning: 'prev' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/mmap.c:691:25: note: 'prev' was declared here /home/kisskb/slave/src/mm/mmap.c:661:15: warning: 'rb_link' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/mmap.c:692:19: note: 'rb_link' was declared here /home/kisskb/slave/src/mm/mmap.c:661:15: warning: 'rb_parent' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/mm/mmap.c:692:29: note: 'rb_parent' was declared here CC fs/dax.o AS arch/sh/lib/ashlsi3.o CC fs/ext4/inode.o CC fs/locks.o CC [M] arch/sh/oprofile/../../../drivers/oprofile/timer_int.o CC crypto/seqiv.o CC fs/binfmt_elf.o CC fs/ext2/super.o LD [M] fs/bfs/bfs.o LD security/keys/encrypted-keys/encrypted-keys.o AS arch/sh/lib/ashrsi3.o CC [M] fs/ufs/cylinder.o CC fs/mbcache.o LD security/keys/encrypted-keys/built-in.o CC block/blk-map.o AS arch/sh/lib/ashiftrt.o CC fs/sysfs/mount.o LD [M] fs/adfs/adfs.o CC [M] fs/jfs/inode.o CC fs/posix_acl.o CC [M] fs/fuse/cuse.o CC [M] fs/ufs/dir.o CC fs/sysfs/group.o CC [M] fs/ufs/file.o CC block/blk-exec.o CC fs/coredump.o LD fs/autofs4/autofs4.o LD fs/debugfs/debugfs.o CC fs/drop_caches.o AS arch/sh/lib/lshrsi3.o CC [M] fs/ufs/ialloc.o LD security/keys/built-in.o CC block/blk-merge.o CC [M] fs/ufs/inode.o LD fs/autofs4/built-in.o CC block/blk-softirq.o CC fs/fhandle.o LD fs/debugfs/built-in.o CC fs/fat/nfs.o CC crypto/ahash.o CC fs/dcookies.o CC fs/ext4/page-io.o LD security/built-in.o CC drivers/base/core.o CC [M] fs/binfmt_misc.o CC block/blk-timeout.o CC crypto/shash.o CC fs/hfs/mdb.o LD [M] fs/efs/efs.o AS arch/sh/lib/udiv_qrnnd.o CC [M] fs/binfmt_script.o CC drivers/base/bus.o CC fs/hfs/part_tbl.o CC drivers/bcma/driver_gmac_cmn.o CC fs/fat/namei_msdos.o CC fs/kernfs/inode.o CC fs/qnx4/bitmap.o CC fs/ext4/ioctl.o CC fs/kernfs/dir.o CC block/blk-iopoll.o CC crypto/pcompress.o CC [M] arch/sh/oprofile/common.o CC fs/hfs/string.o CC [M] fs/jffs2/nodelist.o CC fs/nls/nls_cp857.o CC arch/sh/lib/io.o CC [M] fs/jffs2/malloc.o CC fs/hfs/super.o CC fs/kernfs/file.o CC fs/hfsplus/ioctl.o AS arch/sh/lib/__clear_user.o CC [M] fs/jffs2/read.o CC fs/ecryptfs/super.o CC fs/ecryptfs/mmap.o CC block/blk-lib.o AS arch/sh/lib/checksum.o CC [M] arch/sh/oprofile/backtrace.o CC [M] fs/jffs2/nodemgmt.o AS arch/sh/lib/copy_page.o CC crypto/akcipher.o CC fs/reiserfs/do_balan.o CC arch/sh/lib/delay.o CC fs/notify/notification.o CC arch/sh/lib/div64-generic.o CC lib/lockref.o CC fs/omfs/inode.o AS arch/sh/lib/div64.o CC [M] drivers/char/ipmi/ipmi_bt_sm.o AS arch/sh/lib/mcount.o CC drivers/char/random.o CC fs/reiserfs/namei.o CC [M] fs/jfs/namei.o AS arch/sh/lib/memchr.o /home/kisskb/slave/src/fs/posix_acl.c: In function 'acl_by_type': /home/kisskb/slave/src/fs/posix_acl.c:34:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/char/misc.o CC drivers/base/dd.o CC [M] fs/jfs/jfs_mount.o CC [M] fs/jfs/jfs_umount.o LD fs/ramfs/ramfs.o CC fs/xfs/xfs_trace.o CC [M] fs/ufs/namei.o CC crypto/algboss.o CC [M] fs/squashfs/dir.o CC [M] fs/jffs2/readinode.o CC fs/hfsplus/extents.o LD fs/ramfs/built-in.o AS arch/sh/lib/memcpy.o CC [M] fs/squashfs/export.o CC [M] fs/jffs2/write.o CC [M] fs/ufs/super.o CC fs/xfs/libxfs/xfs_alloc.o CC crypto/testmgr.o CC block/blk-mq.o AS arch/sh/lib/memmove.o CC fs/hfsplus/catalog.o CC [M] fs/squashfs/file.o CC crypto/hmac.o CC [M] fs/jffs2/scan.o CC drivers/char/raw.o CC block/blk-mq-tag.o CC fs/hfsplus/dir.o CC [M] fs/jffs2/gc.o CC fs/overlayfs/readdir.o LD drivers/clk/built-in.o CC fs/pstore/platform.o CC fs/overlayfs/copy_up.o CC fs/hfsplus/btree.o AS arch/sh/lib/memset.o AS arch/sh/lib/strlen.o CC [M] drivers/char/ipmi/ipmi_ssif.o /home/kisskb/slave/src/fs/userfaultfd.c: In function 'userfaultfd_poll': /home/kisskb/slave/src/fs/userfaultfd.c:534:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/ext2/symlink.o CC fs/pstore/ram.o CC fs/ext2/xattr.o CC [M] fs/squashfs/fragment.o LD kernel/bpf/built-in.o CC fs/ext2/xattr_user.o CC fs/reiserfs/inode.o AS arch/sh/lib/udivsi3.o CC drivers/cpufreq/cpufreq.o CC [M] fs/jffs2/symlink.o CC fs/hfsplus/bnode.o CC crypto/vmac.o CC lib/bcd.o AS arch/sh/lib/udivsi3_i4i.o CC drivers/cpufreq/freq_table.o CC crypto/crypto_null.o CC fs/ext2/xattr_trusted.o LD fs/romfs/romfs.o LD fs/romfs/built-in.o /home/kisskb/slave/src/fs/ext4/fsync.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/reiserfs/file.o LD fs/sysfs/built-in.o CC crypto/md4.o CC fs/ext2/acl.o LD [M] fs/configfs/configfs.o CC [M] fs/f2fs/segment.o LD arch/sh/lib/built-in.o CC drivers/cpufreq/cpufreq_stats.o CC crypto/md5.o CC fs/ext2/xattr_security.o CC fs/hfs/sysdep.o /home/kisskb/slave/src/fs/ext4/file.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/cpufreq/cpufreq_powersave.o CC fs/hfs/trans.o CC [M] fs/f2fs/recovery.o CC lib/div64.o CC crypto/rmd160.o CC fs/nls/nls_cp863.o CC drivers/cpufreq/cpufreq_userspace.o CC fs/xfs/libxfs/xfs_alloc_btree.o CC [M] fs/btrfs/sysfs.o CC fs/ntfs/attrib.o CC [M] fs/ufs/symlink.o CC [M] fs/ufs/util.o CC fs/hfsplus/brec.o CC lib/sort.o CC lib/parser.o LD fs/qnx4/qnx4.o CC fs/xfs/libxfs/xfs_attr.o CC fs/ntfs/collate.o CC crypto/sha1_generic.o CC [M] drivers/cpufreq/sh-cpufreq.o CC [M] fs/squashfs/id.o CC crypto/sha256_generic.o AR arch/sh/lib/lib.a CC [M] fs/btrfs/struct-funcs.o CC fs/xfs/libxfs/xfs_attr_leaf.o LD drivers/clocksource/built-in.o CC [M] fs/jfs/jfs_xtree.o CC [M] fs/btrfs/xattr.o LD fs/qnx4/built-in.o CC [M] fs/jfs/jfs_imap.o CC fs/jbd2/commit.o CC fs/pstore/ram_core.o CC fs/xfs/libxfs/xfs_attr_remote.o CC drivers/base/syscore.o CC fs/ext4/namei.o CC fs/ext4/super.o /home/kisskb/slave/src/fs/ext4/inode.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/base/driver.o CC block/blk-mq-sysfs.o LD [M] arch/sh/oprofile/oprofile.o CC block/blk-mq-cpu.o CC fs/ext4/symlink.o CC [M] fs/f2fs/shrinker.o CC [M] fs/btrfs/ordered-data.o LD drivers/crypto/built-in.o CC drivers/cpuidle/cpuidle.o CC [M] fs/f2fs/extent_cache.o LD drivers/bcma/bcma.o CC block/blk-mq-cpumap.o CC drivers/devfreq/devfreq.o CC block/ioctl.o CC [M] fs/btrfs/extent_io.o LD drivers/bcma/built-in.o CC [M] fs/squashfs/inode.o LD drivers/firewire/built-in.o CC [M] fs/jfs/jfs_debug.o CC [M] fs/jfs/jfs_dmap.o CC drivers/extcon/extcon.o CC lib/halfmd4.o CC block/genhd.o CC drivers/cpuidle/driver.o CC [M] fs/f2fs/debug.o CC [M] fs/jffs2/build.o CC crypto/gf128mul.o LD fs/affs/affs.o CC drivers/devfreq/governor_performance.o CC crypto/ecb.o CC drivers/cpuidle/governor.o CC crypto/cbc.o CC [M] fs/jffs2/erase.o LD [M] fs/befs/befs.o CC fs/hfsplus/bfind.o LD fs/affs/built-in.o CC crypto/cts.o CC [M] fs/squashfs/namei.o LD drivers/char/agp/built-in.o CC [M] fs/jffs2/background.o CC [M] fs/btrfs/volumes.o CC lib/debug_locks.o CC [M] fs/f2fs/xattr.o CC crypto/lrw.o CC [M] fs/jfs/jfs_unicode.o CC fs/notify/group.o CC [M] fs/squashfs/super.o CC lib/random32.o CC drivers/base/class.o CC fs/ecryptfs/read_write.o CC [M] fs/jfs/jfs_dtree.o CC crypto/xts.o CC [M] fs/squashfs/symlink.o CC fs/ext4/hash.o CC [M] fs/squashfs/decompressor.o CC crypto/ctr.o LD drivers/firmware/broadcom/built-in.o CC drivers/char/hw_random/core.o CC crypto/chacha20poly1305.o CC [M] fs/squashfs/file_cache.o CC [M] fs/jfs/jfs_inode.o LD drivers/firmware/built-in.o CC drivers/fmc/fmc-core.o CC fs/kernfs/symlink.o CC [M] fs/jfs/jfs_discard.o CC lib/bust_spinlocks.o CC drivers/char/hw_random/virtio-rng.o CC crypto/cryptd.o CC fs/nls/nls_cp864.o CC lib/kasprintf.o LD drivers/gpio/built-in.o CC fs/ecryptfs/crypto.o CC drivers/fmc/fmc-match.o CC [M] fs/jffs2/fs.o CC [M] fs/f2fs/crypto_policy.o CC drivers/fmc/fmc-sdb.o CC drivers/fmc/fru-parse.o CC [M] fs/squashfs/decompressor_single.o CC [M] fs/jfs/jfs_extent.o CC lib/bitmap.o CC fs/proc/inode.o CC fs/quota/quota.o CC fs/ext4/resize.o CC block/scsi_ioctl.o CC fs/jbd2/recovery.o CC [M] drivers/char/ipmi/ipmi_watchdog.o CC [M] fs/jffs2/writev.o CC crypto/des_generic.o CC lib/scatterlist.o CC fs/hfsplus/tables.o CC [M] drivers/char/ipmi/ipmi_poweroff.o CC fs/hfsplus/unicode.o CC drivers/base/platform.o /home/kisskb/slave/src/fs/ext2/acl.c: In function 'ext2_get_acl': /home/kisskb/slave/src/fs/ext2/acl.c:160:9: warning: 'name_index' may be used uninitialized in this function [-Wuninitialized] CC block/partition-generic.o LD drivers/gpu/drm/bridge/built-in.o CC lib/gcd.o LD drivers/gpu/drm/i2c/built-in.o CC fs/reiserfs/dir.o LD drivers/gpu/drm/panel/built-in.o CC block/ioprio.o CC crypto/aes_generic.o LD drivers/gpu/drm/tilcdc/built-in.o CC fs/nls/nls_cp932.o CC crypto/seed.o CC lib/lcm.o CC fs/nls/nls_euc-jp.o LD drivers/gpu/drm/built-in.o CC fs/nls/nls_cp1251.o CC drivers/fmc/fmc-dump.o CC [M] fs/jffs2/super.o CC fs/reiserfs/fix_node.o CC [M] fs/btrfs/async-thread.o CC drivers/base/cpu.o LD drivers/char/pcmcia/built-in.o LD kernel/printk/built-in.o CC [M] drivers/char/pcmcia/synclink_cs.o CC drivers/base/firmware.o CC fs/udf/dir.o CC lib/list_sort.o CC fs/ecryptfs/keystore.o CC fs/nls/nls_iso8859-1.o CC drivers/base/init.o CC fs/ntfs/compress.o LD drivers/gpu/vga/built-in.o CC [M] fs/jfs/symlink.o CC fs/ecryptfs/kthread.o CC block/partitions/check.o CC [M] fs/jffs2/debug.o CC [M] fs/f2fs/crypto.o CC [M] fs/btrfs/ioctl.o CC fs/udf/file.o CC crypto/chacha20_generic.o CC [M] fs/btrfs/locking.o CC [M] drivers/devfreq/governor_simpleondemand.o LD fs/hfs/hfs.o CC drivers/cpuidle/sysfs.o CC lib/uuid.o CC block/bsg.o CC crypto/poly1305_generic.o LD fs/hfs/built-in.o CC lib/flex_array.o CC fs/ext4/extents.o CC drivers/cpuidle/governors/ladder.o LD drivers/gpu/built-in.o CC drivers/cpuidle/governors/menu.o CC crypto/deflate.o CC fs/ext4/ext4_jbd2.o LD fs/overlayfs/overlay.o CC crypto/crc32c_generic.o LD kernel/trace/built-in.o CC crypto/crct10dif_common.o CC [M] fs/jfs/jfs_metapage.o CC fs/ecryptfs/debug.o CC block/blk-cgroup.o CC drivers/base/map.o LD fs/fat/msdos.o LD fs/overlayfs/built-in.o CC fs/jbd2/checkpoint.o CC [M] fs/jfs/jfs_logmgr.o CC [M] fs/squashfs/lz4_wrapper.o LD fs/omfs/omfs.o CC [M] fs/squashfs/lzo_wrapper.o CC [M] fs/squashfs/xz_wrapper.o LD fs/omfs/built-in.o CC [M] fs/jfs/jfs_txnmgr.o CC [M] fs/jfs/jfs_uniupr.o CC block/partitions/amiga.o CC [M] fs/squashfs/zlib_wrapper.o CC [M] fs/jfs/resize.o CC crypto/crct10dif_generic.o CC [M] fs/jfs/xattr.o CC drivers/base/devres.o CC drivers/base/attribute_container.o CC fs/nls/nls_iso8859-3.o CC [M] fs/f2fs/crypto_key.o CC fs/xfs/libxfs/xfs_bit.o CC [M] fs/jfs/ioctl.o CC crypto/authenc.o CC [M] fs/f2fs/crypto_fname.o CC fs/ext4/migrate.o CC [M] fs/jfs/acl.o CC fs/reiserfs/super.o CC lib/iov_iter.o CC fs/ext4/mballoc.o CC fs/jbd2/revoke.o CC [M] fs/jffs2/xattr.o CC drivers/char/tpm/tpm-interface.o CC drivers/fmc/fmc-trivial.o CC [M] drivers/char/hw_random/timeriomem-rng.o LD drivers/char/xillybus/built-in.o CC fs/ext4/block_validity.o CC fs/notify/inode_mark.o CC fs/hfsplus/wrapper.o CC [M] drivers/char/xillybus/xillybus_core.o CC fs/hfsplus/bitmap.o CC fs/notify/mark.o CC lib/clz_ctz.o CC lib/bsearch.o CC drivers/hid/hid-core.o CC [M] fs/jffs2/xattr_trusted.o CC crypto/authencesn.o CC fs/notify/vfsmount_mark.o CC [M] fs/jffs2/xattr_user.o CC block/blk-throttle.o CC drivers/base/transport_class.o CC fs/nls/nls_iso8859-4.o CC fs/ext4/move_extent.o CC block/noop-iosched.o CC [M] drivers/extcon/extcon-rt8973a.o CC fs/ext4/mmp.o CC fs/quota/kqid.o LD arch/sh/math-emu/built-in.o CC lib/find_bit.o CC drivers/base/topology.o CC fs/nls/nls_iso8859-15.o CC fs/hfsplus/part_tbl.o CC fs/nls/nls_koi8-r.o CC lib/llist.o LD kernel/time/built-in.o CC drivers/fmc/fmc-chardev.o CC lib/memweight.o CC fs/ntfs/debug.o CC lib/kfifo.o CC fs/ntfs/dir.o CC block/bio-integrity.o LD fs/pstore/pstore.o LD fs/kernfs/built-in.o LD drivers/hsi/clients/built-in.o CC fs/nls/nls_koi8-u.o CC [M] fs/jffs2/security.o /home/kisskb/slave/src/fs/ext4/super.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/hfsplus/attributes.o LD fs/pstore/ramoops.o CC [M] fs/btrfs/orphan.o CC drivers/hid/hid-input.o CC [M] drivers/ata/libata-scsi.o CC drivers/hid/hid-debug.o CC [M] fs/btrfs/export.o CC [M] drivers/ata/libata-eh.o LD fs/pstore/built-in.o CC lib/percpu-refcount.o LD drivers/hsi/controllers/built-in.o CC lib/percpu_ida.o CC crypto/lz4.o LD drivers/hsi/built-in.o CC crypto/rng.o CC fs/ext4/indirect.o CC fs/reiserfs/prints.o CC fs/hfsplus/xattr.o CC [M] fs/jffs2/compr_rubin.o CC block/blk-integrity.o CC crypto/ansi_cprng.o CC lib/rhashtable.o CC drivers/base/container.o LD drivers/hwmon/built-in.o CC fs/hfsplus/xattr_user.o CC fs/ecryptfs/messaging.o CC crypto/drbg.o CC [M] drivers/fmc/fmc-fakedev.o LD drivers/idle/built-in.o CC [M] drivers/hwmon/hwmon.o CC [M] drivers/char/virtio_console.o CC drivers/i2c/i2c-boardinfo.o CC lib/reciprocal_div.o CC fs/hfsplus/xattr_security.o LD drivers/i2c/algos/built-in.o CC fs/nls/nls_koi8-ru.o CC [M] drivers/hwmon/hwmon-vid.o CC [M] drivers/i2c/algos/i2c-algo-bit.o LD drivers/char/hw_random/rng-core.o CC crypto/jitterentropy.o CC drivers/base/property.o CC block/t10-pi.o CC drivers/base/cacheinfo.o LD drivers/char/hw_random/built-in.o CC drivers/input/gameport/gameport.o CC crypto/jitterentropy-kcapi.o /home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_valid': /home/kisskb/slave/src/fs/quota/kqid.c:131:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'from_kqid_munged': /home/kisskb/slave/src/fs/quota/kqid.c:112:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'from_kqid': /home/kisskb/slave/src/fs/quota/kqid.c:79:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_lt': /home/kisskb/slave/src/fs/quota/kqid.c:52:1: warning: control reaches end of non-void function [-Wreturn-type] /home/kisskb/slave/src/fs/quota/kqid.c: In function 'qid_eq': /home/kisskb/slave/src/fs/quota/kqid.c:26:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/ntfs/file.o CC [M] drivers/hwmon/w83627hf.o CC drivers/input/input.o CC [M] drivers/i2c/algos/i2c-algo-pcf.o CC [M] drivers/i2c/algos/i2c-algo-pca.o CC drivers/hid/hidraw.o CC fs/jbd2/journal.o CC fs/hfsplus/xattr_trusted.o CC drivers/base/power/clock_ops.o CC [M] block/cfq-iosched.o CC [M] fs/btrfs/tree-log.o LD drivers/cpuidle/governors/built-in.o CC [M] drivers/fmc/fmc-write-eeprom.o CC fs/xfs/libxfs/xfs_bmap.o CC fs/ecryptfs/miscdev.o CC fs/notify/fdinfo.o CC [M] fs/btrfs/free-space-cache.o CC crypto/hash_info.o CC lib/string_helpers.o CC [M] crypto/echainiv.o CC fs/udf/ialloc.o CC [M] crypto/xcbc.o CC lib/hexdump.o CC fs/ext4/extents_status.o /home/kisskb/slave/src/fs/ext4/ext4_jbd2.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC lib/kstrtox.o CC drivers/input/input-compat.o CC fs/udf/inode.o CC fs/xfs/libxfs/xfs_bmap_btree.o CC fs/proc/root.o CC [M] crypto/rmd128.o CC fs/notify/dnotify/dnotify.o CC [M] fs/btrfs/zlib.o LD drivers/cpuidle/built-in.o CC [M] fs/btrfs/lzo.o CC lib/test_firmware.o CC [M] crypto/rmd320.o LD fs/ext2/ext2.o /home/kisskb/slave/src/kernel/cgroup.c: In function 'cgroup_mount': /home/kisskb/slave/src/kernel/cgroup.c:1949:13: warning: 'root' may be used uninitialized in this function [-Wuninitialized] CC fs/proc/base.o CC [M] fs/jffs2/compr_lzo.o CC drivers/base/dma-mapping.o CC [M] crypto/sha512_generic.o CC [M] fs/jffs2/summary.o CC [M] fs/btrfs/compression.o LD fs/ext2/built-in.o CC block/partitions/msdos.o CC drivers/input/serio/serio.o CC [M] crypto/wp512.o CC drivers/ipack/ipack.o LD [M] fs/squashfs/squashfs.o CC drivers/base/dma-coherent.o CC [M] crypto/mcryptd.o CC drivers/base/firmware_class.o CC drivers/irqchip/irqchip.o CC fs/nls/nls_utf8.o CC block/partitions/efi.o CC fs/proc/generic.o CC [M] drivers/input/gameport/lightning.o /home/kisskb/slave/src/mm/page_alloc.c: In function 'free_area_init_nodes': /home/kisskb/slave/src/mm/page_alloc.c:5831:34: warning: array subscript is below array bounds [-Warray-bounds] CC fs/nls/mac-croatian.o CC fs/proc/array.o CC fs/ntfs/index.o CC fs/udf/lowlevel.o CC drivers/base/regmap/regmap.o CC lib/test-kstrtox.o LD drivers/lguest/built-in.o CC lib/test_rhashtable.o LD drivers/devfreq/built-in.o CC drivers/base/regmap/regcache.o CC fs/reiserfs/objectid.o CC drivers/base/memory.o LD fs/notify/fanotify/built-in.o CC fs/udf/namei.o CC lib/iomap_copy.o LD fs/fat/fat.o CC fs/ntfs/inode.o CC drivers/leds/led-core.o /home/kisskb/slave/src/fs/f2fs/crypto_key.c: In function '_f2fs_get_encryption_info': /home/kisskb/slave/src/fs/f2fs/f2fs_crypto.h:115:2: warning: 'mode' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/f2fs/crypto_key.c:129:7: note: 'mode' was declared here CC fs/udf/partition.o CC drivers/base/regmap/regcache-rbtree.o CC drivers/base/module.o CC fs/nls/mac-iceland.o CC drivers/leds/led-class.o CC fs/xfs/libxfs/xfs_btree.o LD drivers/macintosh/built-in.o CC drivers/base/pinctrl.o LD fs/fat/built-in.o CC [M] crypto/blowfish_generic.o LD [M] drivers/char/ipmi/ipmi_si.o CC fs/reiserfs/lbalance.o CC drivers/leds/leds-da9052.o LD fs/notify/inotify/built-in.o CC [M] crypto/blowfish_common.o CC fs/ntfs/mft.o CC fs/ntfs/mst.o CC [M] crypto/cast_common.o CC fs/xfs/libxfs/xfs_da_btree.o /home/kisskb/slave/src/fs/ext4/move_extent.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/mailbox/mailbox.o /home/kisskb/slave/src/fs/ext4/extents.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/ntfs/namei.o CC lib/devres.o CC fs/ntfs/runlist.o CC lib/locking-selftest.o CC [M] fs/btrfs/delayed-ref.o CC drivers/mcb/mcb-core.o CC [M] fs/btrfs/relocation.o CC fs/nls/mac-inuit.o CC [M] drivers/hwmon/w83792d.o CC [M] crypto/cast5_generic.o LD drivers/i2c/busses/built-in.o CC [M] drivers/hwmon/w83793.o CC [M] drivers/i2c/busses/i2c-emev2.o LD drivers/extcon/built-in.o CC [M] drivers/i2c/busses/i2c-pca-platform.o CC fs/xfs/libxfs/xfs_da_format.o CC [M] drivers/i2c/busses/i2c-xiic.o CC drivers/mcb/mcb-parse.o /home/kisskb/slave/src/fs/reiserfs/prints.c: In function '__reiserfs_panic': /home/kisskb/slave/src/fs/reiserfs/prints.c:372:1: warning: 'noreturn' function does return [enabled by default] CC lib/hweight.o CC drivers/base/regmap/regcache-flat.o LD drivers/i2c/muxes/built-in.o CC drivers/base/regmap/regcache-lzo.o CC [M] crypto/cast6_generic.o CC [M] drivers/i2c/muxes/i2c-mux-pinctrl.o LD drivers/fmc/fmc.o CC drivers/base/regmap/regmap-debugfs.o CC drivers/char/tpm/tpm-dev.o CC fs/ext4/xattr.o CC drivers/base/regmap/regmap-spi.o CC drivers/char/tpm/tpm-sysfs.o CC [M] drivers/i2c/muxes/i2c-mux-reg.o LD drivers/fmc/built-in.o CC [M] fs/btrfs/delayed-inode.o CC [M] crypto/tea.o CC [M] drivers/i2c/busses/i2c-parport.o CC lib/interval_tree.o CC [M] drivers/hwmon/w83795.o CC fs/xfs/libxfs/xfs_dir2.o CC fs/ntfs/super.o CC [M] fs/nls/nls_cp775.o /home/kisskb/slave/src/fs/ext4/mballoc.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC lib/assoc_array.o CC [M] drivers/i2c/i2c-core.o CC fs/ntfs/sysctl.o CC lib/smp_processor_id.o CC lib/bitrev.o CC [M] crypto/khazad.o LD drivers/irqchip/built-in.o CC fs/ext4/xattr_user.o CC drivers/memory/of_memory.o CC fs/udf/super.o CC fs/ntfs/unistr.o CC lib/crc16.o CC [M] fs/btrfs/scrub.o CC [M] crypto/anubis.o CC fs/udf/truncate.o CC drivers/input/input-mt.o CC [M] crypto/zlib.o CC lib/crc-t10dif.o CC [M] crypto/lzo.o CC [M] fs/btrfs/reada.o LD kernel/sched/built-in.o LD drivers/memstick/built-in.o CC fs/ext4/xattr_trusted.o CC drivers/input/ff-core.o CC fs/ext4/inline.o LD drivers/base/power/built-in.o CC [M] drivers/hwmon/w83781d.o /home/kisskb/slave/src/fs/ext4/indirect.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC drivers/misc/enclosure.o LD drivers/media/common/b2c2/built-in.o CC [M] crypto/842.o CC fs/ext4/readpage.o CC fs/ext4/xattr_security.o LD drivers/memstick/core/built-in.o CC fs/ext4/crypto_policy.o CC [M] crypto/tcrypt.o CC [M] fs/nls/nls_cp850.o CC [M] crypto/ghash-generic.o LD drivers/media/dvb-core/built-in.o CC [M] drivers/memstick/core/memstick.o CC drivers/hid/hid-generic.o CC drivers/mfd/sm501.o CC drivers/md/dm-builtin.o LD drivers/media/common/saa7146/built-in.o CC [M] drivers/media/dvb-core/dvbdev.o CC [M] crypto/xor.o /home/kisskb/slave/src/block/cfq-iosched.c: In function 'cfq_async_queue_prio': /home/kisskb/slave/src/block/cfq-iosched.c:3775:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/xfs/libxfs/xfs_dir2_block.o CC [M] drivers/media/dvb-core/dmxdev.o CC fs/xfs/libxfs/xfs_dir2_data.o CC lib/crc-itu-t.o LD drivers/media/common/siano/built-in.o LD drivers/mmc/card/built-in.o CC drivers/leds/leds-pwm.o LD drivers/misc/c2port/built-in.o LD crypto/asymmetric_keys/built-in.o CC [M] drivers/media/common/siano/smscoreapi.o CC [M] drivers/mmc/card/block.o CC [M] fs/nls/nls_cp855.o CC [M] crypto/asymmetric_keys/asymmetric_type.o CC [M] drivers/mmc/card/queue.o CC [M] drivers/misc/c2port/core.o LD drivers/misc/altera-stapl/built-in.o CC [M] drivers/input/gameport/ns558.o LD fs/quota/built-in.o HOSTCC lib/gen_crc32table CC fs/reiserfs/ibalance.o CC fs/proc/fd.o CC [M] drivers/misc/altera-stapl/altera-lpt.o CC lib/libcrc32c.o CC [M] fs/nls/nls_cp874.o CC drivers/char/tpm/tpm-chip.o CC [M] drivers/mmc/card/sdio_uart.o LD fs/notify/dnotify/built-in.o CC fs/proc/proc_tty.o CC fs/reiserfs/stree.o CC drivers/input/serio/libps2.o CC [M] drivers/leds/led-class-flash.o CC fs/reiserfs/hashes.o CC [M] fs/btrfs/backref.o LD fs/notify/built-in.o CC fs/ext4/crypto.o CC fs/proc/cmdline.o CC fs/reiserfs/tail_conversion.o CC lib/crc8.o LD crypto/crypto.o CC [M] drivers/leds/leds-lm3530.o CC fs/ntfs/upcase.o LD drivers/misc/cb710/built-in.o LD crypto/crypto_algapi.o CC lib/genalloc.o CC fs/ext4/crypto_key.o CC drivers/base/regmap/regmap-irq.o LD crypto/crypto_blkcipher.o CC [M] fs/nls/nls_cp936.o LD crypto/crypto_hash.o CC [M] drivers/base/regmap/regmap-i2c.o CC [M] fs/nls/nls_cp949.o LD crypto/cryptomgr.o LD crypto/jitterentropy_rng.o CC fs/udf/symlink.o CC drivers/misc/echo/echo.o CC [M] fs/nls/nls_cp950.o CC fs/udf/directory.o CC [M] drivers/mailbox/mailbox-altera.o CC [M] fs/nls/nls_ascii.o LD lib/842/built-in.o CC lib/lz4/lz4_compress.o LD drivers/mailbox/built-in.o CC [M] lib/842/842_compress.o LD drivers/media/dvb-frontends/built-in.o CC fs/ntfs/bitmap.o LD drivers/media/firewire/built-in.o CC lib/lzo/lzo1x_compress.o /home/kisskb/slave/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /home/kisskb/slave/src/fs/ext4/inode.c:548:5: warning: 'retval' may be used uninitialized in this function [-Wuninitialized] CC fs/ntfs/lcnalloc.o CC lib/lzo/lzo1x_decompress_safe.o CC lib/lz4/lz4_decompress.o CC fs/ntfs/logfile.o CC drivers/input/serio/serio_raw.o CC [M] drivers/media/common/siano/sms-cards.o LD lib/raid6/built-in.o CC fs/ext4/crypto_fname.o CC fs/ntfs/quota.o CC [M] drivers/leds/leds-pca9532.o CC [M] drivers/char/pcmcia/cm4000_cs.o CC lib/reed_solomon/reed_solomon.o LD drivers/memory/built-in.o CC fs/xfs/libxfs/xfs_dir2_leaf.o CC [M] lib/raid6/algos.o LD lib/xz/built-in.o CC [M] drivers/misc/altera-stapl/altera-jtag.o CC [M] lib/xz/xz_dec_syms.o LD drivers/media/i2c/soc_camera/built-in.o LD drivers/misc/eeprom/built-in.o LD drivers/memstick/host/built-in.o CC drivers/input/serio/altera_ps2.o CC [M] drivers/misc/eeprom/at24.o CC [M] lib/xz/xz_dec_stream.o CC fs/xfs/libxfs/xfs_dir2_node.o CC [M] drivers/misc/eeprom/eeprom.o CC lib/zlib_deflate/deflate.o LD lib/mpi/built-in.o CC [M] fs/btrfs/ulist.o CC fs/reiserfs/journal.o LD drivers/media/i2c/built-in.o CC [M] drivers/misc/eeprom/eeprom_93cx6.o CC fs/udf/misc.o LD drivers/mcb/mcb.o LD drivers/input/gameport/built-in.o CC [M] drivers/md/linear.o CC [M] fs/btrfs/qgroup.o CC [M] drivers/base/regmap/regmap-mmio.o LD drivers/ipack/carriers/built-in.o CC [M] lib/xz/xz_dec_lzma2.o CC [M] lib/mpi/generic_mpih-lshift.o CC [M] fs/nls/nls_cp1255.o LD drivers/mcb/built-in.o CC [M] drivers/md/raid0.o CC drivers/char/tpm/tpm2-cmd.o CC [M] fs/nls/nls_iso8859-9.o CC [M] lib/mpi/generic_mpih-mul1.o CC lib/zlib_deflate/deftree.o CC drivers/hid/hid-apple.o CC [M] drivers/media/dvb-core/dvb_demux.o CC lib/syscall.o CC drivers/hid/hid-aureal.o CC [M] drivers/i2c/i2c-smbus.o LD drivers/media/mmc/siano/built-in.o CC [M] fs/nls/nls_iso8859-14.o CC [M] drivers/media/mmc/siano/smssdio.o CC [M] drivers/i2c/i2c-mux.o CC drivers/ipack/devices/ipoctal.o CC lib/dynamic_debug.o CC lib/nlattr.o LD kernel/rcu/built-in.o CC fs/proc/consoles.o CC [M] drivers/char/tpm/tpm_i2c_atmel.o CC lib/zlib_inflate/inffast.o CC lib/dma-debug.o CC fs/ntfs/usnjrnl.o CC lib/atomic64.o LD drivers/net/built-in.o CC [M] drivers/i2c/i2c-slave-eeprom.o LD drivers/nfc/built-in.o /home/kisskb/slave/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /home/kisskb/slave/src/fs/udf/truncate.c:105:16: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] CC [M] fs/nls/mac-cyrillic.o LD drivers/char/ipmi/built-in.o CC [M] fs/btrfs/send.o CC [M] fs/btrfs/dev-replace.o LD drivers/cpufreq/built-in.o CC drivers/hid/hid-belkin.o CC [M] fs/btrfs/raid56.o CC drivers/nvmem/core.o CC [M] drivers/media/dvb-core/dvb_filter.o CC [M] fs/nls/mac-romanian.o LD drivers/mmc/core/built-in.o CC fs/proc/cpuinfo.o CC fs/proc/devices.o LD drivers/perf/built-in.o CC [M] drivers/mmc/core/core.o /home/kisskb/slave/src/fs/ext4/inline.c: In function 'ext4_inode_journal_mode': /home/kisskb/slave/src/fs/ext4/ext4_jbd2.h:411:1: warning: control reaches end of non-void function [-Wreturn-type] CC [M] fs/nls/mac-roman.o CC fs/proc/interrupts.o CC drivers/input/serio/apbps2.o CC drivers/of/base.o CC drivers/input/ff-memless.o CC fs/proc/loadavg.o LD drivers/mtd/chips/built-in.o CC drivers/parport/share.o LD drivers/pcmcia/built-in.o CC drivers/input/sparse-keymap.o CC [M] drivers/mtd/chips/chipreg.o CC [M] drivers/pcmcia/cs.o CC fs/proc/meminfo.o /home/kisskb/slave/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /home/kisskb/slave/src/fs/udf/truncate.c:229:14: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] CC drivers/phy/phy-core.o CC drivers/phy/phy-pxa-28nm-usb2.o LD drivers/mtd/devices/built-in.o LD drivers/mtd/lpddr/built-in.o CC [M] drivers/mtd/devices/docg3.o CC [M] drivers/mtd/lpddr/qinfo_probe.o CC [M] crypto/asymmetric_keys/signature.o LD fs/hfsplus/hfsplus.o CC [M] crypto/asymmetric_keys/public_key.o CC fs/proc/stat.o CC drivers/pinctrl/core.o LD fs/hfsplus/built-in.o CC [M] lib/mpi/generic_mpih-mul2.o CC [M] lib/xz/xz_dec_bcj.o CC drivers/pinctrl/pinctrl-utils.o CC fs/proc/uptime.o CC [M] lib/mpi/generic_mpih-mul3.o CC [M] drivers/leds/leds-lp55xx-common.o CC [M] lib/mpi/generic_mpih-rshift.o CC [M] drivers/leds/leds-lp5521.o /home/kisskb/slave/src/drivers/base/regmap/regmap-mmio.c: In function 'regmap_mmio_get_offset': /home/kisskb/slave/src/drivers/base/regmap/regmap-mmio.c:86:1: warning: control reaches end of non-void function [-Wreturn-type] CC fs/proc/version.o CC [M] lib/mpi/generic_mpih-sub1.o CC [M] drivers/media/dvb-core/dvb_ca_en50221.o LD lib/lzo/lzo_decompress.o CC fs/reiserfs/resize.o CC [M] lib/mpi/generic_mpih-add1.o LD drivers/platform/chrome/built-in.o CC [M] drivers/leds/leds-lp5523.o LD fs/nls/built-in.o CC lib/atomic64_test.o CC [M] drivers/leds/leds-lp5562.o CC fs/udf/udftime.o CC lib/zlib_inflate/inflate.o CC [M] drivers/leds/leds-lp8501.o CC lib/cordic.o LD drivers/platform/built-in.o CC [M] drivers/leds/leds-lp8860.o CC lib/glob.o LD drivers/mmc/host/built-in.o CC fs/udf/unicode.o CC lib/zlib_inflate/infutil.o CC [M] drivers/media/dvb-core/dvb_frontend.o LD mm/built-in.o CC [M] drivers/mmc/host/sdhci.o LD [M] fs/fuse/fuse.o CC [M] drivers/media/dvb-core/dvb_ringbuffer.o CC [M] drivers/leds/leds-tca6507.o CC fs/proc/softirqs.o LD crypto/built-in.o CC drivers/power/power_supply_core.o CC [M] drivers/leds/leds-pca955x.o CC drivers/powercap/powercap_sys.o LD drivers/misc/lis3lv02d/built-in.o CC [M] drivers/misc/eeprom/eeprom_93xx46.o CC [M] drivers/memstick/core/mspro_block.o /home/kisskb/slave/src/fs/ext4/crypto_key.c: In function '_ext4_get_encryption_info': /home/kisskb/slave/src/fs/ext4/ext4_crypto.h:115:2: warning: 'mode' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/ext4/crypto_key.c:129:7: note: 'mode' was declared here LD [M] fs/jffs2/jffs2.o CC [M] drivers/misc/lis3lv02d/lis3lv02d.o CC [M] drivers/misc/altera-stapl/altera-comp.o CC [M] drivers/misc/altera-stapl/altera.o CC drivers/pwm/core.o LD drivers/misc/mic/bus/built-in.o LD kernel/locking/built-in.o CC drivers/pwm/sysfs.o CC [M] lib/raid6/recov.o CC lib/clz_tab.o CC fs/reiserfs/item_ops.o CC [M] drivers/leds/leds-pca963x.o HOSTCC lib/raid6/mktables CC fs/proc/namespaces.o CC [M] drivers/hwmon/w83791d.o CC [M] drivers/pcmcia/socket_sysfs.o CC [M] drivers/md/raid10.o LD drivers/misc/mic/built-in.o CC [M] drivers/pcmcia/ds.o CC [M] drivers/pcmcia/pcmcia_resource.o CC [M] drivers/md/multipath.o LD drivers/misc/echo/built-in.o CC drivers/phy/phy-pxa-28nm-hsic.o CC [M] fs/btrfs/uuid-tree.o CC drivers/parport/ieee1284.o CC drivers/hid/hid-cherry.o CC drivers/parport/ieee1284_ops.o CC [M] drivers/leds/leds-lm355x.o CC fs/reiserfs/ioctl.o CC drivers/misc/sram.o CC drivers/ras/ras.o LD drivers/misc/ti-st/built-in.o CC lib/jedec_ddr_data.o CC fs/proc/self.o CC fs/reiserfs/xattr.o /home/kisskb/slave/src/drivers/md/raid0.c: In function 'find_zone': /home/kisskb/slave/src/drivers/md/raid0.c:298:1: warning: control reaches end of non-void function [-Wreturn-type] LD drivers/i2c/built-in.o CC [M] fs/btrfs/props.o CC fs/xfs/libxfs/xfs_dir2_sf.o CC fs/reiserfs/lock.o CC [M] drivers/md/faulty.o CC fs/xfs/libxfs/xfs_dquot_buf.o CC [M] drivers/misc/ad525x_dpot.o CC [M] crypto/asymmetric_keys/rsa.o CC [M] drivers/media/common/siano/smsendian.o CC fs/reiserfs/procfs.o CC [M] drivers/media/dvb-core/dvb_math.o UNROLL lib/raid6/int1.c CC [M] drivers/pwm/pwm-fsl-ftm.o UNROLL lib/raid6/int2.c CC [M] drivers/pwm/pwm-pca9685.o CC [M] lib/mpi/mpicoder.o CC drivers/hid/hid-emsff.o CC fs/xfs/libxfs/xfs_ialloc.o CC [M] lib/mpi/mpi-bit.o CC drivers/hid/hid-kensington.o CC [M] fs/btrfs/hash.o CC lib/zlib_inflate/inftrees.o CC [M] drivers/ata/libata-transport.o CC fs/proc/thread_self.o CC [M] drivers/ata/libata-trace.o CC [M] fs/btrfs/acl.o CC lib/strncpy_from_user.o CC [M] lib/mpi/mpi-cmp.o LD lib/lzo/lzo_compress.o CC [M] drivers/ata/ahci_platform.o CC drivers/hid/hid-lcpower.o LD drivers/media/mmc/built-in.o CC [M] drivers/ata/libahci.o LD lib/lzo/built-in.o CC [M] drivers/ata/libahci_platform.o CC [M] drivers/mtd/chips/map_ram.o CC fs/proc/proc_sysctl.o CC [M] lib/mpi/mpih-cmp.o CC [M] drivers/ata/ahci_ceva.o CC [M] drivers/mtd/chips/map_rom.o CC [M] lib/mpi/mpih-div.o CC [M] drivers/mtd/lpddr/lpddr_cmds.o CC [M] lib/mpi/mpih-mul.o CC [M] drivers/md/md.o CC drivers/mfd/htc-pasic3.o CC drivers/regulator/core.o CC drivers/hid/hid-lg.o CC [M] lib/mpi/mpi-pow.o CC drivers/mfd/mfd-core.o CC [M] drivers/pcmcia/cistpl.o LD fs/ecryptfs/ecryptfs.o CC lib/strnlen_user.o CC drivers/regulator/dummy.o LD drivers/char/tpm/tpm.o CC drivers/regulator/fixed-helper.o LD drivers/mtd/maps/built-in.o LD fs/ecryptfs/built-in.o LD drivers/char/tpm/built-in.o CC [M] drivers/mtd/maps/map_funcs.o CC drivers/regulator/helpers.o CC lib/argv_split.o CC fs/xfs/libxfs/xfs_ialloc_btree.o CC drivers/regulator/devres.o CC lib/bug.o CC [M] drivers/mtd/maps/physmap_of.o LD drivers/mtd/nand/built-in.o CC fs/xfs/libxfs/xfs_inode_fork.o CC drivers/mfd/ezx-pcap.o CC lib/cmdline.o CC [M] drivers/mtd/maps/plat-ram.o LD drivers/input/serio/built-in.o CC drivers/regulator/of_regulator.o CC [M] drivers/mtd/nand/nand_base.o CC fs/proc/vmcore.o CC fs/xfs/libxfs/xfs_inode_buf.o CC [M] drivers/mtd/maps/latch-addr-flash.o CC [M] drivers/mtd/nand/nand_bbt.o CC drivers/regulator/userspace-consumer.o CC fs/proc/kmsg.o CC lib/ctype.o CC [M] drivers/md/bitmap.o CC [M] lib/xz/xz_dec_test.o CC fs/proc/page.o LD lib/lz4/built-in.o CC drivers/rtc/rtc-lib.o CC drivers/of/device.o CC [M] lib/842/842_decompress.o CC drivers/of/platform.o CC drivers/remoteproc/remoteproc_core.o CC lib/dec_and_lock.o CC drivers/input/matrix-keymap.o CC drivers/of/address.o CC drivers/ras/debugfs.o CC lib/decompress.o /home/kisskb/slave/src/fs/btrfs/backref.c: In function '__add_delayed_refs': /home/kisskb/slave/src/fs/btrfs/backref.c:643:33: warning: 'sgn' may be used uninitialized in this function [-Wuninitialized] LD [M] fs/ufs/ufs.o CC drivers/of/irq.o CC [M] drivers/leds/leds-blinkm.o CC lib/dump_stack.o /home/kisskb/slave/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /home/kisskb/slave/src/drivers/memstick/core/mspro_block.c:663:1: warning: control reaches end of non-void function [-Wreturn-type] LD drivers/scsi/built-in.o LD drivers/soc/ti/built-in.o LD drivers/ipack/devices/built-in.o CC [M] drivers/misc/ad525x_dpot-i2c.o UNROLL lib/raid6/int4.c CC lib/earlycpio.o CC [M] drivers/scsi/scsi.o UNROLL lib/raid6/int8.c UNROLL lib/raid6/int16.c CC drivers/sh/clk/core.o CC lib/zlib_inflate/inflate_syms.o LD drivers/soc/built-in.o LD drivers/ipack/built-in.o CC [M] drivers/pcmcia/pcmcia_cis.o CC drivers/spmi/spmi.o UNROLL lib/raid6/int32.c CC [M] drivers/hwmon/ad7314.o /home/kisskb/slave/src/fs/btrfs/delayed-inode.c: In function '__btrfs_add_delayed_item': /home/kisskb/slave/src/fs/btrfs/delayed-inode.c:435:17: warning: 'root' may be used uninitialized in this function [-Wuninitialized] CC drivers/spi/spi.o TABLE lib/raid6/tables.c CC [M] drivers/leds/leds-menf21bmc.o CC [M] drivers/hwmon/ad7414.o CC drivers/ssb/main.o CC drivers/sh/clk/cpg.o CC [M] drivers/scsi/hosts.o CC drivers/regulator/qcom_spmi-regulator.o LD block/partitions/built-in.o CC lib/extable.o CC drivers/hid/hid-lg3ff.o CC [M] drivers/hwmon/adc128d818.o CC [M] lib/mpi/mpiutil.o CC [M] drivers/mmc/core/bus.o CC [M] drivers/scsi/scsi_ioctl.o CC drivers/thermal/thermal_core.o CC drivers/hid/hid-logitech-hidpp.o CC [M] drivers/scsi/scsicam.o /home/kisskb/slave/src/drivers/mtd/maps/map_funcs.c: In function 'simple_map_read': /home/kisskb/slave/src/include/linux/mtd/map.h:413:11: warning: 'r.x[0]' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/mmc/core/host.o LD [M] lib/xz/xz_dec.o LD block/built-in.o CC [M] drivers/misc/lis3lv02d/lis3lv02d_spi.o LD drivers/phy/built-in.o CC lib/flex_proportions.o CC [M] drivers/scsi/scsi_error.o CC fs/reiserfs/xattr_user.o CC [M] drivers/mmc/core/mmc.o LD drivers/leds/built-in.o CC lib/idr.o CC drivers/remoteproc/remoteproc_debugfs.o CC fs/xfs/libxfs/xfs_log_rlimit.o CC lib/zlib_deflate/deflate_syms.o CC drivers/tty/tty_io.o CC lib/int_sqrt.o CC fs/xfs/libxfs/xfs_sb.o LD drivers/video/backlight/built-in.o CC drivers/virtio/virtio.o CC fs/reiserfs/xattr_trusted.o CC [M] lib/raid6/int1.o LD drivers/target/built-in.o CC drivers/remoteproc/remoteproc_virtio.o CC [M] lib/raid6/int2.o CC lib/ioremap.o CC drivers/regulator/pwm-regulator.o CC drivers/hid/hid-magicmouse.o CC drivers/remoteproc/remoteproc_elf_loader.o CC drivers/video/console/dummycon.o CC drivers/regulator/pcap-regulator.o CC [M] drivers/md/dm-uevent.o CC [M] drivers/target/target_core_configfs.o LD drivers/ras/built-in.o CC [M] drivers/target/target_core_device.o LD drivers/media/pci/b2c2/built-in.o CC drivers/hid/hid-multitouch.o CC drivers/parport/procfs.o CC drivers/w1/w1.o CC drivers/video/fbdev/core/fb_notify.o LD lib/reed_solomon/built-in.o CC [M] drivers/target/target_core_fabric_configfs.o CC [M] drivers/media/common/siano/smsdvb-main.o CC drivers/w1/w1_int.o CC drivers/parport/parport_pc.o CC drivers/power/power_supply_sysfs.o CC drivers/hid/hid-pl.o LD drivers/media/pci/ddbridge/built-in.o CC lib/irq_regs.o LD drivers/video/fbdev/omap2/displays-new/built-in.o CC [M] drivers/parport/parport_ax88796.o CC drivers/hid/hid-petalynx.o LD drivers/media/pci/dm1105/built-in.o CC lib/is_single_threaded.o CC drivers/regulator/tps6524x-regulator.o CC [M] drivers/target/target_core_fabric_lib.o CC drivers/power/ds2780_battery.o LD drivers/nvmem/nvmem_core.o CC [M] drivers/pcmcia/rsrc_mgr.o CC drivers/w1/w1_family.o CC [M] drivers/misc/dummy-irq.o CC lib/klist.o CC drivers/hid/hid-plantronics.o CC [M] drivers/misc/bh1780gli.o LD drivers/media/pci/mantis/built-in.o LD drivers/nvmem/built-in.o CC drivers/hid/hid-samsung.o CC drivers/w1/w1_netlink.o CC [M] drivers/target/target_core_hba.o LD drivers/video/fbdev/omap2/dss/built-in.o LD drivers/media/pci/netup_unidvb/built-in.o CC drivers/w1/w1_io.o LD drivers/video/fbdev/omap2/built-in.o CC lib/kobject.o /home/kisskb/slave/src/drivers/sh/clk/cpg.c: In function 'r8': /home/kisskb/slave/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /home/kisskb/slave/src/include/asm-generic/iomap.h:28:21: note: expected 'void *' but argument is of type 'const void *' /home/kisskb/slave/src/drivers/sh/clk/cpg.c: In function 'r16': /home/kisskb/slave/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /home/kisskb/slave/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /home/kisskb/slave/src/drivers/sh/clk/cpg.c: In function 'r32': /home/kisskb/slave/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /home/kisskb/slave/src/include/asm-generic/iomap.h:31:21: note: expected 'void *' but argument is of type 'const void *' /home/kisskb/slave/src/drivers/mtd/maps/latch-addr-flash.c: In function 'lf_read': /home/kisskb/slave/src/drivers/mtd/maps/latch-addr-flash.c:52:2: warning: 'r.x[0]' may be used uninitialized in this function [-Wuninitialized] CC drivers/hid/hid-sjoy.o CC [M] drivers/regulator/fixed.o LD drivers/w1/masters/built-in.o LD [M] crypto/asymmetric_keys/asymmetric_keys.o CC [M] drivers/w1/masters/ds2482.o CC [M] drivers/regulator/virtual.o LD drivers/media/pci/ngene/built-in.o CC [M] drivers/misc/bh1770glc.o CC [M] drivers/w1/masters/ds1wm.o LD drivers/mtd/onenand/built-in.o CC drivers/input/input-leds.o LD drivers/mtd/spi-nor/built-in.o CC [M] drivers/video/fbdev/sh_mobile_meram.o LD drivers/media/pci/pluto2/built-in.o CC drivers/w1/slaves/w1_smem.o CC [M] drivers/mtd/spi-nor/spi-nor.o CC lib/kobject_uevent.o CC [M] drivers/regulator/act8865-regulator.o LD drivers/media/pci/pt1/built-in.o LD drivers/mtd/tests/built-in.o CC [M] drivers/misc/apds9802als.o CC drivers/sh/intc/access.o CC [M] drivers/mtd/mtdcore.o CC drivers/mfd/da9052-irq.o LD drivers/media/pci/saa7146/built-in.o LD drivers/media/pci/pt3/built-in.o LD drivers/media/pci/smipcie/built-in.o CC drivers/sh/intc/chip.o LD drivers/media/pci/ttpci/built-in.o CC [M] drivers/misc/isl29003.o CC lib/md5.o CC drivers/sh/intc/core.o CC [M] drivers/regulator/ad5398.o CC drivers/mfd/da9052-core.o CC [M] drivers/mtd/nand/nand_timings.o LD drivers/mtd/ubi/built-in.o CC [M] drivers/mtd/nand/nand_ecc.o LD drivers/media/pci/built-in.o CC drivers/sh/intc/handle.o CC drivers/mfd/da9052-spi.o CC [M] drivers/mtd/nand/nand_ids.o CC [M] drivers/mtd/ubi/vtbl.o CC [M] drivers/target/target_core_pr.o CC [M] drivers/mfd/wm8994-core.o CC [M] drivers/regulator/da9210-regulator.o CC [M] drivers/mtd/nand/denali.o CC [M] drivers/md/dm.o CC drivers/power/ds2781_battery.o LD drivers/powercap/built-in.o CC [M] drivers/mtd/mtdsuper.o CC [M] drivers/mtd/ubi/vmt.o CC [M] drivers/misc/isl29020.o LD lib/zlib_deflate/zlib_deflate.o CC drivers/input/evdev.o LD lib/zlib_deflate/built-in.o CC lib/nmi_backtrace.o CC [M] drivers/mtd/ubi/upd.o CC [M] drivers/misc/ti_dac7512.o CC [M] drivers/md/dm-table.o CC lib/plist.o LD drivers/rtc/built-in.o CC lib/proportions.o CC [M] drivers/md/dm-target.o LD drivers/base/regmap/built-in.o CC [M] drivers/mmc/core/mmc_ops.o CC fs/xfs/libxfs/xfs_symlink_remote.o CC drivers/pinctrl/pinmux.o CC drivers/input/joystick/adi.o CC drivers/pinctrl/pinconf.o LD drivers/base/built-in.o CC lib/radix-tree.o CC drivers/input/joystick/cobra.o CC drivers/hid/hid-sunplus.o LD drivers/media/platform/omap/built-in.o CC drivers/pinctrl/devicetree.o LD [M] lib/mpi/mpi.o CC lib/ratelimit.o /home/kisskb/slave/src/fs/btrfs/acl.c: In function 'btrfs_get_acl': /home/kisskb/slave/src/fs/btrfs/acl.c:49:7: warning: 'name' may be used uninitialized in this function [-Wuninitialized] CC drivers/pinctrl/pinconf-generic.o CC [M] drivers/hwmon/adcxx.o LD drivers/media/platform/built-in.o CC lib/rbtree.o CC fs/xfs/libxfs/xfs_trans_resv.o LD drivers/video/fbdev/core/built-in.o CC lib/seq_buf.o CC drivers/hid/hid-gaff.o CC drivers/hid/hid-tmff.o CC drivers/of/of_mtd.o LD [M] drivers/pcmcia/pcmcia_core.o LD drivers/video/fbdev/built-in.o CC drivers/hid/wacom_wac.o CC [M] drivers/md/dm-linear.o LD [M] drivers/pcmcia/pcmcia_rsrc.o CC [M] drivers/hwmon/adm1025.o CC [M] drivers/misc/lis3lv02d/lis3lv02d_i2c.o CC [M] drivers/target/target_core_alua.o CC lib/sha1.o LD drivers/pwm/built-in.o CC [M] drivers/hwmon/adm1026.o LD drivers/video/console/built-in.o LD [M] fs/f2fs/f2fs.o CC [M] drivers/target/target_core_tmr.o CC fs/xfs/xfs_aops.o CC [M] drivers/hwmon/adm1029.o CC [M] drivers/misc/fsa9480.o CC lib/show_mem.o CC fs/xfs/xfs_attr_inactive.o CC [M] drivers/misc/lattice-ecp3-config.o CC [M] drivers/hwmon/ads1015.o LD drivers/media/radio/si4713/built-in.o CC drivers/remoteproc/ste_modem_rproc.o CC [M] drivers/mfd/wm8994-irq.o CC [M] drivers/hwmon/ads7828.o LD drivers/media/radio/si470x/built-in.o CC drivers/w1/slaves/w1_ds2406.o CC [M] drivers/media/radio/si470x/radio-si470x-i2c.o LD drivers/pinctrl/freescale/built-in.o LD [M] drivers/media/common/siano/smsmdtv.o CC [M] drivers/media/radio/si4713/si4713.o CC [M] drivers/mmc/host/mmc_spi.o CC [M] drivers/media/radio/si470x/radio-si470x-common.o CC fs/xfs/xfs_attr_list.o LD drivers/pinctrl/nomadik/built-in.o CC [M] drivers/mmc/core/sd.o CC drivers/w1/slaves/w1_ds2780.o CC [M] drivers/regulator/da9211-regulator.o CC lib/string.o CC drivers/hid/wacom_sys.o CC drivers/sh/pm_runtime.o CC [M] drivers/mmc/core/sd_ops.o CC lib/timerqueue.o CC fs/xfs/xfs_bmap_util.o CC drivers/w1/slaves/w1_ds2781.o CC drivers/pinctrl/sh-pfc/core.o CC lib/vsprintf.o CC drivers/hid/hid-sensor-hub.o CC [M] drivers/hid/hid-a4tech.o CC [M] drivers/hwmon/adt7x10.o CC [M] lib/test-string_helpers.o CC [M] drivers/hid/hid-cypress.o CC [M] drivers/regulator/fan53555.o LD fs/jbd2/jbd2.o CC [M] drivers/media/radio/si4713/radio-platform-si4713.o CC [M] drivers/hid/hid-dr.o CC [M] drivers/regulator/hi6421-regulator.o CC [M] drivers/mtd/nand/denali_dt.o CC [M] lib/raid6/int4.o CC [M] drivers/hid/hid-keytouch.o LD fs/jbd2/built-in.o CC [M] drivers/mtd/nand/docg4.o CC [M] drivers/md/dm-stripe.o CC drivers/sh/intc/irqdomain.o CC [M] drivers/hid/hid-kye.o CC [M] lib/raid6/int8.o CC [M] drivers/md/dm-ioctl.o CC [M] drivers/scsi/scsi_lib.o CC drivers/sh/intc/virq.o LD lib/zlib_inflate/zlib_inflate.o CC [M] drivers/scsi/scsi_common.o CC fs/xfs/xfs_buf.o CC drivers/sh/intc/virq-debugfs.o CC [M] drivers/scsi/scsi_lib_dma.o CC [M] drivers/scsi/scsi_scan.o LD drivers/sh/clk/built-in.o LD lib/zlib_inflate/built-in.o CC [M] lib/test_module.o CC fs/xfs/xfs_dir2_readdir.o CC fs/xfs/xfs_discard.o LD drivers/spmi/built-in.o CC fs/xfs/xfs_error.o CC drivers/virtio/virtio_ring.o CC [M] drivers/hid/hid-lenovo.o CC [M] lib/test_static_keys.o CC [M] drivers/mfd/wm8994-regmap.o CC drivers/virtio/virtio_input.o CC [M] lib/test_static_key_base.o CC [M] drivers/regulator/isl6271a-regulator.o CC [M] drivers/virtio/virtio_mmio.o CC [M] drivers/md/dm-io.o CC [M] drivers/virtio/virtio_balloon.o CC [M] drivers/mtd/mtdconcat.o CC drivers/input/keyboard/atkbd.o CC [M] drivers/hwmon/adt7310.o LD drivers/input/tablet/built-in.o LD drivers/parport/parport.o CC [M] drivers/hid/hid-ortek.o CC [M] drivers/regulator/isl9305.o CC fs/xfs/xfs_export.o CC [M] drivers/regulator/lp3972.o CC [M] lib/crc7.o CC [M] drivers/hwmon/adt7410.o CC [M] drivers/input/tablet/wacom_serial4.o CC [M] drivers/regulator/lp8755.o CC fs/xfs/xfs_extent_busy.o CC fs/xfs/xfs_file.o CC fs/xfs/xfs_filestream.o CC [M] drivers/mtd/mtdpart.o CC [M] lib/bch.o CC [M] drivers/regulator/ltc3589.o CC [M] drivers/hwmon/adt7462.o CC fs/xfs/xfs_fsops.o CC drivers/power/da9052-battery.o CC [M] drivers/md/dm-kcopyd.o CC [M] drivers/mtd/nand/nandsim.o CC [M] drivers/media/radio/tef6862.o CC [M] lib/interval_tree_test.o CC [M] drivers/hid/hid-picolcd_core.o CC drivers/input/touchscreen/of_touchscreen.o CC [M] drivers/hid/hid-picolcd_leds.o CC [M] lib/percpu_test.o CC [M] drivers/regulator/max8649.o CC [M] drivers/mfd/tps6105x.o CC [M] drivers/mmc/core/sdio.o CC [M] drivers/media/radio/radio-wl1273.o CC [M] drivers/scsi/scsi_sysfs.o CC [M] drivers/hid/hid-picolcd_debugfs.o CC [M] drivers/mfd/tps6507x.o CC drivers/power/charger-manager.o CC [M] drivers/mfd/tps65217.o CC [M] drivers/mtd/nand/hisi504_nand.o CC drivers/input/mouse/psmouse-base.o CC [M] drivers/scsi/scsi_devinfo.o CC [M] drivers/mfd/tps65218.o CC [M] drivers/hid/hid-primax.o CC [M] drivers/regulator/max8660.o CC [M] drivers/mfd/mc13xxx-core.o LD [M] fs/jfs/jfs.o CC [M] drivers/mtd/devices/phram.o CC [M] drivers/scsi/scsi_sysctl.o CC [M] drivers/mtd/devices/mtdram.o CC [M] drivers/hid/hid-rmi.o /home/kisskb/slave/src/fs/udf/inode.c: In function 'udf_extend_file': /home/kisskb/slave/src/fs/udf/inode.c:641:15: warning: 'adsize' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/hid/hid-saitek.o CC [M] drivers/mtd/devices/mtd_dataflash.o LD drivers/of/built-in.o /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:20: warning: comparison of distinct pointer types lacks a cast [enabled by default] /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:2: warning: right shift count >= width of type [enabled by default] /home/kisskb/slave/src/drivers/hid/hid-sensor-hub.c:221:2: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default] /home/kisskb/slave/src/include/asm-generic/div64.h:35:17: note: expected 'uint64_t *' but argument is of type 'int *' CC [M] drivers/mtd/devices/m25p80.o CC drivers/input/joystick/gf2k.o CC [M] drivers/scsi/scsi_trace.o CC [M] drivers/hid/hid-topseed.o GEN lib/crc32table.h CC [M] drivers/md/dm-sysfs.o CC [M] drivers/scsi/scsi_logging.o CC drivers/w1/slaves/w1_ds28e04.o CC [M] drivers/w1/slaves/w1_therm.o CC [M] drivers/scsi/scsi_transport_spi.o CC [M] drivers/hid/hid-twinhan.o CC lib/crc32.o LD [M] drivers/mmc/card/mmc_block.o CC [M] drivers/hwmon/adt7470.o CC [M] drivers/hid/hid-zydacron.o CC fs/xfs/xfs_globals.o CC [M] drivers/w1/slaves/w1_ds2408.o LD drivers/video/built-in.o CC [M] drivers/regulator/max8952.o CC [M] drivers/w1/slaves/w1_ds2413.o LD [M] drivers/ata/libata.o CC [M] lib/raid6/int16.o CC [M] drivers/target/target_core_tpg.o LD drivers/power/avs/built-in.o CC [M] drivers/mfd/mc13xxx-spi.o CC [M] drivers/hwmon/adt7475.o CC [M] drivers/w1/slaves/w1_ds2433.o CC [M] drivers/target/target_core_transport.o CC [M] drivers/hwmon/asc7621.o CC [M] drivers/regulator/max8973-regulator.o LD drivers/parport/built-in.o CC [M] drivers/hwmon/atxp1.o CC [M] drivers/target/target_core_sbc.o CC [M] lib/raid6/int32.o CC [M] drivers/hid/hid-waltop.o CC [M] drivers/hid/hid-sensor-custom.o CC [M] drivers/target/target_core_spc.o CC [M] drivers/hwmon/da9052-hwmon.o CC [M] drivers/regulator/mc13783-regulator.o CC drivers/input/keyboard/newtonkbd.o CC [M] drivers/mfd/mc13xxx-i2c.o LD drivers/char/built-in.o CC drivers/pinctrl/sh-pfc/pinctrl.o CC [M] drivers/hwmon/dme1737.o CC drivers/input/joystick/grip_mp.o CC [M] drivers/target/target_core_ua.o CC [M] drivers/hwmon/ds620.o CC drivers/power/reset/restart-poweroff.o LD fs/proc/proc.o LD drivers/hid/i2c-hid/built-in.o CC [M] drivers/hwmon/ds1621.o CC fs/xfs/xfs_icache.o CC [M] drivers/target/target_core_rd.o CC [M] drivers/target/target_core_stat.o CC [M] drivers/hid/i2c-hid/i2c-hid.o CC [M] drivers/target/target_core_xcopy.o LD fs/proc/built-in.o CC drivers/input/touchscreen/ad7877.o /home/kisskb/slave/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /home/kisskb/slave/src/fs/ext4/extents.c:2339:58: warning: 'lblock' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/ext4/extents.c:2339:58: warning: 'len' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/md/dm-stats.o CC [M] drivers/mtd/ubi/build.o CC [M] drivers/regulator/mc13892-regulator.o CC drivers/input/touchscreen/da9052_tsi.o CC [M] drivers/mmc/core/sdio_ops.o LD drivers/hid/hid.o CC [M] drivers/md/dm-bufio.o CC [M] drivers/mmc/core/sdio_bus.o CC drivers/ssb/scan.o CC drivers/input/mouse/synaptics.o LD drivers/hid/hid-logitech.o CC fs/xfs/xfs_ioctl.o CC drivers/input/mouse/focaltech.o CC fs/xfs/xfs_iomap.o CC drivers/input/touchscreen/gunze.o CC [M] drivers/mtd/ubi/cdev.o CC [M] drivers/hwmon/emc1403.o CC [M] drivers/mmc/core/sdio_cis.o CC drivers/tty/n_tty.o CC drivers/tty/tty_ioctl.o CC fs/xfs/xfs_iops.o CC [M] drivers/hwmon/f71805f.o CC [M] drivers/regulator/mc13xxx-regulator-core.o CC [M] drivers/target/target_core_iblock.o CC [M] drivers/regulator/mt6311-regulator.o CC drivers/tty/tty_ldisc.o LD drivers/sh/intc/built-in.o CC [M] drivers/mfd/lp3943.o CC drivers/input/touchscreen/tsc40.o CC drivers/tty/tty_buffer.o CC drivers/tty/tty_port.o CC [M] drivers/mfd/pcf50633-core.o CC [M] drivers/power/pda_power.o CC [M] drivers/input/input-polldev.o CC [M] drivers/mmc/host/of_mmc_spi.o LD fs/udf/udf.o LD drivers/sh/built-in.o CC [M] drivers/scsi/scsi_transport_sas.o CC [M] drivers/hwmon/f71882fg.o CC drivers/input/touchscreen/tsc2005.o CC [M] drivers/regulator/pfuze100-regulator.o CC [M] drivers/mmc/core/sdio_io.o LD fs/udf/built-in.o LD drivers/media/rc/keymaps/built-in.o CC [M] drivers/power/ds2760_battery.o LD [M] drivers/pcmcia/pcmcia.o CC [M] drivers/input/touchscreen/ad7879.o LD drivers/media/tuners/built-in.o CC [M] lib/raid6/tables.o CC [M] drivers/regulator/tps51632-regulator.o LD drivers/media/rc/built-in.o CC [M] drivers/mfd/pcf50633-irq.o CC [M] drivers/media/tuners/tuner-xc2028.o CC fs/xfs/xfs_inode.o CC fs/xfs/xfs_itable.o LD drivers/media/v4l2-core/built-in.o LD drivers/media/usb/b2c2/built-in.o CC [M] drivers/media/v4l2-core/v4l2-dev.o LD drivers/power/reset/built-in.o CC fs/xfs/xfs_message.o CC drivers/tty/tty_mutex.o CC [M] drivers/mtd/ubi/kapi.o CC fs/xfs/xfs_mount.o CC [M] drivers/mtd/mtdchar.o CC [M] drivers/power/ltc2941-battery-gauge.o LD drivers/media/usb/dvb-usb/built-in.o CC [M] drivers/regulator/pcf50633-regulator.o CC [M] drivers/mtd/redboot.o LD [M] drivers/media/radio/si470x/radio-i2c-si470x.o CC [M] drivers/media/v4l2-core/v4l2-ioctl.o CC [M] drivers/mmc/core/sdio_irq.o CC [M] drivers/mfd/pcf50633-adc.o CC [M] drivers/scsi/scsi_transport_srp.o CC [M] drivers/mtd/ar7part.o CC [M] drivers/mmc/core/quirks.o CC [M] drivers/w1/slaves/w1_ds2760.o CC [M] drivers/mmc/core/slot-gpio.o CC [M] drivers/mmc/host/tmio_mmc_pio.o CC [M] drivers/mtd/ubi/eba.o CC [M] drivers/media/tuners/tuner-simple.o CC [M] drivers/mfd/pcf50633-gpio.o LD drivers/media/usb/dvb-usb-v2/built-in.o CC [M] drivers/w1/slaves/w1_bq27000.o CC [M] drivers/power/sbs-battery.o CC [M] drivers/mfd/kempld-core.o CC [M] drivers/power/bq27x00_battery.o CC drivers/input/mouse/alps.o CC drivers/input/mouse/elantech.o CC [M] drivers/regulator/rk808-regulator.o CC [M] drivers/input/evbug.o CC [M] drivers/regulator/rn5t618-regulator.o LD drivers/media/usb/s2255/built-in.o CC drivers/thermal/fair_share.o CC drivers/tty/tty_ldsem.o CC [M] drivers/mmc/core/pwrseq.o LD drivers/media/usb/siano/built-in.o LD drivers/media/usb/stkwebcam/built-in.o CC drivers/thermal/gov_bang_bang.o CC drivers/ssb/driver_chipcommon.o CC drivers/tty/pty.o LD drivers/input/input-core.o CC drivers/input/joystick/guillemot.o CC drivers/ssb/driver_chipcommon_pmu.o CC [M] drivers/mfd/wl1273-core.o CC [M] drivers/hwmon/g762.o CC [M] drivers/power/max17040_battery.o CC fs/xfs/xfs_mru_cache.o LD drivers/media/usb/ttusb-budget/built-in.o CC [M] drivers/power/bq2415x_charger.o CC [M] drivers/hwmon/hih6130.o LD drivers/media/usb/zr364xx/built-in.o LD drivers/media/usb/ttusb-dec/built-in.o CC [M] drivers/hwmon/ibmpex.o LD drivers/remoteproc/remoteproc.o CC [M] drivers/mfd/si476x-cmd.o CC [M] drivers/md/dm-bio-prison.o LD drivers/w1/slaves/built-in.o CC fs/xfs/xfs_super.o CC [M] drivers/mfd/si476x-prop.o CC fs/xfs/xfs_symlink.o LD drivers/media/usb/built-in.o CC [M] drivers/md/dm-delay.o CC [M] drivers/scsi/iscsi_boot_sysfs.o CC fs/xfs/xfs_sysfs.o CC drivers/input/joystick/magellan.o CC [M] drivers/mtd/mtd_blkdevs.o LD drivers/remoteproc/built-in.o CC [M] drivers/target/target_core_pscsi.o CC [M] drivers/mtd/ftl.o /home/kisskb/slave/src/fs/btrfs/volumes.c: In function '__btrfs_alloc_chunk': /home/kisskb/slave/src/fs/btrfs/volumes.c:4443:19: warning: 'max_chunk_size' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/hwmon/ina209.o /home/kisskb/slave/src/fs/btrfs/volumes.c:4486:29: warning: 'max_stripe_size' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/hwmon/ina2xx.o CC [M] drivers/mtd/nftlcore.o CC drivers/input/joystick/iforce/iforce-ff.o CC [M] drivers/md/dm-flakey.o CC [M] drivers/hwmon/it87.o CC [M] drivers/md/dm-path-selector.o CC [M] drivers/scsi/ppa.o CC [M] drivers/hwmon/jc42.o CC [M] drivers/hwmon/lineage-pem.o CC [M] drivers/hwmon/lm63.o CC [M] drivers/md/dm-mpath.o CC drivers/input/keyboard/samsung-keypad.o CC [M] drivers/md/dm-round-robin.o CC [M] drivers/regulator/tps6105x-regulator.o CC [M] drivers/mtd/ubi/io.o CC [M] drivers/regulator/tps62360-regulator.o CC drivers/input/keyboard/sh_keysc.o CC [M] drivers/input/keyboard/adp5589-keys.o CC fs/xfs/xfs_trans.o CC [M] drivers/mtd/ubi/wl.o CC [M] drivers/media/v4l2-core/v4l2-device.o CC [M] drivers/mmc/core/pwrseq_simple.o CC [M] drivers/media/v4l2-core/v4l2-fh.o CC [M] drivers/regulator/tps65023-regulator.o CC [M] drivers/mmc/core/pwrseq_emmc.o CC [M] drivers/mtd/ubi/attach.o CC [M] drivers/media/v4l2-core/v4l2-event.o CC [M] drivers/media/v4l2-core/v4l2-ctrls.o CC drivers/thermal/step_wise.o CC fs/xfs/xfs_xattr.o CC [M] drivers/mmc/core/debugfs.o CC fs/xfs/kmem.o CC fs/xfs/uuid.o CC [M] drivers/mmc/host/tmio_mmc_dma.o CC fs/xfs/xfs_log.o LD drivers/pinctrl/sh-pfc/sh-pfc.o CC [M] drivers/input/touchscreen/ad7879-i2c.o CC [M] drivers/mmc/host/sh_mobile_sdhi.o CC [M] drivers/regulator/tps6507x-regulator.o CC [M] drivers/input/touchscreen/ads7846.o LD drivers/pinctrl/sh-pfc/built-in.o LD kernel/events/built-in.o /home/kisskb/slave/src/fs/btrfs/inode.c: In function 'run_delalloc_nocow': /home/kisskb/slave/src/fs/btrfs/inode.c:1368:6: warning: 'extent_end' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/fs/btrfs/inode.c:1478:31: warning: 'cur_offset' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/input/touchscreen/atmel_mxt_ts.o CC [M] drivers/md/dm-queue-length.o CC [M] drivers/regulator/tps65217-regulator.o LD drivers/pinctrl/built-in.o CC [M] drivers/input/touchscreen/bu21013_ts.o CC [M] drivers/hwmon/lm75.o CC [M] drivers/input/touchscreen/dynapro.o LD kernel/built-in.o CC drivers/tty/sysrq.o CC fs/xfs/xfs_log_cil.o CC drivers/input/mouse/logips2pp.o CC drivers/input/mouse/sentelic.o CC drivers/thermal/power_allocator.o CC [M] drivers/hwmon/lm77.o LD [M] drivers/media/common/siano/smsdvb.o CC drivers/input/mouse/trackpoint.o CC drivers/input/joystick/tmdc.o CC fs/xfs/xfs_buf_item.o CC [M] drivers/mtd/nftlmount.o LD drivers/media/common/built-in.o CC [M] drivers/regulator/tps65218-regulator.o CC [M] drivers/hwmon/lm83.o LD drivers/w1/wire.o CC drivers/tty/n_r3964.o CC [M] drivers/mtd/inftlcore.o CC [M] drivers/scsi/st.o LD drivers/thermal/samsung/built-in.o CC drivers/input/joystick/iforce/iforce-main.o CC [M] drivers/mfd/si476x-i2c.o LD drivers/w1/built-in.o CC drivers/input/joystick/iforce/iforce-packets.o CC [M] drivers/mtd/inftlmount.o CC drivers/input/joystick/warrior.o CC [M] drivers/mtd/mtdoops.o CC [M] drivers/scsi/osst.o CC drivers/tty/hvc/hvc_console.o CC [M] drivers/input/touchscreen/edt-ft5x06.o CC [M] drivers/media/tuners/tuner-types.o CC [M] drivers/input/touchscreen/elants_i2c.o LD drivers/tty/ipwireless/built-in.o CC [M] drivers/input/joystick/a3d.o CC fs/xfs/xfs_extfree_item.o CC [M] drivers/input/joystick/as5011.o CC [M] drivers/media/tuners/mt20xx.o LD drivers/power/power_supply.o CC fs/xfs/xfs_icreate_item.o CC [M] drivers/hwmon/lm90.o CC [M] drivers/media/v4l2-core/v4l2-subdev.o CC [M] drivers/hwmon/lm92.o CC [M] drivers/mfd/atmel-hlcdc.o CC [M] drivers/mmc/host/sh_mmcif.o CC [M] drivers/media/tuners/tda8290.o CC [M] drivers/media/v4l2-core/v4l2-clk.o CC [M] drivers/media/v4l2-core/v4l2-async.o CC [M] drivers/input/touchscreen/egalax_ts.o LD drivers/media/radio/built-in.o CC [M] drivers/mfd/rk808.o /home/kisskb/slave/src/drivers/power/sbs-battery.c: In function 'sbs_of_populate_pdata': /home/kisskb/slave/src/drivers/power/sbs-battery.c:782:6: warning: 'gpio_flags' may be used uninitialized in this function [-Wuninitialized] CC drivers/tty/serial/serial_core.o CC [M] drivers/input/touchscreen/goodix.o LD drivers/virtio/built-in.o CC drivers/tty/vt/vt_ioctl.o CC [M] drivers/media/v4l2-core/v4l2-of.o CC drivers/tty/serial/earlycon.o CC [M] drivers/scsi/sd.o CC fs/xfs/xfs_inode_item.o CC [M] drivers/media/v4l2-core/v4l2-common.o CC drivers/spi/spi-altera.o CC drivers/tty/vt/vc_screen.o CC drivers/spi/spi-bitbang.o CC fs/xfs/xfs_log_recover.o CC [M] drivers/hwmon/lm93.o CC [M] drivers/scsi/sd_dif.o CC drivers/tty/vt/selection.o LD [M] drivers/media/dvb-core/dvb-core.o CC [M] drivers/media/v4l2-core/v4l2-dv-timings.o CC [M] drivers/scsi/sr.o CC [M] drivers/scsi/sr_ioctl.o CC [M] drivers/scsi/sr_vendor.o CC [M] drivers/scsi/sg.o CC [M] drivers/mfd/rn5t618.o CC [M] drivers/scsi/ch.o CC [M] drivers/mfd/retu-mfd.o CC [M] drivers/media/tuners/tea5767.o CC [M] drivers/mfd/menf21bmc.o CC drivers/tty/vt/keyboard.o CC [M] drivers/hwmon/lm95245.o CC [M] drivers/mfd/hi6421-pmic-core.o LD fs/ntfs/ntfs.o CC [M] drivers/md/dm-raid1.o CC [M] drivers/mfd/sky81452.o CC drivers/tty/serial/8250/8250_core.o CC [M] drivers/mfd/mt6397-core.o CC [M] drivers/md/dm-log.o CC [M] drivers/input/keyboard/cap11xx.o CC [M] drivers/md/dm-region-hash.o CC [M] drivers/mmc/host/usdhi6rol0.o CC [M] drivers/scsi/ses.o CC [M] drivers/input/joystick/analog.o LD fs/ntfs/built-in.o CC [M] drivers/input/keyboard/tca6416-keypad.o LD [M] drivers/hid/hid-picolcd.o CC [M] drivers/input/joystick/interact.o LD [M] drivers/misc/altera-stapl/altera-stapl.o CC [M] drivers/hwmon/ltc4151.o CC drivers/spi/spi-butterfly.o CC [M] drivers/mmc/host/sdhci-pltfm.o CC fs/xfs/xfs_trans_ail.o CC [M] drivers/input/joystick/joydump.o CC [M] drivers/mmc/host/sdhci-of-arasan.o CC [M] drivers/hwmon/ltc4222.o LD drivers/misc/built-in.o CC [M] drivers/input/touchscreen/ili210x.o LD drivers/scsi/osd/built-in.o CC [M] drivers/scsi/osd/osd_initiator.o CC [M] drivers/hwmon/ltc4245.o CC fs/xfs/xfs_trans_buf.o LD drivers/scsi/libsas/built-in.o CC [M] drivers/md/dm-zero.o CC [M] drivers/mmc/host/sdhci-of-at91.o CC [M] drivers/hwmon/max16065.o CC [M] drivers/scsi/osd/osd_uld.o /home/kisskb/slave/src/drivers/mmc/host/tmio_mmc_dma.c: In function 'tmio_mmc_start_dma_rx': /home/kisskb/slave/src/drivers/mmc/host/tmio_mmc_dma.c:119:2: warning: 'cookie' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/scsi/libsas/sas_init.o CC [M] drivers/hwmon/max1668.o CC fs/xfs/xfs_trans_extfree.o CC [M] drivers/scsi/libsas/sas_phy.o CC [M] drivers/md/dm-thin.o CC fs/xfs/xfs_trans_inode.o CC [M] drivers/hwmon/max197.o CC [M] drivers/md/dm-thin-metadata.o CC [M] drivers/scsi/libsas/sas_port.o LD drivers/ssb/ssb.o CC [M] drivers/media/tuners/tea5761.o /home/kisskb/slave/src/drivers/mmc/host/tmio_mmc_dma.c: In function 'tmio_mmc_start_dma_tx': /home/kisskb/slave/src/drivers/mmc/host/tmio_mmc_dma.c:199:2: warning: 'cookie' may be used uninitialized in this function [-Wuninitialized] CC fs/xfs/xfs_dquot.o LD drivers/ssb/built-in.o CC [M] drivers/hwmon/max6639.o CC drivers/input/mouse/cypress_ps2.o CC fs/xfs/xfs_dquot_item.o CC [M] drivers/md/dm-verity.o CC [M] drivers/hwmon/max6650.o CC [M] drivers/md/dm-cache-target.o CC [M] drivers/mtd/ubi/misc.o CC fs/xfs/xfs_trans_dquot.o CC [M] drivers/scsi/libsas/sas_event.o CC [M] drivers/md/dm-cache-metadata.o CC [M] drivers/hwmon/max6697.o CC [M] drivers/hwmon/mc13783-adc.o CC [M] drivers/mtd/ubi/debug.o CC [M] drivers/input/keyboard/tca8418_keypad.o LD [M] drivers/mmc/core/mmc_core.o CC [M] drivers/input/mouse/cyapa.o CC [M] drivers/scsi/libsas/sas_dump.o CC [M] drivers/input/touchscreen/max11801_ts.o CC [M] drivers/input/keyboard/lkkbd.o CC [M] drivers/input/mouse/cyapa_gen3.o CC [M] drivers/hwmon/mcp3021.o LD drivers/mfd/built-in.o LD [M] lib/raid6/raid6_pq.o CC [M] drivers/hwmon/nct6775.o LD [M] drivers/mfd/pcf50633.o CC drivers/tty/serial/8250/8250_port.o CC drivers/tty/vt/consolemap.o CC [M] drivers/tty/serial/8250/serial_cs.o CONMK drivers/tty/vt/consolemap_deftbl.c CC [M] drivers/tty/serial/8250/8250_dw.o CC fs/xfs/xfs_qm_syscalls.o CC [M] drivers/hwmon/nct7802.o CC [M] drivers/md/dm-cache-policy.o CC drivers/tty/vt/vt.o SHIPPED drivers/tty/vt/defkeymap.c LD drivers/power/built-in.o CC [M] drivers/hwmon/nct7904.o CC [M] drivers/input/touchscreen/mc13783_ts.o CC [M] drivers/scsi/libsas/sas_discover.o CC [M] drivers/mtd/ubi/fastmap.o CC [M] drivers/input/keyboard/lm8323.o LD drivers/scsi/pcmcia/built-in.o CC [M] drivers/mtd/ubi/block.o CC [M] drivers/scsi/libsas/sas_expander.o CC [M] drivers/input/joystick/stinger.o CC fs/xfs/xfs_qm_bhv.o CC drivers/tty/serial/sh-sci.o LD drivers/scsi/ufs/built-in.o CC [M] drivers/scsi/libsas/sas_scsi_host.o CC [M] drivers/input/keyboard/max7359_keypad.o CC [M] drivers/input/touchscreen/mcs5000_ts.o CC drivers/tty/serial/sccnxp.o /home/kisskb/slave/src/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] CC fs/xfs/xfs_qm.o CC [M] drivers/scsi/ufs/ufshcd.o CC drivers/tty/serial/altera_uart.o CC fs/xfs/xfs_quotaops.o LD drivers/thermal/thermal_sys.o CC [M] drivers/scsi/ufs/ufshcd-pltfrm.o CC [M] drivers/media/tuners/tda9887.o CC fs/xfs/xfs_acl.o CC [M] drivers/input/keyboard/opencores-kbd.o LD drivers/thermal/built-in.o CC [M] drivers/input/keyboard/qt2160.o CC drivers/spi/spi-fsl-lib.o CC [M] drivers/media/tuners/tda827x.o CC drivers/tty/serial/arc_uart.o CC [M] drivers/hwmon/ntc_thermistor.o CC [M] drivers/input/touchscreen/mms114.o CC [M] drivers/input/keyboard/xtkbd.o CC [M] drivers/md/dm-cache-policy-mq.o CC drivers/tty/serial/men_z135_uart.o CC drivers/spi/spi-fsl-spi.o CC [M] drivers/hwmon/pc87427.o CC [M] drivers/media/tuners/tda18271-maps.o CC drivers/tty/vt/consolemap_deftbl.o CC [M] drivers/tty/serial/max3100.o CC fs/xfs/xfs_stats.o CC [M] drivers/input/mouse/cyapa_gen5.o LD drivers/input/joystick/iforce/iforce.o CC drivers/spi/spi-sh-sci.o CC [M] drivers/hwmon/pcf8591.o CC fs/xfs/xfs_sysctl.o CC [M] drivers/hwmon/pwm-fan.o LD drivers/input/joystick/iforce/built-in.o CC drivers/tty/vt/defkeymap.o CC drivers/spi/spi-tle62x0.o CC [M] drivers/media/tuners/tda18271-common.o CC [M] drivers/input/mouse/cyapa_gen6.o LD drivers/input/joystick/built-in.o CC [M] drivers/media/tuners/xc5000.o CC [M] drivers/md/dm-cache-policy-cleaner.o CC [M] drivers/hwmon/sht21.o CC [M] drivers/media/tuners/tda18271-fe.o LD [M] drivers/mtd/mtd.o CC [M] drivers/input/touchscreen/mk712.o CC [M] drivers/media/tuners/xc4000.o CC drivers/spi/spi-zynqmp-gqspi.o CC [M] drivers/input/touchscreen/pcap_ts.o CC [M] drivers/scsi/libsas/sas_task.o CC [M] drivers/spi/spi-cadence.o CC [M] drivers/input/touchscreen/pixcir_i2c_ts.o CC [M] drivers/spi/spi-dw.o LD drivers/input/keyboard/built-in.o CC [M] drivers/md/dm-era-target.o CC [M] drivers/hwmon/smsc47m1.o CC [M] drivers/media/tuners/mc44s803.o CC [M] drivers/md/dm-log-writes.o CC [M] drivers/scsi/libsas/sas_host_smp.o CC [M] drivers/tty/serial/fsl_lpuart.o CC [M] drivers/spi/spi-rockchip.o CC [M] drivers/tty/serial/digicolor-usart.o CC [M] drivers/hwmon/smsc47m192.o CC [M] drivers/input/touchscreen/touchright.o LD drivers/md/built-in.o CC [M] drivers/input/mouse/elan_i2c_core.o CC [M] drivers/spi/spi-sc18is602.o CC [M] drivers/input/touchscreen/touchwin.o LD [M] drivers/mtd/nftl.o CC [M] drivers/input/touchscreen/wacom_w8001.o CC [M] drivers/hwmon/tc74.o CC [M] drivers/input/mouse/elan_i2c_i2c.o /home/kisskb/slave/src/drivers/tty/serial/8250/8250_core.c: In function 'serial_unlink_irq_chain': /home/kisskb/slave/src/drivers/tty/serial/8250/8250_core.c:250:2: warning: 'i' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/input/touchscreen/wacom_i2c.o CC [M] drivers/hwmon/tmp103.o CC [M] drivers/hwmon/tmp401.o CC [M] drivers/spi/spi-sh.o CC [M] drivers/input/touchscreen/wdt87xx_i2c.o LD drivers/md/persistent-data/built-in.o CC [M] drivers/spi/spi-sh-msiof.o CC [M] drivers/input/touchscreen/sx8654.o CC [M] drivers/hwmon/tmp421.o CC [M] drivers/spi/spi-xilinx.o CC [M] drivers/md/persistent-data/dm-array.o LD drivers/input/touchscreen/built-in.o AR lib/lib.a CC [M] drivers/hwmon/w83627ehf.o CC [M] drivers/md/persistent-data/dm-bitset.o CC [M] drivers/hwmon/w83l786ng.o CC [M] drivers/md/persistent-data/dm-block-manager.o CC [M] drivers/hwmon/w83l785ts.o LD [M] drivers/mfd/si476x-core.o CC [M] drivers/md/persistent-data/dm-space-map-common.o CC [M] drivers/md/persistent-data/dm-space-map-disk.o CC [M] drivers/md/persistent-data/dm-space-map-metadata.o CC [M] drivers/md/persistent-data/dm-transaction-manager.o CC [M] drivers/md/persistent-data/dm-btree.o CC [M] drivers/md/persistent-data/dm-btree-remove.o CC [M] drivers/md/persistent-data/dm-btree-spine.o LD drivers/tty/hvc/built-in.o LD drivers/regulator/built-in.o LD [M] drivers/mmc/host/tmio_mmc_core.o LD [M] drivers/scsi/scsi_mod.o LD [M] drivers/md/dm-mod.o LD [M] drivers/scsi/osd/osd.o LD fs/reiserfs/reiserfs.o LD fs/reiserfs/built-in.o LD drivers/tty/serial/8250/8250.o LD [M] drivers/scsi/sr_mod.o LD [M] drivers/mtd/nand/nand.o /home/kisskb/slave/src/fs/xfs/xfs_acl.c: In function 'xfs_get_acl': /home/kisskb/slave/src/fs/xfs/xfs_acl.c:153:8: warning: 'ea_name' may be used uninitialized in this function [-Wuninitialized] LD [M] drivers/mtd/inftl.o LD [M] drivers/md/dm-multipath.o LD fs/ext4/ext4.o LD fs/ext4/built-in.o LD drivers/spi/built-in.o LD [M] drivers/md/dm-cache-cleaner.o LD [M] drivers/md/dm-mirror.o LD drivers/hid/wacom.o LD drivers/hid/built-in.o LD [M] drivers/input/mouse/elan_i2c.o LD drivers/input/mouse/psmouse.o LD drivers/input/mouse/built-in.o LD [M] drivers/md/dm-cache-mq.o LD [M] drivers/scsi/osd/libosd.o LD [M] drivers/target/target_core_mod.o LD drivers/mmc/built-in.o LD drivers/tty/serial/8250/8250_base.o LD drivers/tty/serial/8250/built-in.o LD [M] drivers/media/tuners/tda18271.o LD drivers/tty/serial/built-in.o LD [M] drivers/md/dm-era.o LD [M] drivers/input/mouse/cyapatp.o LD drivers/input/built-in.o LD [M] drivers/md/persistent-data/dm-persistent-data.o LD [M] drivers/mtd/ubi/ubi.o LD [M] drivers/media/v4l2-core/videodev.o LD [M] drivers/scsi/libsas/libsas.o LD drivers/mtd/built-in.o LD drivers/media/built-in.o LD lib/built-in.o LD [M] drivers/scsi/sd_mod.o LD [M] drivers/md/dm-cache.o LD [M] drivers/md/dm-thin-pool.o LD fs/xfs/xfs.o LD drivers/tty/vt/built-in.o LD drivers/tty/built-in.o LD fs/xfs/built-in.o LD [M] fs/btrfs/btrfs.o LD fs/built-in.o LD [M] drivers/md/md-mod.o LD drivers/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 KSYM .tmp_kallsyms1.o KSYM .tmp_kallsyms2.o LD vmlinux SYSMAP System.map AS arch/sh/boot/compressed/head_32.o CC arch/sh/boot/compressed/misc.o CC arch/sh/boot/compressed/cache.o OBJCOPY arch/sh/boot/compressed/vmlinux.bin SHIPPED arch/sh/boot/compressed/ashiftrt.S SHIPPED arch/sh/boot/compressed/ashldi3.c SHIPPED arch/sh/boot/compressed/ashrsi3.S SHIPPED arch/sh/boot/compressed/ashlsi3.S SHIPPED arch/sh/boot/compressed/lshrsi3.S AS arch/sh/boot/compressed/ashiftrt.o CC arch/sh/boot/compressed/ashldi3.o AS arch/sh/boot/compressed/ashlsi3.o AS arch/sh/boot/compressed/ashrsi3.o AS arch/sh/boot/compressed/lshrsi3.o Building modules, stage 2. MODPOST 495 modules LZMA arch/sh/boot/compressed/vmlinux.bin.lzma CC arch/sh/drivers/push-switch.mod.o CC arch/sh/oprofile/oprofile.mod.o CC block/cfq-iosched.mod.o CC crypto/842.mod.o CC crypto/anubis.mod.o CC crypto/asymmetric_keys/asymmetric_keys.mod.o CC crypto/asymmetric_keys/public_key.mod.o CC crypto/asymmetric_keys/rsa.mod.o CC crypto/blowfish_common.mod.o CC crypto/blowfish_generic.mod.o CC crypto/cast5_generic.mod.o CC crypto/cast6_generic.mod.o CC crypto/cast_common.mod.o CC crypto/echainiv.mod.o CC crypto/ghash-generic.mod.o CC crypto/khazad.mod.o CC crypto/lzo.mod.o CC crypto/mcryptd.mod.o CC crypto/rmd128.mod.o CC crypto/rmd320.mod.o CC crypto/sha512_generic.mod.o CC crypto/tcrypt.mod.o CC crypto/tea.mod.o CC crypto/wp512.mod.o CC crypto/xcbc.mod.o CC crypto/xor.mod.o CC crypto/zlib.mod.o CC drivers/ata/ahci_ceva.mod.o CC drivers/ata/ahci_platform.mod.o CC drivers/ata/libahci.mod.o CC drivers/ata/libahci_platform.mod.o CC drivers/ata/libata.mod.o CC drivers/base/regmap/regmap-i2c.mod.o CC drivers/base/regmap/regmap-mmio.mod.o CC drivers/cdrom/cdrom.mod.o CC drivers/char/hw_random/timeriomem-rng.mod.o CC drivers/char/ipmi/ipmi_poweroff.mod.o CC drivers/char/ipmi/ipmi_si.mod.o CC drivers/char/ipmi/ipmi_ssif.mod.o CC drivers/char/ipmi/ipmi_watchdog.mod.o CC drivers/char/pcmcia/cm4000_cs.mod.o CC drivers/char/pcmcia/synclink_cs.mod.o CC drivers/char/tpm/tpm_i2c_atmel.mod.o CC drivers/char/virtio_console.mod.o CC drivers/char/xillybus/xillybus_core.mod.o CC drivers/cpufreq/sh-cpufreq.mod.o CC drivers/devfreq/governor_simpleondemand.mod.o CC drivers/extcon/extcon-rt8973a.mod.o CC drivers/fmc/fmc-fakedev.mod.o CC drivers/fmc/fmc-write-eeprom.mod.o CC drivers/hid/hid-a4tech.mod.o CC drivers/hid/hid-cypress.mod.o CC drivers/hid/hid-dr.mod.o CC drivers/hid/hid-keytouch.mod.o CC drivers/hid/hid-kye.mod.o CC drivers/hid/hid-lenovo.mod.o CC drivers/hid/hid-ortek.mod.o CC drivers/hid/hid-picolcd.mod.o CC drivers/hid/hid-primax.mod.o CC drivers/hid/hid-rmi.mod.o CC drivers/hid/hid-saitek.mod.o CC drivers/hid/hid-sensor-custom.mod.o CC drivers/hid/hid-topseed.mod.o CC drivers/hid/hid-twinhan.mod.o CC drivers/hid/hid-waltop.mod.o CC drivers/hid/hid-zydacron.mod.o CC drivers/hid/i2c-hid/i2c-hid.mod.o CC drivers/hwmon/ad7314.mod.o CC drivers/hwmon/ad7414.mod.o CC drivers/hwmon/adc128d818.mod.o CC drivers/hwmon/adcxx.mod.o CC drivers/hwmon/adm1025.mod.o CC drivers/hwmon/adm1026.mod.o CC drivers/hwmon/adm1029.mod.o CC drivers/hwmon/ads1015.mod.o CC drivers/hwmon/ads7828.mod.o CC drivers/hwmon/adt7310.mod.o CC drivers/hwmon/adt7410.mod.o CC drivers/hwmon/adt7462.mod.o CC drivers/hwmon/adt7470.mod.o CC drivers/hwmon/adt7475.mod.o CC drivers/hwmon/adt7x10.mod.o CC drivers/hwmon/asc7621.mod.o CC drivers/hwmon/atxp1.mod.o CC drivers/hwmon/da9052-hwmon.mod.o CC drivers/hwmon/dme1737.mod.o CC drivers/hwmon/ds1621.mod.o CC drivers/hwmon/ds620.mod.o CC drivers/hwmon/emc1403.mod.o CC drivers/hwmon/f71805f.mod.o CC drivers/hwmon/g762.mod.o CC drivers/hwmon/f71882fg.mod.o CC drivers/hwmon/hih6130.mod.o CC drivers/hwmon/hwmon-vid.mod.o CC drivers/hwmon/hwmon.mod.o CC drivers/hwmon/ibmpex.mod.o CC drivers/hwmon/ina209.mod.o CC drivers/hwmon/ina2xx.mod.o CC drivers/hwmon/it87.mod.o CC drivers/hwmon/jc42.mod.o CC drivers/hwmon/lineage-pem.mod.o CC drivers/hwmon/lm63.mod.o CC drivers/hwmon/lm75.mod.o CC drivers/hwmon/lm77.mod.o CC drivers/hwmon/lm83.mod.o CC drivers/hwmon/lm90.mod.o CC drivers/hwmon/lm92.mod.o CC drivers/hwmon/lm93.mod.o CC drivers/hwmon/lm95245.mod.o CC drivers/hwmon/ltc4151.mod.o CC drivers/hwmon/ltc4222.mod.o CC drivers/hwmon/ltc4245.mod.o CC drivers/hwmon/max16065.mod.o CC drivers/hwmon/max1668.mod.o CC drivers/hwmon/max197.mod.o CC drivers/hwmon/max6639.mod.o CC drivers/hwmon/max6650.mod.o CC drivers/hwmon/max6697.mod.o CC drivers/hwmon/mc13783-adc.mod.o CC drivers/hwmon/mcp3021.mod.o CC drivers/hwmon/nct6775.mod.o CC drivers/hwmon/nct7802.mod.o CC drivers/hwmon/nct7904.mod.o CC drivers/hwmon/ntc_thermistor.mod.o CC drivers/hwmon/pc87427.mod.o CC drivers/hwmon/pcf8591.mod.o CC drivers/hwmon/pwm-fan.mod.o CC drivers/hwmon/sht21.mod.o CC drivers/hwmon/smsc47m1.mod.o CC drivers/hwmon/smsc47m192.mod.o CC drivers/hwmon/tc74.mod.o CC drivers/hwmon/tmp103.mod.o CC drivers/hwmon/tmp401.mod.o CC drivers/hwmon/tmp421.mod.o CC drivers/hwmon/w83627ehf.mod.o CC drivers/hwmon/w83627hf.mod.o CC drivers/hwmon/w83781d.mod.o CC drivers/hwmon/w83791d.mod.o CC drivers/hwmon/w83792d.mod.o CC drivers/hwmon/w83793.mod.o CC drivers/hwmon/w83795.mod.o CC drivers/hwmon/w83l785ts.mod.o CC drivers/hwmon/w83l786ng.mod.o CC drivers/i2c/algos/i2c-algo-bit.mod.o CC drivers/i2c/algos/i2c-algo-pca.mod.o CC drivers/i2c/algos/i2c-algo-pcf.mod.o CC drivers/i2c/busses/i2c-emev2.mod.o CC drivers/i2c/busses/i2c-parport.mod.o CC drivers/i2c/busses/i2c-pca-platform.mod.o CC drivers/i2c/busses/i2c-xiic.mod.o CC drivers/i2c/i2c-core.mod.o CC drivers/i2c/i2c-mux.mod.o CC drivers/i2c/i2c-slave-eeprom.mod.o CC drivers/i2c/i2c-smbus.mod.o CC drivers/i2c/muxes/i2c-mux-pinctrl.mod.o CC drivers/i2c/muxes/i2c-mux-reg.mod.o CC drivers/input/evbug.mod.o CC drivers/input/gameport/lightning.mod.o CC drivers/input/gameport/ns558.mod.o CC drivers/input/input-polldev.mod.o CC drivers/input/joystick/a3d.mod.o CC drivers/input/joystick/analog.mod.o CC drivers/input/joystick/as5011.mod.o CC drivers/input/joystick/interact.mod.o CC drivers/input/joystick/joydump.mod.o CC drivers/input/joystick/stinger.mod.o CC drivers/input/keyboard/adp5589-keys.mod.o CC drivers/input/keyboard/cap11xx.mod.o CC drivers/input/keyboard/lkkbd.mod.o CC drivers/input/keyboard/lm8323.mod.o CC drivers/input/keyboard/max7359_keypad.mod.o CC drivers/input/keyboard/opencores-kbd.mod.o CC drivers/input/keyboard/qt2160.mod.o CC drivers/input/keyboard/tca6416-keypad.mod.o CC drivers/input/keyboard/tca8418_keypad.mod.o CC drivers/input/keyboard/xtkbd.mod.o CC drivers/input/mouse/cyapatp.mod.o CC drivers/input/mouse/elan_i2c.mod.o CC drivers/input/tablet/wacom_serial4.mod.o CC drivers/input/touchscreen/ad7879-i2c.mod.o CC drivers/input/touchscreen/ad7879.mod.o CC drivers/input/touchscreen/ads7846.mod.o CC drivers/input/touchscreen/atmel_mxt_ts.mod.o CC drivers/input/touchscreen/bu21013_ts.mod.o CC drivers/input/touchscreen/dynapro.mod.o CC drivers/input/touchscreen/edt-ft5x06.mod.o CC drivers/input/touchscreen/egalax_ts.mod.o CC drivers/input/touchscreen/elants_i2c.mod.o CC drivers/input/touchscreen/goodix.mod.o CC drivers/input/touchscreen/ili210x.mod.o CC drivers/input/touchscreen/max11801_ts.mod.o CC drivers/input/touchscreen/mc13783_ts.mod.o CC drivers/input/touchscreen/mcs5000_ts.mod.o CC drivers/input/touchscreen/mk712.mod.o CC drivers/input/touchscreen/mms114.mod.o CC drivers/input/touchscreen/pcap_ts.mod.o CC drivers/input/touchscreen/pixcir_i2c_ts.mod.o CC drivers/input/touchscreen/sx8654.mod.o CC drivers/input/touchscreen/touchright.mod.o CC drivers/input/touchscreen/touchwin.mod.o CC drivers/input/touchscreen/wacom_i2c.mod.o CC drivers/input/touchscreen/wacom_w8001.mod.o CC drivers/input/touchscreen/wdt87xx_i2c.mod.o CC drivers/leds/led-class-flash.mod.o CC drivers/leds/leds-blinkm.mod.o CC drivers/leds/leds-lm3530.mod.o CC drivers/leds/leds-lm355x.mod.o CC drivers/leds/leds-lp5521.mod.o CC drivers/leds/leds-lp5523.mod.o CC drivers/leds/leds-lp5562.mod.o CC drivers/leds/leds-lp55xx-common.mod.o CC drivers/leds/leds-lp8501.mod.o CC drivers/leds/leds-lp8860.mod.o CC drivers/leds/leds-menf21bmc.mod.o CC drivers/leds/leds-pca9532.mod.o CC drivers/leds/leds-pca955x.mod.o CC drivers/leds/leds-pca963x.mod.o CC drivers/leds/leds-tca6507.mod.o CC drivers/mailbox/mailbox-altera.mod.o CC drivers/md/dm-bio-prison.mod.o CC drivers/md/dm-bufio.mod.o CC drivers/md/dm-cache-cleaner.mod.o CC drivers/md/dm-cache-mq.mod.o CC drivers/md/dm-cache.mod.o CC drivers/md/dm-delay.mod.o CC drivers/md/dm-era.mod.o CC drivers/md/dm-flakey.mod.o CC drivers/md/dm-log-writes.mod.o CC drivers/md/dm-log.mod.o CC drivers/md/dm-mirror.mod.o CC drivers/md/dm-mod.mod.o CC drivers/md/dm-multipath.mod.o CC drivers/md/dm-queue-length.mod.o CC drivers/md/dm-region-hash.mod.o CC drivers/md/dm-round-robin.mod.o CC drivers/md/dm-thin-pool.mod.o CC drivers/md/dm-verity.mod.o CC drivers/md/dm-zero.mod.o CC drivers/md/faulty.mod.o CC drivers/md/linear.mod.o CC drivers/md/md-mod.mod.o CC drivers/md/multipath.mod.o CC drivers/md/persistent-data/dm-persistent-data.mod.o CC drivers/md/raid0.mod.o CC drivers/md/raid10.mod.o CC drivers/media/common/siano/smsdvb.mod.o CC drivers/media/common/siano/smsmdtv.mod.o CC drivers/media/dvb-core/dvb-core.mod.o CC drivers/media/mmc/siano/smssdio.mod.o CC drivers/media/radio/radio-wl1273.mod.o CC drivers/media/radio/si470x/radio-i2c-si470x.mod.o CC drivers/media/radio/si4713/radio-platform-si4713.mod.o CC drivers/media/radio/si4713/si4713.mod.o CC drivers/media/radio/tef6862.mod.o CC drivers/media/tuners/mc44s803.mod.o CC drivers/media/tuners/mt20xx.mod.o CC drivers/media/tuners/tda18271.mod.o CC drivers/media/tuners/tda827x.mod.o CC drivers/media/tuners/tda8290.mod.o CC drivers/media/tuners/tda9887.mod.o CC drivers/media/tuners/tea5761.mod.o CC drivers/media/tuners/tea5767.mod.o CC drivers/media/tuners/tuner-simple.mod.o CC drivers/media/tuners/tuner-types.mod.o CC drivers/media/tuners/tuner-xc2028.mod.o CC drivers/media/tuners/xc4000.mod.o CC drivers/media/tuners/xc5000.mod.o CC drivers/media/v4l2-core/v4l2-common.mod.o CC drivers/media/v4l2-core/v4l2-dv-timings.mod.o CC drivers/media/v4l2-core/videodev.mod.o CC drivers/memstick/core/memstick.mod.o CC drivers/memstick/core/mspro_block.mod.o CC drivers/mfd/atmel-hlcdc.mod.o CC drivers/mfd/hi6421-pmic-core.mod.o CC drivers/mfd/kempld-core.mod.o CC drivers/mfd/lp3943.mod.o CC drivers/mfd/mc13xxx-core.mod.o CC drivers/mfd/mc13xxx-i2c.mod.o CC drivers/mfd/mc13xxx-spi.mod.o CC drivers/mfd/menf21bmc.mod.o CC drivers/mfd/mt6397-core.mod.o CC drivers/mfd/pcf50633-adc.mod.o CC drivers/mfd/pcf50633-gpio.mod.o CC drivers/mfd/pcf50633.mod.o CC drivers/mfd/retu-mfd.mod.o CC drivers/mfd/rk808.mod.o CC drivers/mfd/rn5t618.mod.o CC drivers/mfd/si476x-core.mod.o CC drivers/mfd/sky81452.mod.o CC drivers/mfd/tps6105x.mod.o CC drivers/mfd/tps6507x.mod.o CC drivers/mfd/tps65217.mod.o CC drivers/mfd/tps65218.mod.o CC drivers/mfd/wl1273-core.mod.o CC drivers/mfd/wm8994-core.mod.o CC drivers/mfd/wm8994-irq.mod.o CC drivers/mfd/wm8994-regmap.mod.o CC drivers/misc/ad525x_dpot-i2c.mod.o CC drivers/misc/ad525x_dpot.mod.o CC drivers/misc/altera-stapl/altera-stapl.mod.o CC drivers/misc/apds9802als.mod.o CC drivers/misc/bh1770glc.mod.o CC drivers/misc/bh1780gli.mod.o CC drivers/misc/c2port/core.mod.o CC drivers/misc/dummy-irq.mod.o CC drivers/misc/eeprom/at24.mod.o CC drivers/misc/eeprom/eeprom.mod.o CC drivers/misc/eeprom/eeprom_93cx6.mod.o CC drivers/misc/eeprom/eeprom_93xx46.mod.o CC drivers/misc/fsa9480.mod.o CC drivers/misc/isl29003.mod.o CC drivers/misc/isl29020.mod.o CC drivers/misc/lattice-ecp3-config.mod.o CC drivers/misc/lis3lv02d/lis3lv02d.mod.o CC drivers/misc/lis3lv02d/lis3lv02d_i2c.mod.o CC drivers/misc/lis3lv02d/lis3lv02d_spi.mod.o CC drivers/misc/ti_dac7512.mod.o CC drivers/mmc/card/mmc_block.mod.o CC drivers/mmc/card/sdio_uart.mod.o CC drivers/mmc/core/mmc_core.mod.o CC drivers/mmc/host/mmc_spi.mod.o CC drivers/mmc/host/of_mmc_spi.mod.o CC drivers/mmc/host/sdhci-of-arasan.mod.o CC drivers/mmc/host/sdhci-of-at91.mod.o CC drivers/mmc/host/sdhci-pltfm.mod.o CC drivers/mmc/host/sdhci.mod.o CC drivers/mmc/host/sh_mmcif.mod.o CC drivers/mmc/host/sh_mobile_sdhi.mod.o CC drivers/mmc/host/tmio_mmc_core.mod.o CC drivers/mmc/host/usdhi6rol0.mod.o CC drivers/mtd/ar7part.mod.o CC drivers/mtd/chips/chipreg.mod.o CC drivers/mtd/chips/map_ram.mod.o CC drivers/mtd/chips/map_rom.mod.o CC drivers/mtd/devices/docg3.mod.o CC drivers/mtd/devices/m25p80.mod.o CC drivers/mtd/devices/mtd_dataflash.mod.o CC drivers/mtd/devices/mtdram.mod.o CC drivers/mtd/devices/phram.mod.o CC drivers/mtd/ftl.mod.o CC drivers/mtd/inftl.mod.o CC drivers/mtd/lpddr/lpddr_cmds.mod.o CC drivers/mtd/lpddr/qinfo_probe.mod.o CC drivers/mtd/maps/latch-addr-flash.mod.o CC drivers/mtd/maps/map_funcs.mod.o CC drivers/mtd/maps/physmap_of.mod.o CC drivers/mtd/maps/plat-ram.mod.o CC drivers/mtd/mtd.mod.o CC drivers/mtd/mtd_blkdevs.mod.o CC drivers/mtd/mtdoops.mod.o CC drivers/mtd/nand/denali.mod.o CC drivers/mtd/nand/denali_dt.mod.o CC drivers/mtd/nand/docg4.mod.o CC drivers/mtd/nand/hisi504_nand.mod.o CC drivers/mtd/nand/nand.mod.o CC drivers/mtd/nand/nand_ecc.mod.o CC drivers/mtd/nand/nand_ids.mod.o CC drivers/mtd/nand/nandsim.mod.o CC drivers/mtd/nftl.mod.o CC drivers/mtd/redboot.mod.o CC drivers/mtd/spi-nor/spi-nor.mod.o CC drivers/mtd/ubi/ubi.mod.o CC drivers/parport/parport_ax88796.mod.o CC drivers/pcmcia/pcmcia.mod.o CC drivers/pcmcia/pcmcia_core.mod.o CC drivers/pcmcia/pcmcia_rsrc.mod.o CC drivers/power/bq2415x_charger.mod.o CC drivers/power/bq27x00_battery.mod.o CC drivers/power/ds2760_battery.mod.o CC drivers/power/ltc2941-battery-gauge.mod.o CC drivers/power/max17040_battery.mod.o CC drivers/power/pda_power.mod.o CC drivers/power/sbs-battery.mod.o CC drivers/pwm/pwm-fsl-ftm.mod.o CC drivers/pwm/pwm-pca9685.mod.o CC drivers/regulator/act8865-regulator.mod.o CC drivers/regulator/ad5398.mod.o CC drivers/regulator/da9210-regulator.mod.o CC drivers/regulator/da9211-regulator.mod.o CC drivers/regulator/fan53555.mod.o CC drivers/regulator/fixed.mod.o CC drivers/regulator/hi6421-regulator.mod.o CC drivers/regulator/isl6271a-regulator.mod.o CC drivers/regulator/isl9305.mod.o CC drivers/regulator/lp3972.mod.o CC drivers/regulator/lp8755.mod.o CC drivers/regulator/ltc3589.mod.o CC drivers/regulator/max8649.mod.o CC drivers/regulator/max8660.mod.o CC drivers/regulator/max8952.mod.o CC drivers/regulator/max8973-regulator.mod.o CC drivers/regulator/mc13783-regulator.mod.o CC drivers/regulator/mc13892-regulator.mod.o CC drivers/regulator/mc13xxx-regulator-core.mod.o CC drivers/regulator/mt6311-regulator.mod.o CC drivers/regulator/pcf50633-regulator.mod.o CC drivers/regulator/pfuze100-regulator.mod.o CC drivers/regulator/rk808-regulator.mod.o CC drivers/regulator/rn5t618-regulator.mod.o CC drivers/regulator/tps51632-regulator.mod.o CC drivers/regulator/tps6105x-regulator.mod.o CC drivers/regulator/tps62360-regulator.mod.o CC drivers/regulator/tps65023-regulator.mod.o CC drivers/regulator/tps6507x-regulator.mod.o CC drivers/regulator/tps65217-regulator.mod.o CC drivers/regulator/tps65218-regulator.mod.o CC drivers/regulator/virtual.mod.o CC drivers/scsi/ch.mod.o CC drivers/scsi/iscsi_boot_sysfs.mod.o CC drivers/scsi/libsas/libsas.mod.o CC drivers/scsi/osd/libosd.mod.o CC drivers/scsi/osd/osd.mod.o CC drivers/scsi/osst.mod.o CC drivers/scsi/ppa.mod.o CC drivers/scsi/scsi_mod.mod.o CC drivers/scsi/scsi_transport_sas.mod.o CC drivers/scsi/scsi_transport_spi.mod.o CC drivers/scsi/scsi_transport_srp.mod.o CC drivers/scsi/sd_mod.mod.o CC drivers/scsi/ses.mod.o CC drivers/scsi/sg.mod.o CC drivers/scsi/sr_mod.mod.o CC drivers/scsi/st.mod.o CC drivers/scsi/ufs/ufshcd-pltfrm.mod.o CC drivers/scsi/ufs/ufshcd.mod.o CC drivers/spi/spi-cadence.mod.o CC drivers/spi/spi-dw.mod.o CC drivers/spi/spi-rockchip.mod.o CC drivers/spi/spi-sc18is602.mod.o CC drivers/spi/spi-sh-msiof.mod.o CC drivers/spi/spi-sh.mod.o CC drivers/spi/spi-xilinx.mod.o CC drivers/target/target_core_iblock.mod.o CC drivers/target/target_core_mod.mod.o CC drivers/target/target_core_pscsi.mod.o CC drivers/tty/serial/8250/8250_dw.mod.o CC drivers/tty/serial/8250/serial_cs.mod.o CC drivers/tty/serial/digicolor-usart.mod.o CC drivers/tty/serial/fsl_lpuart.mod.o CC drivers/tty/serial/max3100.mod.o CC drivers/video/fbdev/sh_mobile_meram.mod.o CC drivers/virtio/virtio_balloon.mod.o CC drivers/virtio/virtio_mmio.mod.o CC drivers/w1/masters/ds1wm.mod.o CC drivers/w1/masters/ds2482.mod.o CC drivers/w1/slaves/w1_bq27000.mod.o CC drivers/w1/slaves/w1_ds2408.mod.o CC drivers/w1/slaves/w1_ds2413.mod.o CC drivers/w1/slaves/w1_ds2433.mod.o CC drivers/w1/slaves/w1_ds2760.mod.o CC drivers/w1/slaves/w1_therm.mod.o CC fs/adfs/adfs.mod.o CC fs/befs/befs.mod.o CC fs/bfs/bfs.mod.o CC fs/binfmt_misc.mod.o CC fs/binfmt_script.mod.o CC fs/btrfs/btrfs.mod.o CC fs/configfs/configfs.mod.o CC fs/efs/efs.mod.o CC fs/f2fs/f2fs.mod.o CC fs/fuse/cuse.mod.o CC fs/fuse/fuse.mod.o CC fs/jffs2/jffs2.mod.o CC fs/jfs/jfs.mod.o CC fs/nls/mac-cyrillic.mod.o CC fs/nls/mac-roman.mod.o CC fs/nls/mac-romanian.mod.o CC fs/nls/nls_ascii.mod.o CC fs/nls/nls_cp1255.mod.o CC fs/nls/nls_cp775.mod.o CC fs/nls/nls_cp850.mod.o CC fs/nls/nls_cp855.mod.o CC fs/nls/nls_cp874.mod.o CC fs/nls/nls_cp936.mod.o CC fs/nls/nls_cp949.mod.o CC fs/nls/nls_cp950.mod.o CC fs/nls/nls_iso8859-14.mod.o CC fs/nls/nls_iso8859-9.mod.o CC fs/squashfs/squashfs.mod.o CC fs/ufs/ufs.mod.o CC kernel/configs.mod.o CC lib/842/842_compress.mod.o CC lib/842/842_decompress.mod.o CC lib/bch.mod.o CC lib/crc7.mod.o CC lib/interval_tree_test.mod.o CC lib/mpi/mpi.mod.o CC lib/percpu_test.mod.o CC lib/raid6/raid6_pq.mod.o CC lib/test-string_helpers.mod.o CC lib/test_module.mod.o CC lib/test_static_key_base.mod.o CC lib/test_static_keys.mod.o CC lib/xz/xz_dec.mod.o CC lib/xz/xz_dec_test.mod.o LD [M] arch/sh/drivers/push-switch.ko LD [M] arch/sh/oprofile/oprofile.ko LD [M] block/cfq-iosched.ko LD [M] crypto/anubis.ko LD [M] crypto/asymmetric_keys/asymmetric_keys.ko LD [M] crypto/842.ko LD [M] crypto/asymmetric_keys/public_key.ko LD [M] crypto/asymmetric_keys/rsa.ko LD [M] crypto/blowfish_common.ko LD [M] crypto/blowfish_generic.ko LD [M] crypto/cast5_generic.ko LD [M] crypto/cast6_generic.ko LD [M] crypto/cast_common.ko LD [M] crypto/echainiv.ko LD [M] crypto/ghash-generic.ko LD [M] crypto/khazad.ko LD [M] crypto/lzo.ko LD [M] crypto/mcryptd.ko LD [M] crypto/rmd128.ko LD [M] crypto/rmd320.ko LD [M] crypto/sha512_generic.ko LD [M] crypto/tcrypt.ko LD [M] crypto/tea.ko LD [M] crypto/wp512.ko LD [M] crypto/xcbc.ko LD [M] crypto/xor.ko LD [M] crypto/zlib.ko LD [M] drivers/ata/ahci_ceva.ko LD [M] drivers/ata/ahci_platform.ko LD [M] drivers/ata/libahci.ko LD [M] drivers/ata/libahci_platform.ko LD [M] drivers/ata/libata.ko LD [M] drivers/base/regmap/regmap-mmio.ko LD [M] drivers/base/regmap/regmap-i2c.ko LD [M] drivers/cdrom/cdrom.ko LD [M] drivers/char/hw_random/timeriomem-rng.ko LD [M] drivers/char/ipmi/ipmi_poweroff.ko LD [M] drivers/char/ipmi/ipmi_si.ko LD [M] drivers/char/ipmi/ipmi_ssif.ko LD [M] drivers/char/ipmi/ipmi_watchdog.ko LD [M] drivers/char/pcmcia/cm4000_cs.ko LD [M] drivers/char/pcmcia/synclink_cs.ko LD [M] drivers/char/tpm/tpm_i2c_atmel.ko LD [M] drivers/char/virtio_console.ko LD [M] drivers/char/xillybus/xillybus_core.ko LD [M] drivers/cpufreq/sh-cpufreq.ko LD [M] drivers/devfreq/governor_simpleondemand.ko LD [M] drivers/extcon/extcon-rt8973a.ko LD [M] drivers/fmc/fmc-fakedev.ko LD [M] drivers/fmc/fmc-write-eeprom.ko LD [M] drivers/hid/hid-cypress.ko LD [M] drivers/hid/hid-a4tech.ko LD [M] drivers/hid/hid-dr.ko LD [M] drivers/hid/hid-keytouch.ko LD [M] drivers/hid/hid-kye.ko LD [M] drivers/hid/hid-lenovo.ko LD [M] drivers/hid/hid-ortek.ko LD [M] drivers/hid/hid-picolcd.ko LD [M] drivers/hid/hid-rmi.ko LD [M] drivers/hid/hid-primax.ko LD [M] drivers/hid/hid-saitek.ko LD [M] drivers/hid/hid-sensor-custom.ko LD [M] drivers/hid/hid-topseed.ko LD [M] drivers/hid/hid-twinhan.ko LD [M] drivers/hid/hid-zydacron.ko LD [M] drivers/hid/hid-waltop.ko LD [M] drivers/hid/i2c-hid/i2c-hid.ko LD [M] drivers/hwmon/ad7314.ko LD [M] drivers/hwmon/ad7414.ko LD [M] drivers/hwmon/adc128d818.ko LD [M] drivers/hwmon/adcxx.ko LD [M] drivers/hwmon/adm1025.ko LD [M] drivers/hwmon/adm1026.ko LD [M] drivers/hwmon/adm1029.ko LD [M] drivers/hwmon/ads1015.ko LD [M] drivers/hwmon/ads7828.ko LD [M] drivers/hwmon/adt7310.ko LD [M] drivers/hwmon/adt7410.ko LD [M] drivers/hwmon/adt7462.ko LD [M] drivers/hwmon/adt7470.ko LD [M] drivers/hwmon/adt7475.ko LD [M] drivers/hwmon/adt7x10.ko LD [M] drivers/hwmon/asc7621.ko LD [M] drivers/hwmon/atxp1.ko LD [M] drivers/hwmon/da9052-hwmon.ko LD [M] drivers/hwmon/dme1737.ko LD [M] drivers/hwmon/ds1621.ko LD [M] drivers/hwmon/ds620.ko LD [M] drivers/hwmon/emc1403.ko LD [M] drivers/hwmon/f71805f.ko LD [M] drivers/hwmon/f71882fg.ko LD [M] drivers/hwmon/g762.ko LD [M] drivers/hwmon/hih6130.ko LD [M] drivers/hwmon/hwmon-vid.ko LD [M] drivers/hwmon/hwmon.ko LD [M] drivers/hwmon/ibmpex.ko LD [M] drivers/hwmon/ina209.ko LD [M] drivers/hwmon/ina2xx.ko LD [M] drivers/hwmon/it87.ko LD [M] drivers/hwmon/jc42.ko LD [M] drivers/hwmon/lineage-pem.ko LD [M] drivers/hwmon/lm63.ko LD [M] drivers/hwmon/lm75.ko LD [M] drivers/hwmon/lm77.ko LD [M] drivers/hwmon/lm83.ko LD [M] drivers/hwmon/lm90.ko LD [M] drivers/hwmon/lm92.ko LD [M] drivers/hwmon/lm93.ko LD [M] drivers/hwmon/lm95245.ko LD [M] drivers/hwmon/ltc4151.ko LD [M] drivers/hwmon/ltc4222.ko LD [M] drivers/hwmon/ltc4245.ko LD [M] drivers/hwmon/max16065.ko LD [M] drivers/hwmon/max1668.ko LD [M] drivers/hwmon/max197.ko LD [M] drivers/hwmon/max6639.ko LD [M] drivers/hwmon/max6650.ko LD [M] drivers/hwmon/max6697.ko LD [M] drivers/hwmon/mc13783-adc.ko LD [M] drivers/hwmon/mcp3021.ko LD [M] drivers/hwmon/nct6775.ko LD [M] drivers/hwmon/nct7802.ko LD [M] drivers/hwmon/nct7904.ko LD [M] drivers/hwmon/ntc_thermistor.ko LD [M] drivers/hwmon/pc87427.ko LD [M] drivers/hwmon/pcf8591.ko LD [M] drivers/hwmon/pwm-fan.ko LD [M] drivers/hwmon/sht21.ko LD [M] drivers/hwmon/smsc47m1.ko LD [M] drivers/hwmon/smsc47m192.ko LD [M] drivers/hwmon/tc74.ko LD [M] drivers/hwmon/tmp103.ko LD [M] drivers/hwmon/tmp401.ko LD [M] drivers/hwmon/tmp421.ko LD [M] drivers/hwmon/w83627ehf.ko LD [M] drivers/hwmon/w83627hf.ko LD [M] drivers/hwmon/w83781d.ko LD [M] drivers/hwmon/w83791d.ko LD [M] drivers/hwmon/w83792d.ko LD [M] drivers/hwmon/w83793.ko LD [M] drivers/hwmon/w83l785ts.ko LD [M] drivers/hwmon/w83795.ko LD [M] drivers/hwmon/w83l786ng.ko LD [M] drivers/i2c/algos/i2c-algo-bit.ko LD [M] drivers/i2c/algos/i2c-algo-pca.ko LD [M] drivers/i2c/algos/i2c-algo-pcf.ko LD [M] drivers/i2c/busses/i2c-emev2.ko LD [M] drivers/i2c/busses/i2c-parport.ko LD [M] drivers/i2c/busses/i2c-pca-platform.ko LD [M] drivers/i2c/busses/i2c-xiic.ko LD [M] drivers/i2c/i2c-core.ko LD [M] drivers/i2c/i2c-mux.ko LD [M] drivers/i2c/i2c-slave-eeprom.ko LD [M] drivers/i2c/i2c-smbus.ko LD [M] drivers/i2c/muxes/i2c-mux-pinctrl.ko LD [M] drivers/i2c/muxes/i2c-mux-reg.ko LD [M] drivers/input/evbug.ko LD [M] drivers/input/gameport/lightning.ko LD [M] drivers/input/gameport/ns558.ko LD [M] drivers/input/input-polldev.ko LD [M] drivers/input/joystick/a3d.ko LD [M] drivers/input/joystick/analog.ko LD [M] drivers/input/joystick/as5011.ko LD [M] drivers/input/joystick/interact.ko LD [M] drivers/input/joystick/joydump.ko LD [M] drivers/input/joystick/stinger.ko LD [M] drivers/input/keyboard/adp5589-keys.ko LD [M] drivers/input/keyboard/cap11xx.ko LD [M] drivers/input/keyboard/lkkbd.ko LD [M] drivers/input/keyboard/lm8323.ko LD [M] drivers/input/keyboard/max7359_keypad.ko LD [M] drivers/input/keyboard/opencores-kbd.ko LD [M] drivers/input/keyboard/qt2160.ko LD [M] drivers/input/keyboard/tca6416-keypad.ko LD [M] drivers/input/keyboard/xtkbd.ko LD [M] drivers/input/keyboard/tca8418_keypad.ko LD [M] drivers/input/mouse/cyapatp.ko LD [M] drivers/input/mouse/elan_i2c.ko LD [M] drivers/input/tablet/wacom_serial4.ko LD [M] drivers/input/touchscreen/ad7879-i2c.ko LD [M] drivers/input/touchscreen/ad7879.ko LD [M] drivers/input/touchscreen/ads7846.ko LD [M] drivers/input/touchscreen/atmel_mxt_ts.ko LD [M] drivers/input/touchscreen/bu21013_ts.ko LD [M] drivers/input/touchscreen/dynapro.ko LD [M] drivers/input/touchscreen/edt-ft5x06.ko LD [M] drivers/input/touchscreen/egalax_ts.ko LD [M] drivers/input/touchscreen/elants_i2c.ko LD [M] drivers/input/touchscreen/goodix.ko LD [M] drivers/input/touchscreen/ili210x.ko LD [M] drivers/input/touchscreen/max11801_ts.ko LD [M] drivers/input/touchscreen/mc13783_ts.ko LD [M] drivers/input/touchscreen/mcs5000_ts.ko LD [M] drivers/input/touchscreen/mk712.ko LD [M] drivers/input/touchscreen/mms114.ko LD [M] drivers/input/touchscreen/pcap_ts.ko LD [M] drivers/input/touchscreen/pixcir_i2c_ts.ko LD [M] drivers/input/touchscreen/sx8654.ko LD [M] drivers/input/touchscreen/touchright.ko LD [M] drivers/input/touchscreen/touchwin.ko LD [M] drivers/input/touchscreen/wacom_i2c.ko LD [M] drivers/input/touchscreen/wacom_w8001.ko LD [M] drivers/input/touchscreen/wdt87xx_i2c.ko LD [M] drivers/leds/led-class-flash.ko LD [M] drivers/leds/leds-blinkm.ko LD [M] drivers/leds/leds-lm3530.ko LD [M] drivers/leds/leds-lm355x.ko LD [M] drivers/leds/leds-lp5521.ko LD [M] drivers/leds/leds-lp5523.ko LD [M] drivers/leds/leds-lp5562.ko LD [M] drivers/leds/leds-lp55xx-common.ko LD [M] drivers/leds/leds-lp8501.ko LD [M] drivers/leds/leds-lp8860.ko LD [M] drivers/leds/leds-menf21bmc.ko LD [M] drivers/leds/leds-pca9532.ko LD [M] drivers/leds/leds-pca955x.ko LD [M] drivers/leds/leds-pca963x.ko LD [M] drivers/leds/leds-tca6507.ko LD [M] drivers/mailbox/mailbox-altera.ko LD [M] drivers/md/dm-bio-prison.ko LD [M] drivers/md/dm-bufio.ko LD [M] drivers/md/dm-cache-cleaner.ko LD [M] drivers/md/dm-cache-mq.ko LD [M] drivers/md/dm-cache.ko LD [M] drivers/md/dm-era.ko LD [M] drivers/md/dm-delay.ko LD [M] drivers/md/dm-flakey.ko LD [M] drivers/md/dm-log-writes.ko LD [M] drivers/md/dm-log.ko LD [M] drivers/md/dm-mirror.ko LD [M] drivers/md/dm-mod.ko LD [M] drivers/md/dm-multipath.ko LD [M] drivers/md/dm-queue-length.ko LD [M] drivers/md/dm-region-hash.ko LD [M] drivers/md/dm-round-robin.ko LD [M] drivers/md/dm-thin-pool.ko LD [M] drivers/md/dm-verity.ko LD [M] drivers/md/dm-zero.ko LD [M] drivers/md/faulty.ko LD [M] drivers/md/linear.ko LD [M] drivers/md/md-mod.ko LD [M] drivers/md/multipath.ko LD [M] drivers/md/raid0.ko LD [M] drivers/md/persistent-data/dm-persistent-data.ko LD [M] drivers/md/raid10.ko LD [M] drivers/media/common/siano/smsdvb.ko LD [M] drivers/media/common/siano/smsmdtv.ko LD [M] drivers/media/dvb-core/dvb-core.ko LD [M] drivers/media/mmc/siano/smssdio.ko LD [M] drivers/media/radio/radio-wl1273.ko LD [M] drivers/media/radio/si470x/radio-i2c-si470x.ko LD [M] drivers/media/radio/si4713/radio-platform-si4713.ko LD [M] drivers/media/tuners/mt20xx.ko LD [M] drivers/media/tuners/mc44s803.ko LD [M] drivers/media/tuners/tda8290.ko LD [M] drivers/media/radio/tef6862.ko LD [M] drivers/media/tuners/tda9887.ko LD [M] drivers/media/tuners/tda18271.ko LD [M] drivers/media/tuners/tea5761.ko LD [M] drivers/media/tuners/tda827x.ko LD [M] drivers/media/tuners/tea5767.ko LD [M] drivers/media/radio/si4713/si4713.ko LD [M] drivers/media/tuners/xc4000.ko LD [M] drivers/media/tuners/tuner-types.ko LD [M] drivers/media/tuners/tuner-xc2028.ko LD [M] drivers/media/tuners/tuner-simple.ko LD [M] drivers/media/tuners/xc5000.ko LD [M] drivers/media/v4l2-core/v4l2-common.ko LD [M] drivers/media/v4l2-core/v4l2-dv-timings.ko LD [M] drivers/mfd/atmel-hlcdc.ko LD [M] drivers/memstick/core/mspro_block.ko LD [M] drivers/memstick/core/memstick.ko LD [M] drivers/mfd/hi6421-pmic-core.ko LD [M] drivers/media/v4l2-core/videodev.ko LD [M] drivers/mfd/kempld-core.ko LD [M] drivers/mfd/lp3943.ko LD [M] drivers/mfd/mc13xxx-core.ko LD [M] drivers/mfd/mc13xxx-i2c.ko LD [M] drivers/mfd/mc13xxx-spi.ko LD [M] drivers/mfd/menf21bmc.ko LD [M] drivers/mfd/mt6397-core.ko LD [M] drivers/mfd/pcf50633-adc.ko LD [M] drivers/mfd/pcf50633-gpio.ko LD [M] drivers/mfd/retu-mfd.ko LD [M] drivers/mfd/pcf50633.ko LD [M] drivers/mfd/rk808.ko LD [M] drivers/mfd/rn5t618.ko LD [M] drivers/mfd/si476x-core.ko LD [M] drivers/mfd/sky81452.ko LD [M] drivers/mfd/tps6105x.ko LD [M] drivers/mfd/tps6507x.ko LD [M] drivers/mfd/tps65217.ko LD [M] drivers/mfd/tps65218.ko LD [M] drivers/mfd/wl1273-core.ko LD [M] drivers/mfd/wm8994-core.ko LD [M] drivers/mfd/wm8994-irq.ko LD [M] drivers/mfd/wm8994-regmap.ko LD [M] drivers/misc/ad525x_dpot-i2c.ko LD [M] drivers/misc/ad525x_dpot.ko LD [M] drivers/misc/altera-stapl/altera-stapl.ko LD [M] drivers/misc/apds9802als.ko LD [M] drivers/misc/bh1770glc.ko LD [M] drivers/misc/bh1780gli.ko LD [M] drivers/misc/c2port/core.ko LD [M] drivers/misc/dummy-irq.ko LD [M] drivers/misc/eeprom/at24.ko LD [M] drivers/misc/eeprom/eeprom.ko LD [M] drivers/misc/eeprom/eeprom_93cx6.ko LD [M] drivers/misc/eeprom/eeprom_93xx46.ko LD [M] drivers/misc/fsa9480.ko LD [M] drivers/misc/isl29003.ko LD [M] drivers/misc/isl29020.ko LD [M] drivers/misc/lattice-ecp3-config.ko LD [M] drivers/misc/lis3lv02d/lis3lv02d.ko LD [M] drivers/misc/lis3lv02d/lis3lv02d_i2c.ko LD [M] drivers/misc/lis3lv02d/lis3lv02d_spi.ko LD [M] drivers/misc/ti_dac7512.ko LD [M] drivers/mmc/card/mmc_block.ko LD [M] drivers/mmc/card/sdio_uart.ko LD [M] drivers/mmc/core/mmc_core.ko LD [M] drivers/mmc/host/mmc_spi.ko LD [M] drivers/mmc/host/of_mmc_spi.ko LD [M] drivers/mmc/host/sdhci-of-arasan.ko LD [M] drivers/mmc/host/sdhci-of-at91.ko LD [M] drivers/mmc/host/sdhci-pltfm.ko LD [M] drivers/mmc/host/sdhci.ko LD [M] drivers/mmc/host/sh_mmcif.ko LD [M] drivers/mmc/host/sh_mobile_sdhi.ko LD [M] drivers/mmc/host/tmio_mmc_core.ko LD [M] drivers/mmc/host/usdhi6rol0.ko LD [M] drivers/mtd/ar7part.ko LD [M] drivers/mtd/chips/chipreg.ko LD [M] drivers/mtd/chips/map_ram.ko LD [M] drivers/mtd/chips/map_rom.ko LD [M] drivers/mtd/devices/docg3.ko LD [M] drivers/mtd/devices/m25p80.ko LD [M] drivers/mtd/devices/mtd_dataflash.ko LD [M] drivers/mtd/devices/phram.ko LD [M] drivers/mtd/devices/mtdram.ko LD [M] drivers/mtd/ftl.ko LD [M] drivers/mtd/inftl.ko LD [M] drivers/mtd/lpddr/lpddr_cmds.ko LD [M] drivers/mtd/lpddr/qinfo_probe.ko LD [M] drivers/mtd/maps/latch-addr-flash.ko LD [M] drivers/mtd/maps/map_funcs.ko LD [M] drivers/mtd/maps/plat-ram.ko LD [M] drivers/mtd/maps/physmap_of.ko LD [M] drivers/mtd/mtd.ko LD [M] drivers/mtd/mtd_blkdevs.ko LD [M] drivers/mtd/mtdoops.ko LD [M] drivers/mtd/nand/denali.ko LD [M] drivers/mtd/nand/denali_dt.ko LD [M] drivers/mtd/nand/docg4.ko LD [M] drivers/mtd/nand/hisi504_nand.ko LD [M] drivers/mtd/nand/nand.ko LD [M] drivers/mtd/nand/nand_ecc.ko LD [M] drivers/mtd/nand/nand_ids.ko LD [M] drivers/mtd/nand/nandsim.ko LD [M] drivers/mtd/nftl.ko LD [M] drivers/mtd/redboot.ko LD [M] drivers/mtd/spi-nor/spi-nor.ko LD [M] drivers/mtd/ubi/ubi.ko LD [M] drivers/parport/parport_ax88796.ko LD [M] drivers/pcmcia/pcmcia.ko LD [M] drivers/pcmcia/pcmcia_core.ko LD [M] drivers/pcmcia/pcmcia_rsrc.ko LD [M] drivers/power/bq2415x_charger.ko LD [M] drivers/power/bq27x00_battery.ko LD [M] drivers/power/ds2760_battery.ko LD [M] drivers/power/ltc2941-battery-gauge.ko LD [M] drivers/power/max17040_battery.ko LD [M] drivers/power/pda_power.ko LD [M] drivers/power/sbs-battery.ko LD [M] drivers/pwm/pwm-fsl-ftm.ko LD [M] drivers/pwm/pwm-pca9685.ko LD [M] drivers/regulator/act8865-regulator.ko LD [M] drivers/regulator/ad5398.ko LD [M] drivers/regulator/da9210-regulator.ko LD [M] drivers/regulator/da9211-regulator.ko LD [M] drivers/regulator/fan53555.ko LD [M] drivers/regulator/fixed.ko LD [M] drivers/regulator/hi6421-regulator.ko LD [M] drivers/regulator/isl6271a-regulator.ko LD [M] drivers/regulator/isl9305.ko LD [M] drivers/regulator/lp3972.ko LD [M] drivers/regulator/lp8755.ko LD [M] drivers/regulator/ltc3589.ko LD [M] drivers/regulator/max8649.ko LD [M] drivers/regulator/max8660.ko LD [M] drivers/regulator/max8952.ko LD [M] drivers/regulator/max8973-regulator.ko LD [M] drivers/regulator/mc13783-regulator.ko LD [M] drivers/regulator/mc13892-regulator.ko LD [M] drivers/regulator/mc13xxx-regulator-core.ko LD [M] drivers/regulator/pcf50633-regulator.ko LD [M] drivers/regulator/pfuze100-regulator.ko LD [M] drivers/regulator/mt6311-regulator.ko LD [M] drivers/regulator/rk808-regulator.ko LD [M] drivers/regulator/rn5t618-regulator.ko LD [M] drivers/regulator/tps51632-regulator.ko LD [M] drivers/regulator/tps6105x-regulator.ko LD [M] drivers/regulator/tps62360-regulator.ko LD [M] drivers/regulator/tps65023-regulator.ko LD [M] drivers/regulator/tps6507x-regulator.ko LD [M] drivers/regulator/tps65217-regulator.ko LD [M] drivers/regulator/tps65218-regulator.ko LD [M] drivers/regulator/virtual.ko LD [M] drivers/scsi/ch.ko LD [M] drivers/scsi/iscsi_boot_sysfs.ko LD [M] drivers/scsi/libsas/libsas.ko LD [M] drivers/scsi/osd/libosd.ko LD [M] drivers/scsi/osd/osd.ko LD [M] drivers/scsi/osst.ko LD [M] drivers/scsi/ppa.ko LD [M] drivers/scsi/scsi_mod.ko LD [M] drivers/scsi/scsi_transport_sas.ko LD [M] drivers/scsi/scsi_transport_spi.ko LD [M] drivers/scsi/scsi_transport_srp.ko LD [M] drivers/scsi/sd_mod.ko LD [M] drivers/scsi/ses.ko LD [M] drivers/scsi/sg.ko LD [M] drivers/scsi/sr_mod.ko LD [M] drivers/scsi/ufs/ufshcd-pltfrm.ko LD [M] drivers/scsi/st.ko LD [M] drivers/scsi/ufs/ufshcd.ko LD [M] drivers/spi/spi-cadence.ko LD [M] drivers/spi/spi-dw.ko LD [M] drivers/spi/spi-rockchip.ko LD [M] drivers/spi/spi-sc18is602.ko LD [M] drivers/spi/spi-sh-msiof.ko LD [M] drivers/spi/spi-sh.ko LD [M] drivers/spi/spi-xilinx.ko LD [M] drivers/target/target_core_iblock.ko LD [M] drivers/target/target_core_mod.ko LD [M] drivers/target/target_core_pscsi.ko LD [M] drivers/tty/serial/8250/8250_dw.ko LD [M] drivers/tty/serial/8250/serial_cs.ko LD [M] drivers/tty/serial/digicolor-usart.ko LD [M] drivers/tty/serial/fsl_lpuart.ko LD [M] drivers/tty/serial/max3100.ko LD [M] drivers/video/fbdev/sh_mobile_meram.ko LD [M] drivers/virtio/virtio_mmio.ko LD [M] drivers/virtio/virtio_balloon.ko LD [M] drivers/w1/masters/ds1wm.ko LD [M] drivers/w1/masters/ds2482.ko LD [M] drivers/w1/slaves/w1_bq27000.ko LD [M] drivers/w1/slaves/w1_ds2408.ko LD [M] drivers/w1/slaves/w1_ds2413.ko LD [M] drivers/w1/slaves/w1_ds2433.ko LD [M] drivers/w1/slaves/w1_ds2760.ko LD [M] drivers/w1/slaves/w1_therm.ko LD [M] fs/adfs/adfs.ko LD [M] fs/befs/befs.ko LD [M] fs/bfs/bfs.ko LD [M] fs/binfmt_misc.ko LD [M] fs/binfmt_script.ko LD [M] fs/btrfs/btrfs.ko LD [M] fs/configfs/configfs.ko LD [M] fs/efs/efs.ko LD [M] fs/fuse/cuse.ko LD [M] fs/f2fs/f2fs.ko LD [M] fs/fuse/fuse.ko LD [M] fs/jffs2/jffs2.ko LD [M] fs/jfs/jfs.ko LD [M] fs/nls/mac-cyrillic.ko LD [M] fs/nls/mac-roman.ko LD [M] fs/nls/mac-romanian.ko LD [M] fs/nls/nls_ascii.ko LD [M] fs/nls/nls_cp1255.ko LD [M] fs/nls/nls_cp775.ko LD [M] fs/nls/nls_cp850.ko LD [M] fs/nls/nls_cp855.ko LD [M] fs/nls/nls_cp874.ko LD [M] fs/nls/nls_cp936.ko LD [M] fs/nls/nls_cp949.ko LD [M] fs/nls/nls_cp950.ko LD [M] fs/nls/nls_iso8859-14.ko LD [M] fs/nls/nls_iso8859-9.ko LD [M] fs/squashfs/squashfs.ko LD [M] fs/ufs/ufs.ko LD [M] kernel/configs.ko LD [M] lib/842/842_compress.ko LD [M] lib/842/842_decompress.ko LD [M] lib/bch.ko LD [M] lib/crc7.ko LD [M] lib/interval_tree_test.ko LD [M] lib/mpi/mpi.ko LD [M] lib/percpu_test.ko LD [M] lib/raid6/raid6_pq.ko LD [M] lib/test-string_helpers.ko LD [M] lib/test_module.ko LD [M] lib/test_static_key_base.ko LD [M] lib/test_static_keys.ko LD [M] lib/xz/xz_dec.ko LD [M] lib/xz/xz_dec_test.ko IHEX firmware/cis/MT5634ZLX.cis IHEX firmware/cis/RS-COM-2P.cis IHEX firmware/cis/COMpad2.cis IHEX firmware/cis/COMpad4.cis IHEX firmware/cis/SW_555_SER.cis IHEX firmware/cis/SW_7xx_SER.cis IHEX firmware/cis/SW_8xx_SER.cis LD arch/sh/boot/compressed/piggy.o LD arch/sh/boot/compressed/vmlinux OBJCOPY arch/sh/boot/zImage Kernel: arch/sh/boot/zImage is ready make[1]: Leaving directory `/home/kisskb/slave/build/linus_sh-randconfig_sh4' Completed OK # rm -rf /home/kisskb/slave/build/linus_sh-randconfig_sh4 # Build took: 0:01:31.869928