# git rev-parse -q --verify 3a7c114d358dbe1c5cba70e7d4c3cb39b3c8ecaa^{commit} 3a7c114d358dbe1c5cba70e7d4c3cb39b3c8ecaa already have revision, skipping fetch # git checkout -q -f -B kisskb 3a7c114d358dbe1c5cba70e7d4c3cb39b3c8ecaa # git clean -qxdf # git log -1 commit 3a7c114d358dbe1c5cba70e7d4c3cb39b3c8ecaa Merge: 45b00c9 b66b2a0 Author: Linus Torvalds Date: Sat Jun 11 18:03:39 2016 -0700 Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio Pull GPIO fixes from Linus Walleij: "A new bunch of GPIO fixes for v4.7. This time I am very grateful that Ricardo Ribalda Delgado went in and fixed my stupid refcounting mistakes in the removal path for GPIO chips. I had a feeling something was wrong here and so it was. It exploded on OMAP and it fixes their problem. Now it should be (more) solid. The rest i compilation, Kconfig and driver fixes. Some tagged for stable. Summary: - Fix a NULL pointer dereference when we are searching the GPIO device list but one of the devices have been removed (struct gpio_chip pointer is NULL). - Fix unaligned reference counters: we were ending on +3 after all said and done. It should be 0. Remove an extraneous get_device(), and call cdev_del() followed by device_del() in gpiochip_remove() instead and the count goes to zero and calls the release() function properly. - Fix a compile warning due to a missing #include in the OF/device tree portions. - Select ANON_INODES for GPIOLIB, we're using that for our character device. Some randconfig tests disclosed the problem. - Make sure the Zynq driver clock runs also without CONFIG_PM enabled - Fix an off-by-one error in the 104-DIO-48E driver - Fix warnings in bcm_kona_gpio_reset()" * tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings gpio: select ANON_INODES gpio: include in gpiolib-of gpiolib: Fix unaligned used of reference counters gpiolib: Fix NULL pointer deference gpio: zynq: initialize clock even without CONFIG_PM gpio: 104-dio-48e: Fix control port offset computation off-by-one error # < /opt/cross/kisskb/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 3a7c114d358dbe1c5cba70e7d4c3cb39b3c8ecaa # < make -j 240 ARCH=x86_64 O=/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x5860C6F warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_BYTCR_RT5651_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) # Added to kconfig CONFIG_STANDALONE=y # yes \n | make -j 240 ARCH=x86_64 O=/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -j 240 ARCH=x86_64 O=/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- make[1]: Entering directory `/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_BYTCR_RT5651_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) warning: (SND_SOC_INTEL_BYTCR_RT5640_MACH && SND_SOC_INTEL_BYTCR_RT5651_MACH && SND_SOC_INTEL_CHT_BSW_RT5672_MACH && SND_SOC_INTEL_CHT_BSW_RT5645_MACH && SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) selects SND_SST_IPC_ACPI which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && ACPI) make[1]: Leaving directory `/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64' make[1]: Entering directory `/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64' SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_64_x32.h SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_64.h SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h HOSTCC scripts/basic/bin2c CHK include/config/kernel.release UPD include/config/kernel.release GEN ./Makefile WRAP arch/x86/include/generated/asm/clkdev.h WRAP arch/x86/include/generated/asm/cputime.h WRAP arch/x86/include/generated/asm/dma-contiguous.h WRAP arch/x86/include/generated/asm/early_ioremap.h WRAP arch/x86/include/generated/asm/mcs_spinlock.h WRAP arch/x86/include/generated/asm/mm-arch-hooks.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h DESCEND objtool HOSTCC scripts/kallsyms HOSTCC scripts/conmakehash HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/extract-cert CC scripts/mod/empty.o HOSTCC scripts/genksyms/genksyms.o SHIPPED scripts/genksyms/parse.tab.c HOSTCC scripts/mod/mk_elfconfig SHIPPED scripts/genksyms/lex.lex.c CC scripts/mod/devicetable-offsets.s SHIPPED scripts/genksyms/keywords.hash.c SHIPPED scripts/genksyms/parse.tab.h HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/genksyms/lex.lex.o HOSTCC scripts/selinux/mdp/mdp HOSTCC scripts/selinux/genheaders/genheaders CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/builtin-check.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/elf.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/special.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/objtool.o MKDIR /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/insn/ CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/libstring.o GEN /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/insn/inat-tables.c GEN scripts/mod/devicetable-offsets.h CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/exec-cmd.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/help.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/pager.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/parse-options.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/run-command.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/sigchain.o CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/subcmd-config.o MKDIR /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/ MKELF scripts/mod/elfconfig.h CC /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/decode.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o MKDIR /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/ LD /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/arch/x86/objtool-in.o HOSTLD scripts/genksyms/genksyms LD /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/libsubcmd-in.o LD /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/objtool-in.o AR /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/libsubcmd.a LINK /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64/tools/objtool/objtool HOSTLD scripts/mod/modpost HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o Using /home/kisskb/slave/src as source for kernel HOSTLD arch/x86/tools/relocs CHK include/generated/timeconst.h CC kernel/bounds.s UPD include/generated/timeconst.h CHK include/generated/bounds.h UPD include/generated/bounds.h CC arch/x86/kernel/asm-offsets.s CHK include/generated/asm-offsets.h UPD include/generated/asm-offsets.h CALL /home/kisskb/slave/src/scripts/checksyscalls.sh CC init/main.o CHK include/generated/compile.h CC init/do_mounts.o CC init/do_mounts_initrd.o CC init/initramfs.o CC init/calibrate.o CC init/init_task.o UPD include/generated/compile.h HOSTCC usr/gen_init_cpio CC init/version.o AS arch/x86/net/bpf_jit.o CC arch/x86/ia32/sys_ia32.o AS arch/x86/entry/entry_64.o CC arch/x86/net/bpf_jit_comp.o AS arch/x86/entry/thunk_64.o CC arch/x86/ia32/ia32_signal.o CC arch/x86/ia32/audit.o CC arch/x86/events/core.o CC arch/x86/realmode/init.o CC arch/x86/entry/syscall_64.o CC [M] arch/x86/ia32/ia32_aout.o CC arch/x86/events/amd/core.o CC arch/x86/entry/common.o AS arch/x86/entry/entry_64_compat.o CC arch/x86/events/amd/uncore.o CC arch/x86/entry/syscall_32.o CC arch/x86/events/amd/power.o CC arch/x86/events/amd/ibs.o CC arch/x86/events/msr.o AS arch/x86/realmode/rm/header.o AS arch/x86/realmode/rm/trampoline_64.o AS arch/x86/realmode/rm/stack.o AS arch/x86/realmode/rm/reboot.o CC arch/x86/entry/vsyscall/vsyscall_gtod.o LD arch/x86/platform/efi/built-in.o CC arch/x86/platform/atom/pmc_atom.o CC arch/x86/entry/vsyscall/vsyscall_64.o arch/x86/net/bpf_jit.o: warning: objtool: .text+0x2: can't find jump dest instruction at .text+0xdb000008 LD arch/x86/platform/ce4100/built-in.o LD arch/x86/platform/geode/built-in.o AS arch/x86/entry/vsyscall/vsyscall_emu_64.o CC arch/x86/platform/atom/punit_atom_debug.o arch/x86/entry/thunk_64.o: warning: objtool: .text+0x11: call without frame pointer save/setup arch/x86/entry/thunk_64.o: warning: objtool: .text+0x26: return instruction outside of a callable function LD arch/x86/platform/intel-mid/built-in.o LD arch/x86/platform/uv/built-in.o CC arch/x86/platform/intel/iosf_mbi.o LD arch/x86/platform/intel-quark/built-in.o CC arch/x86/events/intel/core.o LD arch/x86/platform/olpc/built-in.o CC arch/x86/events/intel/bts.o LD arch/x86/platform/iris/built-in.o init/calibrate.o: warning: objtool: calibrate_delay_direct()+0x21: can't find jump dest instruction at .text+0x78020027 LD arch/x86/platform/scx200/built-in.o CC arch/x86/platform/goldfish/goldfish.o CC arch/x86/mm/init.o CC arch/x86/events/intel/cqm.o CC arch/x86/mm/init_64.o LD arch/x86/platform/ts5500/built-in.o CC arch/x86/events/intel/ds.o CC arch/x86/mm/fault.o CC arch/x86/mm/ioremap.o CC arch/x86/events/intel/knc.o CC arch/x86/platform/sfi/sfi.o CC arch/x86/events/intel/lbr.o CC arch/x86/events/intel/p4.o CC arch/x86/events/intel/p6.o PASYMS arch/x86/realmode/rm/pasyms.h CC arch/x86/mm/extable.o LDS arch/x86/realmode/rm/realmode.lds CC arch/x86/events/intel/pt.o CC [M] arch/x86/events/intel/cstate.o CC arch/x86/mm/pageattr.o LD arch/x86/realmode/rm/realmode.elf CC arch/x86/mm/mmap.o RELOCS arch/x86/realmode/rm/realmode.relocs CC arch/x86/mm/pat.o OBJCOPY arch/x86/realmode/rm/realmode.bin CC arch/x86/mm/pgtable.o CC arch/x86/mm/physaddr.o AS arch/x86/realmode/rmpiggy.o CC arch/x86/mm/gup.o CC arch/x86/mm/setup_nx.o CC arch/x86/entry/vdso/vma.o CC arch/x86/mm/tlb.o CC arch/x86/entry/vdso/vdso32-setup.o CC arch/x86/mm/pat_rbtree.o LDS arch/x86/entry/vdso/vdso.lds CC arch/x86/mm/dump_pagetables.o CC certs/system_keyring.o EXTRACT_CERTS AS arch/x86/entry/vdso/vdso-note.o CC arch/x86/mm/numa.o AS certs/system_certificates.o CC arch/x86/mm/numa_64.o CC arch/x86/entry/vdso/vclock_gettime.o CC arch/x86/mm/numa_emulation.o CC arch/x86/entry/vdso/vgetcpu.o HOSTCC arch/x86/entry/vdso/vdso2c CC arch/x86/mm/mpx.o LDS arch/x86/entry/vdso/vdso32/vdso32.lds CC arch/x86/crypto/glue_helper.o CC arch/x86/kernel/process_64.o CC arch/x86/mm/pkeys.o AS arch/x86/crypto/aes-x86_64-asm_64.o CC arch/x86/kernel/signal.o CC arch/x86/entry/vdso/vdso32/vclock_gettime.o CC [M] arch/x86/mm/debug_pagetables.o CC arch/x86/crypto/aes_glue.o AS arch/x86/entry/vdso/vdso32/note.o AS arch/x86/crypto/des3_ede-asm_64.o CC arch/x86/kernel/signal_compat.o AS arch/x86/entry/vdso/vdso32/system_call.o CC arch/x86/kernel/traps.o CC arch/x86/crypto/des3_ede_glue.o AS arch/x86/crypto/camellia-x86_64-asm_64.o LD arch/x86/realmode/built-in.o CC arch/x86/kernel/irq.o CC arch/x86/kernel/irq_64.o CC arch/x86/crypto/camellia_glue.o CC arch/x86/kernel/dumpstack_64.o AS arch/x86/crypto/twofish-x86_64-asm_64.o CC arch/x86/kernel/time.o CC arch/x86/crypto/twofish_glue.o AS arch/x86/crypto/twofish-x86_64-asm_64-3way.o CC arch/x86/kernel/ioport.o init/do_mounts_initrd.o: warning: objtool: initrd_load()+0x36: call without frame pointer save/setup CC arch/x86/kernel/dumpstack.o CC arch/x86/crypto/twofish_glue_3way.o AS arch/x86/crypto/serpent-sse2-x86_64-asm_64.o CC arch/x86/kernel/nmi.o arch/x86/crypto/aes-x86_64-asm_64.o: warning: objtool: aes_enc_blk()+0x31: can't find jump dest instruction at .text+0x3e030037 CC arch/x86/crypto/serpent_sse2_glue.o CC arch/x86/kernel/ldt.o GEN usr/initramfs_data.cpio.xz AS arch/x86/crypto/crct10dif-pcl-asm_64.o CC arch/x86/crypto/crct10dif-pclmul_glue.o CC arch/x86/kernel/setup.o CC arch/x86/kernel/x86_init.o CC arch/x86/kernel/i8259.o AS arch/x86/crypto/camellia-aesni-avx-asm_64.o CC kernel/fork.o CC arch/x86/kernel/irqinit.o CC kernel/exec_domain.o arch/x86/platform/goldfish/goldfish.o: warning: objtool: goldfish_init()+0x37: call without frame pointer save/setup arch/x86/crypto/crct10dif-pcl-asm_64.o: warning: objtool: crc_t10dif_pcl()+0x15: can't find jump dest instruction at .text+0xe503001b CC arch/x86/kernel/jump_label.o LD arch/x86/platform/goldfish/built-in.o CC arch/x86/crypto/camellia_aesni_avx_glue.o arch/x86/crypto/camellia-x86_64-asm_64.o: warning: objtool: __camellia_enc_blk()+0x88c: can't find jump dest instruction at .text+0xf5020892 CC kernel/panic.o AS arch/x86/crypto/cast5-avx-x86_64-asm_64.o CC kernel/cpu.o CC arch/x86/crypto/cast5_avx_glue.o CC arch/x86/kernel/irq_work.o CC kernel/exit.o AS arch/x86/crypto/twofish-avx-x86_64-asm_64.o CC arch/x86/kernel/probe_roms.o CC kernel/softirq.o CC arch/x86/crypto/twofish_avx_glue.o AS arch/x86/crypto/camellia-aesni-avx2-asm_64.o CC kernel/resource.o CC arch/x86/kernel/sys_x86_64.o CC kernel/sysctl.o CC arch/x86/crypto/camellia_aesni_avx2_glue.o AS [M] arch/x86/crypto/blowfish-x86_64-asm_64.o CC kernel/sysctl_binary.o CC arch/x86/kernel/x8664_ksyms_64.o CC [M] arch/x86/crypto/blowfish_glue.o AS [M] arch/x86/crypto/ghash-clmulni-intel_asm.o AS usr/initramfs_data.o AS arch/x86/kernel/mcount_64.o arch/x86/crypto/camellia-aesni-avx-asm_64.o: warning: objtool: __camellia_enc_blk16()+0x986: can't find jump dest instruction at .text+0x3c02106c CC kernel/capability.o arch/x86/crypto/serpent-sse2-x86_64-asm_64.o: warning: objtool: __serpent_enc_blk_8way()+0x491d: can't find jump dest instruction at .text+0xa4004923 CC arch/x86/kernel/espfix_64.o CC [M] arch/x86/crypto/ghash-clmulni-intel_glue.o CC kernel/ptrace.o AS [M] arch/x86/crypto/sha1_ssse3_asm.o CC kernel/user.o CC [M] arch/x86/crypto/sha1_ssse3_glue.o AS [M] arch/x86/crypto/sha1_avx2_x86_64_asm.o CC arch/x86/kernel/ksysfs.o CC kernel/signal.o AS [M] arch/x86/crypto/crc32-pclmul_asm.o CC arch/x86/kernel/bootflag.o arch/x86/platform/atom/punit_atom_debug.o: warning: objtool: punit_dev_state_open()+0x18: call without frame pointer save/setup arch/x86/platform/atom/punit_atom_debug.o: warning: objtool: punit_dev_state_show()+0x1c: call without frame pointer save/setup arch/x86/platform/atom/punit_atom_debug.o: warning: objtool: punit_atom_debug_init()+0xd: call without frame pointer save/setup arch/x86/platform/atom/punit_atom_debug.o: warning: objtool: punit_atom_debug_exit()+0xb: call without frame pointer save/setup arch/x86/crypto/camellia-aesni-avx2-asm_64.o: warning: objtool: __camellia_enc_blk32()+0xabb: can't find jump dest instruction at .text+0x470212e1 CC kernel/sys.o CC arch/x86/kernel/e820.o arch/x86/mm/setup_nx.o: warning: objtool: noexec_setup()+0x1f: call without frame pointer save/setup arch/x86/mm/setup_nx.o: warning: objtool: x86_report_nx()+0x33: call without frame pointer save/setup AS [M] arch/x86/crypto/sha512-ssse3-asm.o CC arch/x86/kernel/pci-dma.o CC arch/x86/kernel/quirks.o CC [M] arch/x86/crypto/crc32-pclmul_glue.o arch/x86/crypto/ghash-clmulni-intel_asm.o: warning: objtool: clmul_ghash_mul()+0x17: can't find call dest symbol at offset 0x450000bb CC kernel/kmod.o AS [M] arch/x86/crypto/sha512-avx2-asm.o AS [M] arch/x86/crypto/sha512-avx-asm.o LD usr/built-in.o CC arch/x86/kernel/topology.o CC [M] arch/x86/crypto/sha512_ssse3_glue.o CC kernel/workqueue.o arch/x86/crypto/twofish-avx-x86_64-asm_64.o: warning: objtool: twofish_ecb_enc_8way()+0x2e: can't find call dest symbol at offset 0x8d7c8472 AS [M] arch/x86/crypto/serpent-avx-x86_64-asm_64.o CC arch/x86/kernel/kdebugfs.o arch/x86/crypto/crc32-pclmul_asm.o: warning: objtool: crc32_pclmul_le_16()+0x27: can't find jump dest instruction at .text+0x8000007d CC arch/x86/kernel/alternative.o CC kernel/pid.o CC [M] arch/x86/crypto/serpent_avx_glue.o arch/x86/crypto/cast5-avx-x86_64-asm_64.o: warning: objtool: __cast5_enc_blk16()+0x3239: can't find jump dest instruction at .text+0x8810323f arch/x86/mm/numa_64.o: warning: objtool: initmem_init()+0x4: call without frame pointer save/setup CC arch/x86/kernel/i8253.o CC kernel/task_work.o arch/x86/crypto/sha1_avx2_x86_64_asm.o: warning: objtool: sha1_transform_avx2()+0x4a0: can't find jump dest instruction at .text+0x7b1804a5 arch/x86/platform/sfi/sfi.o: warning: objtool: sfi_parse_ioapic()+0x54: call without frame pointer save/setup arch/x86/platform/sfi/sfi.o: warning: objtool: sfi_parse_cpus()+0x34: call without frame pointer save/setup arch/x86/platform/sfi/sfi.o: warning: objtool: sfi_platform_init()+0xb: call without frame pointer save/setup CC arch/x86/kernel/pci-nommu.o arch/x86/crypto/sha512-ssse3-asm.o: warning: objtool: sha512_transform_ssse3()+0x4: can't find jump dest instruction at .text+0x8a34000a CC kernel/extable.o init/initramfs.o: warning: objtool: unpack_to_rootfs()+0xa2: can't find jump dest instruction at .init.text+0x3001053d CC arch/x86/kernel/hw_breakpoint.o CC kernel/params.o arch/x86/crypto/sha512-avx-asm.o: warning: objtool: sha512_transform_avx()+0x4: can't find jump dest instruction at .text+0xaa34000a LD arch/x86/platform/sfi/built-in.o arch/x86/crypto/sha1_ssse3_asm.o: warning: objtool: sha1_transform_ssse3()+0xcc9: can't find jump dest instruction at .text+0xe1f40cce CC arch/x86/kernel/tsc.o CC arch/x86/kernel/tsc_msr.o CC kernel/sys_ni.o CC kernel/kthread.o arch/x86/crypto/sha512-avx2-asm.o: warning: objtool: sha512_transform_rorx()+0x32: can't find jump dest instruction at .text+0xaf0d0038 CC kernel/nsproxy.o CC arch/x86/kernel/io_delay.o CC kernel/notifier.o CC mm/filemap.o arch/x86/crypto/serpent-avx-x86_64-asm_64.o: warning: objtool: serpent_ecb_enc_8way_avx()+0x2b: can't find call dest symbol at offset 0x8087797f CC arch/x86/kernel/rtc.o CC mm/mempool.o CC arch/x86/kernel/pci-iommu_table.o CC arch/x86/kernel/resource.o certs/system_keyring.o: warning: objtool: load_system_certificate_list()+0x32: can't find jump dest instruction at .init.text+0xaa000037 arch/x86/events/amd/power.o: warning: objtool: amd_power_pmu_init()+0x1e: can't find jump dest instruction at .init.text+0x49010024 LD certs/built-in.o CC kernel/ksysfs.o arch/x86/mm/debug_pagetables.o: warning: objtool: ptdump_open()+0x10: call without frame pointer save/setup arch/x86/mm/debug_pagetables.o: warning: objtool: ptdump_show()+0x6: call without frame pointer save/setup arch/x86/mm/debug_pagetables.o: warning: objtool: pt_dump_debug_init()+0x1b: call without frame pointer save/setup arch/x86/mm/debug_pagetables.o: warning: objtool: pt_dump_debug_exit()+0xb: call without frame pointer save/setup CC arch/x86/kernel/process.o CC mm/oom_kill.o CC mm/maccess.o arch/x86/events/msr.o: warning: objtool: msr_init()+0x26: can't find jump dest instruction at .init.text+0x9500002b CC mm/page_alloc.o arch/x86/entry/common.o: warning: objtool: do_fast_syscall_32()+0x62: can't find jump dest instruction at .text+0x8200042b CC kernel/reboot.o CC mm/page-writeback.o CC kernel/cred.o LD arch/x86/kernel/acpi/built-in.o CC mm/readahead.o CC mm/swap.o CC kernel/async.o CC kernel/range.o CC mm/truncate.o CC mm/vmscan.o arch/x86/ia32/ia32_aout.o: warning: objtool: load_aout_library()+0x29: can't find jump dest instruction at .text+0x430103c8 CC arch/x86/kernel/ptrace.o CC mm/shmem.o arch/x86/events/intel/p6.o: warning: objtool: p6_pmu_disable_event()+0x10: can't find call dest symbol at offset 0xbe000042 CC kernel/smpboot.o CC mm/util.o LD arch/x86/kernel/kprobes/built-in.o arch/x86/mm/mmap.o: warning: objtool: mmap_base()+0x40: can't find jump dest instruction at .text+0x940000a4 CC mm/mmzone.o CC kernel/groups.o arch/x86/ia32/sys_ia32.o: warning: objtool: cp_stat64()+0x40: can't find jump dest instruction at .text+0x86010046 CC arch/x86/kernel/step.o CC mm/vmstat.o CC arch/x86/kernel/i8237.o arch/x86/kernel/signal_compat.o: warning: objtool: copy_siginfo_to_user32()+0x27: can't find jump dest instruction at .text+0xb100002d CC arch/x86/kernel/tls.o CC mm/backing-dev.o CC arch/x86/kernel/stacktrace.o arch/x86/ia32/ia32_signal.o: warning: objtool: ia32_setup_frame()+0x61: can't find jump dest instruction at .text+0xbf000543 arch/x86/entry/vsyscall/vsyscall_64.o: warning: objtool: warn_bad_vsyscall()+0x18: can't find jump dest instruction at .text+0x85000052 LD arch/x86/ia32/built-in.o arch/x86/kernel/resource.o: warning: objtool: arch_remove_reservations()+0x8: can't find jump dest instruction at .text+0xca00000e arch/x86/kernel/irq_work.o: warning: objtool: smp_irq_work_interrupt()+0x4: can't find call dest symbol at offset 0xd9000027 CC mm/mm_init.o CC ipc/compat.o arch/x86/entry/vdso/vma.o: warning: objtool: map_vdso()+0xb6: can't find jump dest instruction at .text+0xc100027e CC arch/x86/kernel/reboot.o CC mm/mmu_context.o LD arch/x86/entry/vsyscall/built-in.o CC ipc/util.o CC mm/percpu.o CC arch/x86/kernel/early-quirks.o CC arch/x86/kernel/fpu/init.o CC arch/x86/kernel/smp.o CC mm/slab_common.o CC arch/x86/kernel/smpboot.o CC ipc/msgutil.o CC arch/x86/kernel/fpu/bugs.o CC arch/x86/kernel/tsc_sync.o CC mm/compaction.o CC ipc/msg.o arch/x86/events/amd/uncore.o: warning: objtool: amd_uncore_cpu_up_prepare()+0x39: can't find jump dest instruction at .text+0xb2000165 CC mm/vmacache.o arch/x86/kernel/irq_64.o: warning: objtool: handle_irq()+0x20: can't find jump dest instruction at .text+0xda000026 CC mm/interval_tree.o arch/x86/events/intel/knc.o: warning: objtool: knc_pmu_handle_irq()+0x52: can't find jump dest instruction at .text+0x470101c4 CC arch/x86/kernel/setup_percpu.o CC arch/x86/kernel/mpparse.o CC arch/x86/kernel/apic/apic.o LD kernel/livepatch/built-in.o CC mm/list_lru.o CC arch/x86/kernel/apic/apic_noop.o CC arch/x86/kernel/fpu/core.o CC arch/x86/kernel/apic/ipi.o CC ipc/sem.o CC mm/workingset.o CC arch/x86/kernel/fpu/regset.o CC ipc/shm.o CC kernel/events/core.o CC arch/x86/kernel/trace_clock.o arch/x86/mm/numa_emulation.o: warning: objtool: emu_setup_memblk()+0x31: can't find jump dest instruction at .init.text+0xae00005b CC ipc/syscall.o CC kernel/freezer.o CC arch/x86/kernel/apic/vector.o CC kernel/debug/debug_core.o arch/x86/kernel/jump_label.o: warning: objtool: arch_jump_label_transform()+0x2a: can't find call dest symbol at offset 0xbaff0145 CC kernel/stacktrace.o CC mm/debug.o CC arch/x86/kernel/fpu/signal.o CC ipc/ipc_sysctl.o CC arch/x86/kernel/fpu/xstate.o CC kernel/debug/gdbstub.o CC arch/x86/kernel/machine_kexec_64.o CC mm/gup.o CC kernel/events/ring_buffer.o /home/kisskb/slave/src/arch/x86/net/bpf_jit_comp.c: In function 'do_jit': /home/kisskb/slave/src/arch/x86/net/bpf_jit_comp.c:876:8: warning: 'reload_skb_data' may be used uninitialized in this function [-Wuninitialized] CC kernel/futex.o CC arch/x86/kernel/apic/hw_nmi.o CC ipc/mqueue.o CC arch/x86/kernel/apic/io_apic.o CC kernel/bpf/core.o CC mm/highmem.o arch/x86/mm/pkeys.o: warning: objtool: __execute_only_pkey()+0x4a: call without frame pointer save/setup arch/x86/mm/pkeys.o: warning: objtool: __arch_override_mprotect_pkey()+0x41: call without frame pointer save/setup AS arch/x86/kernel/relocate_kernel_64.o CC kernel/events/callchain.o CC arch/x86/kernel/crash.o CC mm/memory.o CC kernel/events/hw_breakpoint.o CC arch/x86/kernel/crash_dump_64.o CC kernel/bpf/verifier.o CC kernel/futex_compat.o CC mm/mincore.o arch/x86/events/intel/cstate.o: warning: objtool: cstate_pmu_event_init()+0x23: can't find jump dest instruction at .text+0xf9000029 CC kernel/bpf/syscall.o CC arch/x86/kernel/apic/msi.o CC arch/x86/kernel/apic/htirq.o CC kernel/dma.o kernel/range.o: warning: objtool: add_range_with_merge()+0x1d: can't find jump dest instruction at .text+0x96000060 CC ipc/mq_sysctl.o CC kernel/bpf/inode.o CC arch/x86/kernel/module.o CC ipc/compat_mq.o CC arch/x86/kernel/apic/apic_flat_64.o CC arch/x86/kernel/doublefault.o CC kernel/smp.o arch/x86/kernel/i8259.o: warning: objtool: mask_and_ack_8259A()+0xd4: can't find jump dest instruction at .text+0x61000324 CC kernel/bpf/helpers.o CC kernel/locking/mutex.o arch/x86/mm/pat_rbtree.o: warning: objtool: memtype_rb_check_conflict.isra.3()+0x6c: can't find jump dest instruction at .text+0x880001b3 CC kernel/power/qos.o CC mm/mlock.o CC arch/x86/kernel/kgdb.o CC kernel/printk/printk.o CC kernel/uid16.o CC kernel/module.o CC arch/x86/kernel/apic/probe_64.o LD [M] arch/x86/events/intel/intel-cstate.o CC kernel/irq/irqdesc.o CC kernel/power/main.o CC kernel/locking/semaphore.o CC kernel/bpf/hashtab.o CC mm/mmap.o CC arch/x86/kernel/early_printk.o CC kernel/irq/manage.o CC kernel/printk/nmi.o arch/x86/events/intel/p4.o: warning: objtool: p4_pmu_handle_irq()+0x30: can't find jump dest instruction at .text+0x440102a8 CC kernel/power/console.o arch/x86/crypto/crct10dif-pclmul_glue.o: warning: objtool: chksum_digest()+0x1a: call without frame pointer save/setup arch/x86/crypto/crct10dif-pclmul_glue.o: warning: objtool: chksum_finup()+0x1a: call without frame pointer save/setup arch/x86/crypto/crct10dif-pclmul_glue.o: warning: objtool: chksum_update()+0x15: call without frame pointer save/setup arch/x86/crypto/crct10dif-pclmul_glue.o: warning: objtool: crct10dif_intel_mod_init()+0xb: call without frame pointer save/setup arch/x86/crypto/crct10dif-pclmul_glue.o: warning: objtool: crct10dif_intel_mod_fini()+0xb: call without frame pointer save/setup CC kernel/kallsyms.o CC kernel/bpf/arraymap.o CC kernel/power/process.o CC mm/mprotect.o CC kernel/irq/handle.o LD arch/x86/crypto/crct10dif-pclmul.o CC kernel/irq/spurious.o CC kernel/locking/rwsem.o kernel/exec_domain.o: warning: objtool: execdomains_proc_open()+0x10: call without frame pointer save/setup kernel/exec_domain.o: warning: objtool: execdomains_proc_show()+0xb: call without frame pointer save/setup kernel/exec_domain.o: warning: objtool: proc_execdomains_init()+0x19: call without frame pointer save/setup CC kernel/kexec_core.o CC kernel/bpf/percpu_freelist.o CC kernel/irq/resend.o CC kernel/locking/percpu-rwsem.o CC mm/mremap.o CC arch/x86/kernel/hpet.o arch/x86/mm/pgtable.o: warning: objtool: pgd_alloc()+0x1f: can't find jump dest instruction at .text+0xb6000271 CC arch/x86/kernel/cpu/intel_cacheinfo.o CC kernel/rcu/update.o arch/x86/kernel/tsc_msr.o: warning: objtool: try_msr_calibrate_tsc()+0x35: can't find jump dest instruction at .text+0xcd00003a arch/x86/events/intel/lbr.o: warning: objtool: __intel_pmu_lbr_save()+0x24: can't find jump dest instruction at .text+0x8f000077 CC kernel/time/time.o CC kernel/debug/kdb/kdb_io.o arch/x86/kernel/bootflag.o: warning: objtool: sbf_init()+0xd: can't find call dest symbol at offset 0xc0000f4 CC kernel/bpf/stackmap.o CC arch/x86/kernel/amd_nb.o arch/x86/crypto/aes_glue.o: warning: objtool: aes_decrypt()+0x8: call without frame pointer save/setup arch/x86/crypto/aes_glue.o: warning: objtool: crypto_aes_decrypt_x86()+0x4: call without frame pointer save/setup arch/x86/crypto/aes_glue.o: warning: objtool: aes_encrypt()+0x8: call without frame pointer save/setup arch/x86/crypto/aes_glue.o: warning: objtool: crypto_aes_encrypt_x86()+0x4: call without frame pointer save/setup arch/x86/crypto/aes_glue.o: warning: objtool: aes_init()+0xb: call without frame pointer save/setup arch/x86/crypto/aes_glue.o: warning: objtool: aes_fini()+0xb: call without frame pointer save/setup CC kernel/irq/chip.o arch/x86/platform/atom/pmc_atom.o: warning: objtool: pmc_dbgfs_register.constprop.4()+0x20: can't find jump dest instruction at .text.unlikely+0x8f000026 CC kernel/power/hibernate.o CC kernel/irq/dummychip.o CC kernel/rcu/sync.o CC kernel/debug/kdb/kdb_main.o arch/x86/crypto/twofish_glue.o: warning: objtool: twofish_encrypt()+0x8: call without frame pointer save/setup arch/x86/crypto/twofish_glue.o: warning: objtool: twofish_decrypt()+0x8: call without frame pointer save/setup arch/x86/crypto/twofish_glue.o: warning: objtool: init()+0xb: call without frame pointer save/setup arch/x86/crypto/twofish_glue.o: warning: objtool: fini()+0xb: call without frame pointer save/setup arch/x86/events/intel/bts.o: warning: objtool: bts_buffer_setup_aux()+0x2d: can't find jump dest instruction at .text+0x80000181 CC security/commoncap.o arch/x86/kernel/pci-nommu.o: warning: objtool: nommu_map_sg()+0x32: can't find jump dest instruction at .text+0x850000b0 LD arch/x86/crypto/aes-x86_64.o CC arch/x86/kernel/test_rodata.o arch/x86/kernel/ioport.o: warning: objtool: sys_ioperm()+0x2e: can't find jump dest instruction at .text+0xef000034 LD arch/x86/platform/atom/built-in.o arch/x86/kernel/ksysfs.o: warning: objtool: setup_data_data_read()+0x33: can't find jump dest instruction at .text+0x91000150 CC security/min_addr.o CC security/smack/smack_lsm.o arch/x86/kernel/ldt.o: warning: objtool: write_ldt()+0x2c: can't find jump dest instruction at .text+0xc301019c CC security/yama/yama_lsm.o CC arch/x86/kernel/nmi_selftest.o arch/x86/crypto/serpent_sse2_glue.o: warning: objtool: encrypt_callback()+0x4b: can't find call dest symbol at offset 0xb4fd04ae arch/x86/crypto/des3_ede_glue.o: warning: objtool: cbc_encrypt()+0x34: can't find jump dest instruction at .text+0x9b00005a LD arch/x86/crypto/twofish-x86_64.o CC arch/x86/kernel/paravirt.o CC security/integrity/iint.o arch/x86/mm/gup.o: warning: objtool: gup_huge_pud()+0x36: can't find jump dest instruction at .text+0x820001be CC arch/x86/kernel/cpu/scattered.o arch/x86/kernel/i8253.o: warning: objtool: setup_pit_timer()+0x9: call without frame pointer save/setup arch/x86/crypto/sha1_ssse3_glue.o: warning: objtool: sha1_finup.part.1()+0x35: can't find call dest symbol at offset 0xf7ff013b CC security/tomoyo/audit.o CC kernel/debug/kdb/kdb_support.o LD arch/x86/crypto/serpent-sse2-x86_64.o arch/x86/crypto/ghash-clmulni-intel_glue.o: warning: objtool: ghash_async_import()+0x21: can't find call dest symbol at offset 0x690002e3 CC arch/x86/kernel/paravirt_patch_64.o CC kernel/time/timer.o LD arch/x86/crypto/des3_ede-x86_64.o CC kernel/sched/core.o POLICY security/tomoyo/builtin-policy.h CC security/smack/smack_access.o arch/x86/crypto/camellia_aesni_avx2_glue.o: warning: objtool: encrypt_callback()+0x95: can't find call dest symbol at offset 0x5a0002ef CC security/keys/gc.o kernel/task_work.o: warning: objtool: task_work_add()+0x3a: call without frame pointer save/setup kernel/task_work.o: warning: objtool: task_work_cancel()+0x1f: call without frame pointer save/setup kernel/task_work.o: warning: objtool: task_work_run()+0x5c: call without frame pointer save/setup LD [M] arch/x86/crypto/ghash-clmulni-intel.o arch/x86/kernel/i8237.o: warning: objtool: i8237A_resume()+0xb: call without frame pointer save/setup arch/x86/kernel/i8237.o: warning: objtool: i8237A_init_ops()+0xb: call without frame pointer save/setup CC kernel/irq/devres.o CC arch/x86/kernel/cpu/topology.o CC arch/x86/kernel/paravirt-spinlocks.o CC kernel/rcu/srcu.o arch/x86/crypto/crc32-pclmul_glue.o: warning: objtool: crc32_pclmul_digest()+0x11: can't find call dest symbol at offset 0x46000107 CC kernel/debug/kdb/kdb_bt.o LD [M] arch/x86/crypto/sha1-ssse3.o CC kernel/sched/loadavg.o arch/x86/kernel/signal.o: warning: objtool: __setup_rt_frame()+0x5b: can't find jump dest instruction at .text+0xa7010447 arch/x86/kernel/time.o: warning: objtool: profile_pc()+0x1d: call without frame pointer save/setup arch/x86/kernel/time.o: warning: objtool: x86_late_time_init()+0xa: call without frame pointer save/setup arch/x86/kernel/time.o: warning: objtool: setup_default_timer_irq()+0x19: call without frame pointer save/setup arch/x86/kernel/time.o: warning: objtool: hpet_time_init()+0x4: call without frame pointer save/setup arch/x86/mm/extable.o: warning: objtool: ex_handler_wrmsr_unsafe()+0x3e: call without frame pointer save/setup arch/x86/mm/extable.o: warning: objtool: ex_handler_rdmsr_unsafe()+0x36: call without frame pointer save/setup arch/x86/mm/extable.o: warning: objtool: ex_has_fault_handler()+0x4: call without frame pointer save/setup arch/x86/mm/extable.o: warning: objtool: fixup_exception()+0x14: call without frame pointer save/setup arch/x86/mm/extable.o: warning: objtool: early_fixup_exception()+0x56: call without frame pointer save/setup CC kernel/time/hrtimer.o arch/x86/crypto/cast5_avx_glue.o: warning: objtool: cbc_encrypt()+0x34: can't find jump dest instruction at .text+0x9b000039 CC arch/x86/kernel/pcspeaker.o arch/x86/crypto/twofish_avx_glue.o: warning: objtool: encrypt_callback()+0x74: can't find call dest symbol at offset 0x1fff0360 CC mm/msync.o CC kernel/time/itimer.o CC fs/open.o CC kernel/power/snapshot.o CC security/tomoyo/condition.o GEN security/selinux/flask.h security/selinux/av_permissions.h arch/x86/kernel/pci-iommu_table.o: warning: objtool: sort_iommu_table()+0x5c: call without frame pointer save/setup arch/x86/kernel/pci-iommu_table.o: warning: objtool: check_iommu_entries()+0xbb: call without frame pointer save/setup CC fs/read_write.o arch/x86/kernel/io_delay.o: warning: objtool: io_delay_param()+0x13: can't find jump dest instruction at .init.text+0x84000019 arch/x86/mm/dump_pagetables.o: warning: objtool: printk_prot()+0x25: can't find jump dest instruction at .text+0x65020038 arch/x86/platform/intel/iosf_mbi.o: warning: objtool: iosf_mbi_pci_write_mdr()+0x1f: can't find jump dest instruction at .text+0x8500007b CC fs/file_table.o arch/x86/kernel/irqinit.o: warning: objtool: apic_intr_init()+0x4: can't find call dest symbol at offset 0x6d000093 LD [M] arch/x86/crypto/crc32-pclmul.o LD arch/x86/platform/intel/built-in.o arch/x86/kernel/sys_x86_64.o: warning: objtool: arch_get_unmapped_area()+0x31: can't find jump dest instruction at .text+0xc80001c7 kernel/user.o: warning: objtool: free_uid()+0xd: can't find jump dest instruction at .text+0x8600009e arch/x86/mm/fault.o: warning: objtool: is_prefetch.isra.19.part.20()+0x32: can't find jump dest instruction at .text+0xf70000ef GENKDB kernel/debug/kdb/gen-kdb_cmds.c CC kernel/kexec.o CC arch/x86/kernel/pci-swiotlb.o CC security/selinux/avc.o LD arch/x86/crypto/cast5-avx-x86_64.o arch/x86/events/amd/core.o: warning: objtool: amd_get_event_constraints_f15h()+0x33: can't find jump dest instruction at .text+0xc800014a arch/x86/crypto/blowfish_glue.o: warning: objtool: cbc_encrypt()+0x34: can't find jump dest instruction at .text+0x9b000062 CC kernel/debug/kdb/kdb_bp.o CC arch/x86/kernel/cpu/common.o LD arch/x86/crypto/twofish-avx-x86_64.o arch/x86/crypto/sha512_ssse3_glue.o: warning: objtool: sha512_finup.part.1()+0x35: can't find call dest symbol at offset 0x300020d CC kernel/locking/mutex-debug.o arch/x86/mm/ioremap.o: warning: objtool: __ioremap_caller()+0x2e: can't find jump dest instruction at .text+0x690200a2 CC security/integrity/integrity_audit.o LD arch/x86/crypto/camellia-aesni-avx2.o LD arch/x86/platform/built-in.o LD [M] arch/x86/crypto/blowfish-x86_64.o LD [M] arch/x86/crypto/sha512-ssse3.o arch/x86/kernel/topology.o: warning: objtool: arch_register_cpu()+0x3a: can't find jump dest instruction at .text+0x98000060 arch/x86/mm/mpx.o: warning: objtool: mpx_get_addr_ref()+0x44: can't find jump dest instruction at .text+0xab000503 kernel/sysctl_binary.o: warning: objtool: do_sysctl.isra.2.part.3()+0x36: can't find call dest symbol at offset 0x160000ea CC kernel/backtracetest.o CC security/keys/key.o CC arch/x86/kernel/sysfb.o kernel/extable.o: warning: objtool: search_exception_tables()+0x1d: call without frame pointer save/setup kernel/extable.o: warning: objtool: __kernel_text_address()+0x10: call without frame pointer save/setup kernel/extable.o: warning: objtool: kernel_text_address()+0xa: call without frame pointer save/setup kernel/extable.o: warning: objtool: func_ptr_is_kernel_text()+0xa: call without frame pointer save/setup kernel/extable.o: warning: objtool: sort_main_extable()+0x28: call without frame pointer save/setup CC kernel/sched/clock.o CC security/security.o VDSO arch/x86/entry/vdso/vdso32.so.dbg init/main.o: warning: objtool: do_one_initcall()+0x25: can't find jump dest instruction at .text+0xdf000119 CC security/inode.o CC security/integrity/evm/evm_main.o arch/x86/kernel/quirks.o: warning: objtool: old_ich_force_enable_hpet()+0x14: can't find jump dest instruction at .text+0xf3000133 CC arch/x86/kernel/perf_regs.o arch/x86/events/amd/ibs.o: warning: objtool: perf_ibs_init()+0x44: can't find jump dest instruction at .text+0x21010075 CC kernel/power/swap.o arch/x86/kernel/kdebugfs.o: warning: objtool: arch_kdebugfs_init()+0xd: call without frame pointer save/setup CC kernel/time/posix-timers.o CC arch/x86/kernel/audit_64.o arch/x86/events/intel/cqm.o: warning: objtool: __conflict_event()+0x5c: can't find jump dest instruction at .text+0x96000326 CC security/selinux/hooks.o CC security/integrity/evm/evm_crypto.o arch/x86/kernel/dumpstack.o: warning: objtool: print_trace_stack()+0x13: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: oops_begin()+0x7: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: print_trace_address()+0x13: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: print_context_stack_bp()+0x78: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: print_context_stack()+0x9d: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: printk_address()+0x13: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: show_trace_log_lvl()+0x29: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: show_trace()+0xb: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: show_stack()+0x38: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: oops_end()+0x35: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: __die()+0x55: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: die()+0x14: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: code_bytes_setup()+0x18: call without frame pointer save/setup arch/x86/kernel/dumpstack.o: warning: objtool: kstack_setup()+0x18: call without frame pointer save/setup ipc/mq_sysctl.o: warning: objtool: proc_mq_dointvec_minmax()+0x4e: call without frame pointer save/setup ipc/mq_sysctl.o: warning: objtool: proc_mq_dointvec()+0x4e: call without frame pointer save/setup ipc/mq_sysctl.o: warning: objtool: mq_register_sysctl_table()+0xb: call without frame pointer save/setup mm/mmzone.o: warning: objtool: first_online_pgdat()+0x10: call without frame pointer save/setup mm/mmzone.o: warning: objtool: next_online_pgdat()+0x1b: call without frame pointer save/setup mm/mmzone.o: warning: objtool: next_zone()+0x1f: call without frame pointer save/setup CC arch/x86/kernel/vsmp_64.o arch/x86/events/intel/ds.o: warning: objtool: intel_pmu_pebs_fixup_ip()+0x48: can't find jump dest instruction at .text+0x56010164 CC arch/x86/kernel/cpu/rdrand.o CC mm/rmap.o /home/kisskb/slave/src/arch/x86/kernel/hw_breakpoint.c: In function 'arch_validate_hwbkpt_settings': /home/kisskb/slave/src/arch/x86/kernel/hw_breakpoint.c:360:20: warning: 'align' may be used uninitialized in this function [-Wuninitialized] CC kernel/time/posix-cpu-timers.o arch/x86/kernel/espfix_64.o: warning: objtool: init_espfix_ap()+0x2b: can't find jump dest instruction at .text+0xb3030031 arch/x86/kernel/apic/apic_noop.o: warning: objtool: noop_vector_allocation_domain()+0x19: call without frame pointer save/setup arch/x86/kernel/apic/apic_noop.o: warning: objtool: noop_apic_write()+0x35: call without frame pointer save/setup arch/x86/kernel/apic/apic_noop.o: warning: objtool: noop_apic_read()+0x35: call without frame pointer save/setup AS arch/x86/kernel/head_64.o CC security/selinux/selinuxfs.o kernel/bpf/percpu_freelist.o: warning: objtool: pcpu_freelist_init()+0x61: can't find call dest symbol at offset 0x4e0000b2 CC fs/super.o ipc/ipc_sysctl.o: warning: objtool: proc_ipc_dointvec_minmax_orphans()+0x1d: can't find call dest symbol at offset 0x8a0000f5 CC mm/vmalloc.o arch/x86/kernel/tsc_sync.o: warning: objtool: check_tsc_warp()+0xde: can't find jump dest instruction at .text+0x5b000138 CC kernel/time/timekeeping.o CC kernel/rcu/rcuperf.o arch/x86/mm/tlb.o: warning: objtool: do_kernel_range_flush()+0x1a: can't find call dest symbol at offset 0xc8000052 kernel/bpf/helpers.o: warning: objtool: bpf_get_current_comm()+0x25: call without frame pointer save/setup kernel/bpf/helpers.o: warning: objtool: bpf_ktime_get_ns()+0x4: call without frame pointer save/setup kernel/bpf/helpers.o: warning: objtool: bpf_map_delete_elem()+0xd: call without frame pointer save/setup kernel/bpf/helpers.o: warning: objtool: bpf_map_update_elem()+0x17: call without frame pointer save/setup kernel/bpf/helpers.o: warning: objtool: bpf_map_lookup_elem()+0xd: call without frame pointer save/setup kernel/printk/nmi.o: warning: objtool: __printk_nmi_flush()+0xc3: can't find jump dest instruction at .text+0x62000101 arch/x86/kernel/dumpstack_64.o: warning: objtool: in_exception_stack()+0x2c: can't find jump dest instruction at .text+0x8f000032 CC kernel/time/ntp.o mm/vmacache.o: warning: objtool: vmacache_flush_all()+0x11: can't find jump dest instruction at .text+0xad000017 CC security/smack/smackfs.o CC security/integrity/evm/evm_secfs.o CC mm/pagewalk.o arch/x86/kernel/paravirt_patch_64.o: warning: objtool: native_patch()+0x1f: can't find jump dest instruction at .text+0xa200007e arch/x86/crypto/camellia_aesni_avx_glue.o: warning: objtool: encrypt_callback()+0x71: can't find call dest symbol at offset 0x7e0002a7 CC kernel/locking/lockdep.o arch/x86/kernel/crash_dump_64.o: warning: objtool: copy_oldmem_page()+0x2c: call without frame pointer save/setup CC fs/char_dev.o CC arch/x86/kernel/head64.o arch/x86/kernel/fpu/bugs.o: warning: objtool: fpu__init_check_bugs()+0x19: call without frame pointer save/setup arch/x86/kernel/cpu/scattered.o: warning: objtool: init_scattered_cpuid_features()+0xd6: can't find jump dest instruction at .text+0x790000db CC security/keys/keyring.o CC arch/x86/kernel/cpu/match.o arch/x86/kernel/apic/hw_nmi.o: warning: objtool: arch_trigger_all_cpu_backtrace_handler()+0x7: call without frame pointer save/setup arch/x86/kernel/apic/hw_nmi.o: warning: objtool: arch_trigger_all_cpu_backtrace()+0xf: call without frame pointer save/setup arch/x86/kernel/apic/hw_nmi.o: warning: objtool: register_trigger_all_cpu_backtrace()+0xd: call without frame pointer save/setup arch/x86/kernel/nmi_selftest.o: warning: objtool: remote_ipi()+0x33: can't find call dest symbol at offset 0x440000f5 CC arch/x86/kernel/ebda.o CC kernel/sched/cputime.o CC arch/x86/kernel/platform-quirks.o ipc/msgutil.o: warning: objtool: load_msg()+0x23: can't find jump dest instruction at .text+0x820001a1 CC kernel/irq/autoprobe.o arch/x86/mm/init.o: warning: objtool: init_range_memory_mapping()+0x4e: can't find jump dest instruction at .init.text+0xa1000145 arch/x86/kernel/probe_roms.o: warning: objtool: find_oprom()+0x2d: can't find jump dest instruction at .text+0x35010083 CC fs/stat.o LDS arch/x86/kernel/vmlinux.lds CC arch/x86/kernel/cpu/proc.o kernel/panic.o: warning: objtool: do_oops_enter_exit.part.1()+0x29: can't find jump dest instruction at .text+0x970000ac arch/x86/crypto/twofish_glue_3way.o: warning: objtool: encrypt_callback()+0x25: can't find call dest symbol at offset 0x89000093 arch/x86/kernel/nmi.o: warning: objtool: default_do_nmi()+0x53: can't find jump dest instruction at .text+0x760101c3 CC kernel/irq/irqdomain.o CC kernel/compat.o arch/x86/kernel/apic/probe_64.o: warning: objtool: apic_send_IPI_self()+0xd: call without frame pointer save/setup arch/x86/kernel/apic/probe_64.o: warning: objtool: default_setup_apic_routing()+0xd: call without frame pointer save/setup arch/x86/kernel/apic/probe_64.o: warning: objtool: default_acpi_madt_oem_check()+0x4e: call without frame pointer save/setup CC kernel/cgroup.o CC [M] arch/x86/kernel/msr.o CC crypto/api.o kernel/notifier.o: warning: objtool: raw_notifier_chain_register()+0x4: can't find call dest symbol at offset 0xaa000056 CC crypto/cipher.o kernel/rcu/sync.o: warning: objtool: synchronize_rcu()+0x4: call without frame pointer save/setup kernel/rcu/sync.o: warning: objtool: rcu_sync_func()+0x24: call without frame pointer save/setup kernel/rcu/sync.o: warning: objtool: rcu_sync_init()+0x28: call without frame pointer save/setup kernel/rcu/sync.o: warning: objtool: rcu_sync_enter()+0x19: call without frame pointer save/setup kernel/rcu/sync.o: warning: objtool: rcu_sync_exit()+0x11: call without frame pointer save/setup kernel/rcu/sync.o: warning: objtool: rcu_sync_dtor()+0x1c: call without frame pointer save/setup arch/x86/kernel/rtc.o: warning: objtool: mach_set_rtc_mmss()+0x2b: can't find jump dest instruction at .text+0x5401004e kernel/nsproxy.o: warning: objtool: create_new_namespaces()+0x39: can't find jump dest instruction at .text+0x20010056 CC kernel/rcu/tree.o arch/x86/kernel/cpu/topology.o: warning: objtool: detect_extended_topology()+0x18: can't find jump dest instruction at .text+0x7901001e CC [M] arch/x86/kernel/cpuid.o CC kernel/cgroup_pids.o MKCAP arch/x86/kernel/cpu/capflags.c arch/x86/kernel/pcspeaker.o: warning: objtool: add_pcspkr()+0x2b: call without frame pointer save/setup kernel/async.o: warning: objtool: __async_schedule()+0x82: can't find jump dest instruction at .text+0xeb000213 arch/x86/kernel/fpu/signal.o: warning: objtool: __fpu__restore_sig()+0x45: can't find jump dest instruction at .text+0x67020129 CC fs/exec.o CC kernel/time/clocksource.o CC kernel/sched/idle_task.o arch/x86/kernel/test_rodata.o: warning: objtool: rodata_test()+0x60: call without frame pointer save/setup mm/maccess.o: warning: objtool: probe_kernel_read()+0x36: can't find call dest symbol at offset 0x8200007e arch/x86/kernel/step.o: warning: objtool: enable_single_step()+0x1a: can't find call dest symbol at offset 0x68ff01bd CC [M] arch/x86/kernel/test_nx.o CC mm/pgtable-generic.o CC fs/pipe.o arch/x86/crypto/glue_helper.o: warning: objtool: glue_cbc_encrypt_128bit()+0x3b: can't find jump dest instruction at .text+0xbc0000a9 arch/x86/mm/pat.o: warning: objtool: reserve_ram_pages_type()+0x2a: can't find jump dest instruction at .text+0xee0001bf CC arch/x86/kernel/cpu/powerflags.o CC crypto/compress.o CC security/tomoyo/domain.o arch/x86/kernel/early-quirks.o: warning: objtool: gen3_stolen_size()+0x24: can't find jump dest instruction at .init.text+0x96000122 CC arch/x86/kernel/cpu/bugs_64.o kernel/capability.o: warning: objtool: cap_validate_magic()+0x1d: can't find jump dest instruction at .text+0xa8000129 kernel/stacktrace.o: warning: objtool: snprint_stack_trace()+0x5e: call without frame pointer save/setup kernel/stacktrace.o: warning: objtool: print_stack_trace()+0x3e: call without frame pointer save/setup kernel/stacktrace.o: warning: objtool: save_stack_trace_tsk()+0x29: call without frame pointer save/setup kernel/stacktrace.o: warning: objtool: save_stack_trace_regs()+0x29: call without frame pointer save/setup CC kernel/cpuset.o kernel/smpboot.o: warning: objtool: smpboot_thread_fn()+0xc2: can't find jump dest instruction at .text+0x5700026b kernel/dma.o: warning: objtool: proc_dma_open()+0x10: call without frame pointer save/setup kernel/dma.o: warning: objtool: proc_dma_show()+0x31: call without frame pointer save/setup kernel/dma.o: warning: objtool: free_dma()+0x2d: call without frame pointer save/setup kernel/dma.o: warning: objtool: proc_dma_init()+0x19: call without frame pointer save/setup init/do_mounts.o: warning: objtool: devt_from_partuuid()+0x4b: can't find jump dest instruction at .text+0xac000051 mm/mincore.o: warning: objtool: mincore_pte_range()+0x8b: can't find jump dest instruction at .text+0x710102af CC kernel/pid_namespace.o arch/x86/kernel/cpu/rdrand.o: warning: objtool: x86_init_rdrand()+0x47: call without frame pointer save/setup CC kernel/time/jiffies.o kernel/irq/spurious.o: warning: objtool: __report_bad_irq()+0x16: can't find jump dest instruction at .text+0x9100017c CC mm/process_vm_access.o CC kernel/stop_machine.o CC arch/x86/kernel/cpu/intel.o kernel/locking/rwsem.o: warning: objtool: down_read_non_owner()+0x4: can't find call dest symbol at offset 0x8400007c arch/x86/kernel/stacktrace.o: warning: objtool: save_stack_trace_user()+0x21: can't find jump dest instruction at .text+0x85000202 LD init/mounts.o CC kernel/irq/proc.o CC kernel/locking/lockdep_proc.o CC security/integrity/evm/evm_posix_acl.o arch/x86/kernel/apic/ipi.o: warning: objtool: __default_send_IPI_shortcut()+0x14: can't find call dest symbol at offset 0x820000b3 security/min_addr.o: warning: objtool: mmap_min_addr_handler()+0x4d: can't find call dest symbol at offset 0x8a000076 security/integrity/iint.o: warning: objtool: integrity_inode_get()+0x14: can't find jump dest instruction at .text+0x940000a1 arch/x86/net/bpf_jit_comp.o: warning: objtool: do_jit()+0xb1: can't find jump dest instruction at .text+0x2418041c CC security/selinux/netlink.o CC kernel/time/timer_list.o LD init/built-in.o CC arch/x86/kernel/cpu/amd.o LD arch/x86/net/built-in.o CC kernel/power/user.o kernel/kthread.o: warning: objtool: kthread_worker_fn()+0x11b: can't find jump dest instruction at .text+0x2200027c mm/msync.o: warning: objtool: SyS_msync()+0x2f: can't find jump dest instruction at .text+0x82010035 CC kernel/irq/migration.o CC mm/init-mm.o CC block/bio.o kernel/debug/kdb/kdb_bt.o: warning: objtool: kdb_bt1.isra.1()+0x31: can't find jump dest instruction at .text+0x8d0000a1 mm/workingset.o: warning: objtool: shadow_lru_isolate()+0x38: can't find jump dest instruction at .text+0xf80000d9 arch/x86/kernel/irq.o: warning: objtool: check_irq_vectors_for_cpu_disable()+0xd5: can't find jump dest instruction at .text+0x6000096e kernel/futex_compat.o: warning: objtool: compat_exit_robust_list()+0x22: can't find jump dest instruction at .text+0xc8000028 CC arch/x86/kernel/cpu/centaur.o CC kernel/debug/kdb/kdb_debugger.o kernel/ksysfs.o: warning: objtool: rcu_normal_store()+0x15: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: rcu_expedited_store()+0x16: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: rcu_normal_show()+0x16: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: rcu_expedited_show()+0x16: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: kexec_crash_loaded_show()+0x1d: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: kexec_loaded_show()+0x1d: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: uevent_helper_show()+0x17: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: uevent_seqnum_show()+0x17: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: fscaps_show()+0x16: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: vmcoreinfo_show()+0xa: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: kexec_crash_size_store()+0x15: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: kexec_crash_size_show()+0x9: call without frame pointer save/setup kernel/ksysfs.o: warning: objtool: ksysfs_init()+0x14: call without frame pointer save/setup CC fs/namei.o LD arch/x86/crypto/camellia-aesni-avx-x86_64.o arch/x86/kernel/pci-dma.o: warning: objtool: dma_generic_alloc_coherent()+0x11a: can't find jump dest instruction at .text+0x9c000271 CC security/keys/keyctl.o CC kernel/time/timeconv.o CC security/tomoyo/environ.o CC fs/fcntl.o LD arch/x86/crypto/twofish-x86_64-3way.o CC kernel/sched/fair.o arch/x86/kernel/module.o: warning: objtool: apply_relocate_add()+0xb9: can't find jump dest instruction at .text+0x7000011e CC security/selinux/nlmsgtab.o arch/x86/kernel/paravirt-spinlocks.o: warning: objtool: .text+0x10: call without frame pointer save/setup arch/x86/kernel/paravirt-spinlocks.o: warning: objtool: .text+0x22: return instruction outside of a callable function arch/x86/kernel/traps.o: warning: objtool: do_trap()+0x42: can't find jump dest instruction at .text+0xdb000048 arch/x86/kernel/alternative.o: warning: objtool: optimize_nops()+0x14: can't find jump dest instruction at .text+0x920000c1 mm/interval_tree.o: warning: objtool: vma_interval_tree_remove()+0x52: can't find jump dest instruction at .text+0xf10002d0 CC block/elevator.o CC crypto/memneq.o CC security/selinux/netif.o arch/x86/kernel/doublefault.o: warning: objtool: df_debug()+0x12: call without frame pointer save/setup CC mm/nobootmem.o kernel/locking/percpu-rwsem.o: warning: objtool: percpu_up_read()+0x25: can't find call dest symbol at offset 0x190001fc arch/x86/kernel/vsmp_64.o: warning: objtool: vsmp_cap_cpus()+0xe: can't find jump dest instruction at .init.text+0x84000014 CC kernel/locking/spinlock.o CC security/tomoyo/file.o arch/x86/kernel/tls.o: warning: objtool: set_tls_desc()+0x1a: can't find jump dest instruction at .text+0x3701001f CC kernel/audit.o arch/x86/kernel/process_64.o: warning: objtool: __show_regs()+0x13c: can't find jump dest instruction at .text+0x42010389 CC security/selinux/netnode.o ipc/compat_mq.o: warning: objtool: compat_SyS_mq_getsetattr()+0x50: can't find jump dest instruction at .text+0xdc00029d CC kernel/irq/pm.o kernel/backtracetest.o: warning: objtool: backtrace_test_irq_callback()+0x4: call without frame pointer save/setup kernel/backtracetest.o: warning: objtool: backtrace_regression_test()+0x11: call without frame pointer save/setup kernel/events/callchain.o: warning: objtool: alloc_callchain_buffers()+0x31: can't find jump dest instruction at .text+0x9400011d arch/x86/kernel/apic/htirq.o: warning: objtool: htirq_domain_alloc()+0x20: can't find jump dest instruction at .text+0x50100b3 CC kernel/power/wakelock.o CC arch/x86/kernel/cpu/microcode/core.o CC fs/ioctl.o CC kernel/locking/osq_lock.o arch/x86/mm/init_64.o: warning: objtool: ident_pud_init()+0x1b: can't find jump dest instruction at .text+0xc200023f arch/x86/kernel/hw_breakpoint.o: warning: objtool: arch_build_bp_info()+0x25: can't find jump dest instruction at .text+0xd7000043 kernel/irq/handle.o: warning: objtool: handle_irq_event_percpu()+0x22: can't find jump dest instruction at .text+0x9a000242 kernel/irq/devres.o: warning: objtool: devm_free_irq()+0x29: call without frame pointer save/setup kernel/irq/devres.o: warning: objtool: devm_irq_release()+0xd: call without frame pointer save/setup kernel/irq/devres.o: warning: objtool: devm_request_any_context_irq()+0x39: call without frame pointer save/setup kernel/irq/devres.o: warning: objtool: devm_request_threaded_irq()+0x39: call without frame pointer save/setup CC kernel/irq/msi.o arch/x86/kernel/early_printk.o: warning: objtool: early_vga_write()+0x15: can't find jump dest instruction at .text+0x401001a CC fs/readdir.o arch/x86/kernel/kgdb.o: warning: objtool: kgdb_correct_hw_break()+0x1d: can't find jump dest instruction at .text+0xc0000078 CC kernel/sched/rt.o arch/x86/crypto/serpent_avx_glue.o: warning: objtool: xts_decrypt()+0x38: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: xts_encrypt()+0x38: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: lrw_decrypt()+0x51: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: lrw_encrypt()+0x51: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: ctr_crypt()+0x17: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: cbc_decrypt()+0x17: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: cbc_encrypt()+0x17: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: ecb_decrypt()+0x17: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: ecb_encrypt()+0x17: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: lrw_serpent_exit_tfm()+0x8: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: serpent_xts_dec()+0xb: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: serpent_xts_enc()+0xb: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: __serpent_crypt_ctr()+0x45: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: decrypt_callback()+0x4b: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: encrypt_callback()+0x4b: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: xts_serpent_setkey()+0x31: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: lrw_serpent_setkey()+0x20: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: serpent_init()+0x11: call without frame pointer save/setup arch/x86/crypto/serpent_avx_glue.o: warning: objtool: serpent_exit()+0x10: call without frame pointer save/setup arch/x86/kernel/pci-swiotlb.o: warning: objtool: x86_swiotlb_free_coherent()+0x1f: call without frame pointer save/setup arch/x86/kernel/pci-swiotlb.o: warning: objtool: x86_swiotlb_alloc_coherent()+0x1b: call without frame pointer save/setup arch/x86/kernel/pci-swiotlb.o: warning: objtool: pci_swiotlb_late_init()+0x1d: call without frame pointer save/setup arch/x86/kernel/pci-swiotlb.o: warning: objtool: pci_swiotlb_init()+0xf: call without frame pointer save/setup CC security/keys/permission.o CC block/blk-core.o arch/x86/kernel/setup_percpu.o: warning: objtool: setup_per_cpu_areas()+0xd7: can't find jump dest instruction at .init.text+0xc30001d8 CC security/selinux/netport.o CC arch/x86/kernel/cpu/perfctr-watchdog.o CC block/blk-tag.o CC mm/fadvise.o security/yama/yama_lsm.o: warning: objtool: report_access()+0x4b: can't find jump dest instruction at .text+0xbc0000af arch/x86/kernel/fpu/init.o: warning: objtool: fpu__init_cpu()+0x2a: can't find call dest symbol at offset 0xb8000055 CC kernel/auditfilter.o arch/x86/mm/numa.o: warning: objtool: numa_register_memblks.constprop.9()+0x4a: can't find jump dest instruction at .init.text+0x1f010480 mm/mmu_context.o: warning: objtool: unuse_mm()+0x21: call without frame pointer save/setup mm/mmu_context.o: warning: objtool: use_mm()+0x21: call without frame pointer save/setup LD security/yama/yama.o kernel/irq/dummychip.o: warning: objtool: ack_bad()+0x2e: call without frame pointer save/setup ipc/util.o: warning: objtool: ipc_addid()+0x2f: can't find jump dest instruction at .text+0xd60003aa CC mm/madvise.o CC arch/x86/kernel/cpu/microcode/amd.o CC arch/x86/kernel/cpu/vmware.o CC kernel/auditsc.o arch/x86/kernel/setup.o: warning: objtool: e820_reserve_setup_data()+0x11: can't find jump dest instruction at .init.text+0x86000079 LD security/yama/built-in.o kernel/softirq.o: warning: objtool: __do_softirq()+0x72: can't find jump dest instruction at .text+0x830003d7 CC kernel/locking/lglock.o security/integrity/integrity_audit.o: warning: objtool: integrity_audit_msg()+0x31: can't find jump dest instruction at .text+0x5e010037 CC arch/x86/kernel/cpu/mtrr/main.o CC kernel/audit_watch.o LD security/integrity/integrity.o arch/x86/events/intel/pt.o: warning: objtool: pt_buffer_reset_markers()+0x5a: can't find jump dest instruction at .text+0xbb000162 security/keys/gc.o: warning: objtool: key_gc_unused_keys.constprop.1()+0x7: can't find jump dest instruction at .text+0xe600000c CC arch/x86/kernel/cpu/mtrr/if.o arch/x86/kernel/perf_regs.o: warning: objtool: perf_get_regs_user()+0x38: can't find jump dest instruction at .text+0xe50000cf CC kernel/sched/deadline.o kernel/time/itimer.o: warning: objtool: do_setitimer()+0x24: can't find jump dest instruction at .text+0x770103c3 kernel/debug/gdbstub.o: warning: objtool: put_packet()+0xa4: can't find jump dest instruction at .text+0x65000173 CC security/keys/process_keys.o CC kernel/debug/kdb/gen-kdb_cmds.o CC security/selinux/exports.o CC kernel/locking/qspinlock.o kernel/freezer.o: warning: objtool: freeze_task()+0x17: can't find jump dest instruction at .text+0x91000193 CC crypto/crypto_wq.o CC security/keys/request_key.o kernel/locking/semaphore.o: warning: objtool: __down_timeout()+0xc: can't find call dest symbol at offset 0x240000dc arch/x86/kernel/sysfb.o: warning: objtool: sysfb_init()+0x55: call without frame pointer save/setup arch/x86/kernel/ebda.o: warning: objtool: reserve_ebda_region()+0x5c: call without frame pointer save/setup kernel/debug/kdb/kdb_bp.o: warning: objtool: kdb_bc()+0x54: can't find jump dest instruction at .text+0x4401005a CC kernel/time/timecounter.o arch/x86/crypto/camellia_glue.o: warning: objtool: camellia_setup_tail()+0xb9: can't find jump dest instruction at .text+0x8f000506 kernel/uid16.o: warning: objtool: SyS_chown16()+0x1d: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_lchown16()+0x1d: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_fchown16()+0x1d: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setregid16()+0x1d: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setgid16()+0x12: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setreuid16()+0x1d: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setuid16()+0x12: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setresuid16()+0x28: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_getresuid16()+0xa4: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setresgid16()+0x28: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_getresgid16()+0xa4: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setfsuid16()+0x12: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setfsgid16()+0x12: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_getgroups16()+0x75: call without frame pointer save/setup kernel/uid16.o: warning: objtool: SyS_setgroups16()+0x12: call without frame pointer save/setup CC kernel/locking/rtmutex.o LD [M] arch/x86/crypto/serpent-avx-x86_64.o CC security/keys/request_key_auth.o ipc/msg.o: warning: objtool: newque()+0x2e: can't find jump dest instruction at .text+0x20102dc LD arch/x86/crypto/camellia-x86_64.o kernel/kmod.o: warning: objtool: proc_cap_handler()+0x30: can't find jump dest instruction at .text+0x7010051 CC security/selinux/ss/ebitmap.o CC security/tomoyo/gc.o CC security/lsm_audit.o mm/mm_init.o: warning: objtool: mminit_verify_zonelist()+0x15: can't find jump dest instruction at .init.text+0x25010071 arch/x86/kernel/apic/apic_flat_64.o: warning: objtool: flat_send_IPI_allbutself()+0x4c: can't find call dest symbol at offset 0x7a0001f5 CC kernel/locking/spinlock_debug.o CC crypto/algapi.o CC security/selinux/ss/hashtab.o arch/x86/kernel/cpu/proc.o: warning: objtool: show_cpuinfo()+0xf9: can't find call dest symbol at offset 0x3fff01c6 mm/mempool.o: warning: objtool: mempool_create_node()+0x5c: can't find jump dest instruction at .text+0x9a0001b1 arch/x86/kernel/crash.o: warning: objtool: cpu_emergency_vmxoff()+0x1d: can't find call dest symbol at offset 0x660000b6 CC arch/x86/kernel/cpu/hypervisor.o CC security/tomoyo/group.o kernel/power/process.o: warning: objtool: try_to_freeze_tasks()+0x14f: can't find jump dest instruction at .text+0x8000153 CC mm/memblock.o CC arch/x86/kernel/cpu/mtrr/generic.o kernel/events/ring_buffer.o: warning: objtool: perf_output_begin_forward()+0x3a: can't find jump dest instruction at .text+0x7301036a CC kernel/sched/stop_task.o arch/x86/kernel/tsc.o: warning: objtool: tsc_refine_calibration_work()+0x12: can't find jump dest instruction at .text+0x57010282 kernel/kexec.o: warning: objtool: kimage_alloc_init()+0x2c: can't find jump dest instruction at .text+0xef000032 LD arch/x86/crypto/built-in.o arch/x86/kernel/head64.o: warning: objtool: early_make_pgtable()+0x2d: can't find jump dest instruction at .init.text+0x5401011e CC block/blk-sysfs.o CC fs/select.o VDSO arch/x86/entry/vdso/vdso64.so.dbg OBJCOPY arch/x86/entry/vdso/vdso32.so CC mm/page_io.o mm/util.o: warning: objtool: __vm_enough_memory()+0x31: can't find jump dest instruction at .text+0xf40005df CC kernel/locking/rwsem-xadd.o arch/x86/kernel/audit_64.o: warning: objtool: audit_classify_syscall()+0xe: call without frame pointer save/setup arch/x86/kernel/audit_64.o: warning: objtool: audit_classes_init()+0x10: call without frame pointer save/setup security/integrity/evm/evm_posix_acl.o: warning: objtool: posix_xattr_acl()+0x38: call without frame pointer save/setup LD sound/built-in.o CC kernel/locking/qrwlock.o CC kernel/sched/wait.o arch/x86/kernel/ptrace.o: warning: objtool: set_segment_reg()+0x21: can't find jump dest instruction at .text+0xf4000074 CC security/tomoyo/load_policy.o CC mm/swap_state.o CC security/keys/user_defined.o CC security/selinux/ss/symtab.o kernel/rcu/srcu.o: warning: objtool: srcu_advance_batches()+0x38: can't find jump dest instruction at .text+0x9e0004d0 kernel/pid.o: warning: objtool: alloc_pidmap()+0x67: can't find jump dest instruction at .text+0x270103b6 kernel/bpf/inode.o: warning: objtool: bpf_obj_do_get()+0x26: can't find jump dest instruction at .text+0xcb000084 mm/debug.o: warning: objtool: __dump_page()+0x27: can't find jump dest instruction at .text+0xb100002d CC [M] sound/sound_core.o arch/x86/kernel/mpparse.o: warning: objtool: smp_check_mpc()+0x68: can't find jump dest instruction at .init.text+0x8c0000c5 arch/x86/kernel/machine_kexec_64.o: warning: objtool: init_transition_pgtable()+0x7c: can't find jump dest instruction at .text+0xb0200e2 VDSO2C arch/x86/entry/vdso/vdso-image-32.c CC security/selinux/ss/sidtab.o CC arch/x86/kernel/cpu/mshyperv.o kernel/cred.o: warning: objtool: prepare_kernel_cred()+0x21: can't find jump dest instruction at .text+0xa10004d6 kernel/irq/irqdesc.o: warning: objtool: __irq_alloc_descs()+0x23: can't find jump dest instruction at .ref.text+0xb7000029 CC mm/swapfile.o OBJCOPY arch/x86/entry/vdso/vdso64.so security/integrity/evm/evm_secfs.o: warning: objtool: evm_write_key()+0x15: call without frame pointer save/setup security/integrity/evm/evm_secfs.o: warning: objtool: evm_read_key()+0x34: call without frame pointer save/setup security/integrity/evm/evm_secfs.o: warning: objtool: evm_init_secfs()+0x1b: call without frame pointer save/setup CC arch/x86/kernel/cpu/mtrr/cleanup.o CC kernel/audit_fsnotify.o kernel/debug/kdb/kdb_io.o: warning: objtool: kdb_read_get_key()+0x5f: can't find jump dest instruction at .text+0xf7000064 CC [M] sound/sound_firmware.o CC security/tomoyo/memory.o CC arch/x86/entry/vdso/vdso-image-32.o CC kernel/time/posix-clock.o ipc/compat.o: warning: objtool: put_compat_msqid64_ds()+0x31: can't find jump dest instruction at .text+0x9b000245 CC fs/dcache.o kernel/reboot.o: warning: objtool: SYSC_reboot()+0x43: can't find jump dest instruction at .text+0x4f0103ad CC security/selinux/ss/avtab.o CC [M] sound/ac97_bus.o arch/x86/kernel/cpu/intel_cacheinfo.o: warning: objtool: amd_cpuid4()+0x70: can't find jump dest instruction at .text+0x730100d7 kernel/ptrace.o: warning: objtool: ptrace_check_attach()+0x27: can't find jump dest instruction at .text+0x980000dc arch/x86/kernel/fpu/regset.o: warning: objtool: user_regset_copyout.constprop.5()+0xb: can't find call dest symbol at offset 0x88000078 CC security/tomoyo/mount.o mm/mremap.o: warning: objtool: vma_to_resize()+0x4b: can't find jump dest instruction at .text+0xcd00017d CC kernel/time/alarmtimer.o CC security/device_cgroup.o CC kernel/audit_tree.o arch/x86/kernel/apic/vector.o: warning: objtool: clear_irq_vector()+0x18: can't find jump dest instruction at .text+0xcf0000ae CC security/selinux/ss/policydb.o CC mm/dmapool.o kernel/locking/mutex-debug.o: warning: objtool: debug_mutex_unlock()+0x11: can't find jump dest instruction at .text+0xf01037e CC kernel/watchdog.o arch/x86/kernel/smp.o: warning: objtool: native_stop_other_cpus.part.11()+0x9: can't find call dest symbol at offset 0xe1000176 kernel/sched/loadavg.o: warning: objtool: calc_global_load()+0x19: can't find jump dest instruction at .text+0xb5000081 CC kernel/time/clockevents.o CC kernel/sched/swait.o kernel/sched/clock.o: warning: objtool: sched_clock_cpu()+0x57: can't find call dest symbol at offset 0x1c000105 arch/x86/kernel/amd_nb.o: warning: objtool: amd_cache_northbridges.part.3()+0x38: can't find jump dest instruction at .text+0x12010181 CC kernel/sched/completion.o arch/x86/kernel/cpu/bugs_64.o: warning: objtool: check_bugs()+0x4: call without frame pointer save/setup LD drivers/amba/built-in.o kernel/resource.o: warning: objtool: __insert_resource()+0x24: can't find jump dest instruction at .text+0xc3000531 kernel/sched/idle_task.o: warning: objtool: check_preempt_curr_idle()+0x4: call without frame pointer save/setup kernel/sched/idle_task.o: warning: objtool: dequeue_task_idle()+0x9: call without frame pointer save/setup mm/mprotect.o: warning: objtool: lock_pte_protection.isra.13()+0x40: can't find jump dest instruction at .text+0x8d00013a kernel/groups.o: warning: objtool: groups_sort()+0x23: can't find jump dest instruction at .text+0xac000028 kernel/params.o: warning: objtool: add_sysfs_param.isra.4()+0x3c: can't find jump dest instruction at .text+0x4f0109df CC kernel/utsname_sysctl.o CC kernel/sched/idle.o arch/x86/kernel/apic/msi.o: warning: objtool: hpet_msi_free()+0xd: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: hpet_msi_init()+0x22: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: hpet_msi_write_msg()+0xc: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: irq_msi_compose_msg()+0x9: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: pci_msi_set_desc()+0xd: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: pci_msi_prepare()+0x24: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: native_setup_msi_irqs()+0x1c: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: native_teardown_msi_irq()+0x9: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: arch_init_msi_domain()+0x19: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: hpet_create_irq_domain()+0x29: call without frame pointer save/setup arch/x86/kernel/apic/msi.o: warning: objtool: hpet_assign_irq()+0x1c: call without frame pointer save/setup kernel/events/hw_breakpoint.o: warning: objtool: toggle_bp_slot.constprop.9()+0x5e: can't find jump dest instruction at .text+0x81000508 kernel/cgroup_pids.o: warning: objtool: pids_can_fork()+0x4f: can't find call dest symbol at offset 0x790001c7 CC kernel/sched/cpupri.o kernel/rcu/update.o: warning: objtool: check_holdout_task()+0x30: can't find jump dest instruction at .text+0xb3000145 CC security/tomoyo/network.o CC block/blk-flush.o arch/x86/kernel/e820.o: warning: objtool: __e820_update_range()+0x86: can't find jump dest instruction at .init.text+0xe9000213 CC kernel/elfcore.o arch/x86/kernel/msr.o: warning: objtool: msr_ioctl()+0x32: can't find jump dest instruction at .text+0x84000142 CC security/tomoyo/realpath.o CC security/keys/compat.o kernel/smp.o: warning: objtool: smp_call_function_many()+0xb1: can't find jump dest instruction at .text+0x390103aa CC kernel/irq_work.o CC block/blk-settings.o CC block/blk-ioc.o security/selinux/ss/symtab.o: warning: objtool: symcmp()+0xa: call without frame pointer save/setup security/selinux/ss/symtab.o: warning: objtool: symtab_init()+0x19: call without frame pointer save/setup kernel/cpu.o: warning: objtool: __cpuhp_setup_state()+0x2c: can't find jump dest instruction at .text+0xa10109ca mm/pagewalk.o: warning: objtool: walk_pmd_range()+0xa4: can't find jump dest instruction at .text+0x300100b7 kernel/irq/migration.o: warning: objtool: irq_move_masked_irq()+0x6e: call without frame pointer save/setup kernel/irq/migration.o: warning: objtool: irq_move_irq()+0x3c: call without frame pointer save/setup LD drivers/ata/built-in.o LD sound/arm/built-in.o CC mm/mempolicy.o CC security/selinux/ss/services.o LD drivers/auxdisplay/built-in.o /home/kisskb/slave/src/ipc/shm.c: In function 'SyS_shmdt': /home/kisskb/slave/src/ipc/shm.c:1349:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/ipc/shm.c:1271:15: note: 'file' was declared here CC kernel/padata.o LD firmware/built-in.o mm/readahead.o: warning: objtool: read_cache_pages()+0x1d: can't find jump dest instruction at .text+0x85000246 arch/x86/kernel/fpu/core.o: warning: objtool: __fpregs_activate_hw()+0x13: can't find call dest symbol at offset 0xc200003e CC mm/sparse.o CC kernel/crash_dump.o kernel/power/main.o: warning: objtool: pm_freeze_timeout_store()+0x18: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_print_times_store()+0x18: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_async_store()+0x18: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_freeze_timeout_show()+0x16: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_wakeup_irq_show()+0x21: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_print_times_show()+0x17: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_test_show()+0x3c: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_async_show()+0x16: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_trace_show()+0x16: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_test_store()+0x1f: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wake_unlock_store()+0xd: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wake_unlock_show()+0x9: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wake_lock_show()+0xc: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wake_lock_store()+0xd: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wakeup_count_store()+0x24: call without frame pointer save/setup kernel/power/main.o: warning: objtool: wakeup_count_show()+0x15: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_trace_dev_match_show()+0xc: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_trace_store()+0x1c: call without frame pointer save/setup kernel/power/main.o: warning: objtool: state_store()+0x21: call without frame pointer save/setup kernel/power/main.o: warning: objtool: state_show()+0xa: call without frame pointer save/setup kernel/power/main.o: warning: objtool: suspend_stats_open()+0x10: call without frame pointer save/setup kernel/power/main.o: warning: objtool: suspend_stats_show()+0xfc: call without frame pointer save/setup kernel/power/main.o: warning: objtool: unregister_pm_notifier()+0xe: call without frame pointer save/setup kernel/power/main.o: warning: objtool: register_pm_notifier()+0xe: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_notifier_call_chain()+0x10: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_debugfs_init()+0x1b: call without frame pointer save/setup kernel/power/main.o: warning: objtool: pm_init()+0x2a: call without frame pointer save/setup CC [M] drivers/ata/libata-core.o CC drivers/atm/nicstar.o LD sound/atmel/built-in.o CC kernel/sched/cpudeadline.o arch/x86/kernel/cpuid.o: warning: objtool: cpuid_init()+0x42: can't find jump dest instruction at .init.text+0xbe000047 CC block/blk-map.o kernel/bpf/stackmap.o: warning: objtool: stack_map_alloc()+0x25: can't find jump dest instruction at .text+0x8d0100c8 security/inode.o: warning: objtool: securityfs_remove()+0xd: can't find jump dest instruction at .text+0x9f00003f kernel/locking/mutex.o: warning: objtool: mutex_trylock()+0x18: can't find jump dest instruction at .sched.text+0x2b0100a1 CC kernel/jump_label.o arch/x86/kernel/process.o: warning: objtool: idle_setup()+0x11: can't find jump dest instruction at .init.text+0x81000017 CC fs/inode.o CC kernel/torture.o LD sound/drivers/built-in.o CC [M] drivers/ata/libata-scsi.o kernel/kallsyms.o: warning: objtool: kallsyms_open()+0x2d: can't find call dest symbol at offset 0x8c000074 kernel/power/console.o: warning: objtool: pm_prepare_console()+0x4: can't find call dest symbol at offset 0xbbff0144 ipc/shm.o: warning: objtool: newseg()+0x26: can't find jump dest instruction at .text+0xfa010207 CC fs/attr.o CC kernel/membarrier.o kernel/rcu/rcuperf.o: warning: objtool: rcu_perf_cleanup.part.5()+0x57: can't find jump dest instruction at .text+0x7a0101d3 mm/oom_kill.o: warning: objtool: constrained_alloc()+0x33: can't find jump dest instruction at .text+0x830100f4 kernel/time/jiffies.o: warning: objtool: register_refined_jiffies()+0x86: call without frame pointer save/setup kernel/time/jiffies.o: warning: objtool: init_jiffies_clocksource()+0x12: call without frame pointer save/setup LD sound/firewire/built-in.o security/tomoyo/audit.o: warning: objtool: tomoyo_print_header()+0x47: can't find jump dest instruction at .text+0x8b0300f8 CC [M] drivers/ata/libata-eh.o CC kernel/time/tick-common.o kernel/irq/chip.o: warning: objtool: handle_fasteoi_irq()+0x2b: can't find jump dest instruction at .text+0x940007ce arch/x86/kernel/cpu/centaur.o: warning: objtool: init_c3()+0x3a: can't find jump dest instruction at .text+0x8300008d kernel/locking/osq_lock.o: warning: objtool: osq_lock()+0x95: can't find call dest symbol at offset 0x200000e0 kernel/locking/lockdep_proc.o: warning: objtool: l_show()+0x2a: can't find jump dest instruction at .text+0xdf000133 CC mm/mmu_notifier.o CC drivers/atm/horizon.o CC kernel/time/tick-broadcast.o security/smack/smack_access.o: warning: objtool: smack_log()+0x25: can't find jump dest instruction at .text+0xce000168 kernel/bpf/arraymap.o: warning: objtool: array_map_alloc()+0x22: can't find jump dest instruction at .text+0x76010199 mm/slab_common.o: warning: objtool: create_cache()+0x4c: can't find jump dest instruction at .text+0xb3000634 CC security/tomoyo/securityfs_if.o CC crypto/scatterwalk.o CC [M] drivers/ata/libata-transport.o mm/truncate.o: warning: objtool: invalidate_complete_page2()+0x18: can't find jump dest instruction at .text+0x9200007e CC security/keys/proc.o CC mm/slab.o arch/x86/kernel/reboot.o: warning: objtool: native_machine_emergency_restart()+0xff: can't find jump dest instruction at .text+0x760003be CC kernel/memremap.o CC kernel/sched/auto_group.o LD sound/drivers/mpu401/built-in.o CC mm/memtest.o CC drivers/atm/iphase.o arch/x86/mm/pageattr.o: warning: objtool: populate_pmd()+0x56: can't find jump dest instruction at .text+0x520105a5 kernel/debug/debug_core.o: warning: objtool: dbg_set_sw_break()+0x10: can't find jump dest instruction at .text+0x950003ae kernel/time/time.o: warning: objtool: do_sys_settimeofday64()+0x22: can't find jump dest instruction at .text+0xa90004d5 CC [M] drivers/ata/libata-trace.o CC kernel/time/timekeeping_debug.o LD arch/x86/mm/built-in.o CC [M] sound/drivers/mpu401/mpu401_uart.o CC mm/migrate.o kernel/irq/autoprobe.o: warning: objtool: probe_irq_off()+0x19: call without frame pointer save/setup kernel/irq/autoprobe.o: warning: objtool: probe_irq_mask()+0x21: call without frame pointer save/setup kernel/irq/autoprobe.o: warning: objtool: probe_irq_on()+0xf: call without frame pointer save/setup arch/x86/events/core.o: warning: objtool: x86_pmu_notifier()+0x25: can't find jump dest instruction at .text+0x880006be kernel/time/ntp.o: warning: objtool: ntp_update_offset()+0xf: can't find jump dest instruction at .text+0x24010186 CC kernel/time/test_udelay.o LD drivers/bcma/built-in.o security/commoncap.o: warning: objtool: cap_task_fix_setuid()+0x18: can't find jump dest instruction at .text+0x1c01015a CC block/blk-exec.o CC kernel/sched/cpuacct.o VDSO2C arch/x86/entry/vdso/vdso-image-64.c kernel/time/timer_list.o: warning: objtool: print_tickdevice()+0x6b: can't find jump dest instruction at .text+0x2a02023f security/selinux/netlink.o: warning: objtool: selnl_notify_setenforce()+0x14: can't find call dest symbol at offset 0x140000ec LD sound/i2c/built-in.o CC security/selinux/ss/conditional.o CC [M] drivers/bcma/main.o crypto/cipher.o: warning: objtool: setkey()+0x3a: can't find call dest symbol at offset 0x2800013a CC [M] drivers/ata/libata-sff.o kernel/power/qos.o: warning: objtool: pm_qos_dbg_show_requests()+0x79: can't find jump dest instruction at .text+0xd4000153 CC drivers/atm/suni.o CC [M] sound/i2c/i2c.o kernel/irq/proc.o: warning: objtool: register_handler_proc()+0x2a: can't find jump dest instruction at .text+0xb600041a CC [M] drivers/bcma/scan.o CC security/tomoyo/tomoyo.o CC block/blk-merge.o arch/x86/kernel/cpu/intel.o: warning: objtool: intel_tlb_lookup()+0xb: can't find jump dest instruction at .text+0x3f020109 mm/swap.o: warning: objtool: __page_cache_release()+0x1c: can't find jump dest instruction at .text+0xae000130 kernel/time/timeconv.o: warning: objtool: time_to_tm()+0x98: can't find jump dest instruction at .text+0xa200009d CC arch/x86/entry/vdso/vdso-image-64.o CC drivers/atm/fore200e.o security/integrity/evm/evm_crypto.o: warning: objtool: init_desc()+0x32: can't find jump dest instruction at .text+0x1f010037 LD sound/hda/built-in.o fs/file_table.o: warning: objtool: get_empty_filp()+0x5c: can't find jump dest instruction at .text+0xdb000344 CC drivers/base/component.o CC [M] drivers/bcma/core.o CC security/keys/sysctl.o mm/pgtable-generic.o: warning: objtool: pmd_clear_bad()+0x36: can't find call dest symbol at offset 0xcdff0132 mm/list_lru.o: warning: objtool: memcg_drain_list_lru()+0x22: can't find jump dest instruction at .text+0x84000770 arch/x86/kernel/paravirt.o: warning: objtool: native_flush_tlb_global()+0x2d: can't find call dest symbol at offset 0x9d000393 CC [M] sound/hda/hda_bus_type.o arch/x86/kernel/fpu/xstate.o: warning: objtool: fpstate_sanitize_xstate()+0x18: can't find jump dest instruction at .text+0xbf00017b CC fs/bad_inode.o CC security/selinux/ss/mls.o LD arch/x86/kernel/fpu/built-in.o CC mm/huge_memory.o arch/x86/kernel/cpu/vmware.o: warning: objtool: vmware_get_tsc_khz()+0x50: call without frame pointer save/setup arch/x86/kernel/cpu/vmware.o: warning: objtool: vmware_platform()+0x72: call without frame pointer save/setup arch/x86/kernel/cpu/vmware.o: warning: objtool: vmware_platform_setup()+0x33: call without frame pointer save/setup CC fs/file.o kernel/bpf/hashtab.o: warning: objtool: htab_map_hash()+0x21: can't find jump dest instruction at .text+0xa5000057 mm/nobootmem.o: warning: objtool: free_low_memory_core_early()+0x99: can't find call dest symbol at offset 0xb3ff0208 CC drivers/atm/idt77252.o mm/compaction.o: warning: objtool: __reset_isolation_suitable()+0x103: can't find jump dest instruction at .text+0x52000162 CC block/blk-softirq.o CC mm/page_counter.o ipc/sem.o: warning: objtool: update_queue()+0x67: can't find jump dest instruction at .text+0x9c0005c7 kernel/sched/cputime.o: warning: objtool: cputime_adjust()+0x4d: can't find jump dest instruction at .text+0x92000053 CC block/blk-timeout.o mm/process_vm_access.o: warning: objtool: process_vm_rw_single_vec()+0x28: can't find jump dest instruction at .text+0xa501002e LD drivers/block/built-in.o CC drivers/base/core.o CC security/keys/dh.o LD sound/isa/built-in.o LD sound/drivers/opl3/built-in.o CC [M] sound/drivers/opl3/opl3_lib.o arch/x86/events/intel/core.o: warning: objtool: intel_pmu_reset()+0x1c: can't find jump dest instruction at .text+0xf1000179 kernel/kexec_core.o: warning: objtool: kimage_load_crash_segment()+0x48: can't find jump dest instruction at .text+0xdd0002a3 LD arch/x86/events/intel/built-in.o LD drivers/bluetooth/built-in.o kernel/debug/kdb/kdb_debugger.o: warning: objtool: kdb_stub()+0x291: can't find jump dest instruction at .text+0xb2000347 LD sound/core/oss/built-in.o security/integrity/evm/evm_main.o: warning: objtool: evm_verify_hmac()+0x37: can't find jump dest instruction at .text+0x2e0100ca CC [M] sound/drivers/opl3/opl3_synth.o CC arch/x86/pci/i386.o CC mm/memcontrol.o CC fs/filesystems.o mm/mlock.o: warning: objtool: __munlock_pagevec()+0xee: can't find jump dest instruction at .text+0x8400046d LD security/integrity/evm/evm.o /home/kisskb/slave/src/arch/x86/kernel/apic/io_apic.c: In function 'mp_map_pin_to_irq': /home/kisskb/slave/src/arch/x86/kernel/apic/io_apic.c:1031:6: warning: 'irq' may be used uninitialized in this function [-Wuninitialized] LD arch/x86/events/built-in.o CC [M] sound/core/oss/pcm_oss.o CC mm/vmpressure.o CC [M] drivers/bluetooth/bfusb.o kernel/locking/spinlock.o: warning: objtool: arch_local_irq_save()+0x10: can't find call dest symbol at offset 0xd200003b kernel/utsname_sysctl.o: warning: objtool: proc_do_uts_string()+0x6f: call without frame pointer save/setup kernel/utsname_sysctl.o: warning: objtool: uts_proc_notify()+0x11: call without frame pointer save/setup kernel/utsname_sysctl.o: warning: objtool: utsname_sysctl_init()+0xb: call without frame pointer save/setup CC crypto/proc.o security/keys/request_key_auth.o: warning: objtool: request_key_auth_new()+0x51: can't find jump dest instruction at .text+0x890101be CC arch/x86/pci/init.o LD security/integrity/evm/built-in.o CC security/keys/big_key.o security/selinux/ss/hashtab.o: warning: objtool: hashtab_insert()+0x28: can't find jump dest instruction at .text+0x8e0000c7 LD sound/isa/ad1816a/built-in.o kernel/power/user.o: warning: objtool: snapshot_open()+0x1c: can't find jump dest instruction at .text+0x230100d2 kernel/irq/manage.o: warning: objtool: irq_set_irq_wake()+0x31: can't find jump dest instruction at .text+0xa00002b9 kernel/time/posix-cpu-timers.o: warning: objtool: posix_cpu_timer_create()+0x1f: can't find jump dest instruction at .text+0xb90003bf arch/x86/kernel/hpet.o: warning: objtool: _hpet_print_config()+0x124: can't find jump dest instruction at .text+0x780002c4 CC security/selinux/ss/status.o kernel/time/hrtimer.o: warning: objtool: __run_hrtimer.isra.39()+0x28: can't find jump dest instruction at .text+0x8b000432 kernel/locking/qrwlock.o: warning: objtool: queued_write_lock_slowpath()+0x6a: can't find call dest symbol at offset 0x8500007b CC mm/page_owner.o kernel/locking/lglock.o: warning: objtool: lg_local_unlock_cpu()+0x2d: can't find call dest symbol at offset 0xc200004d CC arch/x86/pci/direct.o CC drivers/base/bus.o CC [M] drivers/ata/acard-ahci.o kernel/locking/qspinlock.o: warning: objtool: native_queued_spin_lock_slowpath()+0x2c: can't find jump dest instruction at .text+0x7001011d mm/backing-dev.o: warning: objtool: cgwb_bdi_destroy()+0xde: can't find jump dest instruction at .text+0x760004e6 CC security/selinux/xfrm.o LD security/integrity/built-in.o CC [M] drivers/ata/libahci.o kernel/power/wakelock.o: warning: objtool: wakelock_lookup_add()+0x55: can't find jump dest instruction at .text+0xd200005a CC [M] sound/drivers/opl3/opl3_seq.o kernel/power/hibernate.o: warning: objtool: disk_store()+0x22: can't find jump dest instruction at .text+0xac000186 mm/fadvise.o: warning: objtool: SyS_fadvise64_64()+0x33: can't find jump dest instruction at .text+0xc5010039 CC security/tomoyo/util.o kernel/stop_machine.o: warning: objtool: cpu_stopper_thread()+0x5f: can't find jump dest instruction at .text+0x8d00010e security/keys/process_keys.o: warning: objtool: install_user_keyrings()+0x3b: can't find jump dest instruction at .text+0x34010099 kernel/debug/kdb/kdb_support.o: warning: objtool: kdb_getphys()+0xd8: can't find jump dest instruction at .text+0x6c00016b kernel/sched/cpupri.o: warning: objtool: cpupri_find()+0x21: can't find jump dest instruction at .text+0xa200005b CC drivers/atm/adummy.o CC [M] sound/drivers/opl3/opl3_midi.o LD drivers/bus/built-in.o LD sound/drivers/opl4/built-in.o fs/stat.o: warning: objtool: cp_old_stat()+0x86: can't find jump dest instruction at .text+0xca000344 CC [M] drivers/bcma/sprom.o LD sound/drivers/pcsp/built-in.o security/selinux/netif.o: warning: objtool: sel_netif_sid_slow()+0x3f: can't find jump dest instruction at .text.unlikely+0xde000044 LD sound/i2c/other/built-in.o arch/x86/kernel/cpu/hypervisor.o: warning: objtool: init_hypervisor_platform()+0x6b: call without frame pointer save/setup LD sound/isa/ad1848/built-in.o CC security/selinux/netlabel.o LD arch/x86/entry/vdso/built-in.o CC crypto/aead.o kernel/time/timer.o: warning: objtool: run_timer_softirq()+0x2b: can't find jump dest instruction at .text+0xa20103a1 arch/x86/kernel/cpu/mtrr/if.o: warning: objtool: mtrr_seq_show()+0x1b: can't find jump dest instruction at .text+0xa30000de CC [M] sound/core/sound.o LD arch/x86/entry/built-in.o CC crypto/ablkcipher.o CC security/keys/encrypted-keys/encrypted.o CC drivers/atm/atmtcp.o LD sound/isa/cs423x/built-in.o CC [M] sound/i2c/other/ak4114.o LD sound/drivers/vx/built-in.o LD drivers/cdrom/built-in.o LD sound/isa/es1688/built-in.o CC [M] sound/drivers/vx/vx_core.o security/selinux/nlmsgtab.o: warning: objtool: selinux_nlmsg_lookup()+0x47: can't find call dest symbol at offset 0x8400007c security/tomoyo/environ.o: warning: objtool: tomoyo_write_misc()+0x24: can't find call dest symbol at offset 0xc2ff014e security/keys/key.o: warning: objtool: key_update()+0x36: can't find jump dest instruction at .text+0x8a000230 security/selinux/avc.o: warning: objtool: avc_dump_av()+0x1f: can't find jump dest instruction at .text+0x8b0002ff CC [M] sound/hda/hdac_bus.o mm/gup.o: warning: objtool: __get_user_pages_unlocked()+0xc6: can't find jump dest instruction at .text+0x9d000204 mm/memtest.o: warning: objtool: do_one_pass()+0x67: can't find jump dest instruction at .init.text+0x8900016a CC [M] drivers/cdrom/cdrom.o CC crypto/blkcipher.o CC [M] drivers/bcma/driver_chipcommon.o arch/x86/kernel/cpu/mtrr/cleanup.o: warning: objtool: x86_get_mtrr_mem_range.constprop.0()+0x56: can't find jump dest instruction at .init.text+0x8b00008d kernel/sched/stop_task.o: warning: objtool: set_curr_task_stop()+0xd: can't find call dest symbol at offset 0xb400008e CC arch/x86/pci/fixup.o security/tomoyo/condition.o: warning: objtool: tomoyo_commit_condition()+0x20: can't find jump dest instruction at .text+0xb2000161 CC mm/cleancache.o security/keys/permission.o: warning: objtool: key_validate()+0x30: call without frame pointer save/setup security/keys/permission.o: warning: objtool: key_task_permission()+0x97: call without frame pointer save/setup CC drivers/base/dd.o CC [M] sound/hda/hdac_device.o ipc/mqueue.o: warning: objtool: mq_attr_ok()+0x1b: can't find jump dest instruction at .text+0x8c00017e arch/x86/kernel/cpu/microcode/amd.o: warning: objtool: verify_and_add_patch()+0x79: can't find jump dest instruction at .text+0x4501017c LD sound/isa/gus/built-in.o LD sound/isa/galaxy/built-in.o kernel/audit_watch.o: warning: objtool: audit_watch_log_rule_change.isra.6.part.7()+0x2b: can't find jump dest instruction at .text+0x8d00006e kernel/exit.o: warning: objtool: will_become_orphaned_pgrp()+0xc: can't find jump dest instruction at .text+0x92000012 CC mm/page_isolation.o LD sound/core/seq/built-in.o CC security/tomoyo/common.o kernel/time/clocksource.o: warning: objtool: __clocksource_select()+0x15: can't find jump dest instruction at .text+0xb300019a mm/vmstat.o: warning: objtool: pagetypeinfo_showfree_print()+0xa2: can't find jump dest instruction at .text+0x75000547 CC [M] sound/i2c/other/ak4113.o LD ipc/built-in.o kernel/sysctl.o: warning: objtool: _proc_do_string()+0x13: can't find jump dest instruction at .text+0xb30000ab CC [M] sound/core/seq/seq.o CC [M] sound/drivers/opl3/opl3_drums.o LD sound/mips/built-in.o CC mm/zbud.o kernel/fork.o: warning: objtool: dup_task_struct()+0x38: can't find jump dest instruction at .text+0xb01085d CC [M] drivers/atm/zatm.o kernel/locking/spinlock_debug.o: warning: objtool: spin_bug()+0x21: can't find call dest symbol at offset 0x4d0000b3 crypto/crypto_wq.o: warning: objtool: crypto_wq_init()+0x25: call without frame pointer save/setup crypto/crypto_wq.o: warning: objtool: crypto_wq_exit()+0xb: call without frame pointer save/setup kernel/audit_fsnotify.o: warning: objtool: audit_mark_log_rule_change.constprop.4()+0x1b: can't find jump dest instruction at .text+0xa2000040 CC [M] drivers/ata/ahci_platform.o CC [M] sound/core/seq/seq_lock.o LD sound/isa/opti9xx/built-in.o CC [M] sound/core/oss/pcm_plugin.o CC block/blk-lib.o CC [M] sound/hda/hdac_sysfs.o CC [M] sound/core/seq/seq_clientmgr.o LD sound/isa/msnd/built-in.o CC fs/namespace.o kernel/time/timekeeping_debug.o: warning: objtool: tk_debug_sleep_time_open()+0x10: call without frame pointer save/setup kernel/time/timekeeping_debug.o: warning: objtool: tk_debug_show_sleep_time()+0x1c: call without frame pointer save/setup kernel/time/timekeeping_debug.o: warning: objtool: tk_debug_sleep_time_init()+0x1b: call without frame pointer save/setup CC mm/early_ioremap.o arch/x86/kernel/smpboot.o: warning: objtool: announce_cpu()+0x75: can't find jump dest instruction at .text+0x9e00018d arch/x86/kernel/cpu/perfctr-watchdog.o: warning: objtool: reserve_perfctr_nmi()+0x4: can't find call dest symbol at offset 0x89000077 security/keys/compat.o: warning: objtool: compat_SyS_keyctl()+0x16: can't find jump dest instruction at .text+0xe4000094 security/selinux/selinuxfs.o: warning: objtool: sel_write_disable()+0x21: can't find jump dest instruction at .text+0x92000461 security/keys/keyring.o: warning: objtool: keyring_get_key_chunk()+0x28: can't find jump dest instruction at .text+0x81000369 LD sound/parisc/built-in.o CC mm/cma.o CC arch/x86/pci/legacy.o security/device_cgroup.o: warning: objtool: propagate_exception()+0x21: can't find jump dest instruction at .text+0x8a0004e9 CC [M] sound/hda/hdac_regmap.o kernel/sched/swait.o: warning: objtool: swake_up_all()+0x27: can't find jump dest instruction at .text+0x8700002d mm/page_io.o: warning: objtool: generic_swapfile_activate()+0x65: can't find jump dest instruction at .text+0xd7000221 CC [M] sound/hda/hdac_controller.o CC [M] drivers/bcma/driver_chipcommon_pmu.o arch/x86/kernel/cpu/amd.o: warning: objtool: init_amd_k8()+0x48: can't find jump dest instruction at .text+0xf400030c CC [M] sound/core/init.o CC mm/page_ext.o security/keys/user_defined.o: warning: objtool: logon_vet_description()+0xe: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_read()+0x2d: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_destroy()+0xb: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_free_preparse()+0x8: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_revoke()+0x13: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_update()+0x15: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_preparse()+0x30: call without frame pointer save/setup security/keys/user_defined.o: warning: objtool: user_describe()+0x17: call without frame pointer save/setup mm/page_counter.o: warning: objtool: page_counter_cancel()+0x30: call without frame pointer save/setup mm/page_counter.o: warning: objtool: page_counter_try_charge()+0x54: call without frame pointer save/setup mm/page_counter.o: warning: objtool: page_counter_uncharge()+0x15: call without frame pointer save/setup mm/page_counter.o: warning: objtool: page_counter_limit()+0x28: call without frame pointer save/setup mm/page_counter.o: warning: objtool: page_counter_memparse()+0x11: call without frame pointer save/setup fs/char_dev.o: warning: objtool: __register_chrdev_region()+0x2a: can't find jump dest instruction at .text+0xfe000327 kernel/futex.o: warning: objtool: attach_to_pi_owner()+0x23: can't find jump dest instruction at .text+0x220105e3 kernel/pid_namespace.o: warning: objtool: create_pid_cachep()+0x28: can't find jump dest instruction at .text+0x8c0000f9 CC [M] sound/core/seq/seq_memory.o arch/x86/kernel/cpu/microcode/core.o: warning: objtool: reload_store()+0x26: can't find jump dest instruction at .text+0xc300040d kernel/membarrier.o: warning: objtool: SyS_membarrier()+0x31: call without frame pointer save/setup CC [M] sound/i2c/other/ak4xxx-adda.o LD arch/x86/kernel/cpu/microcode/microcode.o CC security/keys/encrypted-keys/ecryptfs_format.o kernel/sched/cpudeadline.o: warning: objtool: cpudl_set()+0x64: can't find jump dest instruction at .text+0xab000322 CC drivers/char/mem.o CC arch/x86/power/cpu.o CC crypto/skcipher.o CC [M] drivers/atm/uPD98402.o LD drivers/char/ipmi/built-in.o kernel/irq/pm.o: warning: objtool: resume_irqs()+0x1d: can't find jump dest instruction at .text+0x82000022 crypto/api.o: warning: objtool: __crypto_alg_lookup()+0x2a: can't find jump dest instruction at .text+0x870001c3 kernel/time/posix-timers.o: warning: objtool: common_timer_set()+0x47: can't find jump dest instruction at .text+0xc0102c3 CC [M] drivers/ata/libahci_platform.o LD sound/oss/built-in.o LD arch/x86/kernel/cpu/microcode/built-in.o LD sound/pcmcia/built-in.o security/keys/proc.o: warning: objtool: proc_keys_show()+0xc3: can't find jump dest instruction at .text+0x6602027c CC [M] sound/core/oss/io.o CC [M] drivers/atm/ambassador.o kernel/power/snapshot.o: warning: objtool: memory_bm_find_bit()+0x31: can't find jump dest instruction at .text+0x8f000092 kernel/sched/completion.o: warning: objtool: __wait_for_common()+0x2e: can't find jump dest instruction at .sched.text+0xd4000034 CC crypto/chainiv.o CC [M] sound/core/oss/copy.o LD sound/isa/wavefront/built-in.o CC arch/x86/power/hibernate_64.o CC [M] sound/core/seq/seq_queue.o LD sound/isa/sb/built-in.o CC [M] sound/hda/hdac_stream.o CC [M] sound/oss/dev_table.o kernel/locking/rwsem-xadd.o: warning: objtool: __rwsem_do_wake()+0x1f: can't find jump dest instruction at .text+0xd3000036 mm/swap_state.o: warning: objtool: __read_swap_cache_async()+0x61: can't find jump dest instruction at .text+0xc6000431 LD sound/pcmcia/pdaudiocf/built-in.o CC [M] drivers/char/ipmi/ipmi_msghandler.o LD sound/ppc/built-in.o security/keys/request_key.o: warning: objtool: construct_get_dest_keyring()+0x32: can't find jump dest instruction at .text+0xd40000e5 CC [M] sound/core/oss/linear.o CC [M] sound/hda/array.o kernel/power/swap.o: warning: objtool: get_swap_reader()+0x30: can't find jump dest instruction at .text+0xcf000260 arch/x86/kernel/cpu/common.o: warning: objtool: get_model_name()+0x11: can't find jump dest instruction at .text+0xa400012b CC mm/frame_vector.o security/tomoyo/group.o: warning: objtool: tomoyo_write_group()+0x2a: can't find jump dest instruction at .text+0xb0100a2 kernel/irq_work.o: warning: objtool: irq_work_sync()+0x9: can't find call dest symbol at offset 0xb400004c CC [M] sound/hda/hdmi_chmap.o kernel/time/test_udelay.o: warning: objtool: udelay_test_single()+0x3f: can't find jump dest instruction at .text+0x8f000063 CC block/blk-mq.o arch/x86/kernel/apic/apic.o: warning: objtool: setup_local_APIC()+0x54: can't find jump dest instruction at .text+0xc6010c40 LD sound/pcmcia/vx/built-in.o kernel/sys.o: warning: objtool: validate_prctl_map()+0x64: can't find jump dest instruction at .text+0xd6000088 kernel/irq/msi.o: warning: objtool: msi_domain_alloc()+0x48: can't find jump dest instruction at .text+0x950000e0 CC drivers/char/random.o CC drivers/char/misc.o CC [M] drivers/ata/sata_inic162x.o CC [M] sound/core/memory.o security/selinux/netnode.o: warning: objtool: sel_netnode_sid_slow()+0x4b: can't find jump dest instruction at .text+0xbd00014a LD kernel/power/built-in.o CC fs/seq_file.o CC crypto/eseqiv.o LD sound/isa/wss/built-in.o kernel/memremap.o: warning: objtool: memremap()+0x2d: can't find jump dest instruction at .text+0xfb0000cf CC [M] drivers/bluetooth/btsdio.o LD sound/sh/built-in.o kernel/bpf/verifier.o: warning: objtool: evaluate_reg_alu()+0x26: can't find jump dest instruction at .text+0xa100002c CC [M] drivers/char/ipmi/ipmi_devintf.o CC [M] sound/hda/trace.o CC [M] sound/core/control.o sound/sound_firmware.o: warning: objtool: mod_firmware_load()+0x22: can't find call dest symbol at offset 0xfdff0102 mm/percpu.o: warning: objtool: pcpu_alloc_chunk()+0x18: can't find jump dest instruction at .text+0x910002c8 security/keys/keyctl.o: warning: objtool: SYSC_add_key()+0x2b: can't find jump dest instruction at .text+0x72010137 mm/madvise.o: warning: objtool: madvise_remove()+0x2a: can't find jump dest instruction at .text+0x9b0000ba CC [M] sound/i2c/other/pt2258.o CC [M] sound/core/seq/seq_fifo.o CC drivers/char/raw.o kernel/locking/rtmutex.o: warning: objtool: try_to_take_rt_mutex.part.10()+0x23: can't find jump dest instruction at .text+0x82000215 LD sound/pci/built-in.o block/blk-sysfs.o: warning: objtool: blk_register_queue()+0x35: can't find jump dest instruction at .text+0xb7000abe CC [M] sound/pci/als300.o kernel/irq/irqdomain.o: warning: objtool: virq_debug_show()+0x5b: can't find jump dest instruction at .text+0xe5000145 CC [M] drivers/ata/sata_sil24.o kernel/sched/cpuacct.o: warning: objtool: __cpuusage_read()+0x25: can't find call dest symbol at offset 0x5900018d sound/sound_core.o: warning: objtool: soundcore_open()+0x9a: can't find jump dest instruction at .text+0xd5000118 CC block/blk-mq-tag.o CC [M] drivers/ata/ahci_imx.o LD kernel/irq/built-in.o CC arch/x86/pci/irq.o CC drivers/char/nvram.o sound/ac97_bus.o: warning: objtool: snd_ac97_reset()+0x34: can't find call dest symbol at offset 0x560000b5 arch/x86/kernel/cpu/mshyperv.o: warning: objtool: read_hv_clock()+0x9: can't find call dest symbol at offset 0xe400001c security/selinux/netport.o: warning: objtool: sel_netport_sid_slow()+0x59: can't find jump dest instruction at .text+0xcc00009f CC [M] drivers/bcma/driver_chipcommon_b.o fs/readdir.o: warning: objtool: filldir64()+0x2a: can't find jump dest instruction at .text+0xce000030 CC [M] drivers/ata/pdc_adma.o CC arch/x86/pci/common.o LD sound/sparc/built-in.o CC fs/xattr.o LD sound/spi/built-in.o CC [M] sound/oss/soundcard.o security/keys/dh.o: warning: objtool: mpi_from_key()+0x30: can't find jump dest instruction at .text+0x99000036 kernel/sched/idle.o: warning: objtool: cpuidle_idle_call()+0x3b: can't find jump dest instruction at .text+0x9f00015b CC fs/libfs.o CC [M] sound/core/oss/mulaw.o security/lsm_audit.o: warning: objtool: dump_common_audit_data()+0x5f: can't find jump dest instruction at .text+0x1e04012e CC [M] sound/oss/audio.o CC [M] drivers/bcma/host_soc.o kernel/bpf/syscall.o: warning: objtool: map_create()+0x26: can't find jump dest instruction at .text+0xe0000375 security/tomoyo/load_policy.o: warning: objtool: tomoyo_load_policy()+0xf: can't find jump dest instruction at .text+0xe2000015 LD arch/x86/ras/built-in.o kernel/bpf/core.o: warning: objtool: bpf_jit_blind_insn()+0x55: can't find jump dest instruction at .text+0xfc030165 security/tomoyo/domain.o: warning: objtool: tomoyo_transition_type()+0xd4: can't find jump dest instruction at .text+0x6b00013e LD kernel/bpf/built-in.o security/tomoyo/mount.o: warning: objtool: tomoyo_mount_acl()+0x53: can't find jump dest instruction at .text+0xbc010059 security/tomoyo/gc.o: warning: objtool: tomoyo_struct_used_by_io_buffer()+0xa6: can't find jump dest instruction at .text+0x780000ba CC [M] sound/drivers/vx/vx_hwdep.o CC [M] sound/core/seq/seq_prioq.o CC [M] drivers/char/ipmi/ipmi_si_intf.o CC [M] drivers/bluetooth/btmrvl_main.o kernel/crash_dump.o: warning: objtool: setup_elfcorehdr()+0x1a: call without frame pointer save/setup CC [M] drivers/bluetooth/btmrvl_debugfs.o fs/super.o: warning: objtool: get_anon_bdev()+0x21: can't find jump dest instruction at .text+0xa40001d8 LD [M] sound/soundcore.o CC [M] sound/core/seq/seq_timer.o kernel/locking/lockdep.o: warning: objtool: look_up_lock_class()+0x3f: can't find jump dest instruction at .text+0xc60002b9 arch/x86/pci/init.o: warning: objtool: pci_arch_init()+0x6: call without frame pointer save/setup LD sound/synth/built-in.o fs/ioctl.o: warning: objtool: ioctl_fiemap()+0x3e: can't find jump dest instruction at .text+0xe100005c CC arch/x86/pci/early.o LD kernel/locking/built-in.o CC fs/fs-writeback.o LD sound/soc/built-in.o CC [M] sound/synth/util_mem.o security/tomoyo/memory.o: warning: objtool: tomoyo_get_name()+0x1a: can't find jump dest instruction at .text+0x11010119 CC drivers/base/syscore.o LD drivers/connector/built-in.o mm/dmapool.o: warning: objtool: pool_alloc_page()+0x39: can't find jump dest instruction at .text+0xbc000104 arch/x86/kernel/cpu/mtrr/main.o: warning: objtool: mtrr_add_page()+0x2a: can't find jump dest instruction at .text+0x78020240 CC arch/x86/pci/bus_numa.o kernel/sched/wait.o: warning: objtool: __wake_up_locked()+0x9: can't find call dest symbol at offset 0x7500008b CC [M] sound/soc/soc-core.o block/blk-tag.o: warning: objtool: blk_queue_start_tag()+0xa4: can't find jump dest instruction at .text+0xdc000117 kernel/time/posix-clock.o: warning: objtool: get_clock_desc()+0x4b: can't find call dest symbol at offset 0x7d0001d1 AS arch/x86/power/hibernate_asm_64.o CC [M] sound/core/seq/seq_system.o CC [M] drivers/connector/cn_queue.o CC block/blk-mq-sysfs.o CC [M] drivers/connector/connector.o CC arch/x86/pci/amd_bus.o security/selinux/ss/ebitmap.o: warning: objtool: ebitmap_contains()+0xc: can't find jump dest instruction at .text+0x9900025c CC [M] arch/x86/pci/vmd.o security/selinux/ss/sidtab.o: warning: objtool: sidtab_insert()+0x22: can't find jump dest instruction at .text+0x35010213 kernel/time/alarmtimer.o: warning: objtool: alarmtimer_suspend()+0x4b: can't find jump dest instruction at .text+0xe9000144 CC [M] drivers/char/ipmi/ipmi_kcs_sm.o LD sound/synth/emux/built-in.o CC [M] drivers/atm/eni.o fs/open.o: warning: objtool: build_open_flags()+0x61: can't find jump dest instruction at .text+0x83000083 drivers/bcma/scan.o: warning: objtool: bcma_get_next_core.constprop.11()+0x4e: can't find jump dest instruction at .text+0x120300f5 CC fs/pnode.o LD sound/usb/built-in.o CC [M] sound/soc/soc-dapm.o fs/bad_inode.o: warning: objtool: make_bad_inode()+0x2f: call without frame pointer save/setup fs/bad_inode.o: warning: objtool: iget_failed()+0x9: call without frame pointer save/setup mm/mmu_notifier.o: warning: objtool: do_mmu_notifier_register()+0x49: can't find jump dest instruction at .text+0xb7000088 kernel/jump_label.o: warning: objtool: jump_label_add_module()+0x2b: can't find jump dest instruction at .text+0xcf000112 security/tomoyo/file.o: warning: objtool: tomoyo_path_number_perm()+0x62: can't find jump dest instruction at .text+0x280107f8 CC drivers/clocksource/clksrc-probe.o kernel/time/clockevents.o: warning: objtool: sysfs_unbind_tick_dev()+0x2f: can't find jump dest instruction at .text+0x1010035 CC [M] sound/usb/card.o CC fs/splice.o sound/drivers/opl3/opl3_seq.o: warning: objtool: snd_opl3_synth_create_port()+0x3f: can't find jump dest instruction at .text+0xba000082 CC [M] drivers/atm/solos-pci.o CC [M] sound/core/misc.o CC drivers/base/driver.o kernel/sched/deadline.o: warning: objtool: find_later_rq()+0x39: can't find jump dest instruction at .text+0x2401059c CC [M] sound/drivers/vx/vx_pcm.o CC [M] sound/pci/atiixp.o CC drivers/clk/clk-devres.o arch/x86/power/hibernate_asm_64.o: warning: objtool: swsusp_arch_suspend()+0x68: call without frame pointer save/setup CC [M] drivers/ata/sata_qstor.o CC [M] sound/soc/soc-jack.o /home/kisskb/slave/src/sound/hda/hdac_regmap.c: In function 'hda_reg_write': /home/kisskb/slave/src/sound/hda/hdac_regmap.c:282:16: warning: 'err' may be used uninitialized in this function [-Wuninitialized] mm/filemap.o: warning: objtool: generic_perform_write()+0x7d: can't find jump dest instruction at .text+0xc30001db arch/x86/kernel/cpu/mtrr/generic.o: warning: objtool: generic_get_mtrr()+0x46: can't find jump dest instruction at .text+0x880001e4 mm/memblock.o: warning: objtool: memblock_dump()+0xbf: can't find jump dest instruction at .meminit.text+0x7a0000ff LD arch/x86/kernel/cpu/mtrr/built-in.o CC [M] drivers/atm/firestream.o mm/page-writeback.o: warning: objtool: domain_dirty_limits()+0x5b: can't find jump dest instruction at .text+0xc6000142 CC fs/sync.o fs/fcntl.o: warning: objtool: send_sigio_to_task()+0x2e: can't find jump dest instruction at .text+0x970000ff CC fs/utimes.o CC [M] sound/core/oss/route.o block/blk-map.o: warning: objtool: blk_rq_map_kern()+0x33: can't find jump dest instruction at .text+0xc20000f4 sound/core/seq/seq.o: warning: objtool: alsa_seq_init()+0x8: call without frame pointer save/setup sound/core/seq/seq.o: warning: objtool: alsa_seq_exit()+0x4: call without frame pointer save/setup sound/hda/hda_bus_type.o: warning: objtool: hda_uevent()+0x15: call without frame pointer save/setup sound/hda/hda_bus_type.o: warning: objtool: hda_bus_match()+0x21: call without frame pointer save/setup sound/hda/hda_bus_type.o: warning: objtool: hda_bus_init()+0xb: call without frame pointer save/setup sound/hda/hda_bus_type.o: warning: objtool: hda_bus_exit()+0xb: call without frame pointer save/setup fs/pipe.o: warning: objtool: pipe_set_size()+0x21: can't find jump dest instruction at .text+0xcb00035d CC [M] drivers/ata/sata_sx4.o CC block/blk-mq-cpu.o CC [M] sound/core/seq/seq_ports.o CC [M] sound/usb/clock.o security/selinux/ss/avtab.o: warning: objtool: avtab_insert_node.isra.1()+0x40: can't find jump dest instruction at .text+0xb9000119 security/smack/smackfs.o: warning: objtool: smk_perm_from_str()+0x89: can't find jump dest instruction at .text+0x790000c1 CC [M] drivers/ata/pata_cmd640.o crypto/proc.o: warning: objtool: c_show()+0x105: can't find jump dest instruction at .text+0x8a00011f kernel/time/tick-broadcast.o: warning: objtool: tick_handle_periodic_broadcast()+0x42: can't find jump dest instruction at .text+0xcb0000c6 CC [M] sound/drivers/vx/vx_mixer.o CC drivers/clk/clkdev.o CC [M] drivers/atm/he.o kernel/sched/auto_group.o: warning: objtool: sched_autogroup_create_attach()+0x25: can't find jump dest instruction at .text+0x9400019c sound/i2c/i2c.o: warning: objtool: snd_i2c_bus_create()+0x39: can't find jump dest instruction at .text+0xb200054c block/elevator.o: warning: objtool: elv_register()+0x14: can't find jump dest instruction at .text+0x82000305 CC drivers/clk/clk.o arch/x86/pci/direct.o: warning: objtool: pci_conf1_write()+0x1b: can't find jump dest instruction at .text+0xbe000021 CC block/blk-mq-cpumap.o mm/vmpressure.o: warning: objtool: vmpressure_work_fn()+0x37: can't find jump dest instruction at .text+0xe800003c CC [M] drivers/ata/pata_mpiix.o kernel/torture.o: warning: objtool: torture_cleanup_begin()+0x42: can't find jump dest instruction at .text+0xba000388 CC [M] drivers/ata/pata_ns87410.o sound/drivers/opl3/opl3_drums.o: warning: objtool: snd_opl3_load_drums()+0x10: can't find call dest symbol at offset 0x66ff0199 mm/sparse.o: warning: objtool: __section_nr()+0x14: can't find call dest symbol at offset 0xbf000041 CC [M] sound/core/oss/rate.o kernel/time/timekeeping.o: warning: objtool: adjust_historical_crosststamp()+0x20: can't find jump dest instruction at .text+0xf5000144 mm/page_ext.o: warning: objtool: page_ext_init()+0x27: can't find jump dest instruction at .init.text+0x1b01002d block/blk-flush.o: warning: objtool: blk_kick_flush()+0x3c: can't find jump dest instruction at .text+0xd7000135 CC [M] sound/drivers/vx/vx_cmd.o kernel/sched/rt.o: warning: objtool: do_balance_runtime()+0x67: can't find jump dest instruction at .text+0x9f000523 CC fs/stack.o LD [M] sound/i2c/snd-i2c.o CC fs/fs_struct.o CC crypto/seqiv.o kernel/audit_tree.o: warning: objtool: kill_rules()+0x24: can't find jump dest instruction at .text+0x401007f CC drivers/cpuidle/cpuidle.o drivers/base/component.o: warning: objtool: find_components()+0x1b: can't find jump dest instruction at .text+0xd800014e CC drivers/clk/clk-divider.o security/tomoyo/securityfs_if.o: warning: objtool: tomoyo_write_self()+0x2b: can't find jump dest instruction at .text+0x34010031 block/blk-settings.o: warning: objtool: blk_stack_limits()+0x2cb: can't find jump dest instruction at .text+0xba0006ce CC drivers/clk/clk-fixed-factor.o mm/rmap.o: warning: objtool: rmap_walk_anon()+0x3e: can't find jump dest instruction at .text+0xed000510 security/tomoyo/realpath.o: warning: objtool: tomoyo_get_local_path()+0x2e: can't find jump dest instruction at .text+0x82010034 CC block/ioctl.o CC fs/statfs.o CC drivers/cpuidle/driver.o kernel/padata.o: warning: objtool: padata_reorder()+0x25: can't find jump dest instruction at .text+0xca000446 CC fs/fs_pin.o CC drivers/crypto/padlock-sha.o fs/read_write.o: warning: objtool: vfs_clone_file_range()+0x36: can't find jump dest instruction at .text+0x1b010259 mm/page_owner.o: warning: objtool: print_page_owner()+0x58: can't find jump dest instruction at .text+0x85010096 fs/attr.o: warning: objtool: notify_change()+0x62: can't find jump dest instruction at .text+0x7b020068 kernel/printk/printk.o: warning: objtool: msg_print_ext_body()+0x8c: can't find jump dest instruction at .text+0x820002d2 kernel/watchdog.o: warning: objtool: watchdog_nmi_enable()+0x28: can't find jump dest instruction at .text+0xf01014a CC drivers/clocksource/sh_tmu.o LD kernel/printk/built-in.o CC fs/nsfs.o mm/page_isolation.o: warning: objtool: unset_migratetype_isolate()+0x6c: can't find jump dest instruction at .text+0xf50000ed CC fs/buffer.o CC fs/block_dev.o mm/early_ioremap.o: warning: objtool: __early_ioremap()+0x73: can't find jump dest instruction at .init.text+0xd0100cc drivers/ata/libata-transport.o: warning: objtool: ata_tlink_add()+0x6a: can't find jump dest instruction at .text+0x16010700 LD drivers/dax/built-in.o CC [M] sound/pci/azt3328.o CC drivers/clk/clk-fixed-rate.o block/blk-exec.o: warning: objtool: blk_end_sync_rq()+0x19: call without frame pointer save/setup block/blk-exec.o: warning: objtool: blk_execute_rq_nowait()+0xa9: call without frame pointer save/setup block/blk-exec.o: warning: objtool: blk_execute_rq()+0x43: call without frame pointer save/setup CC [M] drivers/ata/pata_opti.o security/tomoyo/network.o: warning: objtool: tomoyo_unix_entry()+0x30: can't find jump dest instruction at .text+0xd900011e security/tomoyo/tomoyo.o: warning: objtool: tomoyo_cred_transfer()+0x6: can't find call dest symbol at offset 0xdd000033 CC drivers/char/agp/backend.o CC fs/direct-io.o CC block/genhd.o CC [M] drivers/dax/dax.o mm/zbud.o: warning: objtool: zbud_alloc()+0x20: can't find jump dest instruction at .text+0xbe01013a CC drivers/char/hw_random/core.o LD drivers/crypto/qce/built-in.o sound/drivers/opl3/opl3_midi.o: warning: objtool: snd_opl3_kill_voice()+0x24: can't find jump dest instruction at .text+0x83000029 CC [M] sound/usb/endpoint.o drivers/bcma/core.o: warning: objtool: bcma_core_is_enabled()+0xe: can't find call dest symbol at offset 0xde000022 CC drivers/base/class.o CC drivers/char/hw_random/virtio-rng.o kernel/time/tick-common.o: warning: objtool: tick_check_percpu()+0x53: can't find call dest symbol at offset 0x6aff0195 sound/drivers/mpu401/mpu401_uart.o: warning: objtool: snd_mpu401_uart_cmd()+0x185: can't find jump dest instruction at .text+0x72000486 security/keys/encrypted-keys/ecryptfs_format.o: warning: objtool: ecryptfs_fill_auth_tok()+0x20: call without frame pointer save/setup CC drivers/base/platform.o mm/mmap.o: warning: objtool: reusable_anon_vma()+0x1e: can't find jump dest instruction at .text+0x8c000636 LD [M] sound/drivers/mpu401/snd-mpu401-uart.o CC block/scsi_ioctl.o LD kernel/time/built-in.o CC [M] drivers/crypto/qce/core.o sound/core/oss/copy.o: warning: objtool: copy_transfer.part.0()+0x31: can't find jump dest instruction at .text+0x81000036 security/keys/big_key.o: warning: objtool: big_key_read()+0x2b: can't find jump dest instruction at .text+0x160100b7 CC [M] sound/oss/dmabuf.o CC drivers/char/hw_random/stm32-rng.o kernel/signal.o: warning: objtool: do_sigaltstack()+0x66: can't find jump dest instruction at .text+0xbe0002d2 arch/x86/kernel/apic/io_apic.o: warning: objtool: io_apic_unique_id()+0x56: can't find jump dest instruction at .text+0xc100072b block/blk-ioc.o: warning: objtool: put_io_context_active()+0x14: can't find jump dest instruction at .text+0x8900034e CC drivers/cpuidle/governor.o LD arch/x86/kernel/apic/built-in.o CC block/partition-generic.o sound/core/oss/io.o: warning: objtool: snd_pcm_plugin_build_io()+0x51: can't find jump dest instruction at .text+0xb60001cf sound/hda/hdac_sysfs.o: warning: objtool: widget_tree_create()+0x2f: can't find jump dest instruction at .text+0xba000782 CC [M] sound/soc/soc-cache.o security/selinux/ss/conditional.o: warning: objtool: cond_evaluate_expr.isra.2()+0xb: can't find jump dest instruction at .text+0xe900015e CC drivers/crypto/qat/qat_c3xxxvf/adf_drv.o CC [M] sound/core/device.o CC drivers/cpuidle/sysfs.o CC drivers/base/cpu.o CC drivers/clk/clk-gate.o arch/x86/pci/fixup.o: warning: objtool: pci_fixup_video()+0x41: can't find jump dest instruction at .text+0x9300012d drivers/ata/acard-ahci.o: warning: objtool: acard_ahci_port_start()+0x45: can't find jump dest instruction at .text+0x9c00023f drivers/atm/adummy.o: warning: objtool: adummy_init()+0x48: can't find jump dest instruction at .init.text+0x9900004d CC [M] sound/pci/bt87x.o CC [M] drivers/char/hw_random/timeriomem-rng.o sound/core/seq/seq_lock.o: warning: objtool: snd_use_lock_sync_helper()+0x51: call without frame pointer save/setup drivers/ata/ahci_platform.o: warning: objtool: ahci_probe()+0xe: call without frame pointer save/setup drivers/ata/ahci_platform.o: warning: objtool: ahci_driver_init()+0x12: call without frame pointer save/setup drivers/ata/ahci_platform.o: warning: objtool: ahci_driver_exit()+0xb: call without frame pointer save/setup crypto/scatterwalk.o: warning: objtool: scatterwalk_ffwd()+0x1d: can't find jump dest instruction at .text+0xb7000118 CC [M] drivers/ata/pata_rz1000.o arch/x86/power/hibernate_64.o: warning: objtool: swsusp_arch_resume()+0x6: can't find call dest symbol at offset 0x510000bf kernel/auditfilter.o: warning: objtool: audit_krule_to_data()+0x31: can't find jump dest instruction at .text+0x8901011a CC drivers/cpuidle/governors/ladder.o kernel/compat.o: warning: objtool: compat_put_timex()+0x2e: can't find jump dest instruction at .text+0xd50100e2 LD [M] sound/drivers/opl3/snd-opl3-synth.o crypto/chainiv.o: warning: objtool: async_chainiv_init()+0x9b: can't find call dest symbol at offset 0x12000197 sound/core/seq/seq_system.o: warning: objtool: snd_seq_system_client_init()+0x2b: can't find jump dest instruction at .init.text+0xd6000031 CC [M] sound/usb/format.o CC [M] sound/core/seq/seq_info.o kernel/debug/kdb/kdb_main.o: warning: objtool: kdb_md_line()+0x73: can't find jump dest instruction at .text+0x68020134 CC crypto/echainiv.o CC block/ioprio.o LD kernel/debug/kdb/built-in.o CC [M] drivers/char/ipmi/ipmi_smic_sm.o CC net/socket.o mm/cma.o: warning: objtool: cma_alloc()+0x1c: can't find jump dest instruction at .text+0x7f0100c6 kernel/cpuset.o: warning: objtool: cpuset_read_u64()+0x11: can't find jump dest instruction at .text+0xa100021b CC drivers/clocksource/em_sti.o CC [M] drivers/crypto/qce/common.o LD drivers/crypto/qat/qat_c62x/built-in.o CC [M] drivers/char/hw_random/amd-rng.o sound/core/oss/linear.o: warning: objtool: convert()+0x26: can't find jump dest instruction at .text+0xe100012f CC [M] drivers/char/ipmi/ipmi_bt_sm.o LD kernel/debug/built-in.o sound/core/seq/seq_fifo.o: warning: objtool: snd_seq_fifo_new()+0x21: can't find jump dest instruction at .text+0x86000027 security/selinux/ss/status.o: warning: objtool: selinux_kernel_status_page()+0x1c: can't find jump dest instruction at .text+0x8a000022 sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_remove_device()+0x40: call without frame pointer save/setup sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_add_device()+0x45: call without frame pointer save/setup sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_queue_event()+0x41: call without frame pointer save/setup sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_exec_verb()+0x26: call without frame pointer save/setup sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_exit()+0x52: call without frame pointer save/setup sound/hda/hdac_bus.o: warning: objtool: snd_hdac_bus_init()+0x75: call without frame pointer save/setup drivers/bcma/main.o: warning: objtool: bcma_register_devices()+0x1d: can't find jump dest instruction at .text+0x9e000214 CC [M] drivers/char/ipmi/ipmi_ssif.o CC [M] drivers/crypto/qce/dma.o CC [M] drivers/crypto/qat/qat_c62x/adf_drv.o CC drivers/clocksource/i8253.o security/selinux/xfrm.o: warning: objtool: selinux_xfrm_alloc_user()+0x3a: can't find jump dest instruction at .text+0xca000090 CC drivers/char/mwave/mwavedd.o CC block/badblocks.o drivers/bcma/sprom.o: warning: objtool: bcma_sprom_get()+0x32: can't find jump dest instruction at .text+0xfa0101e4 arch/x86/pci/i386.o: warning: objtool: pcibios_save_fw_addr()+0x1e: can't find jump dest instruction at .text+0x9d0001d2 CC drivers/clocksource/mmio.o CC [M] sound/core/seq/seq_device.o sound/core/memory.o: warning: objtool: copy_from_user_toio()+0x3e: call without frame pointer save/setup sound/core/memory.o: warning: objtool: copy_to_user_fromio()+0x46: call without frame pointer save/setup CC fs/mpage.o arch/x86/pci/early.o: warning: objtool: early_dump_pci_device()+0x31: call without frame pointer save/setup arch/x86/pci/early.o: warning: objtool: early_dump_pci_devices()+0xe: call without frame pointer save/setup CC [M] sound/core/info.o CC [M] sound/core/seq/seq_dummy.o arch/x86/pci/legacy.o: warning: objtool: pcibios_scan_specific_bus()+0x12: call without frame pointer save/setup arch/x86/pci/legacy.o: warning: objtool: pci_legacy_init()+0x27: call without frame pointer save/setup arch/x86/pci/legacy.o: warning: objtool: pci_subsys_init()+0x2c: call without frame pointer save/setup mm/cleancache.o: warning: objtool: __cleancache_get_page()+0x57: can't find call dest symbol at offset 0x52000142 sound/hda/hdac_regmap.o: warning: objtool: hda_reg_read()+0x45: can't find jump dest instruction at .text+0x41010211 mm/vmalloc.o: warning: objtool: show_numa_info()+0x18: can't find jump dest instruction at .text+0xa80001c8 CC [M] sound/drivers/vx/vx_uer.o CC [M] sound/pci/cmipci.o fs/filesystems.o: warning: objtool: SyS_sysfs()+0x19: can't find jump dest instruction at .text+0xf60002fc sound/drivers/opl3/opl3_lib.o: warning: objtool: snd_opl3_hwdep_new()+0x5b: can't find jump dest instruction at .text+0x40010060 CC fs/proc_namespace.o block/blk-timeout.o: warning: objtool: blk_add_timer()+0x20: can't find jump dest instruction at .text+0xb800018c sound/hda/array.o: warning: objtool: snd_array_free()+0xd: call without frame pointer save/setup sound/hda/array.o: warning: objtool: snd_array_new()+0x38: call without frame pointer save/setup CC [M] sound/core/info_oss.o CC drivers/char/agp/frontend.o sound/drivers/opl3/opl3_synth.o: warning: objtool: snd_opl3_set_voice()+0x1e: can't find jump dest instruction at .text+0x6f0101b5 mm/shmem.o: warning: objtool: shmem_seek_hole_data()+0x68: can't find jump dest instruction at .text+0x870004bd LD [M] sound/drivers/opl3/snd-opl3-lib.o sound/core/sound.o: warning: objtool: snd_minor_info_read()+0x29: can't find jump dest instruction at .text+0x8500002f drivers/char/ipmi/ipmi_kcs_sm.o: warning: objtool: kcs_event()+0x61: can't find jump dest instruction at .text+0x3803026f CC drivers/clk/clk-multiplier.o CC drivers/char/agp/generic.o CC net/802/p8022.o CC net/802/psnap.o CC [M] sound/core/isadma.o security/selinux/ss/mls.o: warning: objtool: mls_compute_context_len()+0x1d: can't find jump dest instruction at .text+0x3c0101ab arch/x86/power/cpu.o: warning: objtool: fix_processor_context()+0xec: can't find call dest symbol at offset 0xa6ff01a8 CC [M] net/802/stp.o LD arch/x86/power/built-in.o drivers/clocksource/clksrc-probe.o: warning: objtool: clocksource_probe()+0x14: call without frame pointer save/setup CC drivers/clocksource/timer-digicolor.o drivers/bcma/host_soc.o: warning: objtool: bcma_host_soc_awrite32()+0x33: call without frame pointer save/setup drivers/bcma/host_soc.o: warning: objtool: bcma_host_soc_aread32()+0x38: call without frame pointer save/setup drivers/bcma/host_soc.o: warning: objtool: bcma_host_soc_register()+0x14: call without frame pointer save/setup drivers/bcma/host_soc.o: warning: objtool: bcma_host_soc_init()+0xc: call without frame pointer save/setup CC block/partitions/check.o CC drivers/dma-buf/dma-buf.o CC [M] sound/pci/cs4281.o sound/core/oss/mulaw.o: warning: objtool: mulaw_decode()+0x26: can't find jump dest instruction at .text+0xc0100c2 drivers/char/raw.o: warning: objtool: raw_open()+0x26: can't find jump dest instruction at .text+0xf9000103 block/blk-softirq.o: warning: objtool: arch_local_irq_save()+0x10: can't find call dest symbol at offset 0xd200003b CC drivers/devfreq/devfreq.o CC [M] drivers/char/applicom.o sound/core/oss/pcm_plugin.o: warning: objtool: snd_pcm_plugin_alloc()+0x39: can't find jump dest instruction at .text+0x3d010080 drivers/bcma/driver_chipcommon.o: warning: objtool: bcma_core_chipcommon_init()+0xe: can't find jump dest instruction at .text+0xf20003fe CC crypto/ahash.o CC drivers/dma-buf/fence.o CC block/bounce.o drivers/ata/ahci_imx.o: warning: objtool: imx_sata_phy_reset.isra.8()+0x1d: can't find jump dest instruction at .text+0xa20000db sound/core/seq/seq_queue.o: warning: objtool: snd_seq_queue_process_event()+0x1e: can't find jump dest instruction at .text+0xa00000ea drivers/char/misc.o: warning: objtool: misc_open()+0x58: can't find jump dest instruction at .text+0x97000070 fs/exec.o: warning: objtool: __bprm_mm_init()+0x3d: can't find jump dest instruction at .text+0xf10000d5 CC [M] drivers/char/ppdev.o mm/vmscan.o: warning: objtool: do_shrink_slab()+0x4c: can't find jump dest instruction at .text+0xfe000250 CC drivers/dma-buf/reservation.o sound/core/seq/seq_prioq.o: warning: objtool: prioq_remove_match()+0x15: can't find jump dest instruction at .text+0x9c00001b drivers/clk/clk-devres.o: warning: objtool: devm_clk_release()+0x7: call without frame pointer save/setup drivers/clk/clk-devres.o: warning: objtool: devm_clk_get()+0x2c: call without frame pointer save/setup drivers/clk/clk-devres.o: warning: objtool: devm_clk_put()+0x15: call without frame pointer save/setup drivers/clk/clk-devres.o: warning: objtool: devm_clk_match()+0x1d: call without frame pointer save/setup CC drivers/clk/clk-mux.o CC drivers/char/mwave/smapi.o drivers/cpuidle/governor.o: warning: objtool: cpuidle_switch_governor()+0x13: can't find jump dest instruction at .text+0xb7000019 drivers/bluetooth/bfusb.o: warning: objtool: bfusb_load_firmware()+0x55: can't find jump dest instruction at .text+0xe4010162 sound/core/oss/route.o: warning: objtool: route_transfer()+0x34: can't find call dest symbol at offset 0xe6ff0119 crypto/eseqiv.o: warning: objtool: eseqiv_complete()+0x17: can't find call dest symbol at offset 0xb500013d CC drivers/char/mwave/tp3780i.o drivers/char/mem.o: warning: objtool: write_kmem()+0x2b: can't find jump dest instruction at .text+0x980002ac drivers/base/dd.o: warning: objtool: deferred_probe_work_func()+0x9d: can't find jump dest instruction at .text+0x750000a2 CC [M] sound/oss/midi_synth.o CC [M] sound/soc/soc-utils.o CC crypto/shash.o drivers/atm/atmtcp.o: warning: objtool: atmtcp_v_ioctl()+0x1a: can't find jump dest instruction at .text+0xf0000105 CC [M] drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.o CC drivers/crypto/qat/qat_c62xvf/adf_drv.o CC drivers/devfreq/devfreq-event.o fs/pnode.o: warning: objtool: next_group()+0xac: can't find jump dest instruction at .text+0x580000b1 CC drivers/base/firmware.o arch/x86/pci/bus_numa.o: warning: objtool: update_res()+0x1a: can't find jump dest instruction at .text+0x96000127 arch/x86/pci/amd_bus.o: warning: objtool: early_root_info_init()+0x1e: can't find jump dest instruction at .init.text+0x7a06004a CC net/8021q/vlan_core.o CC crypto/akcipher.o sound/i2c/other/pt2258.o: warning: objtool: pt2258_stereo_volume_put()+0x31: can't find jump dest instruction at .text+0x1d01028c CC drivers/char/mwave/3780i.o CC drivers/base/init.o fs/nsfs.o: warning: objtool: ns_get_path()+0x5e: can't find jump dest instruction at .text+0x6c010114 sound/hda/hdac_controller.o: warning: objtool: snd_hdac_bus_handle_stream_irq()+0xb7: can't find jump dest instruction at .text+0x7c0001ff block/blk-mq-cpu.o: warning: objtool: blk_mq_main_cpu_notify()+0x1a: call without frame pointer save/setup block/blk-mq-cpu.o: warning: objtool: blk_mq_register_cpu_notifier()+0x19: call without frame pointer save/setup block/blk-mq-cpu.o: warning: objtool: blk_mq_unregister_cpu_notifier()+0x10: call without frame pointer save/setup block/blk-mq-cpu.o: warning: objtool: blk_mq_cpu_init()+0xb: call without frame pointer save/setup CC drivers/crypto/qat/qat_dh895xcc/adf_drv.o CC drivers/base/map.o CC drivers/clocksource/dw_apb_timer.o CC [M] net/8021q/vlan.o security/smack/smack_lsm.o: warning: objtool: smk_bu_inode()+0x61: can't find jump dest instruction at .text+0x800003d4 sound/core/seq/seq_timer.o: warning: objtool: snd_seq_timer_interrupt()+0x1b: can't find jump dest instruction at .text+0xc6000142 LD fs/9p/built-in.o LD security/smack/smack.o CC [M] sound/core/seq/seq_midi.o drivers/char/ipmi/ipmi_devintf.o: warning: objtool: ipmi_open()+0x2f: can't find jump dest instruction at .text+0xc2000158 crypto/algapi.o: warning: objtool: __crypto_register_alg()+0x1a: can't find jump dest instruction at .text+0x150105f6 drivers/bcma/driver_chipcommon_b.o: warning: objtool: bcma_chipco_b_mii_write()+0x28: can't find call dest symbol at offset 0x7600008a kernel/workqueue.o: warning: objtool: rebind_workers()+0xd7: can't find jump dest instruction at .text+0xa30004ee drivers/base/bus.o: warning: objtool: subsys_interface_unregister()+0x13: can't find jump dest instruction at .text+0x8d000218 CC block/bsg.o sound/drivers/vx/vx_cmd.o: warning: objtool: vx_init_rmh()+0x15: call without frame pointer save/setup LD security/smack/built-in.o CC [M] drivers/char/ipmi/ipmi_watchdog.o kernel/module.o: warning: objtool: get_ksymbol()+0x64: can't find jump dest instruction at .text+0xa50002d8 CC [M] fs/9p/vfs_super.o drivers/base/driver.o: warning: objtool: driver_find()+0x1a: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_remove_file()+0xf: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_create_file()+0x14: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_find_device()+0x43: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_for_each_device()+0x41: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_add_groups()+0x8: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_register()+0x5c: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_remove_groups()+0x8: call without frame pointer save/setup drivers/base/driver.o: warning: objtool: driver_unregister()+0x2a: call without frame pointer save/setup CC crypto/algboss.o CC drivers/base/devres.o drivers/char/hw_random/stm32-rng.o: warning: objtool: stm32_rng_runtime_resume()+0x1d: call without frame pointer save/setup drivers/char/hw_random/stm32-rng.o: warning: objtool: stm32_rng_runtime_suspend()+0x23: call without frame pointer save/setup drivers/char/hw_random/stm32-rng.o: warning: objtool: stm32_rng_probe()+0x12: call without frame pointer save/setup drivers/char/hw_random/stm32-rng.o: warning: objtool: stm32_rng_driver_init()+0xd: call without frame pointer save/setup drivers/char/hw_random/stm32-rng.o: warning: objtool: stm32_rng_driver_exit()+0xb: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: snd_util_mem_avail()+0x16: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: __snd_util_mem_free()+0x11: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: snd_util_mem_free()+0x46: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: snd_util_memhdr_free()+0x1c: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: __snd_util_memblk_new()+0x23: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: __snd_util_mem_alloc()+0x71: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: snd_util_mem_alloc()+0x1c: call without frame pointer save/setup sound/synth/util_mem.o: warning: objtool: snd_util_memhdr_new()+0x17: call without frame pointer save/setup drivers/ata/sata_sil24.o: warning: objtool: sil24_hardreset()+0x144: can't find jump dest instruction at .text+0xefff063b sound/core/seq/seq_memory.o: warning: objtool: snd_seq_dump_var_event()+0x26: can't find jump dest instruction at .text+0xb1000048 fs/fs_pin.o: warning: objtool: pin_kill()+0x15: can't find jump dest instruction at .text+0xb200019e CC [M] fs/9p/vfs_inode.o CC drivers/devfreq/governor_userspace.o CC drivers/crypto/qat/qat_common/adf_cfg.o LD [M] sound/synth/snd-util-mem.o LD [M] sound/i2c/other/snd-pt2258.o CC [M] drivers/char/hw_random/via-rng.o CC [M] sound/oss/midibuf.o drivers/bluetooth/btsdio.o: warning: objtool: btsdio_probe()+0x4b: can't find jump dest instruction at .text+0x1f010085 fs/stack.o: warning: objtool: fsstack_copy_attr_all()+0x66: call without frame pointer save/setup security/selinux/netlabel.o: warning: objtool: selinux_netlbl_sock_rcv_skb()+0x27: can't find jump dest instruction at .text+0x9c000362 CC drivers/base/attribute_container.o fs/utimes.o: warning: objtool: utimes_common()+0x2d: can't find jump dest instruction at .text+0x3e010033 CC [M] net/8021q/vlan_dev.o sound/usb/clock.o: warning: objtool: set_sample_rate_v1()+0x2b: can't find jump dest instruction at .text+0x5c01015e CC [M] fs/9p/vfs_inode_dotl.o block/blk-lib.o: warning: objtool: __blkdev_issue_zeroout()+0x20: can't find jump dest instruction at .text+0x9600009c CC drivers/base/transport_class.o CC drivers/crypto/qat/qat_common/adf_isr.o LD drivers/devfreq/event/built-in.o CC drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.o mm/frame_vector.o: warning: objtool: get_vaddr_frames()+0x39: can't find jump dest instruction at .text+0x4b010164 CC block/partitions/acorn.o CC [M] sound/core/seq/seq_midi_event.o CC [M] fs/9p/vfs_addr.o fs/file.o: warning: objtool: expand_fdtable()+0x43: can't find jump dest instruction at .text+0x95000451 CC drivers/clocksource/clksrc-dbx500-prcmu.o drivers/ata/pata_mpiix.o: warning: objtool: mpiix_init_one()+0x56: can't find jump dest instruction at .text+0x120100a5 sound/oss/dev_table.o: warning: objtool: sound_install_mixer()+0x3e: can't find jump dest instruction at .text+0xb400013d security/tomoyo/util.o: warning: objtool: tomoyo_correct_word2()+0xe: can't find jump dest instruction at .text+0x37010044 CC block/partitions/aix.o sound/i2c/other/ak4113.o: warning: objtool: external_rate()+0x12: can't find jump dest instruction at .text+0x8a000064 CC drivers/clk/clk-composite.o CC drivers/clocksource/meson6_timer.o CC drivers/base/topology.o CC drivers/char/agp/isoch.o CC [M] sound/soc/soc-pcm.o block/bio.o: warning: objtool: bio_associate_current()+0x18: can't find jump dest instruction at .text+0x1a010182 block/blk-mq-cpumap.o: warning: objtool: blk_mq_update_queue_map()+0xfd: can't find jump dest instruction at .text+0x79000195 CC block/bsg-lib.o drivers/char/hw_random/timeriomem-rng.o: warning: objtool: timeriomem_rng_probe()+0x55: can't find jump dest instruction at .text+0xa6010096 CC block/blk-cgroup.o drivers/ata/sata_inic162x.o: warning: objtool: inic_qc_prep()+0x14a: can't find jump dest instruction at .text+0x8d000587 crypto/skcipher.o: warning: objtool: crypto_skcipher_init_tfm()+0x32: can't find jump dest instruction at .text+0xe3000205 CC [M] net/8021q/vlan_netlink.o CC crypto/testmgr.o drivers/clk/clk-fixed-factor.o: warning: objtool: clk_factor_round_rate()+0x13: call without frame pointer save/setup drivers/clk/clk-fixed-factor.o: warning: objtool: clk_hw_unregister_fixed_factor()+0x9: call without frame pointer save/setup drivers/clk/clk-fixed-factor.o: warning: objtool: clk_unregister_fixed_factor()+0xa: call without frame pointer save/setup drivers/clk/clk-fixed-factor.o: warning: objtool: clk_hw_register_fixed_factor()+0x37: call without frame pointer save/setup drivers/clk/clk-fixed-factor.o: warning: objtool: clk_register_fixed_factor()+0x4: call without frame pointer save/setup CC [M] sound/core/sound_oss.o sound/core/init.o: warning: objtool: snd_card_new()+0x3d: can't find jump dest instruction at .text+0x50030532 sound/i2c/other/ak4114.o: warning: objtool: ak4114_notify()+0x25: can't find jump dest instruction at .text+0x4e0103be drivers/ata/sata_qstor.o: warning: objtool: qs_qc_prep()+0x27: can't find jump dest instruction at .text+0xa200023b CC arch/x86/lib/msr-smp.o drivers/clocksource/mmio.o: warning: objtool: clocksource_mmio_init()+0x3c: call without frame pointer save/setup sound/soc/soc-cache.o: warning: objtool: snd_soc_cache_init()+0x45: call without frame pointer save/setup sound/soc/soc-cache.o: warning: objtool: snd_soc_cache_exit()+0xd: call without frame pointer save/setup drivers/char/nvram.o: warning: objtool: nvram_write()+0x27: can't find jump dest instruction at .text+0x9a00022d CC [M] sound/soc/soc-io.o drivers/cpuidle/governors/ladder.o: warning: objtool: ladder_select_state()+0x5c: can't find jump dest instruction at .text+0x4010105 sound/drivers/vx/vx_hwdep.o: warning: objtool: snd_vx_setup_firmware()+0x2c: can't find jump dest instruction at .text+0x8e00005a CC [M] sound/core/seq/seq_midi_emul.o CC drivers/edac/edac_stub.o CC [M] net/8021q/vlanproc.o LD drivers/cpuidle/governors/built-in.o LD drivers/crypto/qat/qat_dh895xccvf/built-in.o CC drivers/clocksource/samsung_pwm_timer.o sound/i2c/other/ak4xxx-adda.o: warning: objtool: build_dac_controls()+0x1d: can't find jump dest instruction at .text+0x3e0204a2 LD [M] sound/i2c/other/snd-ak4113.o CC [M] sound/pci/ens1370.o drivers/clocksource/sh_tmu.o: warning: objtool: sh_tmu_channel_setup()+0x21: can't find jump dest instruction at .text+0x3a01014e arch/x86/pci/irq.o: warning: objtool: pcibios_lookup_irq()+0x3a: can't find jump dest instruction at .text+0x1f030758 CC [M] drivers/crypto/qat/qat_dh895xccvf/adf_drv.o sound/core/oss/rate.o: warning: objtool: resample_shrink()+0x37: can't find jump dest instruction at .text+0x2701003c CC [M] sound/usb/helper.o security/keys/encrypted-keys/encrypted.o: warning: objtool: datablob_parse()+0x79: can't find jump dest instruction at .text+0x8d00023e drivers/cpuidle/sysfs.o: warning: objtool: store_current_governor()+0x26: can't find jump dest instruction at .text+0xa800031c LD security/keys/encrypted-keys/encrypted-keys.o CC drivers/clocksource/fsl_ftm_timer.o CC crypto/hmac.o sound/oss/audio.o: warning: objtool: dma_set_fragment()+0xb: can't find jump dest instruction at .text+0xc3000011 CC arch/x86/lib/cache-smp.o LD [M] sound/i2c/other/snd-ak4114.o drivers/bcma/driver_chipcommon_pmu.o: warning: objtool: bcma_pmu2_pll_init0()+0x2f: can't find jump dest instruction at .text+0x1e0101eb LD [M] drivers/bcma/bcma.o CC [M] drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.o drivers/char/hw_random/virtio-rng.o: warning: objtool: probe_common()+0x2f: can't find jump dest instruction at .text+0xff000035 drivers/bluetooth/btmrvl_debugfs.o: warning: objtool: btmrvl_debugfs_init()+0x1c: can't find jump dest instruction at .text+0x97010379 CC [M] fs/9p/vfs_file.o fs/fs_struct.o: warning: objtool: chroot_fs_refs()+0x2d: can't find jump dest instruction at .text+0x10101a8 CC [M] sound/soc/soc-devres.o CC drivers/char/agp/compat_ioctl.o drivers/ata/pdc_adma.o: warning: objtool: adma_fill_sg()+0x50: can't find jump dest instruction at .text+0x85000295 CC [M] sound/oss/sequencer.o drivers/char/ipmi/ipmi_smic_sm.o: warning: objtool: smic_event.part.8()+0x5b: can't find jump dest instruction at .text+0xb20002ab LD security/keys/encrypted-keys/built-in.o CC drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.o LD [M] sound/i2c/other/snd-ak4xxx-adda.o kernel/auditsc.o: warning: objtool: audit_log_set_loginuid()+0x27: can't find jump dest instruction at .text+0x3d01016c drivers/clk/clkdev.o: warning: objtool: __clk_register_clkdev()+0x40: can't find call dest symbol at offset 0x7d0000b9 sound/pci/als300.o: warning: objtool: snd_als300_trigger()+0x38: can't find jump dest instruction at .text+0xa8000571 drivers/base/init.o: warning: objtool: driver_init()+0x4: call without frame pointer save/setup sound/core/misc.o: warning: objtool: __snd_printk()+0x32: can't find jump dest instruction at .text+0x9e000087 drivers/connector/cn_queue.o: warning: objtool: cn_queue_add_callback()+0x42: can't find jump dest instruction at .text+0x9f00008b CC arch/x86/lib/msr.o CC [M] sound/oss/sound_timer.o CC drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.o LD security/keys/built-in.o CC [M] sound/core/vmaster.o CC drivers/clk/clk-fractional-divider.o CC drivers/base/container.o CC [M] sound/pci/ak4531_codec.o sound/core/seq/seq_info.o: warning: objtool: snd_seq_info_init()+0x12: can't find call dest symbol at offset 0x99000067 CC crypto/crypto_null.o drivers/clocksource/em_sti.o: warning: objtool: em_sti_probe()+0x33: can't find jump dest instruction at .text+0x1f02037d AS arch/x86/lib/msr-reg.o CC [M] sound/pci/ens1371.o drivers/ata/pata_cmd640.o: warning: objtool: cmd640_set_piomode()+0x7c: can't find jump dest instruction at .text+0x50010249 LD net/9p/built-in.o block/blk-merge.o: warning: objtool: blk_rq_get_max_sectors()+0x14: can't find jump dest instruction at .text+0x86000119 LD fs/afs/built-in.o drivers/atm/suni.o: warning: objtool: change_diag()+0x29: can't find jump dest instruction at .text+0x4020268 drivers/ata/pata_ns87410.o: warning: objtool: ns87410_set_piomode()+0x9a: can't find jump dest instruction at .text+0xc000011e sound/hda/hdac_device.o: warning: objtool: snd_hdac_calc_stream_format()+0x34: can't find jump dest instruction at .text+0x80000098 drivers/crypto/padlock-sha.o: warning: objtool: padlock_sha256_update_nano()+0x60: can't find jump dest instruction at .text+0xc40001a5 arch/x86/pci/vmd.o: warning: objtool: vmd_msi_init()+0x49: can't find jump dest instruction at .text+0xa400045e CC drivers/clk/clk-gpio.o drivers/cpuidle/driver.o: warning: objtool: __cpuidle_register_driver()+0x11: can't find jump dest instruction at .text+0xe70000c9 CC block/blk-throttle.o drivers/char/hw_random/amd-rng.o: warning: objtool: mod_init()+0x3e: can't find jump dest instruction at .init.text+0xdd000043 CC [M] fs/afs/callback.o LD drivers/extcon/built-in.o drivers/crypto/qce/dma.o: warning: objtool: qce_sgtable_add()+0x19: can't find call dest symbol at offset 0x3d0000c3 drivers/clk/clk-fixed-rate.o: warning: objtool: clk_unregister_fixed_rate()+0xa: call without frame pointer save/setup drivers/clk/clk-fixed-rate.o: warning: objtool: clk_hw_register_fixed_rate_with_accuracy()+0x37: call without frame pointer save/setup drivers/clk/clk-fixed-rate.o: warning: objtool: clk_hw_register_fixed_rate()+0x7: call without frame pointer save/setup drivers/clk/clk-fixed-rate.o: warning: objtool: clk_register_fixed_rate_with_accuracy()+0x4: call without frame pointer save/setup drivers/clk/clk-fixed-rate.o: warning: objtool: clk_register_fixed_rate()+0x7: call without frame pointer save/setup CC block/partitions/cmdline.o CC [M] sound/usb/mixer.o CC [M] drivers/crypto/qce/sha.o CC drivers/clk/clk-axi-clkgen.o drivers/base/syscore.o: warning: objtool: syscore_suspend()+0x22: can't find jump dest instruction at .text+0xdc0000e3 CC [M] sound/core/ctljack.o crypto/seqiv.o: warning: objtool: seqiv_givencrypt()+0x74: can't find jump dest instruction at .text+0xc8000125 CC block/partitions/osf.o CC drivers/base/property.o sound/core/seq/seq_dummy.o: warning: objtool: create_port()+0x36: can't find jump dest instruction at .init.text+0xf600003c CC drivers/clocksource/mtk_timer.o CC [M] sound/core/jack.o CC [M] net/9p/mod.o CC [M] drivers/extcon/extcon.o sound/usb/card.o: warning: objtool: __usb_audio_resume()+0x1c: can't find jump dest instruction at .text+0xb6000022 CC block/noop-iosched.o CC lib/usercopy.o sound/hda/hdmi_chmap.o: warning: objtool: hdmi_chmap_ctl_tlv()+0x2c: can't find jump dest instruction at .text+0x9c010353 sound/drivers/vx/vx_core.o: warning: objtool: snd_vx_create()+0x36: can't find jump dest instruction at .text+0xd9000054 drivers/ata/pata_opti.o: warning: objtool: opti_set_piomode()+0xa1: can't find call dest symbol at offset 0xfbff01b2 sound/core/device.o: warning: objtool: snd_device_disconnect()+0x58: can't find call dest symbol at offset 0x630001e7 CC drivers/dma-buf/seqno-fence.o fs/select.o: warning: objtool: poll_select_copy_remaining()+0x1e: can't find jump dest instruction at .text+0xc600014c CC drivers/char/agp/intel-agp.o CC [M] drivers/devfreq/governor_simpleondemand.o arch/x86/pci/common.o: warning: objtool: pcibios_add_device()+0x11: can't find jump dest instruction at .text+0x800002c2 CC [M] sound/core/hwdep.o LD arch/x86/pci/built-in.o crypto/aead.o: warning: objtool: aead_geniv_alloc()+0x2e: can't find jump dest instruction at .text+0x720103ec sound/hda/hdac_stream.o: warning: objtool: snd_hdac_dsp_cleanup()+0x19: can't find jump dest instruction at .text+0x9e0005eb drivers/crypto/qat/qat_c3xxxvf/adf_drv.o: warning: objtool: adf_probe()+0x3a: can't find jump dest instruction at .text+0xa20301aa CC [M] fs/9p/vfs_dir.o CC drivers/firewire/init_ohci1394_dma.o crypto/ablkcipher.o: warning: objtool: ablkcipher_walk_next()+0x39: can't find jump dest instruction at .text+0x490105de drivers/char/ipmi/ipmi_bt_sm.o: warning: objtool: bt_event()+0xa0: can't find jump dest instruction at .text+0xfa01074b CC arch/x86/lib/msr-reg-export.o CC [M] fs/afs/cell.o CC [M] drivers/devfreq/governor_powersave.o drivers/crypto/qce/core.o: warning: objtool: qce_handle_queue()+0x53: can't find jump dest instruction at .text+0xb10000f8 drivers/atm/horizon.o: warning: objtool: make_rate()+0x94: can't find jump dest instruction at .text+0xda0100d0 CC [M] drivers/extcon/extcon-arizona.o CC crypto/md5.o drivers/clocksource/i8253.o: warning: objtool: pit_set_periodic()+0xb: call without frame pointer save/setup drivers/clocksource/i8253.o: warning: objtool: pit_next_event()+0x10: call without frame pointer save/setup drivers/clocksource/i8253.o: warning: objtool: pit_set_oneshot()+0xb: call without frame pointer save/setup drivers/clocksource/i8253.o: warning: objtool: pit_shutdown()+0x1c: call without frame pointer save/setup drivers/clocksource/i8253.o: warning: objtool: clockevent_i8253_init()+0x57: call without frame pointer save/setup LD [M] sound/hda/snd-hda-core.o CC [M] drivers/extcon/extcon-gpio.o fs/proc_namespace.o: warning: objtool: mounts_open_common()+0x2e: can't find jump dest instruction at .text+0x1f01009c CC drivers/clocksource/clksrc_st_lpc.o drivers/clk/clk-divider.o: warning: objtool: _register_divider()+0x50: can't find jump dest instruction at .text+0xcc000340 drivers/clk/clk-gate.o: warning: objtool: clk_hw_register_gate()+0x43: can't find jump dest instruction at .text+0x95000171 CC [M] drivers/extcon/extcon-max14577.o kernel/audit.o: warning: objtool: audit_log_lost()+0xa6: can't find jump dest instruction at .text+0x7b000404 CC [M] drivers/clocksource/cs5535-clockevt.o CC drivers/clk/clk-scpi.o security/security.o: warning: objtool: security_inode_init_security()+0x58: can't find call dest symbol at offset 0xa9ff0e52 crypto/echainiv.o: warning: objtool: echainiv_decrypt()+0x21: can't find jump dest instruction at .text+0x840000cb CC [M] net/9p/client.o mm/memory.o: warning: objtool: __access_remote_vm()+0x3c: can't find jump dest instruction at .text+0x40010541 CC crypto/rmd256.o sound/drivers/vx/vx_uer.o: warning: objtool: vx_set_clock()+0x17: can't find jump dest instruction at .text+0xa200035a CC drivers/crypto/qat/qat_common/adf_ctl_drv.o CC lib/lockref.o CC [M] net/9p/error.o LD virt/lib/built-in.o fs/seq_file.o: warning: objtool: traverse()+0x46: can't find jump dest instruction at .text+0x38010253 AS arch/x86/lib/iomap_copy_64.o LD fs/coda/built-in.o block/blk-mq-sysfs.o: warning: objtool: blk_mq_sysfs_rq_list_show()+0x24: can't find call dest symbol at offset 0x31000172 drivers/char/mwave/smapi.o: warning: objtool: smapi_query_DSP_cfg()+0xb4: can't find jump dest instruction at .text+0xf600022f drivers/char/hw_random/via-rng.o: warning: objtool: via_rng_init()+0x39: can't find call dest symbol at offset 0xb10000ea CC drivers/base/cacheinfo.o CC [M] fs/coda/psdev.o CC drivers/char/agp/intel-gtt.o sound/drivers/vx/vx_mixer.o: warning: objtool: vx_get_audio_vu_meter()+0x2b: can't find jump dest instruction at .text+0xa100010b CC [M] fs/coda/cache.o CC [M] drivers/char/agp/amd64-agp.o drivers/clocksource/dw_apb_timer.o: warning: objtool: dw_apb_clockevent_init()+0x3d: can't find jump dest instruction at .text+0x3b010213 CC net/atm/addr.o CC block/partitions/sgi.o drivers/ata/libahci_platform.o: warning: objtool: ahci_platform_init_host()+0x65: can't find jump dest instruction at .text+0xc4010492 drivers/char/mwave/mwavedd.o: warning: objtool: mwave_ioctl()+0x39: can't find jump dest instruction at .text+0xe902003f drivers/crypto/qat/qat_c62x/adf_drv.o: warning: objtool: adf_probe()+0x3a: can't find jump dest instruction at .text+0x730401a1 crypto/blkcipher.o: warning: objtool: skcipher_geniv_alloc()+0x2f: can't find jump dest instruction at .text+0xde0203a5 CC [M] drivers/char/agp/sis-agp.o CC [M] net/9p/util.o drivers/crypto/qce/common.o: warning: objtool: qce_setup_regs_ablkcipher()+0xbf: can't find jump dest instruction at .text+0xa30002c5 LD virt/built-in.o CC [M] fs/9p/vfs_dentry.o CC [M] drivers/crypto/qce/ablkcipher.o LD [M] sound/core/seq/snd-seq-dummy.o CC [M] fs/coda/cnode.o mm/migrate.o: warning: objtool: do_pages_stat()+0x38: can't find jump dest instruction at .text+0xe7000364 sound/drivers/vx/vx_pcm.o: warning: objtool: vx_init_audio_io()+0x59: can't find jump dest instruction at .text+0xe00001ef CC drivers/clk/bcm/clk-bcm63xx.o LD [M] sound/drivers/vx/snd-vx-lib.o CC [M] drivers/extcon/extcon-max3355.o CC [M] sound/pci/es1938.o sound/soc/soc-jack.o: warning: objtool: snd_soc_jack_report()+0x1b: can't find jump dest instruction at .text+0xb80000d8 CC drivers/crypto/qat/qat_common/adf_dev_mgr.o sound/core/isadma.o: warning: objtool: snd_dma_pointer()+0x44: can't find call dest symbol at offset 0x6600009a block/blk-mq-tag.o: warning: objtool: __bt_get.isra.12()+0x66: can't find jump dest instruction at .text+0x17010403 AS arch/x86/lib/clear_page_64.o CC block/deadline-iosched.o CC [M] sound/soc/soc-ops.o drivers/ata/pata_rz1000.o: warning: objtool: rz1000_reinit_one()+0x24: can't find call dest symbol at offset 0x710000f6 drivers/base/firmware.o: warning: objtool: firmware_init()+0xd: call without frame pointer save/setup drivers/devfreq/governor_userspace.o: warning: objtool: store_freq()+0x2b: call without frame pointer save/setup drivers/devfreq/governor_userspace.o: warning: objtool: show_freq()+0x19: call without frame pointer save/setup drivers/devfreq/governor_userspace.o: warning: objtool: devfreq_userspace_handler()+0x22: call without frame pointer save/setup drivers/devfreq/governor_userspace.o: warning: objtool: devfreq_userspace_init()+0xb: call without frame pointer save/setup drivers/devfreq/governor_userspace.o: warning: objtool: devfreq_userspace_exit()+0xb: call without frame pointer save/setup CC [M] sound/usb/mixer_quirks.o block/partitions/check.o: warning: objtool: check_partition()+0x28: can't find jump dest instruction at .text+0x7501004c CC drivers/base/devtmpfs.o CC lib/bcd.o CC block/partitions/karma.o LD fs/cifs/built-in.o drivers/ata/sata_sx4.o: warning: objtool: pdc20621_interrupt()+0x19: can't find jump dest instruction at .text+0xf0010598 CC [M] sound/pci/es1968.o CC [M] fs/cifs/cifsfs.o drivers/base/map.o: warning: objtool: kobj_map()+0x80: can't find jump dest instruction at .text+0x93000086 CC drivers/crypto/qat/qat_common/adf_init.o sound/oss/soundcard.o: warning: objtool: sound_open()+0x3a: can't find jump dest instruction at .text+0xd50001e6 CC arch/x86/lib/cmdline.o CC [M] fs/9p/v9fs.o CC [M] drivers/extcon/extcon-rt8973a.o drivers/atm/uPD98402.o: warning: objtool: uPD98402_int()+0xd: can't find jump dest instruction at .text+0xa400014f CC [M] fs/cifs/cifssmb.o sound/core/seq/seq_ports.o: warning: objtool: check_and_subscribe_port()+0x5a: can't find jump dest instruction at .text+0xb800034a CC [M] drivers/firewire/nosy.o drivers/base/class.o: warning: objtool: class_interface_register()+0x18: can't find jump dest instruction at .text+0x9a0002eb LD samples/configfs/built-in.o CC [M] sound/pci/fm801.o fs/inode.o: warning: objtool: file_update_time()+0x1d: can't find jump dest instruction at .text+0x9d0001f5 AS arch/x86/lib/cmpxchg16b_emu.o CC block/partitions/sysv68.o drivers/atm/nicstar.o: warning: objtool: ns_proc_read()+0x2f: can't find jump dest instruction at .text+0xcf000296 CC [M] drivers/extcon/extcon-sm5502.o CC net/batman-adv/bat_iv_ogm.o drivers/char/mwave/3780i.o: warning: objtool: dsp3780I_EnableDSP()+0x54: can't find jump dest instruction at .text+0x50030235 CC block/cfq-iosched.o drivers/clk/clk-multiplier.o: warning: objtool: __bestmult()+0x58: can't find jump dest instruction at .text+0xbe000128 sound/core/seq/seq_device.o: warning: objtool: snd_seq_device_new()+0x44: can't find jump dest instruction at .text+0xbe000206 sound/usb/format.o: warning: objtool: parse_audio_format_i_type()+0x8e: can't find jump dest instruction at .text+0x2010094 CC [M] sound/usb/mixer_scarlett.o CC net/atm/pvc.o CC block/compat_ioctl.o drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.o: warning: objtool: adf_init_hw_data_c3xxxiov()+0xec: call without frame pointer save/setup drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.o: warning: objtool: adf_clean_hw_data_c3xxxiov()+0xa: call without frame pointer save/setup LD samples/connector/built-in.o sound/pci/atiixp.o: warning: objtool: snd_atiixp_create()+0x25: can't find jump dest instruction at .text+0x6f010169 drivers/crypto/qat/qat_c62x/adf_c62x_hw_data.o: warning: objtool: get_sku()+0x4: can't find call dest symbol at offset 0xc6000185 fs/sync.o: warning: objtool: SyS_sync_file_range()+0x22: can't find jump dest instruction at .text+0xed000408 LD drivers/crypto/qat/qat_c3xxxvf/qat_c3xxxvf.o drivers/base/topology.o: warning: objtool: core_siblings_list_show()+0x27: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: core_siblings_show()+0x24: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: thread_siblings_list_show()+0x27: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: thread_siblings_show()+0x24: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: core_id_show()+0x30: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: physical_package_id_show()+0x30: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: topology_cpu_callback()+0x46: call without frame pointer save/setup drivers/base/topology.o: warning: objtool: topology_sysfs_init()+0xc: call without frame pointer save/setup LD [M] drivers/crypto/qat/qat_c62x/qat_c62x.o fs/statfs.o: warning: objtool: vfs_statfs()+0x14: can't find call dest symbol at offset 0x7f00015b CC drivers/base/dma-contiguous.o sound/core/info_oss.o: warning: objtool: snd_oss_info_register()+0x37: can't find jump dest instruction at .text+0x8100003c CC [M] sound/oss/sys_timer.o CC [M] samples/connector/cn_test.o CC [M] sound/core/timer.o drivers/base/container.o: warning: objtool: container_dev_init()+0xd: call without frame pointer save/setup LD drivers/clk/mvebu/built-in.o sound/pci/bt87x.o: warning: objtool: snd_bt87x_create()+0x2c: can't find jump dest instruction at .text+0x700103bc LD drivers/crypto/qat/qat_c3xxxvf/built-in.o CC [M] net/9p/protocol.o drivers/char/mwave/tp3780i.o: warning: objtool: DspInterrupt()+0x4b: can't find jump dest instruction at .text+0x40100d1 CC [M] fs/coda/inode.o AS arch/x86/lib/copy_page_64.o CC drivers/clk/bcm/clk-kona.o drivers/atm/fore200e.o: warning: objtool: fore200e_supply()+0x20: can't find jump dest instruction at .text+0xe8000097 LD drivers/char/mwave/mwave.o drivers/char/agp/backend.o: warning: objtool: agp_backend_initialize()+0x91: can't find jump dest instruction at .text+0x850000cf LD [M] sound/core/seq/snd-seq-device.o LD drivers/atm/fore_200e.o CC fs/configfs/inode.o drivers/clk/clk-mux.o: warning: objtool: clk_hw_register_mux_table()+0x65: can't find jump dest instruction at .text+0xd10001bc CC net/batman-adv/bat_v.o LD drivers/char/mwave/built-in.o LD fs/btrfs/built-in.o block/badblocks.o: warning: objtool: badblocks_show()+0x29: can't find jump dest instruction at .text+0xb60001ca HOSTCC samples/connector/ucon CC [M] fs/9p/fid.o LD fs/crypto/built-in.o CC block/cmdline-parser.o drivers/char/hw_random/core.o: warning: objtool: hwrng_init()+0x36: can't find jump dest instruction at .text+0xbd00020f CC [M] fs/btrfs/super.o LD drivers/char/hw_random/rng-core.o drivers/crypto/qat/qat_c62xvf/adf_drv.o: warning: objtool: adf_probe()+0x3a: can't find jump dest instruction at .text+0xa20301aa mm/mempolicy.o: warning: objtool: queue_pages_pte_range()+0x48: can't find jump dest instruction at .text+0x47010452 CC [M] fs/crypto/crypto.o drivers/base/cpu.o: warning: objtool: get_cpu_device()+0x1d: can't find call dest symbol at offset 0xa100031e CC block/bio-integrity.o sound/usb/helper.o: warning: objtool: snd_usb_ctl_msg()+0x51: can't find jump dest instruction at .text+0x85000136 CC [M] fs/afs/cmservice.o CC lib/div64.o CC [M] sound/usb/pcm.o drivers/base/transport_class.o: warning: objtool: transport_destroy_device()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_destroy_classdev()+0x18: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_remove_device()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_configure_device()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_add_device()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_remove_classdev()+0x48: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_setup_device()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: anon_transport_class_register()+0x20: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_class_unregister()+0x4: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_class_register()+0xb: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: transport_add_class_device()+0x10: call without frame pointer save/setup drivers/base/transport_class.o: warning: objtool: anon_transport_class_unregister()+0xb: call without frame pointer save/setup AS arch/x86/lib/copy_user_64.o drivers/char/random.o: warning: objtool: _mix_pool_bytes()+0x50: can't find jump dest instruction at .text+0xa3000097 CC [M] sound/soc/soc-generic-dmaengine-pcm.o LD drivers/char/hw_random/built-in.o arch/x86/lib/cache-smp.o: warning: objtool: wbinvd_on_all_cpus()+0x12: call without frame pointer save/setup arch/x86/lib/cache-smp.o: warning: objtool: wbinvd_on_cpu()+0x12: call without frame pointer save/setup drivers/char/ppdev.o: warning: objtool: pp_do_ioctl()+0x31: can't find jump dest instruction at .text+0x710203af drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.o: warning: objtool: adf_init_hw_data_dh895xcciov()+0xec: call without frame pointer save/setup drivers/crypto/qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.o: warning: objtool: adf_clean_hw_data_dh895xcciov()+0xa: call without frame pointer save/setup drivers/dma-buf/fence.o: warning: objtool: fence_wait_any_timeout()+0x45: can't find jump dest instruction at .text+0xa7010373 CC [M] fs/btrfs/ctree.o drivers/dma-buf/reservation.o: warning: objtool: reservation_object_get_fences_rcu()+0x97: can't find jump dest instruction at .text+0xb60001e5 drivers/cpuidle/cpuidle.o: warning: objtool: cpuidle_enter_state()+0x2d: can't find jump dest instruction at .text+0x86000272 CC net/batman-adv/bat_v_elp.o CC arch/x86/lib/cpu.o sound/pci/azt3328.o: warning: objtool: snd_azf3328_codec_setfmt()+0x20: can't find jump dest instruction at .text+0xc000014f LD drivers/cpuidle/built-in.o drivers/ata/libata-sff.o: warning: objtool: ata_pci_sff_activate_host()+0x35: can't find jump dest instruction at .text+0xa80101cb CC [M] fs/coda/dir.o sound/usb/endpoint.o: warning: objtool: sync_ep_set_params()+0x3a: can't find jump dest instruction at .text+0x102a2 CC [M] sound/core/pcm.o CC fs/debugfs/inode.o /home/kisskb/slave/src/kernel/cgroup.c: In function 'cgroup_mount': /home/kisskb/slave/src/kernel/cgroup.c:2245:23: warning: 'root' may be used uninitialized in this function [-Wuninitialized] CC fs/configfs/file.o CC crypto/rmd320.o CC [M] sound/oss/ad1848.o CC drivers/clk/samsung/clk.o sound/core/seq/seq_midi.o: warning: objtool: snd_seq_midisynth_probe()+0x53: can't find jump dest instruction at .text+0x605016c CC fs/devpts/inode.o LD [M] sound/core/seq/snd-seq-midi.o CC [M] sound/core/pcm_native.o sound/core/ctljack.o: warning: objtool: snd_kctl_jack_new()+0x2b: can't find jump dest instruction at .text+0xa7000041 CC [M] fs/crypto/fname.o CC [M] sound/usb/proc.o CC net/batman-adv/bat_v_ogm.o kernel/rcu/tree.o: warning: objtool: rcu_report_qs_rnp()+0x6f: can't find jump dest instruction at .text+0x9b00037d drivers/clk/clk-axi-clkgen.o: warning: objtool: axi_clkgen_driver_init()+0xd: call without frame pointer save/setup drivers/clk/clk-axi-clkgen.o: warning: objtool: axi_clkgen_driver_exit()+0xb: call without frame pointer save/setup drivers/dax/dax.o: warning: objtool: dax_dev_get_unmapped_area()+0x31: can't find jump dest instruction at .text+0x8000004b drivers/connector/connector.o: warning: objtool: cn_call_callback()+0x2b: can't find jump dest instruction at .text+0x85000031 drivers/atm/ambassador.o: warning: objtool: rx_complete()+0x2b: can't find jump dest instruction at .text+0x990000c4 security/selinux/ss/services.o: warning: objtool: map_decision()+0xc: can't find jump dest instruction at .text+0xe1000032 drivers/char/agp/frontend.o: warning: objtool: agp_open()+0x1e: can't find jump dest instruction at .text+0xbb00044b drivers/clk/clk-composite.o: warning: objtool: clk_composite_determine_rate()+0x33: can't find jump dest instruction at .text+0x3f01022b block/ioctl.o: warning: objtool: blkpg_ioctl()+0x37: can't find jump dest instruction at .text+0xc0030235 LD kernel/rcu/built-in.o LD [M] drivers/connector/cn.o drivers/devfreq/governor_powersave.o: warning: objtool: devfreq_powersave_handler()+0x1f: call without frame pointer save/setup drivers/devfreq/governor_powersave.o: warning: objtool: devfreq_powersave_init()+0xb: call without frame pointer save/setup drivers/devfreq/governor_powersave.o: warning: objtool: devfreq_powersave_exit()+0xb: call without frame pointer save/setup block/scsi_ioctl.o: warning: objtool: scsi_verify_blk_ioctl()+0x18: can't find jump dest instruction at .text+0xa4000191 CC [M] net/9p/trans_fd.o LD samples/hw_breakpoint/built-in.o drivers/devfreq/governor_simpleondemand.o: warning: objtool: devfreq_simple_ondemand_func()+0x47: can't find jump dest instruction at .text+0x201004d drivers/crypto/qat/qat_dh895xcc/adf_drv.o: warning: objtool: adf_probe()+0x3a: can't find jump dest instruction at .text+0x800401a1 CC drivers/base/regmap/regmap.o fs/xattr.o: warning: objtool: generic_listxattr()+0x33: can't find jump dest instruction at .text+0xaa000128 CC [M] samples/hw_breakpoint/data_breakpoint.o CC drivers/base/dma-mapping.o security/selinux/ss/policydb.o: warning: objtool: mls_read_range_helper()+0x2a: can't find jump dest instruction at .text+0xc200086e CC fs/configfs/dir.o CC drivers/crypto/qat/qat_common/adf_accel_engine.o drivers/clk/clk-scpi.o: warning: objtool: scpi_clocks_remove()+0x10: call without frame pointer save/setup drivers/clk/clk-scpi.o: warning: objtool: scpi_clocks_driver_init()+0xd: call without frame pointer save/setup drivers/clk/clk-scpi.o: warning: objtool: scpi_clocks_driver_exit()+0xb: call without frame pointer save/setup LD samples/hidraw/built-in.o CC [M] net/9p/trans_common.o arch/x86/lib/copy_user_64.o: warning: objtool: copy_user_generic_unrolled()+0x6: can't find jump dest instruction at .text+0x8c00006c CC [M] drivers/clk/clk-cs2000-cp.o fs/9p/vfs_super.o: warning: objtool: v9fs_statfs()+0x1c: can't find jump dest instruction at .text+0x80000114 fs/9p/vfs_addr.o: warning: objtool: v9fs_vfs_writepage()+0x11: can't find call dest symbol at offset 0x81ff0197 CC [M] fs/coda/file.o CC fs/debugfs/file.o fs/libfs.o: warning: objtool: simple_fill_super()+0x4a: can't find jump dest instruction at .text+0x4c010811 CC [M] fs/9p/xattr.o CC drivers/base/power/sysfs.o block/partitions/acorn.o: warning: objtool: adfs_partition()+0x42: can't find jump dest instruction at .text+0x890000ef LD drivers/clk/x86/built-in.o CC block/blk-integrity.o CC [M] fs/btrfs/extent-tree.o LD fs/exofs/built-in.o CC [M] fs/9p/acl.o CC drivers/clk/bcm/clk-kona-setup.o drivers/clocksource/cs5535-clockevt.o: warning: objtool: cs5535_mfgpt_init()+0x27: can't find jump dest instruction at .init.text+0xe100002c CC drivers/clk/ti/adpll.o sound/core/seq/seq_clientmgr.o: warning: objtool: seq_free_client1()+0xc: can't find jump dest instruction at .text+0x9c000075 HOSTCC samples/hidraw/hid-example sound/core/oss/pcm_oss.o: warning: objtool: snd_pcm_oss_format_from()+0xf: can't find jump dest instruction at .text+0xae000351 block/partitions/aix.o: warning: objtool: read_lba()+0x23: can't find jump dest instruction at .text+0x87000070 drivers/devfreq/devfreq-event.o: warning: objtool: devfreq_event_add_edev.part.8()+0x28: can't find jump dest instruction at .text+0xc60004cf CC [M] fs/afs/dir.o block/ioprio.o: warning: objtool: sys_ioprio_set()+0x34: can't find jump dest instruction at .text+0x19020141 CC drivers/crypto/qat/qat_common/adf_aer.o CC block/t10-pi.o security/tomoyo/common.o: warning: objtool: tomoyo_write_domain()+0x80: can't find jump dest instruction at .text+0xea0004b8 CC fs/exportfs/expfs.o CC crypto/sha1_generic.o CC [M] fs/btrfs/print-tree.o LD [M] sound/core/oss/snd-pcm-oss.o LD security/tomoyo/built-in.o CC crypto/sha256_generic.o CC fs/configfs/symlink.o drivers/extcon/extcon-gpio.o: warning: objtool: gpio_extcon_resume()+0x2f: call without frame pointer save/setup drivers/extcon/extcon-gpio.o: warning: objtool: gpio_extcon_remove()+0xf: call without frame pointer save/setup drivers/extcon/extcon-gpio.o: warning: objtool: gpio_extcon_probe()+0x31: call without frame pointer save/setup drivers/extcon/extcon-gpio.o: warning: objtool: gpio_extcon_driver_init()+0x12: call without frame pointer save/setup drivers/extcon/extcon-gpio.o: warning: objtool: gpio_extcon_driver_exit()+0xb: call without frame pointer save/setup CC drivers/fpga/fpga-mgr.o arch/x86/lib/msr-smp.o: warning: objtool: wrmsr_on_cpus()+0xb: can't find call dest symbol at offset 0x63000412 drivers/edac/edac_stub.o: warning: objtool: edac_report_setup()+0x1f: call without frame pointer save/setup AS arch/x86/lib/csum-copy_64.o CC [M] drivers/edac/edac_mc.o CC drivers/fmc/fmc-core.o mm/swapfile.o: warning: objtool: swap_show()+0x25: can't find jump dest instruction at .text+0x85000278 CC [M] fs/btrfs/root-tree.o CC drivers/crypto/qat/qat_common/adf_transport.o CC [M] drivers/clk/clk-s2mps11.o lib/lockref.o: warning: objtool: lockref_get()+0x9: call without frame pointer save/setup lib/lockref.o: warning: objtool: lockref_get_not_zero()+0xd: call without frame pointer save/setup lib/lockref.o: warning: objtool: lockref_get_not_dead()+0xd: call without frame pointer save/setup lib/lockref.o: warning: objtool: lockref_get_or_lock()+0x9: call without frame pointer save/setup lib/lockref.o: warning: objtool: lockref_put_or_lock()+0xa: call without frame pointer save/setup CC drivers/base/firmware_class.o drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.o: warning: objtool: adf_init_hw_data_c62xiov()+0xec: call without frame pointer save/setup drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.o: warning: objtool: adf_clean_hw_data_c62xiov()+0xa: call without frame pointer save/setup CC drivers/base/power/generic_ops.o CC drivers/crypto/qat/qat_common/adf_admin.o CC drivers/firmware/dmi_scan.o LD drivers/crypto/qat/qat_c62xvf/qat_c62xvf.o drivers/crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.o: warning: objtool: adf_get_arbiter_mapping()+0x41: call without frame pointer save/setup drivers/atm/zatm.o: warning: objtool: do_tx()+0x56: can't find jump dest instruction at .text+0x9e0000e4 CC [M] sound/core/pcm_lib.o arch/x86/lib/msr.o: warning: objtool: msr_set_bit()+0xd: can't find call dest symbol at offset 0x6d00011e CC [M] drivers/clk/clk-si5351.o LD drivers/crypto/qat/qat_dh895xcc/qat_dh895xcc.o CC arch/x86/lib/csum-partial_64.o drivers/char/agp/isoch.o: warning: objtool: agp_3_5_isochronous_node_enable()+0x3a: can't find jump dest instruction at .text+0x4c030106 LD net/bluetooth/built-in.o LD drivers/crypto/qat/qat_c62xvf/built-in.o CC net/atm/signaling.o LD drivers/crypto/qat/qat_dh895xcc/built-in.o CC drivers/base/node.o drivers/extcon/extcon-max3355.o: warning: objtool: max3355_remove()+0x10: call without frame pointer save/setup drivers/extcon/extcon-max3355.o: warning: objtool: max3355_probe()+0x17: call without frame pointer save/setup drivers/extcon/extcon-max3355.o: warning: objtool: max3355_driver_init()+0x12: call without frame pointer save/setup drivers/extcon/extcon-max3355.o: warning: objtool: max3355_driver_exit()+0xb: call without frame pointer save/setup CC drivers/base/module.o lib/usercopy.o: warning: objtool: copy_from_user_overflow()+0x19: call without frame pointer save/setup CC [M] net/bluetooth/af_bluetooth.o CC [M] drivers/edac/edac_device.o CC arch/x86/lib/csum-wrappers_64.o CC lib/sort.o drivers/crypto/qat/qat_dh895xccvf/adf_drv.o: warning: objtool: adf_probe()+0x3a: can't find jump dest instruction at .text+0xa20301aa drivers/clk/clk-fractional-divider.o: warning: objtool: clk_hw_register_fractional_divider()+0x8c: can't find jump dest instruction at .text+0xa70001ae LD [M] drivers/crypto/qat/qat_dh895xccvf/qat_dh895xccvf.o drivers/char/ipmi/ipmi_ssif.o: warning: objtool: ssif_info_find()+0x1c: can't find jump dest instruction at .text+0x8900002c drivers/firewire/init_ohci1394_dma.o: warning: objtool: init_ohci1394_dma_on_all_controllers()+0x1e: can't find jump dest instruction at .init.text+0xb00200e0 CC [M] sound/soc/soc-ac97.o LD fs/ext2/built-in.o block/partitions/osf.o: warning: objtool: osf_partition()+0x2c: can't find jump dest instruction at .text+0xf2000052 CC [M] drivers/clk/clk-twl6040.o drivers/char/agp/compat_ioctl.o: warning: objtool: compat_agpioc_reserve_wrap.isra.5()+0x29: can't find jump dest instruction at .text+0x660100b5 sound/core/sound_oss.o: warning: objtool: snd_oss_kernel_minor()+0xc: can't find jump dest instruction at .text+0xc80000b3 CC [M] sound/usb/quirks.o CC [M] net/9p/trans_rdma.o CC drivers/base/power/common.o mm/page_alloc.o: warning: objtool: __alloc_contig_migrate_range()+0x32: can't find jump dest instruction at .text+0x9b0001c4 CC [M] fs/ext2/balloc.o CC drivers/fmc/fmc-match.o CC fs/configfs/mount.o fs/9p/vfs_inode_dotl.o: warning: objtool: v9fs_vfs_setattr_dotl()+0x26: can't find jump dest instruction at .text+0xe20000f9 CC [M] sound/soc/soc-compress.o drivers/char/ipmi/ipmi_watchdog.o: warning: objtool: preaction_op()+0x22: can't find jump dest instruction at .text+0x84000480 drivers/char/applicom.o: warning: objtool: ac_ioctl()+0x2c: can't find jump dest instruction at .text+0x8c040032 sound/soc/soc-utils.o: warning: objtool: snd_soc_dummy_remove()+0xd: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: snd_soc_params_to_frame_size()+0x31: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: snd_soc_params_to_bclk()+0xa: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: snd_soc_dummy_probe()+0x23: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: dummy_dma_open()+0x1c: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: snd_soc_util_init()+0x28: call without frame pointer save/setup sound/soc/soc-utils.o: warning: objtool: snd_soc_util_exit()+0xb: call without frame pointer save/setup CC [M] fs/cifs/cifs_debug.o block/partitions/karma.o: warning: objtool: karma_partition()+0x2c: can't find jump dest instruction at .text+0xe0000052 sound/core/info.o: warning: objtool: snd_info_register()+0x27: can't find jump dest instruction at .text+0xab0003b4 CC [M] sound/core/pcm_misc.o block/partitions/cmdline.o: warning: objtool: add_part.part.1()+0x38: can't find call dest symbol at offset 0x6400009c LD drivers/firewire/built-in.o CC drivers/clk/samsung/clk-pll.o CC [M] net/bluetooth/hci_core.o CC net/atm/svc.o CC arch/x86/lib/delay.o crypto/akcipher.o: warning: objtool: akcipher_register_instance()+0x1f: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_akcipher_report()+0x1c: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_akcipher_show()+0xb: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_unregister_akcipher()+0x8: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_register_akcipher()+0x1f: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_alloc_akcipher()+0xf: call without frame pointer save/setup crypto/akcipher.o: warning: objtool: crypto_grab_akcipher()+0xc: call without frame pointer save/setup CC [M] sound/oss/mpu401.o crypto/hmac.o: warning: objtool: hmac_setkey()+0x89: can't find jump dest instruction at .text+0xa9000167 block/noop-iosched.o: warning: objtool: noop_init_queue()+0x13: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_add_request()+0x16: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_dispatch()+0x27: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_merged_requests()+0xc: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_exit_queue()+0x12: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_init()+0xb: call without frame pointer save/setup block/noop-iosched.o: warning: objtool: noop_exit()+0xb: call without frame pointer save/setup CC [M] sound/pci/intel8x0.o CC fs/configfs/item.o fs/9p/vfs_file.o: warning: objtool: v9fs_file_do_lock()+0x45: can't find jump dest instruction at .text+0x1c010369 fs/direct-io.o: warning: objtool: dio_bio_end_aio()+0x5f: can't find jump dest instruction at .text+0x8e0005b9 crypto/algboss.o: warning: objtool: cryptomgr_schedule_test()+0x18: can't find jump dest instruction at .text+0xc0000126 CC net/atm/ioctl.o CC [M] net/bluetooth/hci_conn.o security/selinux/hooks.o: warning: objtool: selinux_socket_connect()+0x3a: can't find jump dest instruction at .text+0xb400120e block/partition-generic.o: warning: objtool: add_partition()+0x37: can't find jump dest instruction at .text+0x610208b0 drivers/ata/libahci.o: warning: objtool: ahci_set_aggressive_devslp()+0x52: can't find jump dest instruction at .text+0xf01095b CC [M] sound/pci/maestro3.o LD samples/kdb/built-in.o LD security/selinux/selinux.o CC [M] drivers/fpga/zynq-fpga.o drivers/base/platform.o: warning: objtool: platform_device_add()+0x16: can't find jump dest instruction at .text+0x9801057d sound/pci/ak4531_codec.o: warning: objtool: snd_ak4531_mixer()+0x43: can't find jump dest instruction at .text+0x63010677 block/partitions/sgi.o: warning: objtool: sgi_partition()+0x2c: can't find jump dest instruction at .text+0x35010052 LD sound/soc/adi/built-in.o net/8021q/vlan_netlink.o: warning: objtool: vlan_fill_info()+0x3c: can't find jump dest instruction at .text+0xac010080 drivers/bluetooth/btmrvl_main.o: warning: objtool: btmrvl_process_event()+0x1c: can't find jump dest instruction at .text+0xb00000a2 drivers/char/ipmi/ipmi_si_intf.o: warning: objtool: try_init_dmi()+0x25: can't find jump dest instruction at .text+0x4601035f CC [M] sound/usb/stream.o CC [M] fs/afs/file.o CC drivers/base/power/qos.o CC [M] fs/afs/flock.o net/802/p8022.o: warning: objtool: unregister_8022_client()+0x15: call without frame pointer save/setup net/802/p8022.o: warning: objtool: register_8022_client()+0x1d: call without frame pointer save/setup net/802/p8022.o: warning: objtool: p8022_request()+0xc: call without frame pointer save/setup drivers/base/core.o: warning: objtool: device_del()+0xc9: can't find jump dest instruction at .text+0x840009e9 LD [M] drivers/bluetooth/btmrvl.o CC [M] samples/kdb/kdb_hello.o CC drivers/crypto/qat/qat_common/adf_hw_arbiter.o CC net/atm/common.o CC [M] sound/pci/rme32.o drivers/base/dma-contiguous.o: warning: objtool: dma_alloc_from_contiguous()+0x29: call without frame pointer save/setup drivers/base/dma-contiguous.o: warning: objtool: dma_release_from_contiguous()+0x1c: call without frame pointer save/setup drivers/base/dma-contiguous.o: warning: objtool: early_cma()+0x1f: call without frame pointer save/setup drivers/base/dma-contiguous.o: warning: objtool: dma_contiguous_reserve_area()+0x24: call without frame pointer save/setup drivers/base/dma-contiguous.o: warning: objtool: dma_contiguous_reserve()+0x25: call without frame pointer save/setup net/9p/error.o: warning: objtool: jhash.constprop.0()+0x21: can't find jump dest instruction at .text+0xa500003b net/8021q/vlanproc.o: warning: objtool: vlandev_seq_show()+0x23: can't find jump dest instruction at .text+0xae010082 LD security/selinux/built-in.o CC crypto/sha512_generic.o CC [M] sound/soc/adi/axi-i2s.o CC drivers/crypto/qat/qat_common/qat_crypto.o drivers/base/attribute_container.o: warning: objtool: attribute_container_add_device()+0x2a: can't find jump dest instruction at .text+0xca00033a CC drivers/base/platform-msi.o CC [M] sound/usb/midi.o CC [M] fs/afs/fsclient.o drivers/extcon/extcon-max14577.o: warning: objtool: max14577_muic_probe()+0x41: can't find jump dest instruction at .text+0xa2020139 LD net/bridge/built-in.o drivers/base/cacheinfo.o: warning: objtool: cache_default_attrs_is_visible()+0x1c: can't find jump dest instruction at .text+0xb8000021 block/blk-core.o: warning: objtool: blk_rq_prep_clone()+0x54: can't find jump dest instruction at .text+0xb200062d drivers/clk/clk-gpio.o: warning: objtool: clk_hw_register_gpio_gate()+0x6: can't find call dest symbol at offset 0x53000159 drivers/atm/firestream.o: warning: objtool: my_hd()+0x25: can't find jump dest instruction at .text+0xb900002a fs/coda/cache.o: warning: objtool: coda_flag_inode_children()+0x16: can't find jump dest instruction at .text+0xad00011a net/802/psnap.o: warning: objtool: snap_rcv()+0x2a: can't find jump dest instruction at .text+0xba000077 CC [M] drivers/clk/clk-wm831x.o sound/pci/cs4281.o: warning: objtool: snd_cs4281_chip_init()+0xb6: can't find jump dest instruction at .text+0x8e030439 CC [M] fs/afs/inode.o CC [M] fs/coda/upcall.o LD security/built-in.o CC drivers/clk/samsung/clk-cpu.o AS arch/x86/lib/getuser.o CC [M] net/bluetooth/hci_event.o CC [M] sound/pci/rme96.o drivers/base/devres.o: warning: objtool: remove_nodes.isra.7()+0x91: can't find jump dest instruction at .text+0x87000560 fs/9p/vfs_inode.o: warning: objtool: v9fs_vfs_get_link()+0x1a: can't find jump dest instruction at .text+0xb90001b9 drivers/atm/solos-pci.o: warning: objtool: print_buffer()+0x1b: can't find jump dest instruction at .text+0x8b0001e1 fs/coda/cnode.o: warning: objtool: coda_iget()+0x6c: can't find call dest symbol at offset 0xe0ff0152 CC [M] net/bridge/br.o CC drivers/clk/samsung/clk-s3c2412.o fs/9p/vfs_dentry.o: warning: objtool: v9fs_dentry_release()+0x1d: call without frame pointer save/setup fs/9p/vfs_dentry.o: warning: objtool: v9fs_lookup_revalidate()+0x2e: call without frame pointer save/setup CC [M] fs/coda/coda_linux.o CC drivers/firmware/dcdbas.o GEN arch/x86/lib/inat-tables.c CC net/atm/atm_misc.o sound/core/control.o: warning: objtool: snd_ctl_elem_list()+0x31: can't find jump dest instruction at .text+0x500105c1 lib/sort.o: warning: objtool: sort()+0x39: can't find jump dest instruction at .text+0x9d000080 drivers/dma-buf/dma-buf.o: warning: objtool: dma_buf_vmap()+0x24: can't find jump dest instruction at .text+0xa600037f CC [M] fs/coda/symlink.o sound/core/seq/seq_midi_event.o: warning: objtool: extra_decode_ctrl14()+0x19: can't find jump dest instruction at .text+0x83000160 drivers/devfreq/devfreq.o: warning: objtool: trans_stat_show()+0x43: can't find jump dest instruction at .text+0x8e010288 block/bounce.o: warning: objtool: __blk_queue_bounce()+0x73: can't find jump dest instruction at .text+0xef0101f7 drivers/clocksource/samsung_pwm_timer.o: warning: objtool: samsung_shutdown()+0xa: can't find call dest symbol at offset 0xa8000099 CC [M] net/bluetooth/mgmt.o CC lib/parser.o CC [M] sound/core/pcm_memory.o CC drivers/firmware/memmap.o LD drivers/devfreq/built-in.o fs/afs/callback.o: warning: objtool: afs_break_callback()+0x4e: can't find jump dest instruction at .text+0xbe000054 LD drivers/clocksource/built-in.o drivers/crypto/qce/sha.o: warning: objtool: qce_ahash_update()+0x62: can't find jump dest instruction at .text+0xd401038c CC drivers/clk/bcm/clk-bcm281xx.o LD net/ceph/built-in.o CC [M] sound/core/memalloc.o net/802/stp.o: warning: objtool: stp_proto_unregister()+0x12: call without frame pointer save/setup net/802/stp.o: warning: objtool: stp_proto_register()+0x13: call without frame pointer save/setup net/802/stp.o: warning: objtool: stp_pdu_rcv()+0x86: call without frame pointer save/setup LD net/802/built-in.o drivers/atm/idt77252.o: warning: objtool: idt77252_int_to_atmfp()+0x8: can't find jump dest instruction at .text+0x8500000e crypto/ahash.o: warning: objtool: ahash_def_finup()+0x19: can't find call dest symbol at offset 0xf9ff034c samples/hw_breakpoint/data_breakpoint.o: warning: objtool: sample_hbp_handler()+0x14: call without frame pointer save/setup samples/hw_breakpoint/data_breakpoint.o: warning: objtool: hw_break_module_init()+0x3a: call without frame pointer save/setup samples/hw_breakpoint/data_breakpoint.o: warning: objtool: hw_break_module_exit()+0xb: call without frame pointer save/setup drivers/char/agp/amd64-agp.o: warning: objtool: nforce3_agp_init()+0x61: can't find jump dest instruction at .text+0x19010132 CC [M] net/ceph/ceph_common.o fs/9p/vfs_dir.o: warning: objtool: v9fs_dir_readdir_dotl()+0x40: can't find jump dest instruction at .text+0xf100008c arch/x86/lib/getuser.o: warning: objtool: __get_user_1()+0x14: can't find jump dest instruction at .text+0x9f00001a drivers/dma-buf/seqno-fence.o: warning: objtool: seqno_release()+0x1f: call without frame pointer save/setup net/9p/mod.o: warning: objtool: v9fs_get_default_trans()+0xd: call without frame pointer save/setup net/9p/mod.o: warning: objtool: v9fs_get_trans_by_name()+0x11: call without frame pointer save/setup net/9p/mod.o: warning: objtool: v9fs_unregister_trans()+0x10: call without frame pointer save/setup net/9p/mod.o: warning: objtool: v9fs_register_trans()+0x11: call without frame pointer save/setup net/9p/mod.o: warning: objtool: v9fs_put_trans()+0xd: call without frame pointer save/setup net/9p/mod.o: warning: objtool: init_p9()+0x4: call without frame pointer save/setup net/9p/mod.o: warning: objtool: exit_p9()+0xd: call without frame pointer save/setup LD drivers/dma-buf/built-in.o CC [M] drivers/edac/edac_mc_sysfs.o CC [M] net/ceph/messenger.o sound/oss/dmabuf.o: warning: objtool: dma_reset_output()+0x2a: can't find jump dest instruction at .text+0x490103a3 block/partitions/sysv68.o: warning: objtool: sysv68_partition()+0x2d: can't find jump dest instruction at .text+0x500100b3 sound/core/vmaster.o: warning: objtool: slave_init.part.2()+0x2a: can't find jump dest instruction at .text+0x8e00019a CC [M] sound/soc/adi/axi-spdif.o CC crypto/gf128mul.o net/9p/util.o: warning: objtool: p9_idpool_check()+0x2b: call without frame pointer save/setup net/9p/util.o: warning: objtool: p9_idpool_put()+0x13: call without frame pointer save/setup net/9p/util.o: warning: objtool: p9_idpool_get()+0x13: call without frame pointer save/setup net/9p/util.o: warning: objtool: p9_idpool_destroy()+0xe: call without frame pointer save/setup net/9p/util.o: warning: objtool: p9_idpool_create()+0x13: call without frame pointer save/setup CC [M] sound/oss/sb_common.o LD [M] drivers/char/ipmi/ipmi_si.o CC [M] fs/btrfs/dir-item.o LD block/partitions/built-in.o CC [M] sound/core/pcm_timer.o drivers/atm/iphase.o: warning: objtool: ia_update_stats()+0xb: can't find jump dest instruction at .text+0x90000091 LD drivers/gpio/built-in.o LD sound/soc/amd/built-in.o fs/splice.o: warning: objtool: splice_from_pipe_feed()+0x1a: can't find jump dest instruction at .text+0xd70000e2 drivers/extcon/extcon-sm5502.o: warning: objtool: sm5022_muic_i2c_probe()+0x20: can't find jump dest instruction at .text+0xae0201bf LD samples/kfifo/built-in.o LD samples/kobject/built-in.o CC net/batman-adv/bitarray.o drivers/char/agp/sis-agp.o: warning: objtool: sis_delayed_enable()+0x86: can't find jump dest instruction at .text+0x9e000278 sound/soc/soc-devres.o: warning: objtool: devm_snd_dmaengine_pcm_register()+0x31: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_dmaengine_pcm_release()+0x7: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_snd_soc_register_card()+0x2b: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_card_release()+0x7: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_snd_soc_register_platform()+0x2b: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_platform_release()+0x7: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_snd_soc_register_component()+0x31: call without frame pointer save/setup sound/soc/soc-devres.o: warning: objtool: devm_component_release()+0x7: call without frame pointer save/setup CC [M] fs/btrfs/file-item.o LD sound/soc/atmel/built-in.o CC [M] samples/kfifo/bytestream-example.o drivers/char/agp/intel-agp.o: warning: objtool: agp_intel_probe()+0x2b: can't find jump dest instruction at .text+0x38010364 LD samples/kprobes/built-in.o fs/dcache.o: warning: objtool: __d_find_alias()+0xe2: can't find jump dest instruction at .text+0x2e000280 CC [M] fs/coda/pioctl.o block/deadline-iosched.o: warning: objtool: deadline_init_queue()+0x1f: can't find jump dest instruction at .text+0x9600023f CC [M] sound/pci/sonicvibes.o CC [M] net/ceph/msgpool.o CC [M] drivers/edac/edac_module.o CC crypto/ecb.o CC [M] samples/kfifo/dma-example.o CC [M] fs/btrfs/inode-item.o drivers/extcon/extcon-rt8973a.o: warning: objtool: rt8973a_init_dev_type()+0x2b: can't find jump dest instruction at .text+0x8e00012b CC [M] net/bridge/br_device.o CC [M] fs/btrfs/inode-map.o CC [M] samples/kobject/kobject-example.o sound/oss/midibuf.o: warning: objtool: drain_midi_queue()+0x29: can't find jump dest instruction at .text+0x9900004f CC arch/x86/lib/insn.o fs/afs/cell.o: warning: objtool: afs_cell_destroy()+0xc6: can't find jump dest instruction at .text+0xcb0000cc arch/x86/lib/cpu.o: warning: objtool: x86_model()+0x7: call without frame pointer save/setup LD sound/soc/au1x/built-in.o CC [M] drivers/edac/edac_device_sysfs.o CC [M] samples/kobject/kset-example.o LD drivers/atm/built-in.o drivers/crypto/qat/qat_common/adf_cfg.o: warning: objtool: adf_cfg_add_key_value_param()+0x3a: can't find jump dest instruction at .text+0xec0002ff sound/core/hwdep.o: warning: objtool: snd_hwdep_dev_disconnect()+0x2a: can't find jump dest instruction at .text+0xb0000247 CC drivers/crypto/qat/qat_common/qat_algs.o CC [M] sound/core/sgbuf.o kernel/sched/fair.o: warning: objtool: migrate_degrades_locality()+0x1e: can't find jump dest instruction at .text+0xac000ab4 LD samples/livepatch/built-in.o sound/oss/sound_timer.o: warning: objtool: sound_timer_interrupt()+0xf: can't find jump dest instruction at .text+0x870001eb net/atm/pvc.o: warning: objtool: pvc_connect()+0x4: can't find call dest symbol at offset 0x550001ca fs/9p/xattr.o: warning: objtool: v9fs_fid_xattr_get()+0x33: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_xattr_get()+0x14: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_xattr_handler_get()+0x17: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_fid_xattr_set()+0x38: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_xattr_set()+0x18: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_xattr_handler_set()+0x18: call without frame pointer save/setup fs/9p/xattr.o: warning: objtool: v9fs_listxattr()+0xc: call without frame pointer save/setup CC net/batman-adv/bridge_loop_avoidance.o sound/soc/soc-io.o: warning: objtool: snd_soc_component_update_bits_async()+0x33: can't find call dest symbol at offset 0x250000f2 CC [M] drivers/clk/clk-pwm.o CC drivers/base/power/runtime.o CC [M] net/bluetooth/hci_sock.o CC drivers/clk/bcm/clk-bcm21664.o fs/mpage.o: warning: objtool: do_mpage_readpage()+0x4b: can't find jump dest instruction at .text+0xe90303a1 CC [M] fs/afs/main.o sound/oss/sys_timer.o: warning: objtool: def_tmr_ioctl()+0x13: can't find jump dest instruction at .text+0x9d0100fc CC [M] fs/coda/sysctl.o LD samples/rpmsg/built-in.o sound/oss/midi_synth.o: warning: objtool: midi_synth_open()+0x1d: can't find jump dest instruction at .text+0x8e0000cc CC [M] fs/cifs/connect.o drivers/ata/libata-scsi.o: warning: objtool: ata_get_xlat_func()+0x8: can't find jump dest instruction at .text+0x2e01025c block/genhd.o: warning: objtool: disk_alloc_events()+0x16: can't find jump dest instruction at .text+0x1a0107d9 crypto/crypto_null.o: warning: objtool: skcipher_null_crypt()+0x23: call without frame pointer save/setup crypto/crypto_null.o: warning: objtool: crypto_put_default_null_skcipher()+0xd: call without frame pointer save/setup crypto/crypto_null.o: warning: objtool: crypto_get_default_null_skcipher()+0x11: call without frame pointer save/setup crypto/crypto_null.o: warning: objtool: crypto_null_mod_init()+0x12: call without frame pointer save/setup crypto/crypto_null.o: warning: objtool: crypto_null_mod_fini()+0xb: call without frame pointer save/setup CC [M] net/bridge/br_fdb.o CC fs/ext4/balloc.o CC [M] sound/oss/sb_audio.o sound/core/seq/seq_midi_emul.o: warning: objtool: do_control.part.8()+0x45: can't find jump dest instruction at .text+0xcb0002c9 CC [M] net/bluetooth/hci_sysfs.o CC net/atm/raw.o CC drivers/base/regmap/regcache.o LD [M] sound/core/seq/snd-seq.o sound/core/jack.o: warning: objtool: snd_jack_report()+0x14: can't find jump dest instruction at .text+0xc800001a drivers/base/module.o: warning: objtool: module_add_driver()+0x10: can't find jump dest instruction at .text+0xae000016 CC drivers/clk/bcm/clk-iproc-armpll.o LD sound/usb/6fire/built-in.o CC lib/halfmd4.o CC fs/ext4/bitmap.o drivers/crypto/qat/qat_common/adf_isr.o: warning: objtool: adf_isr_alloc_msix_entry_table()+0x5d: can't find jump dest instruction at .text+0x92000063 net/8021q/vlan.o: warning: objtool: vlan_sync_address()+0x2c: can't find jump dest instruction at .text+0xb20000b9 CC net/atm/resources.o CC fs/fat/cache.o drivers/crypto/qce/ablkcipher.o: warning: objtool: qce_ablkcipher_register_one()+0x31: can't find jump dest instruction at .text+0x40010116 CC fs/fscache/cache.o CC [M] fs/crypto/policy.o LD [M] drivers/crypto/qce/qcrypto.o LD [M] sound/core/seq/snd-seq-midi-event.o LD samples/seccomp/built-in.o net/8021q/vlan_dev.o: warning: objtool: vlan_dev_hard_header()+0x22: can't find jump dest instruction at .text+0x9e000583 drivers/clk/bcm/clk-kona.o: warning: objtool: clk_recalc_rate()+0x1b: can't find jump dest instruction at .text+0x9500023e net/atm/addr.o: warning: objtool: atm_add_addr()+0x21: can't find jump dest instruction at .text+0xd4000144 block/bsg-lib.o: warning: objtool: bsg_create_job()+0x4c: can't find jump dest instruction at .text+0x9a00021d drivers/crypto/qat/qat_common/adf_ctl_drv.o: warning: objtool: adf_copy_key_value_data.isra.4()+0xf: can't find jump dest instruction at .text+0xa60001a7 CC drivers/clk/bcm/clk-iproc-pll.o CC drivers/base/power/wakeirq.o samples/connector/cn_test.o: warning: objtool: cn_test_init()+0x24: can't find jump dest instruction at .text+0x9900012b drivers/base/devtmpfs.o: warning: objtool: create_path()+0x25: can't find jump dest instruction at .text+0x98000040 LD [M] sound/core/seq/snd-seq-midi-emul.o CC [M] fs/btrfs/disk-io.o ASN.1 drivers/crypto/qat/qat_common/qat_rsapubkey-asn1.c fs/namespace.o: warning: objtool: fs_fully_visible()+0x31: can't find jump dest instruction at .text+0x500104c1 drivers/clk/ti/adpll.o: warning: objtool: ti_adpll_remove()+0x4e: call without frame pointer save/setup drivers/clk/ti/adpll.o: warning: objtool: ti_adpll_init()+0xd: call without frame pointer save/setup drivers/clk/ti/adpll.o: warning: objtool: ti_adpll_exit()+0xb: call without frame pointer save/setup CC [M] fs/afs/misc.o crypto/md5.o: warning: objtool: md5_final()+0x7f: call without frame pointer save/setup crypto/md5.o: warning: objtool: md5_update()+0x76: call without frame pointer save/setup crypto/md5.o: warning: objtool: md5_mod_init()+0xb: call without frame pointer save/setup crypto/md5.o: warning: objtool: md5_mod_fini()+0xb: call without frame pointer save/setup fs/9p/v9fs.o: warning: objtool: v9fs_parse_options()+0x38: can't find jump dest instruction at .text+0xcd02005c LD drivers/gpu/drm/bridge/built-in.o CC [M] fs/btrfs/transaction.o crypto/shash.o: warning: objtool: shash_ahash_digest()+0x2d: can't find jump dest instruction at .text+0xb800076a CC drivers/firmware/qemu_fw_cfg.o sound/pci/ens1370.o: warning: objtool: snd_ensoniq_trigger()+0x14: can't find jump dest instruction at .text+0x7601032d CC [M] samples/kfifo/inttype-example.o drivers/clk/clk-cs2000-cp.o: warning: objtool: __cs2000_set_rate.constprop.13()+0x4b: can't find jump dest instruction at .text+0x99000245 CC drivers/base/regmap/regcache-rbtree.o LD drivers/clk/ti/built-in.o fs/namei.o: warning: objtool: __page_symlink()+0x55: can't find jump dest instruction at .text+0x950002a0 CC fs/fat/dir.o CC [M] sound/core/pcm_dmaengine.o LD sound/usb/bcd2000/built-in.o crypto/rmd256.o: warning: objtool: rmd256_transform()+0x82: can't find call dest symbol at offset 0x6500009b CC [M] sound/pci/via82xx_modem.o fs/coda/inode.o: warning: objtool: get_device_index()+0x19: can't find jump dest instruction at .text.unlikely+0x8e00001e CC crypto/cbc.o fs/coda/psdev.o: warning: objtool: coda_psdev_release()+0x3e: can't find jump dest instruction at .text+0xd0000043 CC drivers/clk/bcm/clk-iproc-asiu.o net/9p/trans_common.o: warning: objtool: p9_release_pages()+0x34: call without frame pointer save/setup CC net/batman-adv/debugfs.o fs/configfs/file.o: warning: objtool: configfs_write_bin_file()+0x3f: can't find jump dest instruction at .text+0xa6000045 fs/fs-writeback.o: warning: objtool: move_expired_inodes()+0x36: can't find jump dest instruction at .text+0x9200048f CC [M] sound/usb/bcd2000/bcd2000.o CC [M] sound/core/rawmidi.o drivers/clk/samsung/clk.o: warning: objtool: samsung_clk_register_alias()+0x1c: can't find jump dest instruction at .init.text+0x870000cd LD samples/trace_events/built-in.o CC net/batman-adv/distributed-arp-table.o drivers/clk/clk-s2mps11.o: warning: objtool: s2mps11_clk_probe()+0x3b: can't find jump dest instruction at .text+0x92000111 CC drivers/gpu/vga/vgaarb.o CC drivers/base/power/main.o CC drivers/clk/bcm/clk-ns2.o LD drivers/gpu/drm/hisilicon/built-in.o LD drivers/gpu/drm/i2c/built-in.o drivers/cdrom/cdrom.o: warning: objtool: open_for_data()+0x3f: can't find jump dest instruction at .text+0xa2000151 fs/configfs/inode.o: warning: objtool: configfs_setattr()+0x30: can't find jump dest instruction at .text+0x48010036 sound/usb/proc.o: warning: objtool: proc_dump_ep_status.isra.0()+0x1a: can't find jump dest instruction at .text+0x92000086 sound/usb/mixer_scarlett.o: warning: objtool: add_new_ctl()+0x4e: can't find jump dest instruction at .text+0x880004ec CC crypto/lrw.o LD drivers/firmware/broadcom/built-in.o CC drivers/base/power/wakeup.o drivers/clk/clk.o: warning: objtool: clk_core_round_rate_nolock()+0x3c: can't find jump dest instruction at .text+0x8000086b drivers/ata/libata-eh.o: warning: objtool: ata_eh_maybe_retry_flush()+0x23: can't find jump dest instruction at .text+0x150104a8 mm/slab.o: warning: objtool: start_cpu_timer()+0x28: can't find jump dest instruction at .text+0xb3000142 LD sound/pci/ac97/built-in.o CC [M] fs/btrfs/inode.o CC [M] net/bluetooth/l2cap_core.o CC net/core/sock.o LD sound/pci/ali5451/built-in.o AS arch/x86/lib/memcpy_64.o LD samples/v4l/built-in.o CC [M] drivers/edac/wq.o CC net/dcb/dcbnl.o fs/devpts/inode.o: warning: objtool: parse_mount_options()+0x40: can't find jump dest instruction at .text+0x26010074 CC [M] sound/pci/ac97/ac97_codec.o arch/x86/lib/csum-partial_64.o: warning: objtool: do_csum()+0x8: can't find jump dest instruction at .text+0x3701000e drivers/clk/clk-twl6040.o: warning: objtool: twl6040_bitclk_unprepare()+0xf: call without frame pointer save/setup drivers/clk/clk-twl6040.o: warning: objtool: twl6040_bitclk_prepare()+0x12: call without frame pointer save/setup drivers/clk/clk-twl6040.o: warning: objtool: twl6040_clk_probe()+0x2a: call without frame pointer save/setup drivers/clk/clk-twl6040.o: warning: objtool: twl6040_clk_driver_init()+0x12: call without frame pointer save/setup drivers/clk/clk-twl6040.o: warning: objtool: twl6040_clk_driver_exit()+0xb: call without frame pointer save/setup LD sound/usb/hiface/built-in.o CC net/core/request_sock.o LD fs/devpts/devpts.o LD drivers/firmware/google/built-in.o AS arch/x86/lib/memmove_64.o CC [M] sound/pci/ali5451/ali5451.o LD sound/usb/caiaq/built-in.o CC [M] drivers/firmware/google/memconsole.o LD drivers/gpu/drm/omapdrm/displays/built-in.o CC fs/fscache/cookie.o LD fs/devpts/built-in.o drivers/clk/samsung/clk-s3c2412.o: warning: objtool: s3c2412_clk_resume()+0x17: call without frame pointer save/setup drivers/clk/samsung/clk-s3c2412.o: warning: objtool: s3c2412_clk_suspend()+0x17: call without frame pointer save/setup drivers/clk/samsung/clk-s3c2412.o: warning: objtool: s3c2412_common_clk_init()+0x44: call without frame pointer save/setup fs/configfs/symlink.o: warning: objtool: configfs_get_link()+0x1f: can't find jump dest instruction at .text+0xab000180 CC [M] sound/usb/hiface/chip.o drivers/clk/bcm/clk-kona-setup.o: warning: objtool: parent_process()+0x2c: can't find jump dest instruction at .text+0x1f010077 LD sound/soc/bcm/built-in.o fs/block_dev.o: warning: objtool: bdev_direct_access()+0x1e: can't find jump dest instruction at .text+0x80000079 fs/9p/fid.o: warning: objtool: v9fs_fid_lookup_with_uid()+0x39: can't find jump dest instruction at .text+0xe501018b samples/kdb/kdb_hello.o: warning: objtool: kdb_hello_cmd()+0x2f: call without frame pointer save/setup samples/kdb/kdb_hello.o: warning: objtool: kdb_hello_cmd_init()+0x23: call without frame pointer save/setup samples/kdb/kdb_hello.o: warning: objtool: kdb_hello_cmd_exit()+0xb: call without frame pointer save/setup CC [M] sound/usb/caiaq/device.o LD drivers/gpu/drm/panel/built-in.o net/8021q/vlan_core.o: warning: objtool: __vlan_vid_add()+0x51: can't find jump dest instruction at .text+0x8100039e lib/halfmd4.o: warning: objtool: half_md4_transform()+0x4a: can't find call dest symbol at offset 0x9d000063 CC [M] fs/cifs/dir.o arch/x86/lib/memcpy_64.o: warning: objtool: memcpy_mcsafe()+0x3: can't find jump dest instruction at .text+0x92000149 CC net/batman-adv/fragmentation.o drivers/crypto/qat/qat_common/adf_accel_engine.o: warning: objtool: adf_ae_fw_load()+0x20: can't find jump dest instruction at .text+0x1f01007b LD [M] net/8021q/8021q.o CC [M] sound/usb/caiaq/audio.o CC fs/fscache/fsdef.o CC fs/ext4/dir.o AS arch/x86/lib/memset_64.o CC drivers/fmc/fmc-sdb.o drivers/char/agp/generic.o: warning: objtool: agp_generic_insert_memory()+0x24: can't find jump dest instruction at .text+0x85010091 CC [M] sound/oss/sb_midi.o CC [M] net/bluetooth/l2cap_sock.o CC arch/x86/lib/misc.o CC net/dcb/dcbevent.o drivers/base/power/sysfs.o: warning: objtool: dpm_sysfs_add()+0x26: can't find jump dest instruction at .text+0x93000a99 drivers/crypto/qat/qat_common/adf_dev_mgr.o: warning: objtool: adf_devmgr_add_dev()+0x41: can't find jump dest instruction at .text+0x230202cb LD drivers/gpu/drm/omapdrm/dss/built-in.o LD net/8021q/built-in.o arch/x86/lib/csum-wrappers_64.o: warning: objtool: csum_partial_copy_nocheck()+0xa: call without frame pointer save/setup arch/x86/lib/csum-wrappers_64.o: warning: objtool: csum_partial_copy_to_user()+0x84: call without frame pointer save/setup arch/x86/lib/csum-wrappers_64.o: warning: objtool: csum_partial_copy_from_user()+0x8f: call without frame pointer save/setup arch/x86/lib/memmove_64.o: warning: objtool: memmove()+0x7: can't find jump dest instruction at .text+0x301000d drivers/fmc/fmc-match.o: warning: objtool: fmc_fill_id_info()+0x36: can't find jump dest instruction at .text+0xf10000eb fs/coda/file.o: warning: objtool: coda_file_mmap()+0x3d: can't find jump dest instruction at .text+0x84000043 AS arch/x86/lib/putuser.o ASN.1 drivers/crypto/qat/qat_common/qat_rsaprivkey-asn1.c CC [M] net/bridge/br_forward.o LD sound/soc/blackfin/built-in.o CC [M] net/bluetooth/smp.o CC drivers/base/regmap/regcache-lzo.o block/blk-mq.o: warning: objtool: flush_busy_ctxs()+0x1a: can't find jump dest instruction at .text+0xa300029b fs/coda/sysctl.o: warning: objtool: coda_sysctl_init()+0x15: call without frame pointer save/setup fs/coda/sysctl.o: warning: objtool: coda_sysctl_clean()+0x10: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_do_mount()+0xe: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_fill_super()+0x49: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_pin_fs()+0x19: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_release_fs()+0x12: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_init()+0x1e: call without frame pointer save/setup fs/configfs/mount.o: warning: objtool: configfs_exit()+0xb: call without frame pointer save/setup CC [M] net/bridge/br_if.o LD sound/soc/cirrus/built-in.o CC fs/ext4/file.o fs/coda/dir.o: warning: objtool: coda_venus_readdir()+0x51: can't find jump dest instruction at .text+0xdf010093 CC [M] samples/kfifo/record-example.o CC [M] fs/btrfs/file.o CC [M] net/ceph/buffer.o arch/x86/lib/insn.o: warning: objtool: __get_moffset()+0x11: can't find jump dest instruction at .text+0x87000017 arch/x86/lib/memset_64.o: warning: objtool: memset_orig()+0xa7: can't find jump dest instruction at .text+0x730000eb LD drivers/gpu/drm/omapdrm/built-in.o CC fs/fat/fatent.o CC [M] sound/soc/cirrus/ep93xx-pcm.o arch/x86/lib/putuser.o: warning: objtool: __put_user_1()+0x14: can't find jump dest instruction at .text+0x9f00001a samples/kobject/kobject-example.o: warning: objtool: foo_store()+0x18: call without frame pointer save/setup samples/kobject/kobject-example.o: warning: objtool: b_store()+0x1d: call without frame pointer save/setup samples/kobject/kobject-example.o: warning: objtool: b_show()+0x17: call without frame pointer save/setup samples/kobject/kobject-example.o: warning: objtool: foo_show()+0x16: call without frame pointer save/setup samples/kobject/kobject-example.o: warning: objtool: example_init()+0x1a: call without frame pointer save/setup samples/kobject/kobject-example.o: warning: objtool: example_exit()+0xb: call without frame pointer save/setup AS arch/x86/lib/rwsem.o drivers/firewire/nosy.o: warning: objtool: nosy_ioctl()+0x21: can't find jump dest instruction at .text+0x97000136 block/bsg.o: warning: objtool: bsg_get_done_cmd()+0xaf: can't find jump dest instruction at .text+0x6f00016f drivers/extcon/extcon-arizona.o: warning: objtool: arizona_extcon_get_micd_configs()+0x33: can't find jump dest instruction at .text+0xda000212 drivers/fmc/fmc-core.o: warning: objtool: fmc_device_register_n.part.2()+0x38: can't find jump dest instruction at .text+0xd2000255 block/t10-pi.o: warning: objtool: t10_pi_verify()+0x1b: can't find jump dest instruction at .text+0xa20000f6 CC [M] fs/afs/mntpt.o CC [M] fs/afs/proc.o fs/9p/acl.o: warning: objtool: v9fs_xattr_set_acl.part.5()+0x4f: can't find jump dest instruction at .text+0xb0101cf net/batman-adv/bat_v.o: warning: objtool: batadv_v_orig_print()+0x42: can't find jump dest instruction at .text+0x6e01009e CC arch/x86/lib/usercopy.o LD [M] fs/9p/9p.o CC [M] fs/btrfs/tree-defrag.o CC net/batman-adv/gateway_client.o CC [M] sound/oss/sb_mixer.o CC [M] sound/usb/caiaq/midi.o fs/afs/cmservice.o: warning: objtool: afs_deliver_cb_callback()+0x5d: can't find jump dest instruction at .text+0xa20302b3 drivers/char/ipmi/ipmi_msghandler.o: warning: objtool: intf_find_seq()+0x21: can't find jump dest instruction at .text+0x8e000486 drivers/clk/clk-wm831x.o: warning: objtool: wm831x_clk_probe()+0x3d: can't find jump dest instruction at .text+0xa4000454 arch/x86/lib/delay.o: warning: objtool: __const_udelay()+0x1e: call without frame pointer save/setup arch/x86/lib/delay.o: warning: objtool: __udelay()+0xb: call without frame pointer save/setup arch/x86/lib/delay.o: warning: objtool: __ndelay()+0x8: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: foo_store()+0x18: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: b_store()+0x22: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: b_show()+0x1a: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: foo_show()+0x16: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: foo_release()+0x4: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: create_foo_obj()+0x1c: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: example_init()+0x14: call without frame pointer save/setup samples/kobject/kset-example.o: warning: objtool: example_exit()+0xb: call without frame pointer save/setup CC [M] sound/oss/sb_ess.o LD drivers/gpu/drm/tilcdc/built-in.o sound/pci/ens1371.o: warning: objtool: snd_es1371_codec_read()+0x73: can't find jump dest instruction at .text+0x90106e0 CC arch/x86/lib/usercopy_64.o CC [M] fs/ext2/dir.o arch/x86/lib/rwsem.o: warning: objtool: call_rwsem_down_read_failed()+0x13: call without frame pointer save/setup arch/x86/lib/rwsem.o: warning: objtool: call_rwsem_down_write_failed()+0x12: call without frame pointer save/setup arch/x86/lib/rwsem.o: warning: objtool: call_rwsem_down_write_failed_killable()+0x12: call without frame pointer save/setup arch/x86/lib/rwsem.o: warning: objtool: call_rwsem_wake()+0x16: call without frame pointer save/setup arch/x86/lib/rwsem.o: warning: objtool: call_rwsem_downgrade_wake()+0x13: call without frame pointer save/setup fs/coda/coda_linux.o: warning: objtool: coda_f2s()+0x21: call without frame pointer save/setup fs/coda/coda_linux.o: warning: objtool: coda_iscontrol()+0x18: call without frame pointer save/setup fs/coda/coda_linux.o: warning: objtool: coda_vattr_to_iattr()+0x62: call without frame pointer save/setup CC [M] sound/usb/caiaq/control.o CC [M] fs/afs/rxrpc.o CC crypto/xts.o LD drivers/gpu/drm/built-in.o CC drivers/hid/hid-core.o drivers/base/power/common.o: warning: objtool: dev_pm_domain_set()+0x48: call without frame pointer save/setup drivers/base/power/common.o: warning: objtool: dev_pm_put_subsys_data()+0x19: call without frame pointer save/setup drivers/base/power/common.o: warning: objtool: dev_pm_get_subsys_data()+0x19: call without frame pointer save/setup CC [M] net/bluetooth/lib.o drivers/extcon/extcon.o: warning: objtool: extcon_update_state()+0x22: can't find jump dest instruction at .text+0xe6010626 drivers/crypto/qat/qat_common/adf_init.o: warning: objtool: adf_dev_shutdown()+0x30: can't find jump dest instruction at .text+0xe010035 CC [M] drivers/edac/edac_pci.o drivers/fpga/fpga-mgr.o: warning: objtool: fpga_mgr_register()+0x68: can't find jump dest instruction at .text+0x1701023c CC [M] sound/usb/caiaq/input.o CC drivers/base/power/trace.o CC drivers/crypto/qat/qat_common/qat_asym_algs.o drivers/clk/clk-pwm.o: warning: objtool: clk_pwm_probe()+0x39: can't find jump dest instruction at .text+0x350100ce CC fs/fuse/dev.o LD net/decnet/built-in.o sound/usb/mixer_quirks.o: warning: objtool: snd_usb_soundblaster_remote_init()+0x30: can't find jump dest instruction at .text+0x79010120 drivers/firmware/memmap.o: warning: objtool: firmware_map_add_hotplug()+0x30: can't find jump dest instruction at .meminit.text+0x88000130 CC [M] fs/cifs/file.o drivers/clk/samsung/clk-cpu.o: warning: objtool: exynos_cpuclk_pre_rate_change()+0x3b: can't find jump dest instruction at .text+0x20010130 CC [M] net/decnet/af_decnet.o drivers/fpga/zynq-fpga.o: warning: objtool: zynq_fpga_ops_write_init()+0x23: can't find jump dest instruction at .text+0x9501014a CC [M] sound/oss/uart401.o samples/kfifo/dma-example.o: warning: objtool: example_init()+0x52: can't find jump dest instruction at .init.text+0xc020057 block/blk-throttle.o: warning: objtool: tg_prfill_max()+0x66: can't find jump dest instruction at .text+0xd30003d7 drivers/base/dma-mapping.o: warning: objtool: dma_common_contiguous_remap()+0x4c: can't find jump dest instruction at .text+0x9b0005ad CC [M] sound/usb/hiface/pcm.o block/cmdline-parser.o: warning: objtool: parse_subpart()+0x34: can't find jump dest instruction at .text+0x2d01014d CC fs/fat/file.o kernel/sched/core.o: warning: objtool: sd_init()+0x5e: can't find jump dest instruction at .text+0x24010513 drivers/atm/eni.o: warning: objtool: eni_proc_read()+0x59: can't find jump dest instruction at .text+0x9602038d sound/soc/soc-ops.o: warning: objtool: snd_soc_get_volsw_range()+0x5c: can't find jump dest instruction at .text+0x9500072b drivers/base/node.o: warning: objtool: register_one_node()+0x15: can't find jump dest instruction at .text+0xdd0007b0 CC net/batman-adv/gateway_common.o LD drivers/fpga/built-in.o LD kernel/sched/built-in.o CC crypto/ctr.o sound/core/pcm_timer.o: warning: objtool: snd_pcm_timer_resolution_change()+0x57: can't find jump dest instruction at .text+0xa80000c1 CC drivers/hid/hid-input.o CC [M] sound/oss/pas2_card.o sound/pci/fm801.o: warning: objtool: snd_fm801_interrupt()+0x28: can't find jump dest instruction at .text+0x4b010360 CC fs/isofs/namei.o CC drivers/hsi/hsi_boardinfo.o sound/pci/cmipci.o: warning: objtool: save_mixer_state()+0x1b: can't find jump dest instruction at .text+0xba000c16 CC fs/fat/inode.o CC [M] net/bluetooth/ecc.o CC net/dccp/ccid.o fs/configfs/item.o: warning: objtool: config_item_put()+0x16: can't find call dest symbol at offset 0x730000be CC [M] sound/oss/pas2_midi.o CC [M] drivers/edac/edac_pci_sysfs.o sound/soc/adi/axi-i2s.o: warning: objtool: axi_i2s_probe()+0x33: can't find jump dest instruction at .text+0xe6000164 CC [M] fs/crypto/keyinfo.o LD sound/soc/davinci/built-in.o fs/afs/file.o: warning: objtool: afs_page_filler()+0x7a: can't find jump dest instruction at .text+0xe1000335 net/batman-adv/bat_v_elp.o: warning: objtool: batadv_v_elp_wifi_neigh_probe()+0x35: can't find jump dest instruction at .text+0xa40001a2 LD sound/usb/misc/built-in.o fs/coda/symlink.o: warning: objtool: coda_symlink_filler()+0x75: call without frame pointer save/setup CC [M] drivers/edac/i5100_edac.o CC [M] fs/afs/security.o CC net/dccp/feat.o CC [M] sound/usb/misc/ua101.o samples/kfifo/bytestream-example.o: warning: objtool: example_init()+0x37: can't find call dest symbol at offset 0xdbfe0224 fs/exportfs/expfs.o: warning: objtool: get_name()+0x58: can't find jump dest instruction at .text+0xb80000e7 CC drivers/fmc/fru-parse.o LD fs/exportfs/exportfs.o drivers/atm/he.o: warning: objtool: he_proc_read()+0x31: can't find jump dest instruction at .text+0x3a020054 LD fs/gfs2/built-in.o LD sound/usb/line6/built-in.o net/9p/protocol.o: warning: objtool: p9pdu_vwritef()+0x30: can't find jump dest instruction at .text+0x490500d0 LD fs/exportfs/built-in.o CC fs/fuse/dir.o crypto/sha1_generic.o: warning: objtool: sha1_final()+0x49: can't find call dest symbol at offset 0x6a0000c9 CC [M] fs/gfs2/acl.o CC [M] sound/usb/line6/capture.o fs/coda/pioctl.o: warning: objtool: coda_pioctl()+0x26: call without frame pointer save/setup sound/pci/es1938.o: warning: objtool: snd_es1938_interrupt()+0x9b: can't find jump dest instruction at .text+0x83000a2d LD arch/x86/lib/built-in.o drivers/clk/bcm/clk-iproc-armpll.o: warning: objtool: iproc_arm_pll_recalc_rate.part.7()+0x99: can't find call dest symbol at offset 0xe3ff011c drivers/clk/bcm/clk-iproc-asiu.o: warning: objtool: iproc_asiu_setup()+0x50: can't find jump dest instruction at .init.text+0x8e000055 block/compat_ioctl.o: warning: objtool: compat_cdrom_generic_command()+0x47: can't find jump dest instruction at .text+0xef0000f5 CC net/dccp/input.o LD sound/soc/dwc/built-in.o LD [M] sound/soc/adi/snd-soc-adi-axi-i2s.o CC [M] net/bridge/br_input.o CC net/core/skbuff.o CC fs/isofs/inode.o LD sound/pci/asihpi/built-in.o block/bio-integrity.o: warning: objtool: bio_integrity_process()+0xd2: can't find jump dest instruction at .text+0xcb0005c3 crypto/ecb.o: warning: objtool: crypto_ecb_alloc.part.0()+0x25: can't find jump dest instruction at .text+0xb50001be CC [M] net/decnet/dn_nsp_in.o drivers/clk/samsung/clk-pll.o: warning: objtool: samsung_pll2550xx_set_rate()+0x3f: can't find jump dest instruction at .text+0x8000046b lib/parser.o: warning: objtool: match_one()+0x23: can't find jump dest instruction at .text+0x5b0101d6 CC lib/debug_locks.o CC [M] sound/soc/dwc/designware_i2s.o CC drivers/hid/hid-debug.o LD drivers/clk/samsung/built-in.o LD sound/usb/usx2y/built-in.o net/ceph/msgpool.o: warning: objtool: msgpool_alloc()+0x16: call without frame pointer save/setup net/ceph/msgpool.o: warning: objtool: msgpool_free()+0xf: call without frame pointer save/setup net/ceph/msgpool.o: warning: objtool: ceph_msgpool_init()+0x29: call without frame pointer save/setup net/ceph/msgpool.o: warning: objtool: ceph_msgpool_destroy()+0x8: call without frame pointer save/setup net/ceph/msgpool.o: warning: objtool: ceph_msgpool_get()+0x40: call without frame pointer save/setup net/ceph/msgpool.o: warning: objtool: ceph_msgpool_put()+0x26: call without frame pointer save/setup drivers/crypto/qat/qat_common/adf_aer.o: warning: objtool: adf_dev_aer_schedule_reset.constprop.8()+0x18: can't find jump dest instruction at .text+0xf1000181 drivers/firmware/google/memconsole.o: warning: objtool: found_memconsole()+0x20: can't find jump dest instruction at .init.text+0xe9000025 CC lib/random32.o net/atm/signaling.o: warning: objtool: modify_qos()+0x13: can't find jump dest instruction at .text+0x88000067 fs/btrfs/print-tree.o: warning: objtool: btrfs_print_leaf()+0x1a: can't find jump dest instruction at .text+0xed060118 CC [M] drivers/firmware/dmi-sysfs.o CC [M] sound/pci/asihpi/asihpi.o CC [M] fs/btrfs/extent_map.o LD sound/pci/au88x0/built-in.o fs/ext2/balloc.o: warning: objtool: ext2_try_to_allocate()+0xcc: can't find jump dest instruction at .text+0x950001fa LD sound/soc/codecs/built-in.o CC net/atm/atm_sysfs.o CC net/core/datagram.o sound/soc/soc-generic-dmaengine-pcm.o: warning: objtool: dmaengine_pcm_set_runtime_hwparams()+0x45: can't find jump dest instruction at .text+0xda00013a CC lib/bust_spinlocks.o mm/huge_memory.o: warning: objtool: __collapse_huge_page_isolate()+0x33: can't find jump dest instruction at .text+0x220106d9 fs/cifs/cifsfs.o: warning: objtool: cifs_clone_file_range()+0x80: can't find jump dest instruction at .text+0x91000085 sound/soc/adi/axi-spdif.o: warning: objtool: axi_spdif_probe()+0x33: can't find jump dest instruction at .text+0xe50001d4 LD sound/soc/fsl/built-in.o CC fs/fat/misc.o CC [M] sound/pci/au88x0/au8810.o fs/btrfs/root-tree.o: warning: objtool: btrfs_find_root()+0x35: can't find jump dest instruction at .text+0xb4000127 LD sound/soc/generic/built-in.o LD sound/soc/img/built-in.o CC fs/jbd2/transaction.o CC [M] net/decnet/dn_nsp_out.o CC [M] sound/soc/codecs/ac97.o samples/kfifo/inttype-example.o: warning: objtool: example_init()+0x4: can't find call dest symbol at offset 0x4cff01b3 CC lib/kasprintf.o fs/crypto/fname.o: warning: objtool: fname_decrypt()+0x9d: can't find jump dest instruction at .text+0x4501023e sound/usb/quirks.o: warning: objtool: create_uaxx_quirk()+0x19: can't find jump dest instruction at .text+0x5f01047b CC [M] sound/core/compress_offload.o CC [M] fs/cifs/inode.o fs/afs/dir.o: warning: objtool: afs_dir_iterate_block()+0x91: can't find jump dest instruction at .text+0x3902015c CC [M] sound/soc/fsl/fsl_asrc.o drivers/fmc/fru-parse.o: warning: objtool: fru_get_board_manufacturer()+0x6: can't find call dest symbol at offset 0x510000af kernel/cgroup.o: warning: objtool: parse_cgroupfs_options()+0x30: can't find jump dest instruction at .text+0xdf010890 CC drivers/hid/hid-cmedia.o CC fs/ext4/fsync.o LD [M] sound/soc/adi/snd-soc-adi-axi-spdif.o LD sound/soc/intel/built-in.o CC [M] sound/soc/generic/simple-card.o CC [M] sound/soc/img/img-i2s-in.o sound/usb/pcm.o: warning: objtool: find_format()+0x1f: can't find jump dest instruction at .text+0xb0000024 LD sound/pci/aw2/built-in.o CC drivers/base/regmap/regcache-flat.o fs/afs/flock.o: warning: objtool: afs_grant_locks()+0x45: can't find jump dest instruction at .text+0x8800021c CC lib/bitmap.o CC [M] sound/soc/codecs/adau1701.o CC drivers/crypto/qat/qat_common/qat_uclo.o block/blk-integrity.o: warning: objtool: blk_integrity_compare()+0x2d: can't find jump dest instruction at .text+0xf70001db CC [M] sound/pci/aw2/aw2-alsa.o CC net/atm/proc.o CC [M] fs/afs/server.o block/blk-cgroup.o: warning: objtool: blkcg_css_alloc()+0x3a: can't find jump dest instruction at .text+0xf70002c5 CC [M] sound/oss/pas2_mixer.o drivers/crypto/qat/qat_common/adf_admin.o: warning: objtool: adf_init_admin_comms()+0x4e: can't find jump dest instruction at .text+0xac010290 fs/crypto/crypto.o: warning: objtool: fscrypt_d_revalidate()+0x1a: can't find jump dest instruction at .text+0xb6000020 crypto/cbc.o: warning: objtool: crypto_cbc_encrypt()+0x3b: can't find jump dest instruction at .text+0x801009b drivers/base/power/generic_ops.o: warning: objtool: pm_complete_with_resume_check()+0x4: call without frame pointer save/setup CC [M] sound/pci/au88x0/au8830.o sound/oss/sequencer.o: warning: objtool: extended_event()+0x18: can't find jump dest instruction at .text+0x2a010024 drivers/clk/clk-si5351.o: warning: objtool: si5351_msynth_round_rate()+0xab: can't find jump dest instruction at .text+0xc5000190 CC [M] sound/oss/pas2_pcm.o CC drivers/base/power/domain.o sound/core/pcm_misc.o: warning: objtool: snd_pcm_format_set_silence.part.0()+0x20: can't find jump dest instruction at .text+0x8e0002cf CC crypto/keywrap.o drivers/base/platform-msi.o: warning: objtool: platform_msi_alloc_priv_data()+0x1b: can't find jump dest instruction at .text+0xa70001bc net/batman-adv/bat_v_ogm.o: warning: objtool: batadv_v_ogm_metric_update()+0x43: can't find jump dest instruction at .text+0x7a0100d0 LD sound/core/built-in.o CC [M] fs/afs/super.o drivers/edac/edac_device_sysfs.o: warning: objtool: edac_device_create_block()+0x42: can't find jump dest instruction at .text+0x8b00016d CC fs/fat/nfs.o drivers/firmware/dmi_scan.o: warning: objtool: dmi_get_date()+0x2d: can't find jump dest instruction at .text+0xc7000251 fs/fat/cache.o: warning: objtool: fat_cache_add.part.6()+0x35: can't find jump dest instruction at .text+0xe00001b2 CC net/batman-adv/hard-interface.o CC fs/isofs/dir.o CC drivers/hid/hid-dr.o LD [M] sound/core/snd.o sound/core/pcm.o: warning: objtool: snd_pcm_control_ioctl()+0x25: can't find jump dest instruction at .text+0xa0000047 fs/btrfs/dir-item.o: warning: objtool: btrfs_check_dir_item_collision()+0x33: can't find jump dest instruction at .text+0x9500055b CC [M] drivers/firmware/dell_rbu.o fs/afs/inode.o: warning: objtool: afs_inode_map_status()+0xe8: can't find jump dest instruction at .text+0xcc00014b drivers/crypto/qat/qat_common/adf_hw_arbiter.o: warning: objtool: adf_exit_arb()+0xe: can't find jump dest instruction at .text+0x870000bd fs/ext4/bitmap.o: warning: objtool: ext4_inode_bitmap_csum_verify()+0x20: can't find call dest symbol at offset 0x290000d7 fs/afs/main.o: warning: objtool: afs_get_client_UUID()+0x1e: can't find jump dest instruction at .init.text+0x15010024 drivers/clk/bcm/clk-iproc-pll.o: warning: objtool: iproc_pll_recalc_rate()+0x11: can't find jump dest instruction at .text+0xba000017 drivers/firmware/qemu_fw_cfg.o: warning: objtool: fw_cfg_do_platform_probe()+0x44: can't find jump dest instruction at .text+0x780102d2 CC [M] sound/pci/aw2/aw2-saa7146.o CC net/core/stream.o CC fs/fscache/main.o LD drivers/clk/bcm/built-in.o CC lib/scatterlist.o LD sound/soc/intel/atom/built-in.o net/9p/trans_fd.o: warning: objtool: parse_opts()+0x2f: can't find jump dest instruction at .text+0xb50000b9 CC [M] sound/soc/img/img-parallel-out.o CC net/dccp/minisocks.o drivers/char/agp/intel-gtt.o: warning: objtool: intel_gtt_setup_scratch_page()+0x22: can't find jump dest instruction at .text+0xc60007a2 CC drivers/base/regmap/regmap-debugfs.o sound/usb/mixer.o: warning: objtool: snd_usb_mixer_interrupt_v2()+0x21: can't find jump dest instruction at .text+0x8a000070 net/batman-adv/bitarray.o: warning: objtool: batadv_bit_get_packet()+0x81: can't find call dest symbol at offset 0x6d000093 CC [M] sound/soc/intel/atom/sst-mfld-platform-pcm.o CC [M] drivers/edac/i5400_edac.o LD drivers/char/agp/agpgart.o LD drivers/clk/built-in.o CC net/batman-adv/hash.o LD fs/jfs/built-in.o crypto/rmd320.o: warning: objtool: rmd320_transform()+0x95: can't find call dest symbol at offset 0x520000ae CC fs/kernfs/mount.o fs/debugfs/inode.o: warning: objtool: debugfs_parse_options()+0xa8: can't find jump dest instruction at .text+0x6b0001da CC [M] sound/soc/img/img-spdif-in.o sound/usb/bcd2000/bcd2000.o: warning: objtool: bcd2000_midi_send()+0x15: can't find jump dest instruction at .text+0xc500010e CC [M] fs/jfs/super.o LD drivers/char/agp/built-in.o sound/usb/stream.o: warning: objtool: usb_chmap_ctl_tlv()+0x27: can't find jump dest instruction at .text+0xc010167 LD [M] sound/usb/bcd2000/snd-bcd2000.o CC fs/fat/namei_msdos.o CC [M] sound/soc/fsl/fsl_asrc_dma.o CC net/batman-adv/icmp_socket.o sound/soc/soc-ac97.o: warning: objtool: snd_soc_set_ac97_ops_of_reset()+0x11: call without frame pointer save/setup sound/soc/soc-ac97.o: warning: objtool: snd_soc_free_ac97_codec()+0x14: call without frame pointer save/setup sound/soc/soc-ac97.o: warning: objtool: snd_soc_alloc_ac97_codec()+0x19: call without frame pointer save/setup sound/soc/soc-ac97.o: warning: objtool: snd_soc_new_ac97_codec()+0x14: call without frame pointer save/setup sound/soc/soc-ac97.o: warning: objtool: soc_ac97_device_release()+0xb: call without frame pointer save/setup CC [M] sound/pci/ac97/ac97_pcm.o drivers/edac/edac_device.o: warning: objtool: edac_device_handle_ce()+0x2b: can't find jump dest instruction at .text+0x80000043 LD net/dns_resolver/built-in.o LD drivers/char/built-in.o sound/core/memalloc.o: warning: objtool: snd_dma_alloc_pages()+0x37: can't find jump dest instruction at .text+0xae0001e5 drivers/base/regmap/regcache-rbtree.o: warning: objtool: regcache_rbtree_node_alloc()+0x28: can't find jump dest instruction at .text+0xc60001d9 CC [M] net/atm/lec.o sound/core/sgbuf.o: warning: objtool: snd_free_sgbuf_pages()+0x1c: can't find jump dest instruction at .text+0xa4000078 fs/cifs/cifs_debug.o: warning: objtool: cifs_debug_data_proc_show()+0xc7: can't find jump dest instruction at .text+0x870202c4 CC fs/fscache/netfs.o CC fs/fscache/object.o CC [M] net/dns_resolver/dns_key.o samples/kfifo/record-example.o: warning: objtool: example_init()+0x37: can't find call dest symbol at offset 0x2fff01d0 CC fs/fscache/operation.o CC [M] sound/soc/intel/atom/sst-mfld-platform-compress.o CC drivers/base/regmap/regmap-i2c.o drivers/base/property.o: warning: objtool: fwnode_property_read_u64_array()+0x28: can't find jump dest instruction at .text+0xdc00035f CC fs/ext4/ialloc.o fs/afs/misc.o: warning: objtool: afs_abort_to_error()+0xf: can't find jump dest instruction at .text+0xc1020015 CC drivers/hwmon/hwmon.o net/bridge/br.o: warning: objtool: br_device_event()+0x2a: can't find jump dest instruction at .text+0x6701002f sound/oss/sb_midi.o: warning: objtool: sb_midi_open()+0x2a: can't find jump dest instruction at .text+0x9d000133 CC [M] fs/afs/netdevices.o CC fs/fuse/file.o CC [M] sound/oss/sb_card.o LD samples/built-in.o sound/soc/soc-core.o: warning: objtool: snd_soc_runtime_set_dai_fmt()+0x5d: can't find jump dest instruction at .text+0x88000331 sound/core/pcm_memory.o: warning: objtool: snd_pcm_lib_malloc_pages()+0x53: can't find jump dest instruction at .text+0xdc00021f drivers/edac/edac_module.o: warning: objtool: edac_init()+0xf: call without frame pointer save/setup drivers/edac/edac_module.o: warning: objtool: edac_exit()+0x4: call without frame pointer save/setup drivers/edac/edac_mc_sysfs.o: warning: objtool: edac_create_sysfs_mci_device()+0x39: can't find jump dest instruction at .text+0x6f0105be LD [M] sound/core/snd-hwdep.o drivers/base/power/wakeirq.o: warning: objtool: dev_pm_attach_wake_irq.isra.3()+0x18: can't find jump dest instruction at .text+0x9a0000fd CC [M] drivers/edac/i7300_edac.o fs/coda/upcall.o: warning: objtool: coda_upcall()+0x59: can't find jump dest instruction at .text+0x40400ed CC arch/x86/lib/inat.o CC drivers/base/power/domain_governor.o LD [M] fs/coda/coda.o CC [M] sound/usb/line6/driver.o net/9p/trans_rdma.o: warning: objtool: parse_opts()+0x37: can't find jump dest instruction at .text+0xbd000125 LD [M] net/9p/9pnet_rdma.o CC drivers/hwtracing/intel_th/core.o crypto/sha512_generic.o: warning: objtool: sha512_transform()+0x4a: can't find jump dest instruction at .text+0x1010160 CC lib/gcd.o CC [M] net/ceph/pagelist.o sound/usb/hiface/chip.o: warning: objtool: hiface_chip_create()+0x6f: can't find jump dest instruction at .text+0xc80000a8 net/bluetooth/hci_sysfs.o: warning: objtool: show_address()+0x1a: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: show_name()+0x41: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: show_type()+0x2e: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: show_link_address()+0x1a: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: show_link_type()+0x4f: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: bt_link_release()+0xb: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: bt_host_release()+0xb: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: __match_tty()+0x20: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: hci_conn_init_sysfs()+0x38: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: hci_conn_add_sysfs()+0x2c: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: hci_conn_del_sysfs()+0x2d: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: hci_init_sysfs()+0x29: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: bt_sysfs_cleanup()+0xb: call without frame pointer save/setup net/bluetooth/hci_sysfs.o: warning: objtool: bt_sysfs_init()+0x19: call without frame pointer save/setup CC lib/lcm.o CC drivers/i2c/i2c-boardinfo.o LD sound/soc/jz4740/built-in.o CC drivers/hwtracing/intel_th/debug.o crypto/gf128mul.o: warning: objtool: gf128mul_bbe()+0x17d: can't find jump dest instruction at .text+0x180004db CC lib/list_sort.o CC [M] fs/cifs/link.o drivers/firmware/dcdbas.o: warning: objtool: smi_data_buf_free()+0x18: can't find jump dest instruction at .text+0x9a000049 fs/debugfs/file.o: warning: objtool: full_proxy_open()+0x2d: can't find jump dest instruction at .text+0xff000a20 fs/btrfs/inode-item.o: warning: objtool: btrfs_insert_inode_extref()+0x50: can't find jump dest instruction at .text+0x14010207 CC [M] fs/cifs/misc.o net/9p/client.o: warning: objtool: p9_tag_alloc()+0x33: can't find jump dest instruction at .text+0xa4000175 CC drivers/base/regmap/regmap-mmio.o LD fs/debugfs/debugfs.o LD drivers/firmware/built-in.o LD [M] net/9p/9pnet.o fs/crypto/policy.o: warning: objtool: fscrypt_inherit_context()+0x32: can't find jump dest instruction at .text+0x990000bf drivers/crypto/qat/qat_common/adf_transport.o: warning: objtool: adf_cleanup_etr_handles()+0x26: can't find jump dest instruction at .text+0x8a0001ab CC net/core/scm.o CC drivers/base/regmap/regmap-irq.o net/atm/svc.o: warning: objtool: svc_setsockopt()+0x43: can't find jump dest instruction at .text+0x8900010c fs/configfs/dir.o: warning: objtool: configfs_new_dirent()+0x2b: can't find jump dest instruction at .text+0x83000199 CC [M] sound/soc/jz4740/jz4740-i2s.o fs/fscache/cache.o: warning: objtool: __fscache_lookup_cache_tag()+0x43: can't find jump dest instruction at .text+0xc9000208 drivers/edac/edac_mc.o: warning: objtool: edac_mc_scrub_block()+0x1f: can't find jump dest instruction at .text+0xa6000230 drivers/base/regmap/regcache-lzo.o: warning: objtool: regcache_lzo_init()+0x37: can't find jump dest instruction at .text+0x3a010421 /home/kisskb/slave/src/drivers/crypto/qat/qat_common/qat_algs.c: In function 'qat_alg_sgl_to_bufl.isra.21': /home/kisskb/slave/src/drivers/crypto/qat/qat_common/qat_algs.c:769:4: warning: 'sz_out' may be used uninitialized in this function [-Wuninitialized] arch/x86/lib/usercopy_64.o: warning: objtool: copy_in_user()+0x2e: can't find call dest symbol at offset 0xbb00008a CC fs/fscache/page.o sound/soc/soc-compress.o: warning: objtool: soc_compr_trigger_fe()+0x4d: can't find jump dest instruction at .text+0xd7000740 CC [M] fs/gfs2/bmap.o CC fs/jbd2/commit.o drivers/crypto/qat/qat_common/qat_crypto.o: warning: objtool: qat_crypto_dev_config()+0x40: can't find jump dest instruction at .text+0x9c020046 LD fs/configfs/configfs.o sound/usb/caiaq/midi.o: warning: objtool: snd_usb_caiaq_midi_output_trigger()+0x29: can't find call dest symbol at offset 0x2f000111 LD fs/debugfs/built-in.o CC [M] sound/pci/ac97/ac97_proc.o CC net/core/gen_stats.o CC drivers/i2c/i2c-core.o CC lib/uuid.o LD fs/lockd/built-in.o LD drivers/hsi/clients/built-in.o LD sound/pci/ca0106/built-in.o sound/pci/maestro3.o: warning: objtool: snd_m3_pcm_start()+0x15: can't find jump dest instruction at .text+0xb30000e1 LD fs/configfs/built-in.o CC [M] sound/pci/ca0106/ca0106_main.o LD drivers/hsi/controllers/built-in.o CC [M] drivers/hsi/clients/hsi_char.o CC [M] fs/lockd/clntlock.o sound/usb/caiaq/control.o: warning: objtool: control_put()+0x53: can't find jump dest instruction at .text+0x960001ca drivers/base/regmap/regcache.o: warning: objtool: regcache_hw_init()+0x21: can't find jump dest instruction at .text+0xe2010425 CC [M] fs/cifs/netmisc.o CC [M] sound/soc/codecs/ak4554.o CC lib/flex_array.o net/bluetooth/ecc.o: warning: objtool: vli_square()+0xce: can't find jump dest instruction at .text+0x540002aa net/batman-adv/bat_iv_ogm.o: warning: objtool: batadv_iv_ogm_orig_print()+0x42: can't find jump dest instruction at .text+0x4d01024b drivers/edac/wq.o: warning: objtool: edac_stop_work()+0x8: call without frame pointer save/setup drivers/edac/wq.o: warning: objtool: edac_mod_work()+0x16: call without frame pointer save/setup drivers/edac/wq.o: warning: objtool: edac_queue_work()+0x16: call without frame pointer save/setup drivers/edac/wq.o: warning: objtool: edac_workqueue_setup()+0x2c: call without frame pointer save/setup drivers/edac/wq.o: warning: objtool: edac_workqueue_teardown()+0xb: call without frame pointer save/setup fs/btrfs/inode-map.o: warning: objtool: btrfs_unpin_free_ino()+0x38: can't find jump dest instruction at .text+0x94000153 sound/oss/sb_audio.o: warning: objtool: sb16_copy_from_user()+0x5a: can't find jump dest instruction at .text+0x590106f5 lib/lcm.o: warning: objtool: lcm()+0x17: call without frame pointer save/setup lib/lcm.o: warning: objtool: lcm_not_zero()+0xd: call without frame pointer save/setup sound/pci/es1968.o: warning: objtool: snd_es1968_interrupt()+0x27: can't find jump dest instruction at .text+0x4c010c31 CC crypto/gcm.o sound/oss/pas2_midi.o: warning: objtool: pas_midi_open()+0x1e: can't find jump dest instruction at .text+0xcf0000a8 CC [M] net/decnet/dn_route.o CC [M] sound/soc/fsl/fsl_ssi.o CC [M] sound/oss/kahlua.o CC [M] fs/lockd/clntproc.o CC [M] sound/soc/fsl/fsl_ssi_dbg.o net/batman-adv/debugfs.o: warning: objtool: batadv_log_read()+0x40: can't find jump dest instruction at .text+0x51010214 CC drivers/idle/i7300_idle.o sound/oss/pas2_card.o: warning: objtool: attach_pas_card.constprop.3()+0x1b: can't find jump dest instruction at .init.text+0x8c0002f3 CC net/ethernet/eth.o fs/isofs/namei.o: warning: objtool: isofs_find_entry()+0x56: can't find jump dest instruction at .text+0xd902006c LD fs/nfs_common/built-in.o CC drivers/hwtracing/intel_th/pci.o drivers/base/power/qos.o: warning: objtool: __dev_pm_qos_update_request()+0x19: can't find jump dest instruction at .text+0x8000013b CC net/core/gen_estimator.o CC [M] net/dns_resolver/dns_query.o CC [M] fs/nfs_common/grace.o fs/ext4/balloc.o: warning: objtool: ext4_valid_block_bitmap.isra.8()+0x2c: can't find jump dest instruction at .text+0xb80002e1 sound/usb/caiaq/device.o: warning: objtool: usb_ep1_command_reply_dispatch()+0x3a: can't find jump dest instruction at .text+0xf4000162 CC drivers/crypto/qat/qat_common/qat_hal.o fs/ext4/file.o: warning: objtool: ext4_file_open()+0x33: can't find jump dest instruction at .text+0x20100f4 lib/bust_spinlocks.o: warning: objtool: bust_spinlocks()+0x10: call without frame pointer save/setup LD sound/pci/cs46xx/built-in.o CC lib/iov_iter.o LD sound/pci/cs5535audio/built-in.o CC fs/ext4/inode.o drivers/hid/hid-dr.o: warning: objtool: dr_probe()+0xa: call without frame pointer save/setup drivers/hid/hid-dr.o: warning: objtool: dr_driver_init()+0x14: call without frame pointer save/setup drivers/hid/hid-dr.o: warning: objtool: dr_driver_exit()+0xb: call without frame pointer save/setup CC fs/ncpfs/dir.o CC drivers/hid/hid-elecom.o CC [M] sound/pci/cs46xx/cs46xx.o net/atm/atm_misc.o: warning: objtool: atm_alloc_charge()+0x30: call without frame pointer save/setup CC lib/clz_ctz.o CC [M] sound/pci/cs5535audio/cs5535audio.o sound/pci/rme32.o: warning: objtool: snd_rme32_playback_setrate()+0x1f: can't find jump dest instruction at .text+0xda00009c CC [M] net/atm/pppoatm.o LD drivers/ide/built-in.o CC fs/ncpfs/file.o sound/pci/via82xx_modem.o: warning: objtool: snd_via82xx_codec_read()+0xe2: can't find jump dest instruction at .text+0x6800012e drivers/base/regmap/regcache-flat.o: warning: objtool: regcache_flat_exit()+0x10: call without frame pointer save/setup drivers/base/regmap/regcache-flat.o: warning: objtool: regcache_flat_init()+0x35: call without frame pointer save/setup CC [M] fs/ext2/file.o crypto/lrw.o: warning: objtool: crypt()+0x47: can't find jump dest instruction at .text+0xed00009c sound/usb/line6/capture.o: warning: objtool: line6_capture_copy()+0x30: can't find jump dest instruction at .text+0xb2000176 LD sound/soc/kirkwood/built-in.o CC [M] drivers/ide/ide.o CC net/core/net_namespace.o CC lib/bsearch.o fs/ext4/dir.o: warning: objtool: call_filldir()+0x68: can't find jump dest instruction at .text+0x92000158 CC [M] sound/soc/kirkwood/kirkwood-dma.o drivers/hsi/hsi_boardinfo.o: warning: objtool: hsi_register_board_info()+0x22: call without frame pointer save/setup CC [M] sound/soc/kirkwood/kirkwood-i2s.o drivers/ata/libata-core.o: warning: objtool: cable_is_40wire()+0x18: can't find jump dest instruction at .text+0x82000d56 CC [M] drivers/hsi/hsi.o crypto/ctr.o: warning: objtool: crypto_rfc3686_alloc()+0x1c: can't find jump dest instruction at .text+0xc701009e sound/soc/soc-dapm.o: warning: objtool: dapm_supply_check_power()+0xb3: can't find jump dest instruction at .text+0x780001bc drivers/crypto/qat/qat_common/qat_algs.o: warning: objtool: qat_alg_ablkcipher_init_sessions()+0xe8: can't find jump dest instruction at .text+0x610001e4 CC lib/find_bit.o CC [M] sound/pci/ca0106/ca0106_mixer.o drivers/base/firmware_class.o: warning: objtool: dev_cache_fw_image()+0xca: can't find jump dest instruction at .text+0x7a0003bf LD [M] drivers/ata/libata.o fs/btrfs/tree-defrag.o: warning: objtool: btrfs_defrag_leaves()+0x2a: can't find jump dest instruction at .text+0xc02007e fs/afs/mntpt.o: warning: objtool: afs_mntpt_do_automount()+0x5b: can't find jump dest instruction at .text+0xb8020082 drivers/base/power/runtime.o: warning: objtool: rpm_check_suspend_allowed()+0x15: can't find jump dest instruction at .text+0x940000af drivers/fmc/fmc-sdb.o: warning: objtool: __fmc_show_sdb_tree()+0x34: can't find jump dest instruction at .text+0x2c020120 sound/oss/sb_mixer.o: warning: objtool: smw_mixer_set()+0x22: can't find jump dest instruction at .text+0xd2000028 arch/x86/lib/usercopy.o: warning: objtool: copy_from_user_nmi()+0x62: can't find call dest symbol at offset 0x540000ac CC drivers/fmc/fmc-dump.o sound/usb/hiface/pcm.o: warning: objtool: hiface_pcm_open()+0x26: can't find jump dest instruction at .text+0x400101b8 CC fs/ncpfs/inode.o net/atm/ioctl.o: warning: objtool: do_vcc_ioctl()+0x27: can't find jump dest instruction at .text+0x3302002d AR arch/x86/lib/lib.a CC [M] sound/oss/opl3.o LD [M] sound/usb/hiface/snd-usb-hiface.o CC drivers/fmc/fmc-trivial.o drivers/base/power/domain_governor.o: warning: objtool: default_suspend_ok()+0x61: can't find jump dest instruction at .text+0x9500006e CC net/core/secure_seq.o LD sound/soc/mediatek/built-in.o CC drivers/base/power/clock_ops.o drivers/hid/hid-cmedia.o: warning: objtool: cmhid_probe()+0x2a: can't find jump dest instruction at .text+0x830000a4 CC fs/kernfs/inode.o CC fs/ext4/page-io.o drivers/firmware/dmi-sysfs.o: warning: objtool: dmi_sel_raw_read_helper()+0x2f: can't find jump dest instruction at .text+0xd3000642 CC fs/ncpfs/ioctl.o fs/afs/proc.o: warning: objtool: afs_proc_rootcell_write()+0x22: can't find jump dest instruction at .text+0xa5000553 CC [M] net/decnet/dn_dev.o CC net/hsr/hsr_main.o drivers/base/power/trace.o: warning: objtool: set_trace_device()+0x1b: can't find call dest symbol at offset 0xb9000047 LD [M] sound/usb/snd-usb-audio.o lib/kasprintf.o: warning: objtool: kvasprintf()+0x35: call without frame pointer save/setup lib/kasprintf.o: warning: objtool: kasprintf()+0x33: call without frame pointer save/setup lib/kasprintf.o: warning: objtool: kvasprintf_const()+0x1b: call without frame pointer save/setup sound/pci/sonicvibes.o: warning: objtool: snd_sonicvibes_put_mux()+0x26: can't find jump dest instruction at .text+0x9f000991 CC drivers/hwmon/hwmon-vid.o CC [M] fs/afs/vlclient.o fs/gfs2/acl.o: warning: objtool: __gfs2_set_acl()+0x64: can't find jump dest instruction at .text+0xef0001b5 CC [M] fs/gfs2/dir.o CC net/hsr/hsr_framereg.o CC [M] sound/pci/ca0106/ca_midi.o net/batman-adv/gateway_common.o: warning: objtool: batadv_gw_bandwidth_set()+0x6f: can't find jump dest instruction at .text+0x490102b0 sound/soc/img/img-i2s-in.o: warning: objtool: img_i2s_in_dev_remove()+0x14: call without frame pointer save/setup sound/soc/img/img-i2s-in.o: warning: objtool: img_i2s_in_probe()+0x1e: call without frame pointer save/setup sound/soc/img/img-i2s-in.o: warning: objtool: img_i2s_in_driver_init()+0x12: call without frame pointer save/setup sound/soc/img/img-i2s-in.o: warning: objtool: img_i2s_in_driver_exit()+0xb: call without frame pointer save/setup fs/buffer.o: warning: objtool: __find_get_block_slow()+0x43: can't find jump dest instruction at .text+0xd40003a2 CC drivers/crypto/qat/qat_common/adf_transport_debug.o fs/afs/fsclient.o: warning: objtool: afs_fs_store_data64()+0x94: can't find jump dest instruction at .text+0x1a010234 CC drivers/hid/hid-gyration.o CC [M] sound/pci/asihpi/hpioctl.o CC net/ieee802154/netlink.o CC lib/llist.o CC [M] fs/afs/vlocation.o CC net/ieee802154/nl-mac.o sound/soc/codecs/ac97.o: warning: objtool: ac97_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_prepare()+0x2c: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_soc_resume()+0xf: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_soc_suspend()+0xf: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_soc_probe()+0x23: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_codec_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/ac97.o: warning: objtool: ac97_codec_driver_exit()+0xb: call without frame pointer save/setup sound/soc/generic/simple-card.o: warning: objtool: asoc_simple_card_probe()+0x30: can't find jump dest instruction at .text+0x5301003e sound/soc/cirrus/ep93xx-pcm.o: warning: objtool: devm_ep93xx_pcm_platform_register()+0x10: call without frame pointer save/setup sound/soc/cirrus/ep93xx-pcm.o: warning: objtool: ep93xx_pcm_dma_filter()+0x2f: call without frame pointer save/setup LD fs/nfsd/built-in.o CC drivers/hwtracing/intel_th/gth.o LD [M] sound/soc/cirrus/snd-soc-ep93xx.o fs/btrfs/file-item.o: warning: objtool: __btrfs_lookup_bio_sums()+0x58: can't find jump dest instruction at .text+0xaa0302f8 LD [M] sound/soc/generic/snd-soc-simple-card.o LD sound/soc/mxs/built-in.o net/ceph/ceph_common.o: warning: objtool: ceph_msg_type_name()+0xe: can't find jump dest instruction at .text+0x78010038 sound/usb/caiaq/audio.o: warning: objtool: snd_usb_caiaq_pcm_trigger()+0x1d: can't find jump dest instruction at .text+0x84000125 CC net/core/flow_dissector.o CC [M] sound/pci/cs5535audio/cs5535audio_pcm.o CC [M] net/bridge/br_ioctl.o fs/fat/nfs.o: warning: objtool: __fat_nfs_get_inode()+0x6b: can't find jump dest instruction at .text+0xa6000081 sound/oss/pas2_mixer.o: warning: objtool: pas_mixer_set()+0x3f: can't find jump dest instruction at .text+0x4c010172 CC [M] fs/nfsd/trace.o sound/oss/pas2_pcm.o: warning: objtool: pas_audio_start_input()+0x54: can't find jump dest instruction at .text+0xd000010e fs/fscache/main.o: warning: objtool: fscache_init()+0x6d: can't find jump dest instruction at .init.text+0xaf010073 fs/isofs/dir.o: warning: objtool: get_acorn_filename()+0x1b: can't find jump dest instruction at .text+0x99000091 CC [M] sound/pci/ca0106/ca0106_proc.o CC [M] sound/soc/mxs/mxs-saif.o CC drivers/hwmon/asb100.o sound/pci/rme96.o: warning: objtool: snd_rme96_playback_setrate()+0x1f: can't find jump dest instruction at .text+0x8400004a CC fs/isofs/util.o drivers/hwtracing/intel_th/debug.o: warning: objtool: intel_th_debug_init()+0xd: call without frame pointer save/setup drivers/hwtracing/intel_th/debug.o: warning: objtool: intel_th_debug_done()+0xb: call without frame pointer save/setup drivers/crypto/qat/qat_common/qat_asym_algs.o: warning: objtool: qat_rsa_setkey()+0xed: can't find jump dest instruction at .text+0x95000398 crypto/keywrap.o: warning: objtool: crypto_kw_encrypt()+0x55: can't find jump dest instruction at .text+0x300100b6 CC drivers/idle/intel_idle.o block/cfq-iosched.o: warning: objtool: cfq_scaled_cfqq_slice()+0x2e: can't find jump dest instruction at .text+0xa9000778 sound/pci/aw2/aw2-saa7146.o: warning: objtool: snd_aw2_saa7146_pcm_init_playback()+0x6f: call without frame pointer save/setup sound/pci/aw2/aw2-saa7146.o: warning: objtool: snd_aw2_saa7146_pcm_init_capture()+0x48: call without frame pointer save/setup sound/pci/aw2/aw2-saa7146.o: warning: objtool: snd_aw2_saa7146_setup()+0x74: call without frame pointer save/setup fs/ext2/dir.o: warning: objtool: ext2_readdir()+0x5a: can't find jump dest instruction at .text+0x240201d2 LD block/built-in.o net/atm/raw.o: warning: objtool: atm_pop_raw()+0x1e: call without frame pointer save/setup net/atm/raw.o: warning: objtool: atm_push_raw()+0x16: call without frame pointer save/setup net/atm/raw.o: warning: objtool: atm_send_aal0()+0x15: call without frame pointer save/setup crypto/sha256_generic.o: warning: objtool: sha256_generic_block_fn()+0x22: can't find call dest symbol at offset 0xebe41ca4 CC [M] sound/soc/jz4740/qi_lb60.o LD sound/pci/ctxfi/built-in.o sound/core/pcm_dmaengine.o: warning: objtool: snd_dmaengine_pcm_trigger()+0x23: can't find call dest symbol at offset 0xf8ff0177 CC [M] fs/ext2/ialloc.o sound/oss/sb_common.o: warning: objtool: sb_dsp_unload()+0x20: can't find jump dest instruction at .text+0x9e000031 CC fs/fscache/proc.o lib/random32.o: warning: objtool: prandom_seed()+0x39: can't find call dest symbol at offset 0x1d0001fd CC [M] net/bluetooth/hci_request.o fs/afs/security.o: warning: objtool: afs_check_permit()+0xb6: can't find jump dest instruction at .text+0xdd010196 LD sound/soc/nuc900/built-in.o LD sound/soc/omap/built-in.o CC [M] sound/oss/v_midi.o CC lib/memweight.o fs/btrfs/super.o: warning: objtool: btrfs_parse_early_options()+0x26: can't find jump dest instruction at .text+0x4501018b CC net/ieee802154/nl-phy.o fs/crypto/keyinfo.o: warning: objtool: derive_key_aes()+0x91: can't find jump dest instruction at .text+0xc3000122 CC fs/ncpfs/mmap.o CC [M] net/ceph/mon_client.o CC [M] sound/pci/cs5535audio/cs5535audio_pm.o sound/core/timer.o: warning: objtool: snd_timer_free()+0x11: can't find jump dest instruction at .text+0x8b000244 sound/soc/soc-pcm.o: warning: objtool: soc_pcm_trigger()+0x6f: can't find jump dest instruction at .text+0x90000103 sound/oss/mpu401.o: warning: objtool: mpu_timer_init()+0x14: can't find jump dest instruction at .text+0x9200040a net/batman-adv/fragmentation.o: warning: objtool: batadv_frag_insert_packet()+0x2d: can't find jump dest instruction at .text+0x10200df LD [M] fs/crypto/fscrypto.o CC [M] fs/btrfs/sysfs.o LD sound/soc/intel/boards/built-in.o CC drivers/hid/hid-kensington.o crypto/xts.o: warning: objtool: crypt()+0x32: can't find jump dest instruction at .text+0xbe000107 sound/usb/caiaq/input.o: warning: objtool: snd_caiaq_input_read_io()+0x28: can't find jump dest instruction at .text+0xfe000181 lib/uuid.o: warning: objtool: uuid_be_to_bin()+0xb: can't find call dest symbol at offset 0x790000ca CC drivers/crypto/qat/qat_common/adf_sriov.o CC [M] fs/jfs/file.o CC crypto/ccm.o CC [M] sound/soc/codecs/ak5386.o LD [M] sound/usb/caiaq/snd-usb-caiaq.o CC fs/nls/nls_base.o CC [M] sound/soc/intel/boards/bytcr_rt5640.o sound/oss/sb_ess.o: warning: objtool: ess_set_dma_hw()+0x50: can't find jump dest instruction at .text+0x85000961 CC fs/kernfs/dir.o CC fs/nls/nls_cp737.o LD [M] sound/oss/sound.o CC fs/ext4/ioctl.o lib/bitmap.o: warning: objtool: __bitmap_parselist()+0x4d: can't find jump dest instruction at .text+0x8e00090c fs/ext4/fsync.o: warning: objtool: ext4_sync_parent()+0x1b: can't find jump dest instruction at .text+0x90000035 drivers/edac/i5100_edac.o: warning: objtool: i5100_remove_one()+0x1f: can't find jump dest instruction at .text+0x81000052 CC fs/nls/nls_cp852.o CC lib/kfifo.o CC [M] drivers/edac/e752x_edac.o net/ceph/buffer.o: warning: objtool: ceph_buffer_release()+0xd: call without frame pointer save/setup net/ceph/buffer.o: warning: objtool: ceph_buffer_new()+0x2a: call without frame pointer save/setup net/ceph/buffer.o: warning: objtool: ceph_decode_buffer()+0x66: call without frame pointer save/setup CC [M] net/bridge/br_stp.o CC [M] fs/lockd/clntxdr.o LD sound/soc/pxa/built-in.o lib/find_bit.o: warning: objtool: find_next_bit()+0x13: can't find call dest symbol at offset 0x920000de CC [M] sound/pci/asihpi/hpimsginit.o CC [M] fs/gfs2/xattr.o net/dns_resolver/dns_key.o: warning: objtool: dns_resolver_cmp()+0x4d: can't find jump dest instruction at .text+0x90000082 sound/pci/intel8x0.o: warning: objtool: snd_intel8x0_ich_chip_init()+0x51: can't find jump dest instruction at .text+0x650101c9 net/bluetooth/af_bluetooth.o: warning: objtool: bt_seq_show()+0x38: can't find jump dest instruction at .text+0x9a0000dc CC fs/ncpfs/ncplib_kernel.o net/batman-adv/gateway_client.o: warning: objtool: batadv_gw_node_add()+0x1d: can't find jump dest instruction at .text+0xdf00011c sound/soc/img/img-parallel-out.o: warning: objtool: img_prl_out_probe()+0x36: can't find jump dest instruction at .text+0xb901023a kernel/events/core.o: warning: objtool: perf_sample_ustack_size()+0x9: can't find jump dest instruction at .text+0xdf00040c CC drivers/crypto/qat/qat_common/adf_pf2vf_msg.o CC net/core/sysctl_net_core.o CC [M] fs/gfs2/glock.o drivers/edac/edac_pci.o: warning: objtool: edac_pci_add_device.part.5()+0x12: can't find jump dest instruction at .text+0x8d00027a CC net/core/dev.o LD sound/pci/echoaudio/built-in.o net/batman-adv/distributed-arp-table.o: warning: objtool: batadv_choose_next_candidate()+0x52: can't find jump dest instruction at .text+0xda0001cb CC [M] drivers/edac/i82975x_edac.o LD kernel/events/built-in.o CC net/batman-adv/main.o fs/btrfs/extent_map.o: warning: objtool: tree_insert()+0x54: can't find jump dest instruction at .text+0xa10001b8 sound/oss/ad1848.o: warning: objtool: ad1848_set_speed()+0x28: can't find jump dest instruction at .text+0xbf0001c4 CC [M] sound/pci/echoaudio/darla20.o CC net/ieee802154/nl_policy.o net/dcb/dcbevent.o: warning: objtool: unregister_dcbevent_notifier()+0xe: call without frame pointer save/setup net/dcb/dcbevent.o: warning: objtool: register_dcbevent_notifier()+0xe: call without frame pointer save/setup net/dcb/dcbevent.o: warning: objtool: call_dcbevent_notifiers()+0x11: call without frame pointer save/setup LD sound/soc/qcom/built-in.o net/bridge/br_if.o: warning: objtool: br_add_if()+0x24: can't find jump dest instruction at .text+0x93030812 CC drivers/fmc/fmc-chardev.o net/bridge/br_device.o: warning: objtool: br_dev_xmit()+0x70: can't find jump dest instruction at .text+0xac000266 sound/pci/ali5451/ali5451.o: warning: objtool: ali_resume()+0x24: can't find jump dest instruction at .text+0xe9000195 net/dccp/ccid.o: warning: objtool: ccid_new()+0x1b: can't find jump dest instruction at .text+0x9b00016f LD [M] sound/pci/ali5451/snd-ali5451.o LD kernel/built-in.o CC [M] fs/afs/vnode.o sound/soc/codecs/adau1701.o: warning: objtool: adau1701_set_dai_fmt()+0x2f: can't find jump dest instruction at .text+0xbb0001ea sound/soc/fsl/fsl_ssi_dbg.o: warning: objtool: fsl_ssi_stats_open()+0x18: call without frame pointer save/setup sound/soc/fsl/fsl_ssi_dbg.o: warning: objtool: fsl_ssi_stats_show()+0x1f: call without frame pointer save/setup sound/soc/fsl/fsl_ssi_dbg.o: warning: objtool: fsl_ssi_debugfs_create()+0x18: call without frame pointer save/setup sound/soc/fsl/fsl_ssi_dbg.o: warning: objtool: fsl_ssi_debugfs_remove()+0xd: call without frame pointer save/setup CC [M] sound/oss/pss.o CC [M] sound/soc/intel/boards/bytcr_rt5651.o CC [M] fs/nfsd/nfssvc.o fs/cifs/dir.o: warning: objtool: cifs_ci_compare()+0x3b: can't find jump dest instruction at .text+0x9e000041 LD sound/soc/rockchip/built-in.o fs/kernfs/mount.o: warning: objtool: kernfs_node_dentry()+0x39: can't find jump dest instruction at .text+0x8700018c net/bridge/br_fdb.o: warning: objtool: fdb_fill_info()+0x37: can't find jump dest instruction at .text+0xa901017c CC drivers/crypto/qat/qat_common/adf_vf2pf_msg.o CC drivers/i2c/i2c-dev.o CC [M] net/ceph/osd_client.o CC [M] net/bridge/br_stp_bpdu.o CC fs/kernfs/file.o CC [M] sound/soc/rockchip/rockchip_i2s.o fs/fscache/cookie.o: warning: objtool: __fscache_check_consistency()+0x6a: can't find jump dest instruction at .text+0x49010082 CC [M] sound/soc/rockchip/rockchip_spdif.o net/atm/atm_sysfs.o: warning: objtool: show_atmaddress()+0x5a: can't find jump dest instruction at .text+0x8a00019f sound/pci/aw2/aw2-alsa.o: warning: objtool: snd_aw2_create()+0x29: can't find jump dest instruction at .text+0x6d0200e6 drivers/edac/edac_pci_sysfs.o: warning: objtool: edac_pci_dev_parity_test()+0x50: can't find jump dest instruction at .text+0xa1000194 sound/oss/sb_card.o: warning: objtool: sb_register_oss()+0x4a: can't find jump dest instruction at .text.unlikely+0xa300004f LD sound/soc/samsung/built-in.o CC [M] net/ceph/osdmap.o drivers/gpu/vga/vgaarb.o: warning: objtool: vga_arb_read()+0x3c: can't find jump dest instruction at .text+0x5301029e LD drivers/gpu/vga/built-in.o drivers/base/regmap/regmap.o: warning: objtool: _regmap_raw_multi_reg_write()+0x46: can't find jump dest instruction at .text+0xad000377 LD [M] sound/pci/aw2/snd-aw2.o lib/memweight.o: warning: objtool: memweight()+0x1f: can't find call dest symbol at offset 0xcc000034 CC [M] sound/usb/line6/midi.o net/batman-adv/hash.o: warning: objtool: batadv_hash_new()+0x24: can't find jump dest instruction at .text+0x83000050 drivers/base/regmap/regmap-debugfs.o: warning: objtool: regmap_cache_only_write_file()+0x5e: can't find jump dest instruction at .text+0x86000114 CC drivers/hid/hid-lenovo.o CC net/batman-adv/multicast.o sound/soc/dwc/designware_i2s.o: warning: objtool: dw_i2s_config()+0xdd: can't find jump dest instruction at .text+0x79000139 LD sound/pci/emu10k1/built-in.o sound/oss/uart401.o: warning: objtool: unload_uart401()+0x10: can't find jump dest instruction at .text+0x8400020e CC net/dccp/options.o sound/soc/jz4740/jz4740-i2s.o: warning: objtool: jz4740_i2s_dev_probe()+0x2f: can't find jump dest instruction at .text+0xb5000350 CC [M] fs/cifs/smbencrypt.o fs/afs/server.o: warning: objtool: afs_reap_server()+0x2f: can't find jump dest instruction at .text+0xc300021d CC [M] sound/oss/trix.o LD [M] sound/soc/jz4740/snd-soc-jz4740-i2s.o fs/afs/netdevices.o: warning: objtool: afs_get_MAC_address()+0x12: call without frame pointer save/setup fs/afs/netdevices.o: warning: objtool: afs_get_ipv4_interfaces()+0x37: call without frame pointer save/setup LD drivers/gpu/built-in.o CC drivers/iio/industrialio-core.o CC [M] sound/pci/emu10k1/emu10k1x.o CC drivers/crypto/qat/qat_common/adf_vf_isr.o drivers/base/power/wakeup.o: warning: objtool: wakeup_source_record()+0x1f: can't find jump dest instruction at .text+0x89000094 drivers/i2c/i2c-boardinfo.o: warning: objtool: i2c_register_board_info()+0x1b: call without frame pointer save/setup CC net/dccp/output.o drivers/fmc/fmc-dump.o: warning: objtool: fmc_dump_sdb()+0x15: can't find jump dest instruction at .text+0x98000161 CC [M] sound/soc/codecs/alc5623.o LD sound/soc/sh/built-in.o CC fs/nls/nls_cp855.o CC [M] sound/soc/fsl/fsl_spdif.o CC [M] net/decnet/dn_neigh.o fs/fat/misc.o: warning: objtool: fat_time_unix2fat()+0x5e: can't find jump dest instruction at .text+0x82000064 sound/soc/codecs/ak4554.o: warning: objtool: ak4554_soc_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/ak4554.o: warning: objtool: ak4554_soc_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/ak4554.o: warning: objtool: ak4554_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/ak4554.o: warning: objtool: ak4554_driver_exit()+0xb: call without frame pointer save/setup fs/fat/namei_msdos.o: warning: objtool: msdos_format_name()+0x27: can't find jump dest instruction at .text+0xcc02007e net/core/request_sock.o: warning: objtool: reqsk_fastopen_remove()+0x47: can't find jump dest instruction at .text+0xe00000a6 CC net/ieee802154/core.o CC [M] sound/soc/kirkwood/armada-370-db.o CC net/core/ethtool.o net/decnet/dn_nsp_in.o: warning: objtool: dn_find_listener()+0x75: can't find jump dest instruction at .text+0x240100e8 net/atm/resources.o: warning: objtool: atm_dev_register()+0xaf: can't find jump dest instruction at .text+0x22010270 CC fs/fuse/inode.o sound/soc/intel/atom/sst-mfld-platform-compress.o: warning: objtool: sst_platform_compr_trigger()+0x12: can't find jump dest instruction at .text+0x80000018 drivers/hwtracing/intel_th/pci.o: warning: objtool: intel_th_pci_remove()+0xb: call without frame pointer save/setup drivers/hwtracing/intel_th/pci.o: warning: objtool: intel_th_pci_probe()+0xa: call without frame pointer save/setup drivers/hwtracing/intel_th/pci.o: warning: objtool: intel_th_pci_driver_init()+0x14: call without frame pointer save/setup drivers/hwtracing/intel_th/pci.o: warning: objtool: intel_th_pci_driver_exit()+0xb: call without frame pointer save/setup net/socket.o: warning: objtool: sock_alloc_inode()+0x24: can't find jump dest instruction at .text+0x800001d4 drivers/hid/hid-elecom.o: warning: objtool: elecom_report_fixup()+0x2a: call without frame pointer save/setup drivers/hid/hid-elecom.o: warning: objtool: elecom_driver_init()+0x14: call without frame pointer save/setup drivers/hid/hid-elecom.o: warning: objtool: elecom_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/hwtracing/intel_th/msu.o net/decnet/dn_nsp_out.o: warning: objtool: dn_nsp_send()+0x6a: can't find jump dest instruction at .text+0xfe0000ad CC net/hsr/hsr_device.o drivers/firmware/dell_rbu.o: warning: objtool: img_update_free()+0x15: can't find jump dest instruction at .text+0xbe000181 fs/fat/fatent.o: warning: objtool: fat_mirror_bhs()+0x28: can't find jump dest instruction at .text+0x9f0001ff CC [M] sound/soc/img/pistachio-internal-dac.o drivers/edac/i5400_edac.o: warning: objtool: i5400_init_dimms()+0x1c: can't find jump dest instruction at .text+0xd80000a7 LD sound/soc/sirf/built-in.o CC fs/kernfs/symlink.o CC [M] fs/gfs2/glops.o lib/list_sort.o: warning: objtool: list_sort()+0x23: can't find jump dest instruction at .text+0x1d010135 drivers/fmc/fmc-trivial.o: warning: objtool: t_handler()+0x29: call without frame pointer save/setup drivers/fmc/fmc-trivial.o: warning: objtool: t_exit()+0xb: call without frame pointer save/setup drivers/fmc/fmc-trivial.o: warning: objtool: t_init()+0xb: call without frame pointer save/setup drivers/edac/i7300_edac.o: warning: objtool: i7300_init_csrows()+0xa3: can't find jump dest instruction at .text+0x550100da CC [M] fs/gfs2/log.o CC [M] fs/jfs/inode.o CC [M] sound/soc/sirf/sirf-audio.o sound/soc/img/img-spdif-in.o: warning: objtool: img_spdif_in_do_clkgen_single()+0x29: can't find jump dest instruction at .text+0x91000528 LD drivers/infiniband/built-in.o CC [M] drivers/edac/i3000_edac.o CC net/ipv4/route.o CC net/ipv6/addrconf_core.o CC [M] sound/usb/line6/midibuf.o CC drivers/i2c/algos/i2c-algo-bit.o LD sound/soc/spear/built-in.o sound/usb/misc/ua101.o: warning: objtool: detect_usb_format()+0x22: can't find jump dest instruction at .text+0xc10104f1 sound/oss/kahlua.o: warning: objtool: probe_one()+0x23: can't find jump dest instruction at .text+0x4502004c fs/afs/super.o: warning: objtool: afs_parse_options()+0x54: can't find jump dest instruction at .text+0x97000098 sound/usb/midi.o: warning: objtool: snd_usbmidi_transmit_byte()+0x3a: can't find jump dest instruction at .text+0x4e0100a8 sound/soc/fsl/fsl_ssi.o: warning: objtool: fsl_ssi_resume()+0x1a: call without frame pointer save/setup sound/soc/fsl/fsl_ssi.o: warning: objtool: fsl_ssi_suspend()+0x22: call without frame pointer save/setup sound/soc/fsl/fsl_ssi.o: warning: objtool: fsl_ssi_remove()+0x15: call without frame pointer save/setup sound/soc/fsl/fsl_ssi.o: warning: objtool: fsl_ssi_driver_init()+0x12: call without frame pointer save/setup sound/soc/fsl/fsl_ssi.o: warning: objtool: fsl_ssi_driver_exit()+0xb: call without frame pointer save/setup LD [M] sound/usb/snd-usbmidi-lib.o CC [M] sound/soc/intel/atom/sst-atom-controls.o LD [M] sound/usb/misc/snd-ua101.o LD sound/pci/hda/built-in.o LD sound/pci/ice1712/built-in.o LD sound/soc/sunxi/built-in.o net/atm/common.o: warning: objtool: find_ci()+0x32: can't find jump dest instruction at .text+0x4f010153 CC [M] sound/soc/sunxi/sun4i-codec.o net/bluetooth/lib.o: warning: objtool: bt_err_ratelimited()+0x4d: call without frame pointer save/setup net/bluetooth/lib.o: warning: objtool: bt_err()+0x4c: call without frame pointer save/setup net/bluetooth/lib.o: warning: objtool: bt_warn()+0x4c: call without frame pointer save/setup net/bluetooth/lib.o: warning: objtool: bt_info()+0x4c: call without frame pointer save/setup CC drivers/iio/industrialio-event.o LD sound/soc/sti/built-in.o CC net/ipv6/exthdrs_core.o CC [M] sound/pci/hda/hda_bind.o CC drivers/input/input.o CC [M] sound/soc/fsl/fsl_esai.o CC [M] sound/pci/ice1712/ice1724.o CC drivers/iio/inkern.o fs/ext2/file.o: warning: objtool: ext2_fsync()+0x24: call without frame pointer save/setup fs/ext2/file.o: warning: objtool: ext2_release_file()+0x19: call without frame pointer save/setup mm/memcontrol.o: warning: objtool: mem_cgroup_wait_acct_move()+0x1c: can't find jump dest instruction at .text+0xd0000fd0 fs/fscache/netfs.o: warning: objtool: __fscache_register_netfs()+0x37: can't find jump dest instruction at .text+0xfd00008d CC [M] sound/soc/sti/sti_uniperif.o CC net/hsr/hsr_netlink.o drivers/base/regmap/regmap-i2c.o: warning: objtool: regmap_get_i2c_bus()+0x24: can't find jump dest instruction at .text+0xb000002a drivers/hwmon/hwmon.o: warning: objtool: hwmon_device_register_with_groups.part.6()+0x3c: can't find jump dest instruction at .text+0x97000136 CC drivers/i2c/algos/i2c-algo-pca.o CC fs/fscache/stats.o drivers/crypto/qat/qat_common/adf_transport_debug.o: warning: objtool: adf_ring_show()+0x2e: can't find jump dest instruction at .text+0xee000278 LD mm/built-in.o LD sound/soc/tegra/built-in.o CC drivers/iio/industrialio-buffer.o net/batman-adv/icmp_socket.o: warning: objtool: batadv_socket_add_packet()+0x2b: can't find jump dest instruction at .text+0xa6000068 CC fs/fscache/object-list.o net/ceph/pagelist.o: warning: objtool: ceph_pagelist_append()+0x17: can't find jump dest instruction at .text+0x81000107 CC [M] sound/soc/tegra/tegra_pcm.o LD drivers/infiniband/hw/built-in.o CC [M] net/ceph/crush/crush.o sound/core/pcm_lib.o: warning: objtool: pcm_chmap_ctl_tlv()+0x34: can't find jump dest instruction at .text+0xf70002d1 drivers/hid/hid-kensington.o: warning: objtool: ks_driver_init()+0x14: call without frame pointer save/setup drivers/hid/hid-kensington.o: warning: objtool: ks_driver_exit()+0xb: call without frame pointer save/setup drivers/hid/hid-debug.o: warning: objtool: hid_debug_events_open()+0x2c: can't find jump dest instruction at .text+0x8e000185 CC [M] net/bridge/br_stp_if.o CC fs/notify/fsnotify.o CC fs/nls/nls_cp861.o CC net/ipv6/ip6_checksum.o fs/fat/file.o: warning: objtool: fat_cont_expand()+0x27: can't find jump dest instruction at .text+0x8a000194 fs/isofs/inode.o: warning: objtool: parse_options()+0x63: can't find jump dest instruction at .text+0xac010349 fs/nls/nls_cp852.o: warning: objtool: init_nls_cp852()+0xd: call without frame pointer save/setup fs/nls/nls_cp852.o: warning: objtool: exit_nls_cp852()+0xb: call without frame pointer save/setup CC fs/isofs/rock.o CC drivers/input/input-compat.o lib/flex_array.o: warning: objtool: flex_array_get()+0x4f: can't find call dest symbol at offset 0x89000077 CC fs/ncpfs/sock.o fs/nls/nls_cp737.o: warning: objtool: init_nls_cp737()+0xd: call without frame pointer save/setup fs/nls/nls_cp737.o: warning: objtool: exit_nls_cp737()+0xb: call without frame pointer save/setup CC net/dccp/proto.o CC fs/nls/nls_cp863.o CC [M] drivers/fmc/fmc-fakedev.o drivers/hid/hid-gyration.o: warning: objtool: gyration_input_mapping.part.1()+0x2a: can't find jump dest instruction at .text+0x9f0000d7 sound/pci/ca0106/ca_midi.o: warning: objtool: ca_midi_output_trigger()+0x37: can't find jump dest instruction at .text+0xa0000493 CC net/ieee802154/header_ops.o sound/pci/cs46xx/cs46xx.o: warning: objtool: snd_card_cs46xx_probe()+0x1d: can't find jump dest instruction at .text+0xc3010035 LD fs/fat/msdos.o net/batman-adv/bridge_loop_avoidance.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa8000054 drivers/crypto/qat/qat_common/qat_uclo.o: warning: objtool: qat_uclo_load_fw()+0x24: can't find jump dest instruction at .text+0x99000066 CC net/batman-adv/originator.o fs/fat/dir.o: warning: objtool: fat__get_entry()+0x62: can't find jump dest instruction at .text+0x57010078 fs/jfs/super.o: warning: objtool: jfs_quota_write()+0x6d: can't find jump dest instruction at .text+0x1a01008e CC net/ipv6/ip6_icmp.o CC drivers/i2c/busses/i2c-isch.o CC [M] fs/jfs/namei.o CC [M] net/bluetooth/mgmt_util.o CC drivers/i2c/busses/i2c-ismt.o net/bluetooth/hci_conn.o: warning: objtool: hci_conn_idle()+0x1e: can't find jump dest instruction at .text+0xbd000412 CC [M] sound/pci/cs46xx/cs46xx_lib.o drivers/hwmon/hwmon-vid.o: warning: objtool: vid_which_vrm()+0x1e: can't find jump dest instruction at .text+0xdc000033 sound/core/rawmidi.o: warning: objtool: snd_rawmidi_free()+0x10: can't find jump dest instruction at .text+0xc2000310 net/core/secure_seq.o: warning: objtool: secure_ipv4_port_ephemeral()+0x88: call without frame pointer save/setup net/core/secure_seq.o: warning: objtool: secure_ipv6_port_ephemeral()+0xbb: call without frame pointer save/setup net/core/secure_seq.o: warning: objtool: secure_dccpv6_sequence_number()+0xc6: call without frame pointer save/setup net/core/secure_seq.o: warning: objtool: secure_dccp_sequence_number()+0x8f: call without frame pointer save/setup net/core/secure_seq.o: warning: objtool: secure_tcpv6_sequence_number()+0xc6: call without frame pointer save/setup net/core/secure_seq.o: warning: objtool: secure_tcp_sequence_number()+0x8f: call without frame pointer save/setup CC drivers/hwmon/w83627hf.o fs/isofs/util.o: warning: objtool: iso_date()+0x46: call without frame pointer save/setup CC net/hsr/hsr_slave.o drivers/base/power/clock_ops.o: warning: objtool: __pm_clk_add()+0x20: can't find jump dest instruction at .text+0xd010072 net/batman-adv/hard-interface.o: warning: objtool: batadv_is_on_batman_iface()+0x16: can't find jump dest instruction at .text+0xa0000040 CC drivers/i2c/busses/i2c-nforce2.o LD drivers/fmc/fmc.o CC [M] sound/soc/mxs/mxs-pcm.o drivers/base/regmap/regmap-mmio.o: warning: objtool: regmap_mmio_gen_context.part.2()+0x32: can't find jump dest instruction at .text+0x270101d4 LD [M] sound/oss/sb_lib.o sound/soc/jz4740/qi_lb60.o: warning: objtool: qi_lb60_spk_event()+0x10: call without frame pointer save/setup sound/soc/jz4740/qi_lb60.o: warning: objtool: qi_lb60_probe()+0x12: call without frame pointer save/setup sound/soc/jz4740/qi_lb60.o: warning: objtool: qi_lb60_driver_init()+0x12: call without frame pointer save/setup sound/soc/jz4740/qi_lb60.o: warning: objtool: qi_lb60_driver_exit()+0xb: call without frame pointer save/setup CC [M] sound/soc/sirf/sirf-audio-port.o LD [M] sound/soc/jz4740/snd-soc-qi-lb60.o LD drivers/infiniband/core/built-in.o CC [M] fs/nfsd/nfsctl.o LD net/irda/built-in.o fs/afs/rxrpc.o: warning: objtool: afs_send_pages()+0x2a4: can't find jump dest instruction at .text+0xb2ff05aa CC [M] net/bluetooth/leds.o CC fs/isofs/export.o net/dns_resolver/dns_query.o: warning: objtool: dns_query()+0x78: can't find jump dest instruction at .text+0xf501007e drivers/idle/i7300_idle.o: warning: objtool: i7300_idle_notifier.part.5()+0x3c: can't find jump dest instruction at .text+0x150101ba net/bridge/br_forward.o: warning: objtool: br_dev_queue_push_xmit()+0x1c: can't find jump dest instruction at .text+0xc3000191 CC net/ieee802154/sysfs.o CC fs/ext4/namei.o CC [M] sound/usb/line6/pcm.o fs/jfs/file.o: warning: objtool: jfs_setattr()+0x1e: can't find jump dest instruction at .text+0xf200007e LD [M] net/dns_resolver/dns_resolver.o fs/fscache/proc.o: warning: objtool: fscache_proc_cleanup()+0xd: call without frame pointer save/setup fs/fscache/proc.o: warning: objtool: fscache_proc_init()+0xd: call without frame pointer save/setup sound/pci/ac97/ac97_proc.o: warning: objtool: snd_ac97_proc_read_functions.isra.2()+0x4a: can't find jump dest instruction at .text+0xb70001f8 CC [M] net/irda/iriap.o CC [M] fs/nfsd/nfsproc.o sound/soc/fsl/fsl_asrc.o: warning: objtool: fsl_asrc_isr()+0xdd: can't find jump dest instruction at .text+0x680002ea CC [M] fs/jfs/jfs_mount.o LD [M] sound/oss/pas2.o CC [M] drivers/infiniband/core/packer.o sound/pci/cs5535audio/cs5535audio.o: warning: objtool: snd_cs5535audio_create()+0x2c: can't find jump dest instruction at .text+0xa8010092 CC drivers/iio/industrialio-trigger.o sound/soc/kirkwood/kirkwood-dma.o: warning: objtool: kirkwood_dma_free_dma_buffers()+0x22: can't find jump dest instruction at .text+0x8b00030a lib/scatterlist.o: warning: objtool: __sg_alloc_table()+0x2d: can't find jump dest instruction at .text+0xeb0002b7 LD drivers/infiniband/hw/mlx4/built-in.o fs/cifs/netmisc.o: warning: objtool: cifs_convert_address()+0x36: can't find jump dest instruction at .text+0x830000c9 sound/soc/kirkwood/kirkwood-i2s.o: warning: objtool: kirkwood_i2s_hw_params()+0xb6: can't find jump dest instruction at .text+0x900001ae CC [M] fs/jfs/jfs_umount.o CC lib/percpu-refcount.o CC [M] fs/cifs/transport.o CC drivers/crypto/qat/qat_common/qat_rsapubkey-asn1.o LD drivers/infiniband/hw/cxgb3/built-in.o CC [M] drivers/infiniband/hw/mlx4/ah.o CC [M] sound/usb/line6/playback.o fs/btrfs/transaction.o: warning: objtool: record_root_in_trans()+0x2b: can't find jump dest instruction at .text+0xb10000b3 CC lib/percpu_ida.o sound/pci/ac97/ac97_pcm.o: warning: objtool: set_spdif_rate()+0x23: can't find jump dest instruction at .text+0x95010157 CC net/core/dev_addr_lists.o CC net/hsr/hsr_forward.o fs/ncpfs/file.o: warning: objtool: ncp_make_open()+0x38: can't find jump dest instruction at .text+0xfc00005c CC [M] drivers/infiniband/hw/cxgb3/iwch_cm.o sound/soc/fsl/fsl_asrc_dma.o: warning: objtool: fsl_asrc_dma_hw_params()+0xcb: can't find jump dest instruction at .text+0x540103da CC fs/ncpfs/ncpsign_kernel.o fs/nls/nls_cp855.o: warning: objtool: init_nls_cp855()+0xd: call without frame pointer save/setup fs/nls/nls_cp855.o: warning: objtool: exit_nls_cp855()+0xb: call without frame pointer save/setup CC [M] drivers/edac/i3200_edac.o drivers/base/power/main.o: warning: objtool: device_complete()+0x18: can't find jump dest instruction at .text+0xdb000491 sound/core/compress_offload.o: warning: objtool: snd_compress_register()+0x13: can't find jump dest instruction at .text+0xb8000059 CC fs/nls/nls_cp936.o drivers/base/power/domain.o: warning: objtool: pm_genpd_remove_subdomain()+0x21: can't find jump dest instruction at .text+0xe6000191 CC [M] sound/soc/tegra/tegra_asoc_utils.o CC [M] drivers/infiniband/hw/mlx4/cq.o LD drivers/base/power/built-in.o sound/soc/intel/atom/sst-mfld-platform-pcm.o: warning: objtool: sst_media_open()+0x34: can't find jump dest instruction at .text+0xe9000325 fs/afs/vlclient.o: warning: objtool: afs_deliver_vl_get_entry_by_xxx()+0x6d: can't find call dest symbol at offset 0x83ff0210 sound/pci/cs5535audio/cs5535audio_pm.o: warning: objtool: snd_cs5535audio_resume()+0xe3: can't find jump dest instruction at .text+0x690000e7 net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_create()+0x20: call without frame pointer save/setup net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_mcast()+0x71: call without frame pointer save/setup net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_new_reply()+0x29: call without frame pointer save/setup net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_reply()+0x2f: call without frame pointer save/setup net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_exit()+0xb: call without frame pointer save/setup net/ieee802154/netlink.o: warning: objtool: ieee802154_nl_init()+0x40: call without frame pointer save/setup sound/pci/ca0106/ca0106_proc.o: warning: objtool: snd_ca0106_proc_dump_iec958.isra.0()+0x22: can't find jump dest instruction at .text+0xe8010423 CC net/ieee802154/nl802154.o CC fs/overlayfs/super.o LD [M] sound/oss/sb.o fs/jbd2/commit.o: warning: objtool: journal_submit_data_buffers()+0x47: can't find jump dest instruction at .text+0x97000213 CC [M] sound/pci/ice1712/amp.o CC net/ieee802154/trace.o sound/pci/ca0106/ca0106_mixer.o: warning: objtool: snd_ca0106_i2c_volume_put()+0x32: can't find jump dest instruction at .text+0x8b0004d9 CC [M] sound/pci/echoaudio/layla20.o CC [M] sound/soc/codecs/cs35l32.o fs/ext4/page-io.o: warning: objtool: ext4_finish_bio()+0x1f: can't find jump dest instruction at .text+0x16010024 sound/oss/v_midi.o: warning: objtool: attach_v_midi.isra.4()+0x24: can't find jump dest instruction at .init.text+0x2f020029 CC fs/jbd2/recovery.o CC net/core/dst.o net/hsr/hsr_main.o: warning: objtool: hsr_netdev_notify()+0x5f: can't find jump dest instruction at .text+0x35010084 drivers/hsi/clients/hsi_char.o: warning: objtool: hsc_ioctl()+0x20: can't find jump dest instruction at .text+0x4f0104ee CC drivers/i2c/i2c-slave-eeprom.o LD drivers/i2c/muxes/built-in.o CC fs/ntfs/aops.o CC [M] drivers/infiniband/hw/mlx4/doorbell.o sound/pci/asihpi/hpimsginit.o: warning: objtool: hpi_init_message_response()+0x62: call without frame pointer save/setup sound/pci/asihpi/hpimsginit.o: warning: objtool: hpi_init_message_responseV1()+0x4e: call without frame pointer save/setup fs/kernfs/inode.o: warning: objtool: kernfs_refresh_inode()+0x25: can't find jump dest instruction at .text+0x8300002b CC drivers/crypto/qat/qat_common/qat_rsaprivkey-asn1.o drivers/hwtracing/intel_th/gth.o: warning: objtool: intel_th_gth_reset()+0x24: can't find jump dest instruction at .text+0xae000273 LD net/ieee802154/6lowpan/built-in.o CC net/core/netevent.o drivers/edac/i82975x_edac.o: warning: objtool: i82975x_init_csrows.isra.2()+0x1e: can't find jump dest instruction at .text+0x3f010076 LD net/l2tp/built-in.o LD net/key/built-in.o CC [M] drivers/i2c/muxes/i2c-mux-reg.o CC [M] net/ceph/crush/mapper.o CC net/ipv6/output_core.o sound/usb/line6/driver.o: warning: objtool: line6_disconnect()+0x18: can't find jump dest instruction at .text+0x81000217 fs/fscache/operation.o: warning: objtool: fscache_put_operation.part.5()+0x89: can't find jump dest instruction at .text+0xf9000177 CC [M] net/l2tp/l2tp_core.o sound/soc/codecs/ak5386.o: warning: objtool: ak5386_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_set_dai_fmt()+0x21: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_soc_resume()+0x18: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_soc_probe()+0x18: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_soc_suspend()+0x18: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_soc_remove()+0x18: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/ak5386.o: warning: objtool: ak5386_driver_exit()+0xb: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5640.o: warning: objtool: byt_rt5640_init()+0x5e: can't find jump dest instruction at .text+0x81000237 CC [M] sound/pci/asihpi/hpicmn.o LD [M] sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o CC [M] sound/usb/line6/pod.o sound/usb/line6/midibuf.o: warning: objtool: line6_midibuf_read()+0x1c: can't find jump dest instruction at .text+0x7a010177 CC [M] fs/jfs/jfs_xtree.o drivers/base/regmap/regmap-irq.o: warning: objtool: regmap_del_irq_chip()+0xd: can't find jump dest instruction at .text+0xaa00020d fs/cifs/misc.o: warning: objtool: sesInfoFree()+0xd: can't find jump dest instruction at .text+0x850000f8 fs/ncpfs/mmap.o: warning: objtool: ncp_file_mmap_fault()+0x3d: can't find jump dest instruction at .text+0x8c010043 LD drivers/base/regmap/built-in.o fs/nls/nls_base.o: warning: objtool: utf16s_to_utf8s()+0x1a: can't find jump dest instruction at .text+0xe8000264 CC [M] sound/soc/sirf/sirf-usp.o fs/fuse/dir.o: warning: objtool: fuse_getxattr()+0x3c: can't find jump dest instruction at .text+0xb30001d7 CC [M] sound/usb/line6/podhd.o CC net/dccp/timer.o CC fs/nls/nls_cp1251.o CC [M] drivers/ide/ide-ioctls.o sound/pci/cs5535audio/cs5535audio_pcm.o: warning: objtool: cs5535audio_build_dma_packets()+0x29: can't find jump dest instruction at .text+0xeb000397 LD drivers/infiniband/hw/mlx5/built-in.o net/bluetooth/l2cap_sock.o: warning: objtool: l2cap_sock_recvmsg()+0x51: can't find jump dest instruction at .text+0xd00000fe CC [M] sound/pci/asihpi/hpifunc.o LD [M] sound/pci/cs5535audio/snd-cs5535audio.o LD drivers/base/built-in.o drivers/fmc/fmc-chardev.o: warning: objtool: fc_probe()+0x2c: can't find jump dest instruction at .text+0xc70001ab CC [M] net/bluetooth/selftest.o CC [M] drivers/infiniband/hw/mlx5/main.o LD drivers/fmc/built-in.o CC fs/nls/nls_ascii.o CC [M] fs/gfs2/lops.o fs/kernfs/symlink.o: warning: objtool: kernfs_iop_get_link()+0x5c: can't find call dest symbol at offset 0x9dff0162 fs/nls/nls_cp863.o: warning: objtool: init_nls_cp863()+0xd: call without frame pointer save/setup fs/nls/nls_cp863.o: warning: objtool: exit_nls_cp863()+0xb: call without frame pointer save/setup net/bluetooth/hci_sock.o: warning: objtool: hci_sock_getsockopt()+0x30: can't find jump dest instruction at .text+0xca000255 fs/fscache/object.o: warning: objtool: fscache_look_up_object()+0xe6: can't find jump dest instruction at .text+0x800007b6 drivers/hwtracing/intel_th/core.o: warning: objtool: active_store()+0x2a: can't find jump dest instruction at .text+0x8f00045e CC [M] net/key/af_key.o CC drivers/hid/hid-magicmouse.o CC [M] drivers/i2c/i2c-smbus.o CC [M] drivers/ide/ide-io.o fs/nfs_common/grace.o: warning: objtool: locks_start_grace()+0x10: can't find call dest symbol at offset 0x510000af CC [M] sound/soc/fsl/imx-audmux.o CC [M] drivers/infiniband/hw/mlx5/cq.o CC fs/proc/task_mmu.o sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: snd_byt_rt5651_mc_probe()+0x22: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: byt_rt5651_aif1_hw_params()+0x21: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: byt_rt5651_aif1_startup()+0x19: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: byt_rt5651_codec_fixup()+0x42: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: byt_rt5651_init()+0x19: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: snd_byt_rt5651_mc_driver_init()+0x12: call without frame pointer save/setup sound/soc/intel/boards/bytcr_rt5651.o: warning: objtool: snd_byt_rt5651_mc_driver_exit()+0xb: call without frame pointer save/setup sound/soc/kirkwood/armada-370-db.o: warning: objtool: a370db_probe()+0x79: call without frame pointer save/setup sound/soc/kirkwood/armada-370-db.o: warning: objtool: a370db_hw_params()+0x37: call without frame pointer save/setup sound/soc/kirkwood/armada-370-db.o: warning: objtool: a370db_driver_init()+0x12: call without frame pointer save/setup sound/soc/kirkwood/armada-370-db.o: warning: objtool: a370db_driver_exit()+0xb: call without frame pointer save/setup fs/nls/nls_cp861.o: warning: objtool: init_nls_cp861()+0xd: call without frame pointer save/setup fs/nls/nls_cp861.o: warning: objtool: exit_nls_cp861()+0xb: call without frame pointer save/setup CC [M] sound/pci/echoaudio/gina24.o LD sound/pci/korg1212/built-in.o CC drivers/hwmon/abituguru.o LD [M] sound/soc/intel/boards/snd-soc-sst-bytcr-rt5651.o LD sound/pci/lola/built-in.o fs/cifs/link.o: warning: objtool: symlink_hash()+0x4e: can't find jump dest instruction at .text+0xa2000053 net/bridge/br_input.o: warning: objtool: br_do_proxy_arp.isra.12()+0x30: can't find jump dest instruction at .text+0x3c0100d3 CC drivers/input/input-mt.o fs/ncpfs/ioctl.o: warning: objtool: ncp_set_charsets()+0x2b: can't find jump dest instruction at .text+0x29010031 CC [M] sound/usb/line6/toneport.o CC fs/ntfs/attrib.o CC [M] sound/pci/asihpi/hpidebug.o net/atm/proc.o: warning: objtool: vcc_seq_next()+0x20: can't find call dest symbol at offset 0x2e0000d2 drivers/idle/intel_idle.o: warning: objtool: intel_idle_probe()+0x25: can't find jump dest instruction at .init.text+0xc900002a fs/ext2/ialloc.o: warning: objtool: find_group_other()+0x44: can't find jump dest instruction at .text+0x8500004a net/atm/pppoatm.o: warning: objtool: pppoatm_assign_vcc()+0x27: can't find jump dest instruction at .text+0x2901002d LD drivers/idle/built-in.o CC [M] fs/ext2/inode.o LD [M] sound/soc/kirkwood/snd-soc-kirkwood.o CC fs/proc/inode.o CC drivers/i2c/busses/i2c-piix4.o sound/soc/sirf/sirf-audio.o: warning: objtool: sirf_audio_probe()+0x1d: call without frame pointer save/setup sound/soc/sirf/sirf-audio.o: warning: objtool: sirf_audio_driver_init()+0x12: call without frame pointer save/setup sound/soc/sirf/sirf-audio.o: warning: objtool: sirf_audio_driver_exit()+0xb: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket_uniform()+0xd: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket_list()+0xd: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket_tree()+0xe: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket_straw()+0xe: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket_straw2()+0xd: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_bucket()+0x17: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy()+0x24: call without frame pointer save/setup net/ceph/crush/crush.o: warning: objtool: crush_destroy_rule()+0x4: call without frame pointer save/setup net/dccp/input.o: warning: objtool: dccp_check_seqno()+0x69: can't find jump dest instruction at .text+0x2502015a sound/soc/rockchip/rockchip_spdif.o: warning: objtool: rk_spdif_trigger()+0x17: can't find jump dest instruction at .text+0xa3000123 LD [M] sound/soc/rockchip/snd-soc-rockchip-spdif.o CC [M] drivers/i2c/i2c-mux.o CC net/ipv6/protocol.o CC [M] net/ceph/crush/hash.o crypto/gcm.o: warning: objtool: crypto_rfc4543_crypt()+0x7c: can't find jump dest instruction at .text+0xab000242 CC [M] sound/soc/fsl/imx-pcm-dma.o LD [M] sound/soc/kirkwood/snd-soc-armada-370-db.o CC net/l3mdev/l3mdev.o CC drivers/input/ff-core.o drivers/hwmon/asb100.o: warning: objtool: asb100_detect()+0x35: can't find jump dest instruction at .text+0xb000003a LD drivers/infiniband/ulp/built-in.o fs/ncpfs/dir.o: warning: objtool: ncp_lookup_validate()+0x27: can't find jump dest instruction at .text+0x9d01015a CC [M] sound/usb/line6/variax.o fs/ext4/ialloc.o: warning: objtool: recently_deleted()+0x29: can't find jump dest instruction at .text+0xa00000db LD drivers/infiniband/sw/built-in.o CC fs/notify/notification.o CC [M] net/irda/iriap_event.o drivers/hsi/hsi.o: warning: objtool: hsi_alloc_controller()+0x1b: can't find jump dest instruction at .text+0x82010405 net/hsr/hsr_framereg.o: warning: objtool: hsr_create_self_node()+0x34: can't find jump dest instruction at .text+0x96000131 net/decnet/af_decnet.o: warning: objtool: dn_confirm_accept()+0x54: can't find jump dest instruction at .text+0x22010349 CC fs/ext4/super.o CC [M] drivers/infiniband/core/ud_header.o LD drivers/hsi/built-in.o LD drivers/hwtracing/intel_th/intel_th_pci.o fs/isofs/export.o: warning: objtool: isofs_export_get_parent()+0x43: can't find jump dest instruction at .text+0x88000048 LD drivers/infiniband/ulp/iser/built-in.o CC [M] sound/pci/asihpi/hpidspcd.o net/bridge/br_ioctl.o: warning: objtool: old_deviceless()+0x29: can't find jump dest instruction at .text+0x3501017b CC drivers/iio/industrialio-configfs.o sound/pci/asihpi/asihpi.o: warning: objtool: snd_card_asihpi_pcm_samplerates()+0x1f: can't find jump dest instruction at .text+0x5c01043a LD [M] sound/core/snd-pcm-dmaengine.o drivers/i2c/i2c-slave-eeprom.o: warning: objtool: i2c_slave_eeprom_probe()+0x34: can't find jump dest instruction at .text+0x84000063 CC drivers/hid/hid-monterey.o fs/afs/vlocation.o: warning: objtool: afs_vlocation_access_vl_by_id()+0xa5: can't find jump dest instruction at .text+0x160100aa fs/fat/inode.o: warning: objtool: fat_statfs()+0x44: can't find jump dest instruction at .text+0x8a000516 CC drivers/iio/industrialio-sw-trigger.o CC [M] drivers/infiniband/ulp/iser/iser_verbs.o LD drivers/infiniband/hw/ocrdma/built-in.o CC [M] fs/jfs/jfs_imap.o LD fs/fat/fat.o sound/soc/rockchip/rockchip_i2s.o: warning: objtool: rockchip_i2s_set_fmt()+0x2c: can't find jump dest instruction at .text+0xc300019c net/core/gen_stats.o: warning: objtool: gnet_stats_finish_copy()+0x41: can't find call dest symbol at offset 0x7200008e LD drivers/infiniband/hw/mthca/built-in.o CC [M] net/decnet/dn_timer.o LD [M] sound/soc/rockchip/snd-soc-rockchip-i2s.o CC [M] fs/lockd/host.o drivers/ide/ide.o: warning: objtool: ide_port_apply_params()+0x44: can't find call dest symbol at offset 0xb2fe054a CC [M] drivers/infiniband/hw/ocrdma/ocrdma_main.o LD fs/fat/built-in.o CC [M] net/ieee802154/socket.o fs/cifs/connect.o: warning: objtool: cifs_set_cifscreds()+0x3a: can't find jump dest instruction at .text+0xc50100ab CC [M] drivers/infiniband/hw/mthca/mthca_main.o drivers/hid/hid-core.o: warning: objtool: fetch_item()+0x10: can't find jump dest instruction at .text+0xc00000a1 LD drivers/infiniband/sw/rdmavt/built-in.o sound/soc/img/pistachio-internal-dac.o: warning: objtool: pistachio_internal_dac_probe()+0x34: can't find jump dest instruction at .text+0x62010272 fs/fscache/stats.o: warning: objtool: fscache_stats_open()+0x10: call without frame pointer save/setup fs/fscache/stats.o: warning: objtool: fscache_stats_show()+0x13: call without frame pointer save/setup CC [M] net/irda/irlmp.o CC [M] drivers/infiniband/sw/rdmavt/vt.o CC net/core/neighbour.o fs/gfs2/bmap.o: warning: objtool: gfs2_unstuffer_page()+0x46: can't find jump dest instruction at .text+0x4b0101bd CC drivers/hid/hid-petalynx.o LD sound/soc/txx9/built-in.o net/core/stream.o: warning: objtool: sk_stream_wait_connect()+0x68: can't find jump dest instruction at .text+0xd30000af sound/soc/mxs/mxs-saif.o: warning: objtool: mxs_saif_probe()+0x21: call without frame pointer save/setup sound/soc/mxs/mxs-saif.o: warning: objtool: mxs_saif_driver_init()+0x12: call without frame pointer save/setup sound/soc/mxs/mxs-saif.o: warning: objtool: mxs_saif_driver_exit()+0xb: call without frame pointer save/setup drivers/hid/hid-input.o: warning: objtool: hidinput_find_key()+0xcb: can't find jump dest instruction at .text+0x57000100 CC [M] drivers/infiniband/hw/ocrdma/ocrdma_verbs.o net/ieee802154/nl-phy.o: warning: objtool: ieee802154_nl_fill_phy.isra.9()+0x3b: can't find jump dest instruction at .text+0x4a010067 drivers/hid/hid-lenovo.o: warning: objtool: lenovo_send_cmd_cptkbd()+0x30: can't find jump dest instruction at .text+0x870001d0 LD sound/pci/lx6464es/built-in.o drivers/edac/i3000_edac.o: warning: objtool: i3000_process_error_info.constprop.3()+0x30: can't find jump dest instruction at .text+0x1301006d fs/cifs/cifssmb.o: warning: objtool: parse_DFS_referrals()+0x66: can't find jump dest instruction at .text+0x3a010172 CC [M] net/ceph/debugfs.o sound/oss/opl3.o: warning: objtool: opl3_ioctl()+0x1c: can't find jump dest instruction at .text+0x76010357 CC crypto/cryptd.o CC drivers/hid/hid-speedlink.o LD sound/soc/ux500/built-in.o CC net/core/rtnetlink.o CC [M] fs/cifs/asn1.o drivers/fmc/fmc-fakedev.o: warning: objtool: ff_dev_create()+0x25: can't find jump dest instruction at .text+0xa7000116 drivers/i2c/i2c-dev.o: warning: objtool: i2cdev_ioctl_smbus()+0x27: can't find jump dest instruction at .text+0xaa010194 CC [M] sound/pci/lx6464es/lx6464es.o fs/ncpfs/inode.o: warning: objtool: ncp_statfs()+0x1e: can't find jump dest instruction at .text+0x9800027a CC drivers/input/ff-memless.o CC net/dccp/qpolicy.o drivers/i2c/busses/i2c-isch.o: warning: objtool: sch_transaction()+0xee: can't find jump dest instruction at .text+0x7b0100fe CC [M] drivers/infiniband/sw/rdmavt/ah.o CC [M] drivers/i2c/i2c-stub.o net/bridge/br_stp.o: warning: objtool: br_should_become_root_port()+0x1d: can't find jump dest instruction at .text+0xbf000207 fs/nls/nls_ascii.o: warning: objtool: init_nls_ascii()+0xd: call without frame pointer save/setup fs/nls/nls_ascii.o: warning: objtool: exit_nls_ascii()+0xb: call without frame pointer save/setup CC drivers/hwmon/ad7418.o CC [M] sound/soc/fsl/imx-spdif.o CC [M] net/ceph/auth.o CC fs/quota/dquot.o fs/lockd/clntxdr.o: warning: objtool: decode_nlm_holder()+0x3d: can't find jump dest instruction at .text+0xe1000591 fs/btrfs/file.o: warning: objtool: check_can_nocow()+0x32: can't find jump dest instruction at .text+0x2c0102c2 sound/oss/trix.o: warning: objtool: probe_trix_mpu.constprop.1()+0x2e: can't find jump dest instruction at .init.text+0x8d000033 CC [M] fs/afs/volume.o CC fs/fuse/control.o CC [M] sound/pci/lx6464es/lx_core.o CC [M] sound/pci/echoaudio/mia.o CC fs/ext4/symlink.o fs/jfs/inode.o: warning: objtool: jfs_get_block()+0x69: can't find jump dest instruction at .text+0xce0000d7 fs/gfs2/glops.o: warning: objtool: freeze_go_xmote_bh()+0x25: can't find jump dest instruction at .text+0xa000005b CC drivers/iio/accel/kxcjk-1013.o drivers/crypto/qat/qat_common/qat_hal.o: warning: objtool: qat_hal_clr_reset()+0x49: can't find jump dest instruction at .text+0x10020b6d net/decnet/dn_dev.o: warning: objtool: dn_nl_fill_ifaddr()+0x2d: can't find jump dest instruction at .text+0x440102ca CC [M] drivers/infiniband/hw/mlx4/mad.o net/core/scm.o: warning: objtool: put_cmsg()+0x2d: can't find jump dest instruction at .text+0xa100008c fs/nls/nls_cp1251.o: warning: objtool: init_nls_cp1251()+0xd: call without frame pointer save/setup fs/nls/nls_cp1251.o: warning: objtool: exit_nls_cp1251()+0xb: call without frame pointer save/setup CC [M] fs/jfs/jfs_debug.o CC [M] fs/lockd/svc.o drivers/crypto/qat/qat_common/adf_vf2pf_msg.o: warning: objtool: adf_vf2pf_shutdown()+0x18: call without frame pointer save/setup drivers/crypto/qat/qat_common/adf_vf2pf_msg.o: warning: objtool: adf_vf2pf_init()+0x10: call without frame pointer save/setup net/dcb/dcbnl.o: warning: objtool: dcbnl_bcn_setcfg()+0x24: can't find jump dest instruction at .text+0xbb0001d7 CC net/lapb/lapb_in.o net/dccp/minisocks.o: warning: objtool: dccp_create_openreq_child()+0x1a: can't find jump dest instruction at .text+0xef0000a8 CC [M] drivers/infiniband/hw/cxgb3/iwch_ev.o CC drivers/iio/accel/mma8452.o CC fs/nls/nls_iso8859-2.o LD net/dcb/built-in.o fs/fscache/object-list.o: warning: objtool: fscache_objlist_show()+0x7f: can't find jump dest instruction at .text+0x760300ca drivers/crypto/qat/qat_common/adf_sriov.o: warning: objtool: adf_enable_sriov()+0x4b: can't find jump dest instruction at .text+0x93000050 CC net/lapb/lapb_out.o CC [M] drivers/infiniband/hw/cxgb3/iwch_cq.o net/core/gen_estimator.o: warning: objtool: gen_new_estimator()+0x3d: can't find jump dest instruction at .text+0xa5010172 CC [M] net/ceph/auth_none.o fs/jfs/jfs_mount.o: warning: objtool: updateSuper()+0x35: can't find jump dest instruction at .text+0xc60000ac fs/ext4/ioctl.o: warning: objtool: swap_inode_boot_loader()+0x2a: can't find jump dest instruction at .text+0xd80201b2 sound/soc/sunxi/sun4i-codec.o: warning: objtool: sun4i_codec_trigger()+0x1b: can't find jump dest instruction at .text+0xae0000ba CC [M] fs/jfs/jfs_dmap.o CC fs/quota/quota_v1.o net/bluetooth/smp.o: warning: objtool: aes_cmac()+0x4d: can't find jump dest instruction at .text+0xc2000581 fs/fscache/page.o: warning: objtool: __fscache_uncache_page()+0x9f: can't find jump dest instruction at .text+0x850001df sound/soc/sirf/sirf-audio-port.o: warning: objtool: sirf_audio_port_probe()+0x1e: call without frame pointer save/setup sound/soc/sirf/sirf-audio-port.o: warning: objtool: sirf_audio_port_driver_init()+0x12: call without frame pointer save/setup sound/soc/sirf/sirf-audio-port.o: warning: objtool: sirf_audio_port_driver_exit()+0xb: call without frame pointer save/setup sound/soc/codecs/alc5623.o: warning: objtool: alc5623_set_dai_pll()+0x1e: can't find jump dest instruction at .text+0xa0102ac CC [M] sound/pci/ice1712/revo.o CC [M] net/ceph/crypto.o LD fs/fscache/fscache.o CC [M] sound/pci/cs46xx/dsp_spos.o CC [M] sound/soc/sti/uniperif_player.o sound/oss/pss.o: warning: objtool: pss_download_boot()+0xd0: can't find jump dest instruction at .text+0x9a0000db LD [M] sound/soc/sirf/snd-soc-sirf-audio.o sound/usb/line6/midi.o: warning: objtool: send_midi_async()+0x2f: can't find jump dest instruction at .text+0xe20000f1 drivers/i2c/muxes/i2c-mux-reg.o: warning: objtool: i2c_mux_reg_probe()+0x36: can't find jump dest instruction at .text+0x8d01005f LD sound/soc/xtensa/built-in.o CC fs/nls/nls_iso8859-3.o fs/jfs/jfs_umount.o: warning: objtool: jfs_umount()+0x3b: call without frame pointer save/setup fs/jfs/jfs_umount.o: warning: objtool: jfs_umount_rw()+0x21: call without frame pointer save/setup CC drivers/hid/hid-gaff.o crypto/ccm.o: warning: objtool: get_data_to_compute()+0x33: can't find jump dest instruction at .text+0xd3000449 sound/pci/ca0106/ca0106_main.o: warning: objtool: snd_ca0106_pcm()+0x37: can't find jump dest instruction at .text+0xb10101ba CC [M] sound/pci/asihpi/hpios.o CC drivers/hwmon/ads1015.o LD [M] sound/pci/ca0106/snd-ca0106.o CC crypto/mcryptd.o sound/pci/asihpi/hpioctl.o: warning: objtool: asihpi_hpi_ioctl()+0x25: can't find jump dest instruction at .text+0x190400f0 drivers/edac/e752x_edac.o: warning: objtool: do_process_ce()+0x31: can't find jump dest instruction at .text+0x9e0002aa fs/ncpfs/ncplib_kernel.o: warning: objtool: ncp_RenameNSEntry()+0x23: can't find jump dest instruction at .text+0xb010180 CC [M] sound/pci/asihpi/hpi6000.o drivers/input/input-compat.o: warning: objtool: input_ff_effect_from_user()+0x13: can't find call dest symbol at offset 0xd0000030 LD fs/fscache/built-in.o CC [M] sound/soc/xtensa/xtfpga-i2s.o drivers/crypto/qat/qat_common/adf_pf2vf_msg.o: warning: objtool: adf_vf2pf_request_version()+0x3e: can't find jump dest instruction at .text+0x9f0001e9 net/dccp/feat.o: warning: objtool: __feat_register_sp()+0x3f: can't find jump dest instruction at .text+0x9a0005d4 net/core/datagram.o: warning: objtool: skb_copy_and_csum_datagram()+0x62: can't find jump dest instruction at .text+0xfb0101a0 sound/soc/sti/sti_uniperif.o: warning: objtool: sti_uniperiph_probe()+0x33: can't find jump dest instruction at .text+0xb100007b CC drivers/input/input-polldev.o LD sound/soc/zte/built-in.o CC fs/nls/nls_cp1255.o CC [M] fs/btrfs/struct-funcs.o CC [M] drivers/infiniband/hw/mlx4/main.o net/decnet/dn_route.o: warning: objtool: dn_dst_gc()+0x15: can't find jump dest instruction at .text+0x96000191 net/core/sysctl_net_core.o: warning: objtool: rps_sock_flow_sysctl()+0x96: can't find jump dest instruction at .text+0xfc000135 LD sound/pci/nm256/built-in.o fs/cifs/smbencrypt.o: warning: objtool: smbhash()+0x52: can't find jump dest instruction at .text+0xdc0000ff CC [M] fs/jfs/jfs_unicode.o CC fs/quota/quota_v2.o CC [M] fs/cifs/cifs_unicode.o drivers/iio/inkern.o: warning: objtool: iio_convert_raw_to_processed_unlocked()+0x4d: can't find jump dest instruction at .text+0xb20000de LD sound/pci/mixart/built-in.o CC [M] sound/soc/zte/zx296702-spdif.o net/bridge/br_stp_bpdu.o: warning: objtool: br_send_bpdu()+0x2a: can't find jump dest instruction at .text+0xdf000048 CC [M] sound/soc/codecs/cs42l51.o CC [M] sound/pci/nm256/nm256.o LD sound/pci/pcxhr/built-in.o fs/jbd2/transaction.o: warning: objtool: add_transaction_credits()+0x24: can't find jump dest instruction at .text+0xab00036c net/atm/lec.o: warning: objtool: lecd_attach()+0x19: can't find jump dest instruction at .text+0x9c010bca CC [M] fs/fuse/cuse.o sound/pci/ice1712/amp.o: warning: objtool: snd_vt1724_amp_add_controls()+0x1a: call without frame pointer save/setup sound/pci/ice1712/amp.o: warning: objtool: snd_vt1724_amp_init()+0x4f: call without frame pointer save/setup sound/core/pcm_native.o: warning: objtool: snd_pcm_unlink()+0x45: can't find jump dest instruction at .text+0x9c000383 CC [M] sound/pci/mixart/mixart.o fs/isofs/rock.o: warning: objtool: get_symlink_chunk()+0x24: can't find jump dest instruction at .text+0xfa00002a CC fs/isofs/joliet.o LD [M] sound/core/snd-rawmidi.o LD net/atm/atm.o fs/gfs2/xattr.o: warning: objtool: ea_remove_stuffed()+0x3b: can't find jump dest instruction at .text+0x970001ae lib/kfifo.o: warning: objtool: setup_sgl_buf.part.7()+0x5a: can't find jump dest instruction at .text+0xe70007ee CC drivers/iio/accel/mxc4005.o CC fs/ncpfs/getopt.o net/ceph/messenger.o: warning: objtool: ceph_msg_data_bio_advance()+0x7b: can't find jump dest instruction at .text+0x84000bc6 fs/btrfs/sysfs.o: warning: objtool: init_feature_attrs()+0x10f: can't find jump dest instruction at .text+0x7500036e sound/soc/tegra/tegra_asoc_utils.o: warning: objtool: tegra_asoc_utils_set_rate()+0x3b: can't find jump dest instruction at .text+0x4d0100db fs/lockd/clntlock.o: warning: objtool: reclaimer()+0x4d: can't find jump dest instruction at .text+0xfa010070 CC fs/ramfs/inode.o net/bluetooth/hci_event.o: warning: objtool: hci_inquiry_result_with_rssi_evt()+0x23: can't find jump dest instruction at .text+0x90010286 CC [M] drivers/infiniband/hw/mlx5/doorbell.o drivers/i2c/algos/i2c-algo-pca.o: warning: objtool: pca_init()+0x2f: can't find jump dest instruction at .text+0xef0002dc CC [M] sound/pci/asihpi/hpi6205.o CC fs/nls/nls_iso8859-9.o CC lib/rhashtable.o sound/soc/codecs/cs35l32.o: warning: objtool: cs35l32_i2c_probe()+0x7c: can't find jump dest instruction at .text+0x10010256 LD [M] sound/core/snd-compress.o CC drivers/hid/hid-zpff.o LD net/atm/built-in.o fs/nfsd/nfssvc.o: warning: objtool: nfsd_startup_net()+0x2d: can't find jump dest instruction at .text+0xec0000fc CC drivers/iio/adc/cc10001_adc.o net/ceph/crush/hash.o: warning: objtool: crush_hash32()+0xc: can't find call dest symbol at offset 0xb8f40c47 drivers/i2c/algos/i2c-algo-bit.o: warning: objtool: i2c_outb()+0x5e: can't find jump dest instruction at .text+0xd000021a CC fs/ntfs/collate.o sound/pci/asihpi/hpidebug.o: warning: objtool: hpi_debug_init()+0xd: call without frame pointer save/setup sound/pci/asihpi/hpidebug.o: warning: objtool: hpi_debug_message()+0x28: call without frame pointer save/setup sound/pci/asihpi/hpidebug.o: warning: objtool: hpi_debug_data()+0x49: call without frame pointer save/setup CC [M] fs/btrfs/xattr.o LD sound/pci/oxygen/built-in.o lib/percpu-refcount.o: warning: objtool: __percpu_ref_switch_to_percpu()+0x21: can't find jump dest instruction at .text+0x92000400 net/hsr/hsr_device.o: warning: objtool: send_hsr_supervision_frame()+0x57: can't find jump dest instruction at .text+0x2c020110 LD [M] sound/core/snd-timer.o LD drivers/infiniband/ulp/srp/built-in.o CC drivers/hid/hid-zydacron.o CC lib/reciprocal_div.o drivers/i2c/busses/i2c-ismt.o: warning: objtool: ismt_process_desc()+0x75: can't find jump dest instruction at .text+0x94000578 CC [M] drivers/infiniband/hw/mlx5/qp.o fs/cifs/inode.o: warning: objtool: cifs_truncate_page()+0x30: can't find jump dest instruction at .text+0xca0000bf LD drivers/i2c/algos/built-in.o CC [M] drivers/infiniband/hw/mthca/mthca_cmd.o CC [M] sound/pci/oxygen/oxygen_io.o CC [M] drivers/infiniband/hw/mlx5/mem.o net/hsr/hsr_netlink.o: warning: objtool: hsr_fill_info()+0x5f: can't find jump dest instruction at .text+0x880000cb CC [M] drivers/infiniband/ulp/srp/ib_srp.o CC [M] drivers/ide/ide-iops.o fs/fuse/dev.o: warning: objtool: fuse_try_move_page()+0x29: can't find jump dest instruction at .text+0xe901048e net/hsr/hsr_slave.o: warning: objtool: hsr_handle_frame()+0x24: can't find jump dest instruction at .text+0x80100c0 CC [M] fs/btrfs/ordered-data.o LD [M] sound/core/snd-pcm.o CC [M] sound/pci/oxygen/oxygen_lib.o drivers/iio/industrialio-event.o: warning: objtool: iio_device_add_event()+0x44: can't find jump dest instruction at .text+0x101012b CC drivers/hwmon/adt7411.o LD drivers/hwtracing/intel_th/intel_th_gth.o sound/soc/fsl/fsl_spdif.o: warning: objtool: fsl_spdif_trigger()+0x50: can't find jump dest instruction at .text+0x88000172 net/bluetooth/mgmt_util.o: warning: objtool: mgmt_send_event()+0x38: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_cmd_status()+0x2c: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_cmd_complete()+0x34: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_pending_find()+0x25: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_pending_add()+0x2d: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_pending_free()+0x16: call without frame pointer save/setup net/bluetooth/mgmt_util.o: warning: objtool: mgmt_pending_remove()+0xa: call without frame pointer save/setup CC net/mpls/mpls_gso.o CC [M] sound/soc/tegra/trimslice.o CC fs/notify/group.o fs/nfsd/nfsproc.o: warning: objtool: nfsd_proc_create()+0x77: can't find jump dest instruction at .text+0x32040b9c CC [M] net/bridge/br_stp_timer.o sound/usb/line6/pod.o: warning: objtool: pod_init()+0x99: can't find jump dest instruction at .text+0x82000363 drivers/edac/i3200_edac.o: warning: objtool: i3200_process_error_info()+0x19: can't find jump dest instruction at .text+0x1c01001f net/ieee802154/sysfs.o: warning: objtool: name_show()+0x20: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: index_show()+0x19: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: wpan_phy_resume()+0x1c: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: wpan_phy_suspend()+0x1c: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: wpan_phy_release()+0xb: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: wpan_phy_sysfs_init()+0x12: call without frame pointer save/setup net/ieee802154/sysfs.o: warning: objtool: wpan_phy_sysfs_exit()+0xb: call without frame pointer save/setup CC fs/ext4/hash.o CC [M] drivers/ide/ide-lib.o CC [M] drivers/infiniband/hw/ocrdma/ocrdma_hw.o net/ceph/crush/mapper.o: warning: objtool: bucket_perm_choose()+0x54: can't find jump dest instruction at .text+0xa3000059 LD drivers/edac/built-in.o CC drivers/iio/adc/men_z188_adc.o CC [M] fs/nfsd/nfsfh.o net/decnet/dn_neigh.o: warning: objtool: dn_neigh_construct()+0x39: can't find jump dest instruction at .text+0xc20000e8 CC fs/jbd2/checkpoint.o CC [M] net/ceph/armor.o sound/pci/hda/hda_bind.o: warning: objtool: snd_hda_codec_configure()+0x3e: can't find jump dest instruction at .text+0x800001b1 CC [M] drivers/infiniband/hw/ocrdma/ocrdma_ah.o CC [M] sound/pci/hda/hda_codec.o LD [M] drivers/edac/edac_core.o sound/usb/line6/playback.o: warning: objtool: change_volume()+0x13: can't find jump dest instruction at .text+0xb0000019 LD [M] sound/usb/line6/snd-usb-pod.o net/bluetooth/selftest.o: warning: objtool: bt_selftest()+0xd: call without frame pointer save/setup fs/gfs2/dir.o: warning: objtool: new_leaf()+0x69: can't find jump dest instruction at .text+0xdc000401 fs/ncpfs/getopt.o: warning: objtool: ncp_getopt()+0x3e: can't find jump dest instruction at .text+0xee000044 fs/btrfs/ctree.o: warning: objtool: reada_for_search()+0x20: can't find jump dest instruction at .text+0x18010596 CC [M] fs/gfs2/main.o sound/soc/tegra/tegra_pcm.o: warning: objtool: tegra_pcm_platform_unregister()+0x4: call without frame pointer save/setup sound/soc/tegra/tegra_pcm.o: warning: objtool: tegra_pcm_platform_register_with_chan_names()+0x40: call without frame pointer save/setup sound/soc/tegra/tegra_pcm.o: warning: objtool: tegra_pcm_platform_register()+0xd: call without frame pointer save/setup fs/afs/vnode.o: warning: objtool: afs_vnode_deleted_remotely()+0x54: can't find jump dest instruction at .text+0x8600005a drivers/crypto/qat/qat_common/adf_vf_isr.o: warning: objtool: adf_pf2vf_bh_handler()+0x3c: can't find jump dest instruction at .text+0x4010068 CC [M] fs/jfs/jfs_dtree.o LD drivers/crypto/qat/qat_common/intel_qat.o CC [M] drivers/infiniband/ulp/iser/iser_initiator.o CC net/ipv6/ip6_offload.o sound/usb/line6/variax.o: warning: objtool: line6_variax_process_message()+0x94: can't find call dest symbol at offset 0xc5ff02ea drivers/hwtracing/intel_th/msu.o: warning: objtool: msc_buffer_contig_alloc()+0x26: can't find jump dest instruction at .text+0x8c0001df net/bridge/br_stp_if.o: warning: objtool: br_stp_stop()+0x3f: can't find jump dest instruction at .text+0xa000019a LD drivers/iio/amplifiers/built-in.o CC [M] net/bridge/br_netlink.o CC [M] drivers/infiniband/ulp/iser/iser_memory.o LD drivers/hwtracing/intel_th/intel_th.o LD [M] drivers/hwtracing/intel_th/intel_th_msu.o CC net/llc/llc_core.o lib/percpu_ida.o: warning: objtool: __percpu_ida_init()+0x80: can't find jump dest instruction at .text+0xc3000264 drivers/i2c/i2c-core.o: warning: objtool: i2c_device_probe()+0x1c: can't find jump dest instruction at .text+0xf9000329 net/bluetooth/leds.o: warning: objtool: hci_leds_init()+0x9: can't find call dest symbol at offset 0x2d0000fb CC [M] sound/pci/hda/hda_jack.o sound/soc/intel/atom/sst-atom-controls.o: warning: objtool: sst_fill_widget_module_info.isra.14()+0x3e: can't find jump dest instruction at .text+0xea000925 LD fs/reiserfs/built-in.o LD drivers/crypto/qat/qat_common/built-in.o LD [M] sound/soc/intel/atom/snd-soc-sst-mfld-platform.o sound/usb/line6/podhd.o: warning: objtool: podhd_probe()+0x24: call without frame pointer save/setup sound/usb/line6/podhd.o: warning: objtool: podhd_init()+0x9: call without frame pointer save/setup sound/usb/line6/podhd.o: warning: objtool: podhd_driver_init()+0x19: call without frame pointer save/setup sound/usb/line6/podhd.o: warning: objtool: podhd_driver_exit()+0xb: call without frame pointer save/setup CC fs/ncpfs/symlink.o CC crypto/des_generic.o CC [M] sound/pci/ice1712/aureon.o sound/soc/mxs/mxs-pcm.o: warning: objtool: mxs_pcm_platform_register()+0x10: call without frame pointer save/setup sound/soc/fsl/fsl_esai.o: warning: objtool: fsl_esai_readable_reg()+0xa: can't find jump dest instruction at .text+0xbf00002f LD drivers/hwtracing/intel_th/built-in.o sound/usb/line6/toneport.o: warning: objtool: toneport_init.part.5()+0x4e: can't find jump dest instruction at .text+0xfd000354 drivers/hid/hid-monterey.o: warning: objtool: mr_input_mapping.part.1()+0x4b: can't find call dest symbol at offset 0x850000b5 CC [M] fs/reiserfs/bitmap.o net/ethernet/eth.o: warning: objtool: eth_gro_receive()+0x37: can't find jump dest instruction at .text+0xe900016d net/batman-adv/multicast.o: warning: objtool: batadv_mcast_want_unsnoop_update()+0x49: can't find jump dest instruction at .text+0xa9000100 LD [M] sound/soc/mxs/snd-soc-mxs.o LD drivers/infiniband/ulp/srpt/built-in.o fs/gfs2/log.o: warning: objtool: gfs2_ail1_start_one()+0x3f: can't find jump dest instruction at .text+0xc9000591 CC drivers/iio/accel/mxc6255.o net/batman-adv/main.o: warning: objtool: batadv_skb_set_priority()+0x1f: can't find jump dest instruction at .text+0xb500082e LD [M] sound/usb/line6/snd-usb-variax.o CC [M] drivers/infiniband/ulp/iser/iscsi_iser.o CC fs/proc/root.o fs/nls/nls_iso8859-2.o: warning: objtool: init_nls_iso8859_2()+0xd: call without frame pointer save/setup fs/nls/nls_iso8859-2.o: warning: objtool: exit_nls_iso8859_2()+0xb: call without frame pointer save/setup CC [M] fs/gfs2/meta_io.o CC [M] drivers/infiniband/hw/mthca/mthca_profile.o CC [M] net/bridge/br_sysfs_if.o LD net/ethernet/built-in.o LD drivers/crypto/qat/built-in.o CC drivers/iio/buffer/industrialio-triggered-buffer.o fs/kernfs/dir.o: warning: objtool: kernfs_dop_revalidate()+0x16: can't find jump dest instruction at .text+0x9b00032b net/ieee802154/nl-mac.o: warning: objtool: ieee802154_llsec_dump_table()+0x37: can't find jump dest instruction at .text+0x9500003c LD [M] sound/soc/mxs/snd-soc-mxs-pcm.o CC [M] drivers/infiniband/ulp/srpt/ib_srpt.o CC net/core/utils.o CC lib/once.o drivers/hid/hid-speedlink.o: warning: objtool: speedlink_driver_init()+0x14: call without frame pointer save/setup drivers/hid/hid-speedlink.o: warning: objtool: speedlink_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/ide/ide-probe.o net/hsr/hsr_forward.o: warning: objtool: hsr_fill_frame_info()+0x3d: can't find jump dest instruction at .text+0x350100fa CC [M] sound/soc/zte/zx296702-i2s.o CC fs/overlayfs/inode.o LD net/hsr/hsr.o CC [M] sound/pci/hda/hda_auto_parser.o sound/pci/emu10k1/emu10k1x.o: warning: objtool: snd_emu10k1x_pcm_pointer()+0x32: can't find jump dest instruction at .text+0xaf0004e4 drivers/i2c/i2c-smbus.o: warning: objtool: smbalert_probe()+0x40: can't find jump dest instruction at .text+0xb700005e CC fs/sysfs/file.o LD [M] sound/pci/emu10k1/snd-emu10k1x.o CC [M] fs/reiserfs/do_balan.o fs/nls/nls_iso8859-3.o: warning: objtool: init_nls_iso8859_3()+0xd: call without frame pointer save/setup fs/nls/nls_iso8859-3.o: warning: objtool: exit_nls_iso8859_3()+0xb: call without frame pointer save/setup sound/soc/sirf/sirf-usp.o: warning: objtool: sirf_usp_pcm_hw_params()+0x69: can't find jump dest instruction at .text+0x8d000091 net/ceph/armor.o: warning: objtool: ceph_armor()+0xa: can't find jump dest instruction at .text+0xe7000066 drivers/iio/industrialio-configfs.o: warning: objtool: iio_configfs_init()+0xb: call without frame pointer save/setup drivers/iio/industrialio-configfs.o: warning: objtool: iio_configfs_exit()+0xb: call without frame pointer save/setup CC net/llc/llc_input.o CC [M] sound/pci/cs46xx/dsp_spos_scb_lib.o CC drivers/input/gameport/gameport.o CC fs/sysfs/dir.o CC [M] fs/cifs/nterr.o LD net/hsr/built-in.o LD [M] sound/soc/sirf/snd-soc-sirf-audio-port.o fs/kernfs/file.o: warning: objtool: kernfs_fop_mmap()+0x32: can't find jump dest instruction at .text+0xa90004d2 LD [M] sound/soc/sirf/snd-soc-sirf-usp.o LD fs/kernfs/built-in.o CC fs/eventpoll.o CC fs/nls/nls_iso8859-14.o CC [M] fs/cifs/cifsencrypt.o LD sound/pci/riptide/built-in.o CC net/netlabel/netlabel_user.o LD drivers/crypto/built-in.o fs/notify/fsnotify.o: warning: objtool: fsnotify()+0x53: can't find jump dest instruction at .text+0xdb010121 sound/pci/asihpi/hpidspcd.o: warning: objtool: hpi_dsp_code_open()+0x77: can't find jump dest instruction at .text+0x3201007c sound/pci/asihpi/hpicmn.o: warning: objtool: subsys_message()+0x2e: can't find jump dest instruction at .text+0x8e000034 fs/jbd2/recovery.o: warning: objtool: do_readahead()+0x3e: can't find jump dest instruction at .text+0xa60000dd fs/nls/nls_cp1255.o: warning: objtool: init_nls_cp1255()+0xd: call without frame pointer save/setup fs/nls/nls_cp1255.o: warning: objtool: exit_nls_cp1255()+0xb: call without frame pointer save/setup CC [M] fs/afs/write.o CC net/ipv4/inetpeer.o CC net/mac80211/main.o LD [M] sound/soc/snd-soc-core.o CC net/dccp/ccids/ccid2.o drivers/hid/hid-petalynx.o: warning: objtool: pl_input_mapping.part.1()+0x48: can't find call dest symbol at offset 0x8800014a CC [M] sound/pci/riptide/riptide.o CC drivers/hid/wacom_wac.o fs/nfsd/nfsctl.o: warning: objtool: write_maxblksize()+0x48: can't find jump dest instruction at .text+0x85000277 drivers/i2c/busses/i2c-nforce2.o: warning: objtool: nforce2_check_status()+0x36: can't find jump dest instruction at .text+0xb20000d7 fs/nls/nls_cp936.o: warning: objtool: uni2char()+0xc: can't find jump dest instruction at .text+0xa7000012 CC net/lapb/lapb_subr.o fs/quota/quota_v1.o: warning: objtool: v1_read_dqblk()+0x31: can't find jump dest instruction at .text+0xdd0002e3 CC net/netlabel/netlabel_kapi.o net/core/net_namespace.o: warning: objtool: rtnl_net_fill.isra.10.constprop.14()+0x22: can't find jump dest instruction at .text+0x99000389 CC fs/nls/nls_koi8-r.o CC [M] fs/btrfs/extent_io.o CC [M] sound/pci/asihpi/hpimsgx.o fs/ntfs/aops.o: warning: objtool: ntfs_bmap()+0x66: can't find jump dest instruction at .text+0xe50000ee CC drivers/i2c/busses/i2c-sis630.o net/ipv6/ip6_checksum.o: warning: objtool: udp6_set_csum()+0x30: can't find jump dest instruction at .text+0xbb000035 drivers/hid/hid-gaff.o: warning: objtool: ga_probe()+0xa: call without frame pointer save/setup drivers/hid/hid-gaff.o: warning: objtool: ga_driver_init()+0x14: call without frame pointer save/setup drivers/hid/hid-gaff.o: warning: objtool: ga_driver_exit()+0xb: call without frame pointer save/setup CC fs/quota/quota_tree.o drivers/iio/industrialio-trigger.o: warning: objtool: iio_trigger_write_current()+0x44: can't find jump dest instruction at .text+0x1a01024d CC [M] sound/pci/oxygen/oxygen_mixer.o drivers/hwmon/ad7418.o: warning: objtool: ad7418_update_device()+0x4a: can't find jump dest instruction at .text+0xe0000064 drivers/hid/hid-magicmouse.o: warning: objtool: magicmouse_emit_touch()+0x153: can't find jump dest instruction at .text+0xc0101fc CC [M] drivers/infiniband/hw/mthca/mthca_reset.o sound/soc/fsl/imx-spdif.o: warning: objtool: imx_spdif_audio_probe()+0x11: call without frame pointer save/setup sound/soc/fsl/imx-spdif.o: warning: objtool: imx_spdif_driver_init()+0x12: call without frame pointer save/setup sound/soc/fsl/imx-spdif.o: warning: objtool: imx_spdif_driver_exit()+0xb: call without frame pointer save/setup fs/jfs/namei.o: warning: objtool: jfs_rmdir()+0x22: can't find jump dest instruction at .text+0xef010097 CC lib/string_helpers.o CC [M] fs/cifs/readdir.o fs/lockd/clntproc.o: warning: objtool: nlmclnt_call()+0x82: can't find jump dest instruction at .text+0x430101ad net/irda/iriap_event.o: warning: objtool: state_r_receiving()+0x13: call without frame pointer save/setup net/irda/iriap_event.o: warning: objtool: state_s_disconnect()+0x1a: call without frame pointer save/setup net/irda/iriap_event.o: warning: objtool: state_s_make_call()+0x1d: call without frame pointer save/setup net/irda/iriap_event.o: warning: objtool: state_r_execute()+0x1e: call without frame pointer save/setup net/irda/iriap_event.o: warning: objtool: state_r_disconnect()+0x1e: call without frame pointer save/setup net/irda/iriap_event.o: warning: objtool: state_s_connecting()+0x17: call without frame pointer save/setup CC drivers/iio/adc/xilinx-xadc-core.o CC [M] sound/pci/ice1712/vt1720_mobo.o CC [M] drivers/infiniband/sw/rdmavt/cq.o net/ieee802154/core.o: warning: objtool: wpan_phy_new()+0x28: can't find jump dest instruction at .text+0x8d000147 CC net/ipv4/protocol.o fs/proc/inode.o: warning: objtool: proc_reg_open()+0x38: can't find jump dest instruction at .text+0x880005a7 fs/nls/nls_iso8859-9.o: warning: objtool: init_nls_iso8859_9()+0xd: call without frame pointer save/setup fs/nls/nls_iso8859-9.o: warning: objtool: exit_nls_iso8859_9()+0xb: call without frame pointer save/setup CC drivers/i2c/busses/i2c-viapro.o drivers/iio/industrialio-core.o: warning: objtool: iio_debugfs_write_reg()+0x36: can't find jump dest instruction at .text+0x840002eb CC [M] drivers/infiniband/core/verbs.o CC [M] sound/pci/hda/hda_sysfs.o drivers/i2c/i2c-stub.o: warning: objtool: stub_xfer()+0x57: can't find jump dest instruction at .text+0xe8030141 net/core/flow_dissector.o: warning: objtool: __flow_hash_from_keys()+0xd7: can't find jump dest instruction at .text+0xa5000121 CC [M] net/irda/irlmp_event.o drivers/iio/industrialio-sw-trigger.o: warning: objtool: iio_unregister_sw_trigger_type()+0x1b: can't find call dest symbol at offset 0xa100009b CC fs/ext4/resize.o sound/pci/echoaudio/darla20.o: warning: objtool: snd_echo_new_pcm()+0x38: can't find jump dest instruction at .text+0xb1000648 CC [M] fs/ext2/ioctl.o drivers/hwmon/ads1015.o: warning: objtool: ads1015_read_adc()+0x6d: can't find jump dest instruction at .text+0x850000ca net/ceph/auth_none.o: warning: objtool: ceph_auth_none_create_authorizer()+0x3f: can't find call dest symbol at offset 0x2000014c fs/ncpfs/sock.o: warning: objtool: __ncptcp_try_send()+0x1a: can't find jump dest instruction at .text+0xc800026a CC [M] drivers/iio/accel/mma9551_core.o CC drivers/input/joystick/cobra.o LD drivers/iio/chemical/built-in.o CC net/netlabel/netlabel_domainhash.o CC [M] fs/btrfs/volumes.o CC drivers/input/joystick/grip.o CC [M] net/bridge/br_sysfs_br.o drivers/infiniband/hw/mlx4/doorbell.o: warning: objtool: mlx4_ib_db_map_user()+0x32: call without frame pointer save/setup drivers/infiniband/hw/mlx4/doorbell.o: warning: objtool: mlx4_ib_db_unmap_user()+0x16: call without frame pointer save/setup CC drivers/ipack/ipack.o CC drivers/input/serio/serio.o CC lib/hexdump.o CC [M] drivers/iio/chemical/atlas-ph-sensor.o drivers/infiniband/hw/mlx4/ah.o: warning: objtool: create_iboe_ah()+0x98: can't find jump dest instruction at .text+0xfc000136 fs/overlayfs/super.o: warning: objtool: ovl_parse_opt()+0x13: can't find jump dest instruction at .text+0x9c0002a0 net/ceph/mon_client.o: warning: objtool: ceph_monc_init()+0x72: can't find jump dest instruction at .text+0x66020680 sound/usb/line6/pcm.o: warning: objtool: line6_init_pcm()+0x29: can't find jump dest instruction at .text+0xdd0101c8 CC [M] net/bridge/br_vlan.o fs/btrfs/disk-io.o: warning: objtool: btrfs_destroy_pinned_extent()+0xa4: can't find jump dest instruction at .text+0x70000101 CC drivers/input/mouse/appletouch.o LD [M] sound/usb/line6/snd-usb-podhd.o CC lib/test_hexdump.o drivers/i2c/busses/i2c-piix4.o: warning: objtool: piix4_transaction()+0x113: can't find jump dest instruction at .text+0xa80101d8 sound/soc/fsl/imx-audmux.o: warning: objtool: audmux_read_file()+0x5b: can't find jump dest instruction at .text+0xa502009a CC [M] drivers/infiniband/hw/mlx4/mr.o fs/fuse/control.o: warning: objtool: fuse_ctl_add_dentry()+0x37: can't find jump dest instruction at .text+0xbe00028b drivers/input/input-mt.o: warning: objtool: adjust_dual()+0xf: can't find jump dest instruction at .text+0xa6000015 drivers/input/ff-core.o: warning: objtool: input_ff_create()+0x48: can't find jump dest instruction at .text+0xe3000172 fs/jfs/jfs_unicode.o: warning: objtool: jfs_strfromUCS_le()+0x32: can't find jump dest instruction at .text+0x89000037 CC drivers/iio/adc/xilinx-xadc-events.o CC fs/nls/nls_koi8-u.o CC fs/ramfs/file-mmu.o CC [M] fs/jfs/jfs_inode.o sound/pci/asihpi/hpios.o: warning: objtool: hpios_locked_mem_free()+0x1b: can't find jump dest instruction at .text+0x9e000173 CC fs/notify/inode_mark.o fs/isofs/joliet.o: warning: objtool: get_joliet_filename()+0x43: call without frame pointer save/setup LD fs/isofs/isofs.o drivers/iio/accel/mma8452.o: warning: objtool: mma8452_suspend()+0x12: can't find call dest symbol at offset 0xca0000c3 CC fs/jbd2/revoke.o drivers/iio/industrialio-buffer.o: warning: objtool: iio_buffer_ready()+0x26: can't find jump dest instruction at .text+0x9700002c LD [M] sound/usb/line6/snd-usb-toneport.o CC [M] drivers/iio/accel/mma9551.o fs/ntfs/collate.o: warning: objtool: ntfs_collate_binary()+0x1f: call without frame pointer save/setup CC fs/ntfs/compress.o LD fs/isofs/built-in.o LD drivers/ipack/carriers/built-in.o sound/soc/fsl/imx-pcm-dma.o: warning: objtool: imx_pcm_dma_init()+0x2f: can't find jump dest instruction at .text+0xa1000035 LD [M] sound/usb/line6/snd-usb-line6.o net/ipv6/exthdrs_core.o: warning: objtool: ipv6_find_hdr()+0x87: can't find jump dest instruction at .text+0xaf010182 net/ipv6/addrconf_core.o: warning: objtool: __ipv6_addr_type()+0x1d: can't find jump dest instruction at .text+0xa30000a4 CC [M] drivers/ipack/carriers/tpci200.o CC [M] sound/soc/codecs/cs42l52.o CC net/ipv6/tcpv6_offload.o drivers/hid/hid-zpff.o: warning: objtool: zpff_init()+0x3d: can't find jump dest instruction at .text+0xc4000119 CC [M] drivers/iio/accel/mma9553.o net/ipv6/ip6_icmp.o: warning: objtool: icmpv6_send()+0x39: call without frame pointer save/setup net/ipv6/ip6_icmp.o: warning: objtool: inet6_unregister_icmp_sender()+0x22: call without frame pointer save/setup fs/notify/notification.o: warning: objtool: fsnotify_add_event()+0x58: can't find jump dest instruction at .text+0x840000d9 fs/ntfs/attrib.o: warning: objtool: ntfs_attr_find()+0x67: can't find jump dest instruction at .text+0x3001006d CC net/ipv4/ip_input.o drivers/iio/adc/men_z188_adc.o: warning: objtool: men_z188_probe()+0x2a: can't find jump dest instruction at .text+0xbe000061 net/bluetooth/hci_core.o: warning: objtool: hci_queue_acl()+0x90: can't find jump dest instruction at .text+0x940001c7 fs/cifs/transport.o: warning: objtool: wait_for_free_credits()+0x3b: can't find jump dest instruction at .text+0xed000056 CC [M] drivers/iio/adc/at91-sama5d2_adc.o CC drivers/i2c/busses/i2c-axxia.o CC net/core/link_watch.o net/ieee802154/header_ops.o: warning: objtool: ieee802154_hdr_push()+0x4e: can't find jump dest instruction at .text+0xac0003f7 CC [M] drivers/infiniband/hw/ocrdma/ocrdma_stats.o LD [M] sound/soc/fsl/snd-soc-fsl-asrc.o sound/soc/zte/zx296702-spdif.o: warning: objtool: zx_spdif_hw_params()+0xc7: can't find jump dest instruction at .text+0xd5000184 CC net/ipv4/ip_fragment.o drivers/i2c/i2c-mux.o: warning: objtool: i2c_mux_add_adapter()+0x3f: can't find jump dest instruction at .text+0x9a0201d6 LD drivers/iio/common/hid-sensors/built-in.o CC net/netlink/af_netlink.o fs/gfs2/glock.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a CC drivers/input/gameport/fm801-gp.o drivers/hwmon/abituguru.o: warning: objtool: abituguru_detect_no_bank2_sensors()+0x25: can't find jump dest instruction at .text+0xce00002b CC [M] fs/gfs2/aops.o net/decnet/dn_timer.o: warning: objtool: dn_slow_timer()+0x83: can't find jump dest instruction at .text+0x83000088 drivers/hid/hid-zydacron.o: warning: objtool: zc_input_mapping()+0x38: can't find jump dest instruction at .text+0x2f01027f fs/quota/quota_v2.o: warning: objtool: v2_read_file_info()+0x23: can't find jump dest instruction at .text+0x5001042b CC [M] net/decnet/sysctl_net_decnet.o drivers/iio/accel/kxcjk-1013.o: warning: objtool: kxcjk1013_event_handler()+0x38: can't find jump dest instruction at .text+0xf3000259 CC fs/notify/mark.o drivers/iio/adc/cc10001_adc.o: warning: objtool: cc10001_adc_trigger_h()+0x72: can't find jump dest instruction at .text+0xa00001a5 sound/pci/ice1712/revo.o: warning: objtool: revo_set_rate_val()+0x12: can't find jump dest instruction at .text+0x820004f2 CC net/dccp/ackvec.o lib/iov_iter.o: warning: objtool: iov_iter_npages()+0xd: can't find jump dest instruction at .text+0x88010106 CC [M] drivers/iio/adc/axp288_adc.o net/batman-adv/originator.o: warning: objtool: batadv_originator_init()+0x13: can't find jump dest instruction at .text+0xcb0003c6 fs/cifs/file.o: warning: objtool: cifs_find_fid_lock_conflict()+0x56: can't find jump dest instruction at .text+0xae000144 sound/pci/lx6464es/lx_core.o: warning: objtool: lx_message_send_atomic()+0x47: can't find jump dest instruction at .text+0x8701010e CC [M] fs/nfsd/vfs.o CC fs/overlayfs/dir.o CC net/batman-adv/routing.o CC [M] drivers/iio/accel/stk8312.o CC [M] fs/cifs/ioctl.o fs/nls/nls_iso8859-14.o: warning: objtool: init_nls_iso8859_14()+0xd: call without frame pointer save/setup fs/nls/nls_iso8859-14.o: warning: objtool: exit_nls_iso8859_14()+0xb: call without frame pointer save/setup CC [M] sound/pci/hda/hda_controller.o CC drivers/iio/dac/ad5380.o CC fs/jbd2/journal.o CC fs/anon_inodes.o drivers/hwmon/w83627hf.o: warning: objtool: w83627hf_update_device()+0x5c: can't find jump dest instruction at .text+0x60304ad CC fs/nls/nls_koi8-ru.o drivers/iio/accel/mxc4005.o: warning: objtool: mxc4005_probe()+0x2f: can't find jump dest instruction at .text+0x40020222 fs/gfs2/lops.o: warning: objtool: databuf_lo_scan_elements()+0x40: can't find jump dest instruction at .text+0xe20004c2 LD [M] sound/soc/fsl/snd-soc-fsl-ssi.o fs/fuse/inode.o: warning: objtool: fuse_get_dentry()+0x2b: can't find jump dest instruction at .text+0xdb000230 fs/notify/group.o: warning: objtool: fsnotify_alloc_group()+0x21: can't find jump dest instruction at .text+0xa0000095 CC drivers/iio/common/ms_sensors/ms_sensors_i2c.o LD [M] sound/soc/fsl/snd-soc-fsl-spdif.o CC [M] drivers/infiniband/hw/mlx4/qp.o CC drivers/ipack/devices/ipoctal.o CC lib/kstrtox.o net/dccp/qpolicy.o: warning: objtool: qpolicy_prio_full()+0x9: can't find call dest symbol at offset 0x130000ed LD drivers/iio/common/ssp_sensors/built-in.o CC net/mac80211/status.o drivers/iio/accel/mxc6255.o: warning: objtool: mxc6255_probe()+0x2f: can't find jump dest instruction at .text+0xf4000057 drivers/ide/ide-ioctls.o: warning: objtool: ide_cmd_ioctl()+0x51: can't find jump dest instruction at .text+0x71010056 CC [M] drivers/ide/ide-taskfile.o LD sound/pci/rme9652/built-in.o CC drivers/iio/buffer/kfifo_buf.o net/core/netevent.o: warning: objtool: call_netevent_notifiers()+0x11: call without frame pointer save/setup net/core/netevent.o: warning: objtool: unregister_netevent_notifier()+0xe: call without frame pointer save/setup net/core/netevent.o: warning: objtool: register_netevent_notifier()+0xe: call without frame pointer save/setup LD [M] sound/soc/fsl/snd-soc-fsl-esai.o CC [M] fs/nfsd/export.o net/core/sock.o: warning: objtool: proto_register()+0x10: can't find jump dest instruction at .text+0x10010404 CC [M] sound/pci/rme9652/hdspm.o /home/kisskb/slave/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /home/kisskb/slave/src/lib/rhashtable.c:195:2: warning: 'next' may be used uninitialized in this function [-Wuninitialized] fs/afs/volume.o: warning: objtool: afs_volume_lookup()+0x78: can't find jump dest instruction at .text+0x6002007d LD [M] sound/soc/tegra/snd-soc-tegra-pcm.o fs/ramfs/inode.o: warning: objtool: ramfs_get_inode()+0x1f: can't find jump dest instruction at .text+0xe500006a CC drivers/irqchip/irq-ts4800.o drivers/hwmon/adt7411.o: warning: objtool: adt7411_show_input()+0x56: can't find jump dest instruction at .text+0x9a000126 CC [M] drivers/ide/ide-pm.o sound/soc/tegra/trimslice.o: warning: objtool: tegra_snd_trimslice_remove()+0x14: call without frame pointer save/setup sound/soc/tegra/trimslice.o: warning: objtool: trimslice_asoc_hw_params()+0x31: call without frame pointer save/setup sound/soc/tegra/trimslice.o: warning: objtool: tegra_snd_trimslice_probe()+0x1b: call without frame pointer save/setup sound/soc/tegra/trimslice.o: warning: objtool: tegra_snd_trimslice_driver_init()+0x12: call without frame pointer save/setup sound/soc/tegra/trimslice.o: warning: objtool: tegra_snd_trimslice_driver_exit()+0xb: call without frame pointer save/setup LD [M] sound/soc/fsl/snd-soc-imx-audmux.o CC [M] net/l2tp/l2tp_debugfs.o CC fs/sysfs/symlink.o CC [M] fs/jfs/jfs_discard.o CC drivers/hwmon/adt7470.o LD [M] sound/soc/fsl/snd-soc-imx-spdif.o CC [M] drivers/infiniband/hw/cxgb3/iwch_qp.o fs/nls/nls_koi8-r.o: warning: objtool: init_nls_koi8_r()+0xd: call without frame pointer save/setup fs/nls/nls_koi8-r.o: warning: objtool: exit_nls_koi8_r()+0xb: call without frame pointer save/setup LD [M] sound/soc/tegra/snd-soc-tegra-utils.o fs/proc/root.o: warning: objtool: proc_parse_options()+0x1a: can't find jump dest instruction at .text+0x9f00011a CC drivers/input/joystick/spaceorb.o net/dccp/options.o: warning: objtool: dccp_insert_option_ackvec()+0x65: can't find jump dest instruction at .text+0x3c01021a sound/pci/au88x0/au8810.o: warning: objtool: vortex_EqHw_SetLeftCoefs()+0x23: can't find jump dest instruction at .text+0xff0001d4 LD [M] sound/soc/tegra/snd-soc-tegra-trimslice.o CC net/ipv4/ip_forward.o CC net/lapb/lapb_timer.o net/ceph/crypto.o: warning: objtool: setup_sgtable()+0x2e: can't find jump dest instruction at .text+0x4d01011f CC [M] fs/reiserfs/namei.o sound/soc/xtensa/xtfpga-i2s.o: warning: objtool: xtfpga_i2s_hw_params()+0x94: can't find jump dest instruction at .text+0x92000242 CC [M] drivers/input/joystick/a3d.o LD fs/xfs/built-in.o drivers/infiniband/hw/cxgb3/iwch_ev.o: warning: objtool: post_qp_event()+0x9f: can't find jump dest instruction at .text+0x260100cd CC fs/sysfs/mount.o LD [M] sound/soc/xtensa/snd-soc-xtfpga-i2s.o LD drivers/iio/frequency/built-in.o CC fs/ntfs/debug.o net/core/dev_addr_lists.o: warning: objtool: __hw_addr_add_ex()+0x25: can't find jump dest instruction at .text+0x8a000238 CC fs/sysfs/group.o CC fs/proc/base.o CC [M] fs/xfs/xfs_trace.o fs/ext4/hash.o: warning: objtool: ext4fs_dirhash()+0x67: can't find jump dest instruction at .text+0x7d01015d fs/fuse/file.o: warning: objtool: fuse_bmap()+0x3b: can't find jump dest instruction at .text+0x870001a5 fs/fuse/cuse.o: warning: objtool: cuse_parse_one()+0x34: can't find jump dest instruction at .text+0xc40002e0 CC net/netlabel/netlabel_addrlist.o lib/hexdump.o: warning: objtool: hex_dump_to_buffer()+0x9f: can't find jump dest instruction at .text+0x6a0200e4 CC net/lapb/lapb_iface.o CC [M] sound/soc/sti/uniperif_reader.o CC drivers/iio/dummy/iio_simple_dummy.o drivers/infiniband/core/packer.o: warning: objtool: ib_pack()+0x20: can't find jump dest instruction at .text+0x55010087 CC fs/signalfd.o fs/btrfs/struct-funcs.o: warning: objtool: btrfs_get_token_8()+0x74: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_set_token_8()+0x77: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_get_token_16()+0x75: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_set_token_16()+0x78: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_get_token_32()+0x74: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_set_token_32()+0x77: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_get_token_64()+0x74: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_set_token_64()+0x77: call without frame pointer save/setup fs/btrfs/struct-funcs.o: warning: objtool: btrfs_node_key()+0x14: call without frame pointer save/setup LD fs/fuse/fuse.o drivers/input/input-polldev.o: warning: objtool: input_register_polled_device()+0x43: can't find jump dest instruction at .text+0xf9000284 LD fs/fuse/built-in.o net/ieee802154/nl802154.o: warning: objtool: nl802154_put_capabilities()+0x2d: can't find jump dest instruction at .text+0xf202069b net/lapb/lapb_out.o: warning: objtool: lapb_kick()+0x67: can't find jump dest instruction at .text+0xc800017d net/mpls/mpls_gso.o: warning: objtool: mpls_gso_segment()+0x39: call without frame pointer save/setup net/mpls/mpls_gso.o: warning: objtool: mpls_gso_init()+0xd: call without frame pointer save/setup net/mpls/mpls_gso.o: warning: objtool: mpls_gso_exit()+0xb: call without frame pointer save/setup LD net/mpls/built-in.o CC fs/quota/quota.o fs/gfs2/main.o: warning: objtool: init_gfs2_fs()+0x77: can't find jump dest instruction at .init.text+0x3903007d CC [M] fs/jfs/jfs_extent.o drivers/input/ff-memless.o: warning: objtool: input_ff_create_memless()+0x34: can't find jump dest instruction at .text+0xee000098 CC [M] sound/pci/hda/hda_proc.o CC [M] drivers/input/joystick/adi.o CC fs/timerfd.o CC net/netlink/genetlink.o net/irda/iriap.o: warning: objtool: irias_seq_show()+0x22: can't find jump dest instruction at .text+0x5010042 sound/pci/lx6464es/lx6464es.o: warning: objtool: lx_init_dsp()+0x1a: can't find jump dest instruction at .text+0x602027d net/dccp/output.o: warning: objtool: dccp_transmit_skb()+0x1c: can't find jump dest instruction at .text+0xad0201a9 CC net/ipv6/exthdrs_offload.o CC [M] drivers/infiniband/hw/mthca/mthca_allocator.o CC net/netlink/diag.o fs/cifs/asn1.o: warning: objtool: decode_negTokenInit()+0x51: can't find jump dest instruction at .text+0x503024c CC drivers/iio/gyro/st_gyro_core.o sound/pci/oxygen/oxygen_io.o: warning: objtool: oxygen_ac97_wait()+0xb5: can't find jump dest instruction at .text+0x730002a1 fs/nls/nls_koi8-u.o: warning: objtool: init_nls_koi8_u()+0xd: call without frame pointer save/setup fs/nls/nls_koi8-u.o: warning: objtool: exit_nls_koi8_u()+0xb: call without frame pointer save/setup fs/ncpfs/symlink.o: warning: objtool: ncp_symlink_readpage()+0x5d: can't find jump dest instruction at .text+0xed00006d fs/overlayfs/inode.o: warning: objtool: ovl_listxattr()+0x3b: can't find jump dest instruction at .text+0x8d0002d9 CC net/llc/llc_output.o CC [M] sound/soc/codecs/cs42l56.o LD [M] sound/pci/lx6464es/snd-lx6464es.o LD fs/ncpfs/ncpfs.o net/lapb/lapb_in.o: warning: objtool: lapb_state0_machine()+0x14: can't find jump dest instruction at .text+0x8000001a net/l3mdev/l3mdev.o: warning: objtool: l3mdev_get_rt6_dst()+0x19: can't find call dest symbol at offset 0x98000102 CC [M] net/ceph/auth_x.o fs/jfs/jfs_inode.o: warning: objtool: ialloc()+0x29: can't find jump dest instruction at .text+0xfe0100d2 CC fs/eventfd.o LD net/l3mdev/built-in.o LD fs/ncpfs/built-in.o sound/pci/ac97/ac97_codec.o: warning: objtool: snd_ac97_tune_hardware()+0x17: can't find jump dest instruction at .text+0xb7000771 sound/soc/zte/zx296702-i2s.o: warning: objtool: zx_i2s_trigger()+0x1b: can't find jump dest instruction at .text+0x9a00005d drivers/iio/adc/xilinx-xadc-events.o: warning: objtool: xadc_write_event_config()+0x124: can't find jump dest instruction at .text+0x6c00028c fs/jbd2/checkpoint.o: warning: objtool: __jbd2_journal_remove_checkpoint()+0x16: can't find jump dest instruction at .text+0x8c000226 LD [M] sound/pci/ac97/snd-ac97-codec.o CC drivers/input/serio/ct82c710.o CC [M] sound/pci/echoaudio/echo3g.o CC [M] sound/pci/mixart/mixart_core.o CC [M] drivers/infiniband/core/cq.o CC drivers/iio/dummy/iio_simple_dummy_events.o sound/pci/mixart/mixart.o: warning: objtool: snd_mixart_proc_read()+0x34: can't find jump dest instruction at .text+0xf700025b lib/once.o: warning: objtool: __do_once_done()+0x17: call without frame pointer save/setup lib/once.o: warning: objtool: once_deferred()+0x15: call without frame pointer save/setup lib/once.o: warning: objtool: __do_once_start()+0x14: call without frame pointer save/setup LD drivers/isdn/capi/built-in.o fs/ext2/inode.o: warning: objtool: ext2_get_branch()+0x4d: can't find jump dest instruction at .text+0xdb000149 LD sound/pci/trident/built-in.o CC drivers/iio/common/st_sensors/st_sensors_i2c.o CC [M] drivers/infiniband/hw/mthca/mthca_eq.o CC lib/test_firmware.o fs/cifs/cifs_unicode.o: warning: objtool: cifs_mapchar()+0x35: can't find jump dest instruction at .text+0x9700003a LD fs/ramfs/ramfs.o CC [M] fs/cifs/sess.o drivers/ide/ide-io.o: warning: objtool: do_special()+0x1b: can't find jump dest instruction at .text+0x9d00010b net/ipv6/output_core.o: warning: objtool: ipv6_proxy_select_ident()+0x3e: can't find jump dest instruction at .text+0x93000309 CC [M] sound/pci/trident/trident.o CC [M] drivers/isdn/capi/kcapi.o drivers/infiniband/hw/cxgb3/iwch_cq.o: warning: objtool: iwch_poll_cq_one()+0x8b: can't find jump dest instruction at .text+0x37020091 fs/proc/task_mmu.o: warning: objtool: smaps_account()+0x91: can't find jump dest instruction at .text+0xba000378 net/ipv6/protocol.o: warning: objtool: inet6_del_offload()+0x23: call without frame pointer save/setup net/ipv6/protocol.o: warning: objtool: inet6_del_protocol()+0x23: call without frame pointer save/setup CC [M] sound/pci/ice1712/pontis.o LD drivers/isdn/hardware/avm/built-in.o fs/ext2/ioctl.o: warning: objtool: ext2_ioctl()+0x21: can't find jump dest instruction at .text+0x69010027 CC net/ipv6/inet6_hashtables.o CC [M] fs/ext2/namei.o CC [M] drivers/infiniband/hw/cxgb3/iwch_mem.o net/bluetooth/hci_request.o: warning: objtool: req_run()+0x26: can't find jump dest instruction at .text+0xa8000313 CC drivers/iio/gyro/st_gyro_buffer.o LD sound/pci/ymfpci/built-in.o LD fs/ramfs/built-in.o CC fs/proc/generic.o CC drivers/hid/wacom_sys.o CC [M] drivers/isdn/hardware/avm/b1pci.o CC [M] drivers/isdn/capi/capiutil.o sound/pci/ice1712/ice1724.o: warning: objtool: snd_vt1724_set_pro_rate()+0x32: can't find jump dest instruction at .text+0x6c0104d5 lib/test_hexdump.o: warning: objtool: test_hexdump()+0x84: can't find call dest symbol at offset 0x1cff01e3 CC [M] drivers/infiniband/hw/mlx4/srq.o LD sound/pci/vx222/built-in.o drivers/iio/adc/axp288_adc.o: warning: objtool: axp288_adc_read_raw()+0x36: can't find jump dest instruction at .text+0xac00005f fs/lockd/host.o: warning: objtool: nlm_gc_hosts()+0x6f: can't find jump dest instruction at .text+0x910001f0 CC [M] drivers/iio/adc/da9150-gpadc.o CC net/ipv6/ip6_udp_tunnel.o CC fs/nls/mac-croatian.o net/ieee802154/socket.o: warning: objtool: raw_sendmsg()+0x23: can't find jump dest instruction at .text+0x6b010303 drivers/iio/buffer/industrialio-triggered-buffer.o: warning: objtool: iio_triggered_buffer_cleanup()+0x10: call without frame pointer save/setup drivers/iio/buffer/industrialio-triggered-buffer.o: warning: objtool: iio_triggered_buffer_setup()+0x23: call without frame pointer save/setup sound/pci/asihpi/hpi6000.o: warning: objtool: hpi6000_dsp_block_write32()+0x33: can't find jump dest instruction at .text+0x950001f6 CC [M] sound/pci/vx222/vx222.o CC [M] fs/lockd/svclock.o CC [M] sound/pci/ice1712/prodigy192.o LD net/ieee802154/ieee802154.o LD [M] net/ieee802154/ieee802154_socket.o net/dccp/timer.o: warning: objtool: dccp_delack_timer()+0x4d: can't find jump dest instruction at .text+0x8700011d drivers/infiniband/hw/ocrdma/ocrdma_main.o: warning: objtool: ocrdma_alloc_resources()+0x37: can't find jump dest instruction at .text+0x97000227 CC [M] drivers/isdn/capi/capilib.o CC net/dccp/sysctl.o CC [M] fs/nfsd/auth.o fs/nfsd/nfsfh.o: warning: objtool: mk_fsid()+0x7: can't find jump dest instruction at .text+0xaa000235 CC drivers/hid/i2c-hid/i2c-hid.o CC [M] fs/gfs2/dentry.o drivers/input/input.o: warning: objtool: input_default_setkeycode()+0x22: can't find jump dest instruction at .text+0xee0001c7 fs/gfs2/meta_io.o: warning: objtool: gfs2_getbuf()+0x9b: can't find jump dest instruction at .text+0xa0000315 fs/nls/nls_koi8-ru.o: warning: objtool: init_nls_koi8_ru()+0xb: call without frame pointer save/setup fs/nls/nls_koi8-ru.o: warning: objtool: exit_nls_koi8_ru()+0xb: call without frame pointer save/setup CC drivers/input/mouse/vsxxxaa.o fs/btrfs/xattr.o: warning: objtool: do_setxattr()+0x56: can't find jump dest instruction at .text+0x260300ab CC fs/nls/mac-gaelic.o CC net/dccp/ipv4.o CC [M] fs/btrfs/async-thread.o net/bridge/br_stp_timer.o: warning: objtool: br_message_age_timer_expired()+0x57: can't find call dest symbol at offset 0x6aff01e8 LD net/ieee802154/built-in.o LD [M] sound/pci/snd-als300.o drivers/iio/adc/xilinx-xadc-core.o: warning: objtool: xadc_zynq_interrupt_handler()+0x2c: can't find jump dest instruction at .text+0xb8000315 net/ceph/auth.o: warning: objtool: ceph_auth_build_hello()+0x7f: can't find jump dest instruction at .text+0xa30003d6 drivers/input/gameport/fm801-gp.o: warning: objtool: fm801_gp_probe()+0x46: can't find jump dest instruction at .text+0xe3000168 fs/jfs/jfs_xtree.o: warning: objtool: xtSearch()+0x96: can't find jump dest instruction at .text+0x6f0300fe net/ceph/debugfs.o: warning: objtool: osdmap_show()+0x28: can't find jump dest instruction at .text+0xf020135 CC [M] drivers/iio/adc/ina2xx-adc.o drivers/infiniband/hw/mlx4/cq.o: warning: objtool: mlx4_ib_cq_resize_copy_cqes()+0x42: can't find jump dest instruction at .text+0x95000222 drivers/input/joystick/cobra.o: warning: objtool: cobra_read_packet()+0xff: can't find jump dest instruction at .text+0x76000104 CC fs/notify/vfsmount_mark.o CC fs/overlayfs/readdir.o fs/sysfs/mount.o: warning: objtool: sysfs_kill_sb()+0xa: call without frame pointer save/setup fs/sysfs/mount.o: warning: objtool: sysfs_mount()+0x34: call without frame pointer save/setup fs/sysfs/mount.o: warning: objtool: sysfs_init()+0x11: call without frame pointer save/setup CC [M] drivers/infiniband/hw/mlx4/mcg.o CC [M] net/ceph/ceph_fs.o CC drivers/input/serio/pcips2.o CC [M] drivers/ide/ide-park.o CC drivers/input/tablet/acecad.o net/core/dst.o: warning: objtool: dst_dev_event()+0x1b: can't find jump dest instruction at .text+0xaa000267 drivers/infiniband/core/ud_header.o: warning: objtool: ib_ud_header_unpack()+0x9d: can't find jump dest instruction at .text+0xcf00011e CC net/core/filter.o CC fs/aio.o fs/sysfs/dir.o: warning: objtool: sysfs_remove_mount_point()+0xa: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_warn_dup()+0x1c: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_create_mount_point()+0x15: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_create_dir_ns()+0x44: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_remove_dir()+0x15: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_rename_dir_ns()+0x1c: call without frame pointer save/setup fs/sysfs/dir.o: warning: objtool: sysfs_move_dir_ns()+0x27: call without frame pointer save/setup CC net/mac80211/driver-ops.o drivers/infiniband/hw/mlx5/doorbell.o: warning: objtool: mlx5_ib_db_map_user()+0x32: call without frame pointer save/setup drivers/infiniband/hw/mlx5/doorbell.o: warning: objtool: mlx5_ib_db_unmap_user()+0x16: call without frame pointer save/setup sound/soc/codecs/cs42l51.o: warning: objtool: cs42l51_hw_params()+0x43: can't find jump dest instruction at .text+0x760101b2 drivers/iio/chemical/atlas-ph-sensor.o: warning: objtool: atlas_probe()+0x31: can't find jump dest instruction at .text+0x8a0201e3 CC drivers/input/serio/altera_ps2.o fs/ntfs/debug.o: warning: objtool: __ntfs_warning()+0x30: can't find jump dest instruction at .text+0x80000036 CC drivers/input/tablet/wacom_serial4.o CC [M] net/ceph/ceph_strings.o drivers/infiniband/hw/mthca/mthca_main.o: warning: objtool: mthca_tune_pci()+0x14: can't find jump dest instruction at .text+0xcb00013a CC [M] sound/soc/codecs/cs42l73.o fs/sysfs/file.o: warning: objtool: sysfs_add_file_mode_ns()+0x18: can't find jump dest instruction at .text+0xa400048a CC [M] sound/pci/ice1712/prodigy_hifi.o net/bluetooth/mgmt.o: warning: objtool: remove_advertising()+0x97: can't find jump dest instruction at .text+0x1f010367 CC [M] drivers/isdn/hardware/avm/b1.o drivers/iio/accel/mma9551.o: warning: objtool: mma9551_config_incli_event()+0x26: can't find jump dest instruction at .text+0xbd0002f9 CC [M] drivers/input/mouse/cyapa.o LD drivers/iio/health/built-in.o crypto/mcryptd.o: warning: objtool: mcryptd_create_hash.constprop.8()+0x51: can't find jump dest instruction at .text+0x70107a8 CC [M] sound/pci/mixart/mixart_hwdep.o CC [M] drivers/infiniband/hw/mthca/mthca_pd.o CC net/openvswitch/actions.o drivers/infiniband/ulp/iser/iser_verbs.o: warning: objtool: iser_create_device_ib_res()+0x21: can't find jump dest instruction at .text+0x99010027 net/core/ethtool.o: warning: objtool: ethtool_get_settings()+0x6d: can't find jump dest instruction at .text+0x9a0007a8 CC lib/test_printf.o net/bridge/br_sysfs_if.o: warning: objtool: brport_store()+0x34: can't find jump dest instruction at .text+0xa0000050 CC [M] drivers/iio/health/afe4404.o CC [M] drivers/iio/adc/max1363.o net/ipv6/ip6_offload.o: warning: objtool: ipv6_gro_receive()+0x3e: can't find jump dest instruction at .text+0x4a0202a1 crypto/cryptd.o: warning: objtool: cryptd_create_aead.constprop.13()+0x46: can't find jump dest instruction at .text+0xe6000948 fs/notify/inode_mark.o: warning: objtool: fsnotify_unmount_inodes()+0x45: can't find jump dest instruction at .text+0x15010225 CC lib/test_bitmap.o CC [M] drivers/iio/adc/mxs-lradc.o CC net/ipv6/mcast_snoop.o fs/jfs/jfs_imap.o: warning: objtool: diAllocBit()+0x49: can't find jump dest instruction at .text+0xbc0104d9 CC net/openvswitch/datapath.o drivers/i2c/busses/i2c-sis630.o: warning: objtool: sis630_transaction_start()+0x7c: can't find jump dest instruction at .text+0x8100008c sound/pci/asihpi/hpifunc.o: warning: objtool: hpi_control_get_string.part.1()+0x50: can't find jump dest instruction at .text+0xe5000379 drivers/ide/ide-lib.o: warning: objtool: ide_dump_ata_error()+0xdc: can't find call dest symbol at offset 0x87ff0178 drivers/input/joystick/grip.o: warning: objtool: grip_xt_read_packet()+0xb0: can't find jump dest instruction at .text+0xa0000287 drivers/i2c/busses/i2c-viapro.o: warning: objtool: vt596_dump_regs()+0xdd: can't find jump dest instruction at .text+0xc8000101 CC [M] net/ipv6/af_inet6.o drivers/iio/adc/at91-sama5d2_adc.o: warning: objtool: at91_adc_write_raw()+0x1a: can't find jump dest instruction at .text+0x900000f0 CC net/ipv4/ip_options.o CC fs/nls/mac-greek.o sound/pci/cs46xx/dsp_spos.o: warning: objtool: cs46xx_dsp_proc_scb_read()+0x48: can't find jump dest instruction at .text+0xb4000146 LD [M] sound/pci/snd-atiixp.o net/netlabel/netlabel_user.o: warning: objtool: netlbl_audit_start_common()+0x30: call without frame pointer save/setup net/netlabel/netlabel_user.o: warning: objtool: netlbl_netlink_init()+0x4: call without frame pointer save/setup CC [M] sound/pci/trident/trident_main.o CC drivers/input/serio/olpc_apsp.o CC drivers/iio/dac/ad5446.o CC [M] drivers/infiniband/core/rw.o lib/kstrtox.o: warning: objtool: kstrtoull()+0xf: can't find call dest symbol at offset 0x84000226 LD [M] sound/pci/snd-azt3328.o drivers/irqchip/irq-ts4800.o: warning: objtool: ts4800_ic_remove()+0xf: call without frame pointer save/setup drivers/irqchip/irq-ts4800.o: warning: objtool: ts4800_ic_probe()+0x1e: call without frame pointer save/setup drivers/irqchip/irq-ts4800.o: warning: objtool: ts4800_ic_driver_init()+0xd: call without frame pointer save/setup drivers/irqchip/irq-ts4800.o: warning: objtool: ts4800_ic_driver_exit()+0xb: call without frame pointer save/setup sound/soc/sti/uniperif_player.o: warning: objtool: uni_player_set_channel_status()+0x24: can't find jump dest instruction at .text+0x8b0000c4 fs/jbd2/revoke.o: warning: objtool: write_one_revoke_record.isra.6()+0x28: can't find jump dest instruction at .text+0x44010210 net/lapb/lapb_subr.o: warning: objtool: lapb_decode()+0x27: can't find jump dest instruction at .text+0x15020195 CC fs/ext4/extents.o CC [M] fs/jfs/symlink.o CC [M] drivers/input/mouse/cyapa_gen3.o CC [M] drivers/infiniband/hw/mthca/mthca_cq.o LD [M] sound/pci/snd-bt87x.o drivers/iio/dummy/iio_simple_dummy.o: warning: objtool: iio_dummy_write_raw()+0x18: can't find jump dest instruction at .text+0xd800001e fs/jfs/jfs_discard.o: warning: objtool: jfs_issue_discard()+0x24: call without frame pointer save/setup fs/jfs/jfs_discard.o: warning: objtool: jfs_ioc_trim()+0xa6: call without frame pointer save/setup CC drivers/iio/dummy/iio_simple_dummy_buffer.o LD drivers/irqchip/built-in.o CC [M] fs/jfs/jfs_metapage.o CC [M] drivers/infiniband/hw/cxgb3/iwch_provider.o net/ipv6/tcpv6_offload.o: warning: objtool: tcp6_gro_receive()+0x12: can't find jump dest instruction at .text+0x5701007f LD [M] sound/pci/snd-cmipci.o CC fs/ntfs/dir.o CC net/openvswitch/dp_notify.o drivers/infiniband/hw/cxgb3/iwch_cm.o: warning: objtool: tx_ack()+0x25: can't find jump dest instruction at .text+0xa300052f drivers/input/joystick/spaceorb.o: warning: objtool: spaceorb_connect()+0x36: can't find jump dest instruction at .text+0xe8000073 lib/rhashtable.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a CC [M] drivers/isdn/capi/kcapi_proc.o sound/pci/asihpi/hpi6205.o: warning: objtool: adapter_boot_load_dsp()+0xbc: can't find jump dest instruction at .text+0x2504030f drivers/infiniband/hw/mthca/mthca_profile.o: warning: objtool: mthca_make_profile()+0x41: can't find jump dest instruction at .text+0x3060047 drivers/i2c/busses/i2c-axxia.o: warning: objtool: axxia_i2c_probe()+0x36: can't find jump dest instruction at .text+0xd50102f5 CC [M] drivers/infiniband/hw/cxgb3/iwch.o CC [M] sound/pci/ice1712/juli.o CC crypto/fcrypt.o net/irda/irlmp.o: warning: objtool: irlmp_seq_show()+0x39: can't find jump dest instruction at .text+0xa7010084 CC [M] drivers/infiniband/hw/mlx5/srq.o CC [M] drivers/infiniband/hw/mthca/mthca_mr.o CC drivers/i2c/busses/i2c-bcm-iproc.o drivers/infiniband/hw/ocrdma/ocrdma_ah.o: warning: objtool: set_av_attr()+0x4e: can't find jump dest instruction at .text+0xcc02009d net/irda/irlmp_event.o: warning: objtool: irlmp_state_connect()+0x17: can't find jump dest instruction at .text+0x860000f8 CC [M] drivers/infiniband/core/sysfs.o CC [M] net/irda/irlmp_frame.o drivers/iio/dac/ad5380.o: warning: objtool: ad5380_probe()+0x3e: can't find jump dest instruction at .text+0xe7000189 CC fs/overlayfs/copy_up.o CC net/netlabel/netlabel_mgmt.o sound/pci/cs46xx/cs46xx_lib.o: warning: objtool: snd_cs46xx_codec_write()+0x30: can't find jump dest instruction at .text+0xb7000ac0 CC fs/nls/mac-turkish.o drivers/iio/accel/stk8312.o: warning: objtool: stk8312_otp_init.isra.4()+0x28: can't find jump dest instruction at .text+0xa30001ab drivers/infiniband/hw/mlx5/cq.o: warning: objtool: handle_good_req()+0x2f: can't find jump dest instruction at .text+0xd00000e8 drivers/iio/accel/mma9553.o: warning: objtool: mma9553_set_config()+0x4c: can't find jump dest instruction at .text+0xfb0002b1 drivers/iio/accel/mma9551_core.o: warning: objtool: mma9551_transfer()+0x34: can't find jump dest instruction at .text+0x5901010d CC [M] net/ipv6/anycast.o drivers/infiniband/hw/mthca/mthca_reset.o: warning: objtool: mthca_reset()+0x20: can't find jump dest instruction at .text+0x9900003d CC [M] net/ceph/ceph_hash.o CC [M] drivers/infiniband/hw/mthca/mthca_qp.o CC [M] drivers/infiniband/hw/mlx5/mr.o drivers/input/gameport/gameport.o: warning: objtool: drvctl_store()+0x2d: can't find jump dest instruction at .text+0x5a010336 net/ceph/osdmap.o: warning: objtool: get_osdmap_client_data_v()+0x24: can't find jump dest instruction at .text+0x1a010196 CC [M] drivers/iio/accel/stk8ba50.o CC [M] drivers/input/mouse/cyapa_gen5.o drivers/input/joystick/a3d.o: warning: objtool: a3d_read()+0x1a: can't find jump dest instruction at .text+0xa30301d0 drivers/infiniband/ulp/iser/iser_memory.o: warning: objtool: iser_fast_reg_mr()+0xda: can't find jump dest instruction at .text+0x8000030d fs/reiserfs/bitmap.o: warning: objtool: get_left_neighbor()+0xb: can't find jump dest instruction at .text+0xfa0000fd lib/string_helpers.o: warning: objtool: string_escape_mem()+0x66: can't find jump dest instruction at .text+0x8a01006b CC drivers/input/gameport/ns558.o drivers/ide/ide-pm.o: warning: objtool: ide_start_power_step()+0x2c: can't find jump dest instruction at .text+0xc90002c8 CC fs/proc/array.o CC [M] fs/reiserfs/inode.o fs/btrfs/ordered-data.o: warning: objtool: __tree_search()+0x47: can't find jump dest instruction at .text+0x8a00008c CC [M] drivers/iio/accel/st_accel_core.o net/netlabel/netlabel_domainhash.o: warning: objtool: netlbl_domhsh_validate()+0xf: can't find jump dest instruction at .text+0x9b00007d CC [M] drivers/ide/ide-sysfs.o CC [M] drivers/input/joystick/analog.o fs/notify/mark.o: warning: objtool: fsnotify_add_mark_list()+0x2e: can't find jump dest instruction at .text+0xb000032b CC [M] sound/pci/hda/hda_hwdep.o sound/pci/au88x0/au8830.o: warning: objtool: vortex_EqHw_SetLeftCoefs()+0x23: can't find jump dest instruction at .text+0xff0001d4 sound/pci/asihpi/hpimsgx.o: warning: objtool: HPIMSGX__cleanup()+0x1a: can't find jump dest instruction at .text+0xa10100dc net/llc/llc_core.o: warning: objtool: llc_sap_open()+0x23: can't find call dest symbol at offset 0x4d0000b3 fs/nls/mac-gaelic.o: warning: objtool: init_nls_macgaelic()+0xd: call without frame pointer save/setup fs/nls/mac-gaelic.o: warning: objtool: exit_nls_macgaelic()+0xb: call without frame pointer save/setup sound/soc/codecs/cs42l52.o: warning: objtool: cs42l52_init_beep()+0x36: can't find jump dest instruction at .text+0x601030f CC [M] fs/jfs/jfs_logmgr.o sound/pci/echoaudio/layla20.o: warning: objtool: midi_service_irq()+0x16: can't find jump dest instruction at .text+0x8c000417 fs/jfs/jfs_extent.o: warning: objtool: extBalloc()+0x64: can't find jump dest instruction at .text+0xc01006a LD [M] sound/pci/au88x0/snd-au8810.o CC [M] sound/soc/codecs/cs4270.o CC fs/locks.o CC [M] fs/nls/nls_cp860.o CC [M] net/ipv6/ip6_output.o CC [M] fs/xfs/libxfs/xfs_alloc.o sound/pci/echoaudio/gina24.o: warning: objtool: snd_echo_new_pcm()+0x32: can't find jump dest instruction at .text+0x401085e fs/anon_inodes.o: warning: objtool: anon_inode_getfile.part.1()+0x4e: can't find jump dest instruction at .text+0x8200008d CC fs/compat.o drivers/iio/dummy/iio_simple_dummy_events.o: warning: objtool: iio_simple_dummy_get_timestamp()+0xb: call without frame pointer save/setup drivers/iio/dummy/iio_simple_dummy_events.o: warning: objtool: iio_simple_dummy_event_handler()+0x8a: call without frame pointer save/setup drivers/iio/dummy/iio_simple_dummy_events.o: warning: objtool: iio_simple_dummy_events_register()+0xc: call without frame pointer save/setup drivers/iio/dummy/iio_simple_dummy_events.o: warning: objtool: iio_simple_dummy_events_unregister()+0x12: call without frame pointer save/setup fs/afs/write.o: warning: objtool: afs_kill_pages()+0x10c: can't find jump dest instruction at .text+0xa6000139 LD [M] fs/afs/kafs.o CC net/ipv4/ip_output.o CC [M] fs/nfsd/lockd.o LD [M] sound/pci/asihpi/snd-asihpi.o LD [M] sound/pci/au88x0/snd-au8830.o CC fs/compat_ioctl.o lib/test_firmware.o: warning: objtool: trigger_async_request_store()+0x30: can't find jump dest instruction at .text+0xd600009c sound/pci/hda/hda_jack.o: warning: objtool: snd_hda_jack_add_kctl()+0x2f: can't find jump dest instruction at .text+0xa80004f7 CC [M] drivers/iio/adc/nau7802.o drivers/ide/ide-iops.o: warning: objtool: eighty_ninty_three()+0x37: can't find jump dest instruction at .text+0xc60002f1 CC lib/test_uuid.o CC drivers/i2c/busses/i2c-designware-core.o CC [M] sound/pci/hda/hda_beep.o fs/nls/mac-croatian.o: warning: objtool: init_nls_maccroatian()+0xd: call without frame pointer save/setup fs/nls/mac-croatian.o: warning: objtool: exit_nls_maccroatian()+0xb: call without frame pointer save/setup LD [M] sound/pci/snd-cs4281.o fs/jfs/jfs_dmap.o: warning: objtool: dbAdjCtl()+0x86: can't find jump dest instruction at .text+0xa40103ed CC drivers/i2c/busses/i2c-designware-pcidrv.o net/llc/llc_input.o: warning: objtool: llc_rcv()+0x2a: can't find jump dest instruction at .text+0x460200b2 CC [M] sound/pci/mixart/mixart_mixer.o drivers/infiniband/sw/rdmavt/ah.o: warning: objtool: rvt_create_ah()+0x2d: can't find jump dest instruction at .text+0x970000fc fs/sysfs/group.o: warning: objtool: create_files()+0x27: can't find jump dest instruction at .text+0x8d0002c6 drivers/infiniband/ulp/iser/iser_initiator.o: warning: objtool: iser_post_rx_bufs()+0x49: can't find jump dest instruction at .text+0x830000c1 LD [M] sound/pci/snd-ens1370.o sound/pci/cs46xx/dsp_spos_scb_lib.o: warning: objtool: _dsp_unlink_scb()+0x1b: can't find jump dest instruction at .text+0xc9000063 drivers/input/serio/ct82c710.o: warning: objtool: ct82c710_init()+0xf: can't find jump dest instruction at .init.text+0x800000f8 net/ceph/ceph_strings.o: warning: objtool: ceph_osd_op_name()+0x11: can't find jump dest instruction at .text+0x49050033 CC [M] fs/gfs2/export.o crypto/des_generic.o: warning: objtool: des_encrypt()+0x1d5: can't find jump dest instruction at .text+0xd0ff0fd0 drivers/infiniband/sw/rdmavt/vt.o: warning: objtool: check_support()+0x10: can't find jump dest instruction at .text+0x9d040196 drivers/ipack/carriers/tpci200.o: warning: objtool: tpci200_register()+0x25: can't find jump dest instruction at .text+0x8a0201e8 CC [M] drivers/infiniband/core/device.o CC crypto/blowfish_generic.o LD [M] sound/pci/cs46xx/snd-cs46xx.o CC [M] net/irda/irlap.o CC [M] drivers/infiniband/hw/mlx4/cm.o CC [M] fs/lockd/svcshare.o CC [M] fs/reiserfs/file.o CC fs/quota/kqid.o CC crypto/blowfish_common.o CC [M] drivers/infiniband/hw/mlx4/alias_GUID.o net/lapb/lapb_timer.o: warning: objtool: lapb_t1timer_expiry()+0xd: can't find jump dest instruction at .text+0xf50000d7 CC drivers/iio/humidity/dht11.o CC net/mac80211/sta_info.o drivers/iio/adc/da9150-gpadc.o: warning: objtool: da9150_gpadc_read_raw()+0x17: can't find jump dest instruction at .text+0xf60000f1 drivers/input/mouse/appletouch.o: warning: objtool: atp_calculate_abs()+0x77: can't find jump dest instruction at .text+0x2c01007d CC net/core/sock_diag.o drivers/ipack/devices/ipoctal.o: warning: objtool: ipoctal_set_termios()+0x9d: can't find jump dest instruction at .text+0x2d01034d CC drivers/iio/gyro/st_gyro_i2c.o sound/pci/ice1712/aureon.o: warning: objtool: aureon_spi_write()+0x142: can't find jump dest instruction at .text+0x75000489 CC [M] drivers/infiniband/sw/rdmavt/dma.o drivers/iio/common/ms_sensors/ms_sensors_i2c.o: warning: objtool: ms_sensors_read_serial()+0x7c: can't find jump dest instruction at .text+0x9a0000d1 LD drivers/ipack/devices/built-in.o CC fs/binfmt_elf.o LD drivers/iio/common/ms_sensors/built-in.o sound/pci/oxygen/oxygen_lib.o: warning: objtool: oxygen_restore_eeprom()+0x18: can't find jump dest instruction at .text+0xb9000333 CC [M] fs/gfs2/file.o drivers/ipack/ipack.o: warning: objtool: id_show()+0x23: can't find jump dest instruction at .text+0x8700012b fs/overlayfs/dir.o: warning: objtool: ovl_create_real()+0x17: can't find jump dest instruction at .text+0xae000310 sound/pci/oxygen/oxygen_mixer.o: warning: objtool: add_controls()+0x21: can't find jump dest instruction at .text+0x6a010a9c drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_buffer_preenable()+0x9: call without frame pointer save/setup drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_buffer_predisable()+0xc: call without frame pointer save/setup drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_buffer_postenable()+0x18: call without frame pointer save/setup drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_trig_set_state()+0xf: call without frame pointer save/setup drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_allocate_ring()+0x19: call without frame pointer save/setup drivers/iio/gyro/st_gyro_buffer.o: warning: objtool: st_gyro_deallocate_ring()+0x4: call without frame pointer save/setup CC [M] drivers/infiniband/hw/mlx4/sysfs.o sound/pci/trident/trident.o: warning: objtool: snd_trident_probe()+0x1d: can't find jump dest instruction at .text+0x26020035 CC [M] sound/pci/oxygen/oxygen_pcm.o CC [M] drivers/iio/accel/st_accel_buffer.o CC [M] fs/reiserfs/dir.o fs/nfsd/auth.o: warning: objtool: nfsd_setuser()+0x45: can't find jump dest instruction at .text+0x6d010095 CC [M] net/irda/irlap_event.o fs/cifs/ioctl.o: warning: objtool: cifs_file_clone_range()+0x47: can't find jump dest instruction at .text+0x9f00004c fs/ext4/namei.o: warning: objtool: ext4_dx_csum_verify()+0x28: can't find jump dest instruction at .text+0xd400054b CC net/llc/llc_if.o fs/quota/quota_tree.o: warning: objtool: find_next_id()+0x39: can't find jump dest instruction at .text+0xde000174 CC [M] sound/pci/oxygen/oxygen.o CC [M] fs/btrfs/ioctl.o net/dccp/proto.o: warning: objtool: dccp_poll()+0x59: can't find jump dest instruction at .text+0xb1000107 fs/signalfd.o: warning: objtool: signalfd_copyinfo()+0x63: can't find jump dest instruction at .text+0xb10000a9 fs/sysfs/symlink.o: warning: objtool: sysfs_create_link()+0x29: can't find call dest symbol at offset 0x2f00018d CC crypto/twofish_generic.o CC [M] fs/lockd/svcproc.o net/decnet/sysctl_net_decnet.o: warning: objtool: parse_addr()+0x1b: can't find jump dest instruction at .text+0xd400005e fs/nls/mac-greek.o: warning: objtool: init_nls_macgreek()+0xd: call without frame pointer save/setup fs/nls/mac-greek.o: warning: objtool: exit_nls_macgreek()+0xb: call without frame pointer save/setup drivers/infiniband/ulp/iser/iscsi_iser.o: warning: objtool: iscsi_iser_cleanup_task()+0x29: can't find jump dest instruction at .text+0x830002ff LD fs/sysfs/built-in.o CC [M] fs/gfs2/ops_fstype.o CC net/llc/llc_c_ev.o LD [M] net/decnet/decnet.o LD drivers/ipack/built-in.o LD [M] drivers/infiniband/ulp/iser/ib_iser.o CC [M] drivers/input/mouse/cyapa_gen6.o fs/notify/vfsmount_mark.o: warning: objtool: fsnotify_clear_vfsmount_marks_by_group()+0x9: call without frame pointer save/setup fs/notify/vfsmount_mark.o: warning: objtool: fsnotify_recalc_vfsmount_mask()+0x10: call without frame pointer save/setup fs/notify/vfsmount_mark.o: warning: objtool: fsnotify_destroy_vfsmount_mark()+0x2e: call without frame pointer save/setup fs/notify/vfsmount_mark.o: warning: objtool: fsnotify_find_vfsmount_mark()+0x18: call without frame pointer save/setup fs/notify/vfsmount_mark.o: warning: objtool: fsnotify_add_vfsmount_mark()+0x3b: call without frame pointer save/setup drivers/infiniband/hw/mlx5/mem.o: warning: objtool: mlx5_ib_cont_pages()+0x57: can't find jump dest instruction at .text+0xc601005d net/bridge/br_sysfs_br.o: warning: objtool: group_addr_store()+0x2f: can't find jump dest instruction at .text+0xe0000424 CC fs/notify/fdinfo.o fs/eventpoll.o: warning: objtool: ep_send_events_proc()+0x3d: can't find jump dest instruction at .text+0xe000024d drivers/input/serio/serio.o: warning: objtool: serio_queue_event()+0x3d: can't find jump dest instruction at .text+0xaf000945 CC [M] drivers/infiniband/hw/mlx5/ah.o drivers/infiniband/hw/mlx4/mr.o: warning: objtool: mlx4_alloc_priv_pages.isra.9()+0x3a: can't find jump dest instruction at .text+0xdf00014c drivers/iio/buffer/kfifo_buf.o: warning: objtool: devm_iio_kfifo_match()+0x1d: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_kfifo_free()+0x4: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: devm_iio_kfifo_release()+0x7: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_kfifo_buffer_release()+0x10: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_kfifo_buf_data_available()+0x16: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_request_update_kfifo()+0x1c: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_read_first_n_kfifo()+0x2c: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_store_to_kfifo()+0x10: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: iio_kfifo_allocate()+0x14: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: devm_iio_kfifo_allocate()+0x25: call without frame pointer save/setup drivers/iio/buffer/kfifo_buf.o: warning: objtool: devm_iio_kfifo_free()+0x15: call without frame pointer save/setup CC [M] fs/ext2/super.o CC fs/compat_binfmt_elf.o CC drivers/hwmon/adt7475.o CC [M] fs/btrfs/locking.o fs/cifs/readdir.o: warning: objtool: initiate_cifs_search()+0x4c: can't find jump dest instruction at .text+0x8d0101c8 CC drivers/input/serio/sun4i-ps2.o CC [M] fs/cifs/export.o fs/lockd/svc.o: warning: objtool: lockd_create_svc()+0x24: can't find jump dest instruction at .text+0xa2000284 LD drivers/iio/buffer/built-in.o CC [M] fs/btrfs/orphan.o fs/timerfd.o: warning: objtool: do_timerfd_gettime()+0x22: can't find jump dest instruction at .text+0xdf000274 CC [M] drivers/hid/uhid.o CC [M] fs/lockd/svcsubs.o CC [M] drivers/infiniband/hw/mlx5/mad.o CC fs/proc/fd.o drivers/input/serio/altera_ps2.o: warning: objtool: altera_ps2_probe()+0x36: can't find jump dest instruction at .text+0x5401009f fs/gfs2/dentry.o: warning: objtool: gfs2_drevalidate()+0x1d: can't find jump dest instruction at .text+0x5601006e CC [M] fs/gfs2/inode.o CC fs/proc/proc_tty.o net/bridge/br_netlink.o: warning: objtool: __get_num_vlan_infos()+0xd: can't find jump dest instruction at .text+0xba000013 net/l2tp/l2tp_debugfs.o: warning: objtool: l2tp_dfs_seq_show()+0x11: can't find jump dest instruction at .text+0xa4000532 LD drivers/hid/usbhid/built-in.o sound/soc/codecs/cs42l56.o: warning: objtool: cs42l56_set_dai_fmt()+0x2a: can't find jump dest instruction at .text+0xa80001f5 CC [M] fs/nls/nls_cp864.o fs/ext2/namei.o: warning: objtool: ext2_rename()+0x39: can't find jump dest instruction at .text+0x94010208 CC fs/mbcache.o CC net/core/dev_ioctl.o drivers/iio/adc/ina2xx-adc.o: warning: objtool: ina2xx_read_raw()+0x18: can't find jump dest instruction at .text+0x92000121 drivers/input/mouse/vsxxxaa.o: warning: objtool: vsxxxaa_connect()+0x37: can't find jump dest instruction at .text+0x2001008f CC [M] sound/pci/echoaudio/indigodj.o CC [M] drivers/input/mouse/elan_i2c_core.o CC [M] drivers/hid/usbhid/hid-core.o drivers/isdn/hardware/avm/b1pci.o: warning: objtool: b1pci_probe()+0x37: can't find jump dest instruction at .text+0xe7010197 fs/ntfs/compress.o: warning: objtool: ntfs_decompress()+0x68: can't find jump dest instruction at .text+0xb8000111 CC [M] fs/nfsd/nfscache.o sound/pci/nm256/nm256.o: warning: objtool: snd_nm256_load_coefficient()+0x3c: can't find jump dest instruction at .text+0xf80000f9 sound/pci/hda/hda_auto_parser.o: warning: objtool: apply_fixup()+0x18: can't find jump dest instruction at .text+0xfe000175 CC [M] drivers/iio/accel/st_accel_i2c.o CC [M] drivers/input/joystick/db9.o CC drivers/iio/dac/m62332.o drivers/input/joystick/adi.o: warning: objtool: adi_read_packet()+0x139: can't find jump dest instruction at .text+0x7900013e LD [M] sound/pci/nm256/snd-nm256.o sound/pci/vx222/vx222.o: warning: objtool: snd_vx222_create()+0x28: can't find jump dest instruction at .text+0x110100ba CC [M] sound/pci/vx222/vx222_ops.o net/ipv4/ip_forward.o: warning: objtool: ip_forward()+0x15: can't find jump dest instruction at .text+0x9a020112 net/key/af_key.o: warning: objtool: pfkey_broadcast_one()+0x41: can't find jump dest instruction at .text+0x8b0003b9 fs/nls/mac-turkish.o: warning: objtool: init_nls_macturkish()+0xd: call without frame pointer save/setup fs/nls/mac-turkish.o: warning: objtool: exit_nls_macturkish()+0xb: call without frame pointer save/setup CC [M] drivers/infiniband/core/fmr_pool.o sound/pci/hda/hda_sysfs.o: warning: objtool: parse_hints()+0x24: can't find jump dest instruction at .text+0x3d010b14 fs/cifs/cifsencrypt.o: warning: objtool: CalcNTLMv2_response()+0x46: can't find jump dest instruction at .text+0xec00004b CC [M] sound/pci/hda/hda_generic.o CC fs/quota/compat.o drivers/hwmon/adt7470.o: warning: objtool: set_pwm_auto()+0x46: can't find jump dest instruction at .text+0x8a0000b3 sound/pci/mixart/mixart_core.o: warning: objtool: get_msg()+0x97: can't find jump dest instruction at .text+0x8300009c net/dccp/ccids/ccid2.o: warning: objtool: ccid2_hc_tx_alloc_seq()+0x17: can't find jump dest instruction at .text+0xc40000ea CC [M] drivers/infiniband/sw/rdmavt/mad.o net/netlabel/netlabel_kapi.o: warning: objtool: netlbl_cfg_unlbl_map_add()+0x3d: can't find jump dest instruction at .text+0xd020180 drivers/input/tablet/wacom_serial4.o: warning: objtool: wacom_handle_model_response()+0x6c: can't find jump dest instruction at .text+0xd20000e7 drivers/infiniband/hw/mlx5/main.o: warning: objtool: parse_flow_attr()+0x9: can't find jump dest instruction at .text+0x4a010651 CC [M] drivers/hid/usbhid/hid-quirks.o net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af4list_add()+0xf: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af6list_add()+0x14: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af4list_remove_entry()+0x14: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af4list_remove()+0x8: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af6list_remove_entry()+0x15: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af6list_remove()+0x8: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af4list_audit_addr()+0x53: call without frame pointer save/setup net/netlabel/netlabel_addrlist.o: warning: objtool: netlbl_af6list_audit_addr()+0x51: call without frame pointer save/setup CC drivers/leds/led-core.o CC [M] drivers/infiniband/hw/mlx5/gsi.o net/ipv6/exthdrs_offload.o: warning: objtool: ipv6_exthdrs_offload_init()+0x12: call without frame pointer save/setup CC net/batman-adv/send.o sound/pci/echoaudio/mia.o: warning: objtool: midi_service_irq()+0x16: can't find jump dest instruction at .text+0x8c000474 CC [M] net/ipv6/ip6_input.o drivers/iio/dac/ad5446.o: warning: objtool: ad5446_probe()+0x3f: can't find jump dest instruction at .text+0xe900023e CC [M] sound/pci/echoaudio/indigoiox.o fs/nls/nls_cp860.o: warning: objtool: init_nls_cp860()+0x12: call without frame pointer save/setup fs/nls/nls_cp860.o: warning: objtool: exit_nls_cp860()+0xb: call without frame pointer save/setup sound/pci/riptide/riptide.o: warning: objtool: sendcmd()+0x82: can't find jump dest instruction at .text+0x850100d4 CC drivers/iio/dac/mcp4725.o net/ipv4/protocol.o: warning: objtool: inet_del_offload()+0x23: call without frame pointer save/setup net/ipv4/protocol.o: warning: objtool: inet_del_protocol()+0x23: call without frame pointer save/setup net/ipv4/protocol.o: warning: objtool: inet_add_protocol()+0x17: call without frame pointer save/setup fs/quota/quota.o: warning: objtool: quotactl_block()+0x1e: can't find jump dest instruction at .text+0x83000321 drivers/input/tablet/acecad.o: warning: objtool: usb_acecad_probe()+0x2a: can't find jump dest instruction at .text+0x23040094 CC [M] drivers/hid/usbhid/hiddev.o CC [M] fs/nls/nls_cp866.o LD [M] sound/pci/riptide/snd-riptide.o CC [M] drivers/input/tablet/aiptek.o lib/test_bitmap.o: warning: objtool: __check_eq_u32_array.constprop.8()+0x2a: can't find jump dest instruction at .init.text+0x8600005a CC [M] net/dccp/ipv6.o drivers/ide/ide-park.o: warning: objtool: issue_park_cmd()+0x8d: can't find jump dest instruction at .text+0xaf000093 CC [M] drivers/input/tablet/gtco.o LD drivers/iio/imu/bmi160/built-in.o drivers/input/serio/olpc_apsp.o: warning: objtool: olpc_apsp_probe()+0x35: can't find jump dest instruction at .text+0xf00101d2 lib/test_printf.o: warning: objtool: do_test()+0x7b: can't find jump dest instruction at .init.text+0xfe000080 net/ipv4/ip_input.o: warning: objtool: ip_rcv_finish.constprop.19()+0x65: can't find jump dest instruction at .text+0x75020227 CC net/qrtr/qrtr.o CC [M] fs/gfs2/quota.o CC net/ipv4/ip_sockglue.o drivers/infiniband/hw/mthca/mthca_cmd.o: warning: objtool: mthca_cmd_poll()+0x70: can't find jump dest instruction at .text+0x8010331 CC net/packet/af_packet.o LD drivers/isdn/i4l/built-in.o drivers/iio/health/afe4404.o: warning: objtool: afe440x_store_register()+0x31: can't find jump dest instruction at .text+0x870001eb fs/gfs2/aops.o: warning: objtool: gfs2_direct_IO()+0x4e: can't find jump dest instruction at .text+0xd70001da CC net/netlabel/netlabel_unlabeled.o CC net/core/tso.o CC [M] fs/nls/nls_cp869.o CC [M] fs/btrfs/export.o CC drivers/iio/light/apds9960.o CC [M] fs/gfs2/recovery.o net/netlink/diag.o: warning: objtool: sk_diag_fill.isra.6.constprop.7()+0x2e: can't find jump dest instruction at .text+0x2c010086 drivers/iio/gyro/st_gyro_core.o: warning: objtool: st_gyro_common_probe()+0x63: can't find jump dest instruction at .text+0xce0000a0 CC [M] drivers/isdn/i4l/isdn_net.o CC drivers/iio/light/cm36651.o CC [M] fs/nfsd/nfsxdr.o sound/pci/ice1712/prodigy192.o: warning: objtool: stac9460_set_rate_val()+0x1b: can't find jump dest instruction at .text+0xa40007d5 LD drivers/input/tablet/built-in.o CC [M] drivers/iio/gyro/bmg160_core.o net/core/utils.o: warning: objtool: in6_pton()+0x96: can't find jump dest instruction at .text+0xbe010469 CC [M] drivers/infiniband/hw/mlx5/ib_virt.o LD drivers/isdn/hardware/eicon/built-in.o LD drivers/iio/imu/inv_mpu6050/built-in.o sound/pci/ice1712/pontis.o: warning: objtool: pontis_init()+0x45: can't find jump dest instruction at .text+0xb7000db2 net/ceph/auth_x.o: warning: objtool: ceph_x_encode_ticket()+0x2a: can't find jump dest instruction at .text+0xc0000318 CC [M] drivers/isdn/hardware/eicon/diva_didd.o CC [M] drivers/input/sparse-keymap.o CC [M] drivers/input/mouse/elan_i2c_i2c.o CC [M] drivers/input/serio/serport.o CC [M] drivers/infiniband/hw/mthca/mthca_av.o drivers/input/serio/pcips2.o: warning: objtool: pcips2_probe()+0x18: can't find jump dest instruction at .text+0x1201016c CC drivers/iio/imu/kmx61.o CC [M] sound/pci/trident/trident_memory.o lib/test_uuid.o: warning: objtool: test_uuid_test()+0x33: can't find call dest symbol at offset 0x480000b8 sound/pci/mixart/mixart_hwdep.o: warning: objtool: mixart_enum_physio()+0x58: can't find jump dest instruction at .text+0xd500005e CC [M] fs/xfs/libxfs/xfs_alloc_btree.o CC [M] drivers/infiniband/hw/mlx5/odp.o CC lib/iomap.o net/batman-adv/routing.o: warning: objtool: batadv_reroute_unicast_packet()+0x30: can't find jump dest instruction at .text+0x8a000150 drivers/iio/common/st_sensors/st_sensors_i2c.o: warning: objtool: st_sensors_i2c_read_multiple_byte()+0x23: call without frame pointer save/setup drivers/iio/common/st_sensors/st_sensors_i2c.o: warning: objtool: st_sensors_i2c_write_byte()+0x14: call without frame pointer save/setup drivers/iio/common/st_sensors/st_sensors_i2c.o: warning: objtool: st_sensors_i2c_read_byte()+0x13: call without frame pointer save/setup CC [M] net/dccp/diag.o CC drivers/iio/common/st_sensors/st_sensors_core.o drivers/iio/accel/stk8ba50.o: warning: objtool: stk8ba50_trigger_handler()+0x55: can't find jump dest instruction at .text+0x8c0000c0 drivers/input/gameport/ns558.o: warning: objtool: ns558_isa_probe()+0x3c: can't find jump dest instruction at .text.unlikely+0x69020052 LD drivers/iio/accel/built-in.o drivers/iio/dummy/iio_simple_dummy_buffer.o: warning: objtool: iio_simple_dummy_trigger_h()+0x25: can't find jump dest instruction at .text+0x9e00002b CC drivers/iio/dummy/iio_dummy_evgen.o sound/soc/sti/uniperif_reader.o: warning: objtool: uni_reader_prepare_pcm()+0x19: can't find jump dest instruction at .text+0xa600001f LD drivers/input/gameport/built-in.o drivers/ide/ide-taskfile.o: warning: objtool: ide_pio_bytes()+0x34: can't find jump dest instruction at .text+0x76010119 CC fs/ntfs/file.o LD [M] sound/soc/sti/snd-soc-sti.o CC [M] drivers/hid/hid-generic.o CC [M] drivers/input/serio/serio_raw.o fs/nfsd/export.o: warning: objtool: exp_flags()+0x96: can't find jump dest instruction at .text+0xe2000251 /home/kisskb/slave/src/drivers/input/mouse/cyapa_gen3.c: In function 'cyapa_gen3_set_power_mode': /home/kisskb/slave/src/drivers/input/mouse/cyapa_gen3.c:973:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] fs/reiserfs/do_balan.o: warning: objtool: balance_leaf_new_nodes_insert.isra.6()+0x6b: can't find jump dest instruction at .text+0xe7010379 CC net/core/sock_reuseport.o drivers/isdn/capi/kcapi_proc.o: warning: objtool: seq_capi_driver_open()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: seq_applstats_open()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: seq_applications_open()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: seq_contrstats_open()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: seq_controller_open()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: capi_driver_show()+0x15: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: applstats_show()+0x30: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: applications_show()+0x23: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: contrstats_show()+0x3f: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: controller_show()+0x70: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: capi_driver_next()+0xe: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: capi_driver_stop()+0xb: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: applications_stop()+0xb: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: controller_stop()+0xb: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: applications_start()+0x13: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: controller_start()+0x13: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: capi_driver_start()+0x12: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: kcapi_proc_init()+0xd: call without frame pointer save/setup drivers/isdn/capi/kcapi_proc.o: warning: objtool: kcapi_proc_exit()+0xd: call without frame pointer save/setup sound/pci/hda/hda_proc.o: warning: objtool: print_pcm_caps()+0x52: can't find jump dest instruction at .text+0xb010057 net/dccp/sysctl.o: warning: objtool: dccp_sysctl_exit()+0x10: call without frame pointer save/setup net/dccp/sysctl.o: warning: objtool: dccp_sysctl_init()+0x19: call without frame pointer save/setup CC crypto/twofish_common.o CC fs/posix_acl.o drivers/i2c/busses/i2c-bcm-iproc.o: warning: objtool: bcm_iproc_i2c_isr()+0x1b: can't find jump dest instruction at .text+0xa600002c CC [M] drivers/iio/humidity/hdc100x.o CC fs/coredump.o fs/overlayfs/readdir.o: warning: objtool: ovl_dir_fsync()+0x31: can't find jump dest instruction at .text+0x8a000037 CC [M] fs/cifs/smb1ops.o CC drivers/i2c/busses/i2c-emev2.o drivers/infiniband/hw/ocrdma/ocrdma_stats.o: warning: objtool: ocrdma_dbgfs_ops_read()+0x2e: can't find jump dest instruction at .text+0x8a0113e4 CC drivers/isdn/mISDN/core.o CC fs/drop_caches.o crypto/fcrypt.o: warning: objtool: fcrypt_mod_init()+0xb: call without frame pointer save/setup crypto/fcrypt.o: warning: objtool: fcrypt_mod_fini()+0xb: call without frame pointer save/setup drivers/infiniband/hw/cxgb3/iwch_mem.o: warning: objtool: iwch_register_mem()+0x64: can't find jump dest instruction at .text+0x9100006a drivers/ide/ide-probe.o: warning: objtool: ide_classify_atapi_dev()+0x3b: can't find jump dest instruction at .text+0x9b000378 CC [M] fs/lockd/mon.o CC [M] drivers/infiniband/hw/mthca/mthca_mcg.o CC drivers/isdn/mISDN/fsm.o fs/nfsd/lockd.o: warning: objtool: nlm_fclose()+0x4: call without frame pointer save/setup fs/nfsd/lockd.o: warning: objtool: nlm_fopen()+0x58: call without frame pointer save/setup fs/nfsd/lockd.o: warning: objtool: nfsd_lockd_init()+0x16: call without frame pointer save/setup fs/ext4/inode.o: warning: objtool: ext4_wait_for_tail_page_commit()+0x4e: can't find jump dest instruction at .text+0x93000641 CC [M] fs/gfs2/rgrp.o drivers/isdn/capi/capiutil.o: warning: objtool: message_2_pars()+0xa: can't find jump dest instruction at .text+0x4201015f drivers/isdn/capi/capilib.o: warning: objtool: capilib_new_ncci()+0x41: can't find jump dest instruction at .text+0xac0001cd CC [M] fs/lockd/xdr.o net/core/link_watch.o: warning: objtool: __linkwatch_run_queue()+0x65: can't find jump dest instruction at .text+0xa20002a8 /home/kisskb/slave/src/drivers/input/mouse/cyapa.c: In function 'cyapa_irq': /home/kisskb/slave/src/drivers/input/mouse/cyapa.c:717:27: warning: 'error' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/infiniband/hw/mthca/mthca_mad.o fs/gfs2/export.o: warning: objtool: gfs2_get_name()+0x42: can't find jump dest instruction at .text+0xb900006b sound/pci/ice1712/prodigy_hifi.o: warning: objtool: prodigy_hifi_init()+0x54: can't find jump dest instruction at .text+0xa6000f5a CC [M] drivers/hid/hid-a4tech.o fs/nfsd/vfs.o: warning: objtool: nfsd_buffered_readdir()+0x4d: can't find jump dest instruction at .text+0x990000bc CC [M] sound/pci/ice1712/phase.o drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_buffer_preenable()+0x9: call without frame pointer save/setup drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_buffer_predisable()+0xc: call without frame pointer save/setup drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_buffer_postenable()+0x18: call without frame pointer save/setup drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_trig_set_state()+0xf: call without frame pointer save/setup drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_allocate_ring()+0x19: call without frame pointer save/setup drivers/iio/accel/st_accel_buffer.o: warning: objtool: st_accel_deallocate_ring()+0x4: call without frame pointer save/setup CC drivers/i2c/busses/i2c-gpio.o drivers/infiniband/hw/mlx4/mad.o: warning: objtool: find_slave_port_pkey_ix()+0x33: can't find jump dest instruction at .text+0xbc0000bc CC drivers/isdn/hardware/mISDN/hfcmulti.o CC lib/pci_iomap.o net/l2tp/l2tp_core.o: warning: objtool: l2tp_tunnel_sock_create()+0x31: can't find jump dest instruction at .text+0x20020262 fs/eventfd.o: warning: objtool: eventfd_write()+0x48: can't find jump dest instruction at .text+0x140100df net/mac80211/driver-ops.o: warning: objtool: drv_sta_state()+0x4d: can't find jump dest instruction at .text+0xff00023a net/ceph/ceph_hash.o: warning: objtool: ceph_str_hash_rjenkins()+0x11: can't find jump dest instruction at .text+0xf2000032 CC [M] drivers/infiniband/core/cache.o CC [M] net/ipv6/addrconf.o fs/nls/nls_cp864.o: warning: objtool: init_nls_cp864()+0x12: call without frame pointer save/setup fs/nls/nls_cp864.o: warning: objtool: exit_nls_cp864()+0xb: call without frame pointer save/setup CC lib/iomap_copy.o net/ipv4/route.o: warning: objtool: rt_cpu_seq_show()+0x2b: can't find jump dest instruction at .text+0xda000387 net/llc/llc_output.o: warning: objtool: llc_build_and_send_ui_pkt()+0x23: call without frame pointer save/setup CC net/netlabel/netlabel_cipso_v4.o fs/reiserfs/namei.o: warning: objtool: linear_search_in_dir_item()+0x70: can't find jump dest instruction at .text+0x2f01021b CC [M] sound/pci/oxygen/xonar_dg_mixer.o CC [M] sound/pci/ice1712/wtm.o LD net/netlink/netlink_diag.o net/ipv4/inetpeer.o: warning: objtool: peer_avl_rebalance.isra.4()+0x9: can't find jump dest instruction at .text+0xfd000214 drivers/iio/adc/nau7802.o: warning: objtool: nau7802_probe()+0x38: can't find jump dest instruction at .text+0x7b020115 CC [M] sound/pci/ice1712/se.o CC [M] fs/gfs2/super.o CC [M] drivers/isdn/capi/capi.o drivers/infiniband/hw/mthca/mthca_allocator.o: warning: objtool: mthca_buf_alloc()+0x27: can't find jump dest instruction at .text+0xc5000500 fs/overlayfs/copy_up.o: warning: objtool: ovl_copy_up_data()+0x2d: can't find jump dest instruction at .text+0xb6000033 sound/pci/ice1712/juli.o: warning: objtool: juli_add_controls()+0x22: can't find jump dest instruction at .text+0xe0000204 CC drivers/i2c/busses/i2c-jz4780.o CC drivers/hwmon/atxp1.o CC drivers/i2c/busses/i2c-pca-platform.o drivers/iio/humidity/dht11.o: warning: objtool: dht11_probe()+0x12: call without frame pointer save/setup drivers/iio/humidity/dht11.o: warning: objtool: dht11_driver_init()+0xd: call without frame pointer save/setup drivers/iio/humidity/dht11.o: warning: objtool: dht11_driver_exit()+0xb: call without frame pointer save/setup drivers/input/mouse/cyapa_gen3.o: warning: objtool: cyapa_gen3_event_process()+0x2c: can't find jump dest instruction at .text+0xa0000181 drivers/infiniband/sw/rdmavt/cq.o: warning: objtool: rvt_cq_enter()+0x5e: can't find jump dest instruction at .text+0x90100ad LD fs/overlayfs/overlay.o CC [M] drivers/iio/humidity/htu21.o CC [M] drivers/input/mouse/elan_i2c_smbus.o sound/soc/codecs/cs42l73.o: warning: objtool: cs42l73_set_sysclk()+0x25: can't find jump dest instruction at .text+0x83000069 drivers/infiniband/hw/mthca/mthca_pd.o: warning: objtool: mthca_pd_alloc()+0x34: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_pd.o: warning: objtool: mthca_pd_free()+0x2a: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_pd.o: warning: objtool: mthca_init_pd_table()+0x1c: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_pd.o: warning: objtool: mthca_cleanup_pd_table()+0xb: call without frame pointer save/setup CC net/ipv4/inet_hashtables.o CC [M] net/irda/irlap_frame.o drivers/ide/ide-sysfs.o: warning: objtool: serial_show()+0x1e: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: firmware_show()+0x1e: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: model_show()+0x1e: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: drivename_show()+0x1a: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: modalias_show()+0x2d: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: media_show()+0x2d: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: store_delete_devices()+0x2b: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: store_scan()+0x2b: call without frame pointer save/setup drivers/ide/ide-sysfs.o: warning: objtool: ide_sysfs_register_port()+0x1a: call without frame pointer save/setup drivers/iio/gyro/st_gyro_i2c.o: warning: objtool: st_gyro_i2c_remove()+0xb: call without frame pointer save/setup drivers/iio/gyro/st_gyro_i2c.o: warning: objtool: st_gyro_i2c_probe()+0x13: call without frame pointer save/setup drivers/iio/gyro/st_gyro_i2c.o: warning: objtool: st_gyro_driver_init()+0xd: call without frame pointer save/setup drivers/iio/gyro/st_gyro_i2c.o: warning: objtool: st_gyro_driver_exit()+0xb: call without frame pointer save/setup fs/btrfs/async-thread.o: warning: objtool: normal_work_helper()+0x1d: can't find jump dest instruction at .text+0x910000bb LD fs/overlayfs/built-in.o CC [M] drivers/input/mouse/gpio_mouse.o CC [M] drivers/ide/ide-devsets.o CC [M] fs/btrfs/tree-log.o CC [M] drivers/infiniband/core/netlink.o drivers/infiniband/hw/ocrdma/ocrdma_verbs.o: warning: objtool: ocrdma_add_err_cqe()+0xb8: can't find jump dest instruction at .text+0x7b00019b CC [M] drivers/iio/dac/ad5064.o fs/notify/fdinfo.o: warning: objtool: fanotify_fdinfo.part.1()+0x68: can't find call dest symbol at offset 0xc5ff013a fs/quota/dquot.o: warning: objtool: dqcache_shrink_scan()+0xa9: can't find jump dest instruction at .text+0x780003a5 drivers/iio/adc/max1363.o: warning: objtool: max1363_monitor_mode_update()+0x41: can't find jump dest instruction at .text+0x9e0102e3 drivers/hid/i2c-hid/i2c-hid.o: warning: objtool: __i2c_hid_command()+0x144: can't find jump dest instruction at .text+0xb60001a5 CC [M] fs/nfsd/stats.o CC [M] drivers/iio/adc/twl4030-madc.o LD fs/notify/dnotify/built-in.o net/irda/irlmp_frame.o: warning: objtool: irlmp_link_data_indication()+0x91: can't find jump dest instruction at .text+0x80000189 CC [M] net/irda/timer.o LD [M] sound/pci/snd-ens1371.o fs/nls/nls_cp866.o: warning: objtool: init_nls_cp866()+0x12: call without frame pointer save/setup fs/nls/nls_cp866.o: warning: objtool: exit_nls_cp866()+0xb: call without frame pointer save/setup fs/ext4/resize.o: warning: objtool: ext4_convert_meta_bg()+0x34: can't find jump dest instruction at .text+0x82000083 LD net/rxrpc/built-in.o drivers/i2c/busses/i2c-designware-pcidrv.o: warning: objtool: i2c_dw_pci_probe()+0x40: can't find jump dest instruction at .text+0xb50100b6 LD drivers/hid/i2c-hid/built-in.o CC fs/fhandle.o CC [M] sound/pci/ice1712/maya44.o CC [M] net/rxrpc/af_rxrpc.o CC fs/ext4/ext4_jbd2.o CC [M] fs/lockd/clnt4xdr.o fs/proc/proc_tty.o: warning: objtool: show_tty_range()+0x9e: can't find jump dest instruction at .text+0x950000b9 CC net/rds/af_rds.o sound/pci/hda/hda_hwdep.o: warning: objtool: hda_hwdep_ioctl()+0x2c: can't find jump dest instruction at .text+0x95000032 CC [M] drivers/iio/humidity/si7020.o net/bridge/br_vlan.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a CC [M] drivers/iio/gyro/bmg160_i2c.o drivers/iio/adc/mxs-lradc.o: warning: objtool: mxs_lradc_buffer_preenable()+0x3b: can't find jump dest instruction at .text+0x7d010341 CC [M] drivers/input/joystick/gamecon.o LD [M] net/bridge/bridge.o CC net/mac80211/wep.o CC fs/quota/netlink.o CC fs/notify/fanotify/fanotify.o CC [M] drivers/iio/adc/viperboard_adc.o sound/pci/hda/hda_controller.o: warning: objtool: azx_single_send_cmd()+0x6a: can't find jump dest instruction at .text+0xd5000359 CC lib/devres.o sound/soc/codecs/cs4270.o: warning: objtool: cs4270_hw_params()+0x3d: can't find jump dest instruction at .text+0xa6000138 fs/proc/generic.o: warning: objtool: __proc_create()+0x4c: can't find jump dest instruction at .text+0x5c0102da drivers/input/serio/sun4i-ps2.o: warning: objtool: sun4i_ps2_probe()+0x31: can't find jump dest instruction at .text+0xdf010238 CC [M] sound/soc/codecs/cs4349.o CC fs/proc/cmdline.o net/core/skbuff.o: warning: objtool: skb_append_datato_frags()+0x55: can't find jump dest instruction at .text+0xf200092f CC [M] drivers/input/serio/arc_ps2.o drivers/iio/dac/mcp4725.o: warning: objtool: mcp4725_probe()+0x45: can't find jump dest instruction at .text+0xed000199 drivers/iio/dac/m62332.o: warning: objtool: m62332_probe()+0x2b: can't find jump dest instruction at .text+0xa8000031 CC [M] drivers/hid/hid-appleir.o fs/nls/nls_cp869.o: warning: objtool: init_nls_cp869()+0x12: call without frame pointer save/setup fs/nls/nls_cp869.o: warning: objtool: exit_nls_cp869()+0xb: call without frame pointer save/setup CC [M] drivers/iio/dac/max517.o CC net/sched/sch_generic.o fs/jfs/jfs_metapage.o: warning: objtool: metapage_readpage()+0x5e: can't find jump dest instruction at .text+0xb10002f4 fs/proc/fd.o: warning: objtool: proc_readfd_common()+0x35: can't find jump dest instruction at .text+0x460100b6 CC [M] fs/jfs/jfs_txnmgr.o CC [M] fs/nls/nls_cp874.o net/openvswitch/dp_notify.o: warning: objtool: dp_device_event()+0x1b: can't find jump dest instruction at .text+0x82000021 CC net/packet/diag.o CC [M] sound/pci/hda/patch_realtek.o drivers/iio/accel/st_accel_i2c.o: warning: objtool: st_accel_i2c_remove()+0xb: call without frame pointer save/setup drivers/iio/accel/st_accel_i2c.o: warning: objtool: st_accel_i2c_probe()+0x13: call without frame pointer save/setup drivers/iio/accel/st_accel_i2c.o: warning: objtool: st_accel_driver_init()+0x12: call without frame pointer save/setup drivers/iio/accel/st_accel_i2c.o: warning: objtool: st_accel_driver_exit()+0xb: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_eq.o: warning: objtool: mthca_map_eq_regs()+0x1f: can't find jump dest instruction at .text+0x12010124 crypto/blowfish_generic.o: warning: objtool: blowfish_mod_init()+0xb: call without frame pointer save/setup crypto/blowfish_generic.o: warning: objtool: blowfish_mod_fini()+0xb: call without frame pointer save/setup CC net/mac80211/wpa.o drivers/infiniband/hw/cxgb3/iwch_qp.o: warning: objtool: iwch_sgl2pbl_map()+0x25: can't find jump dest instruction at .text+0xaa000053 drivers/hid/wacom_wac.o: warning: objtool: wacom_intuos_get_tool_type()+0xa: can't find jump dest instruction at .text+0xd0000010 CC [M] sound/pci/echoaudio/indigodjx.o drivers/infiniband/hw/mlx4/srq.o: warning: objtool: mlx4_ib_create_srq()+0x37: can't find jump dest instruction at .text+0x370400db drivers/hid/wacom_sys.o: warning: objtool: wacom_usage_mapping()+0x89: can't find jump dest instruction at .text+0xb5000450 CC [M] sound/soc/codecs/gtm601.o CC [M] fs/reiserfs/fix_node.o drivers/input/mouse/cyapa.o: warning: objtool: cyapa_create_input_dev()+0x20: can't find jump dest instruction at .text+0x6f0200cc CC drivers/isdn/hardware/mISDN/hfcsusb.o CC net/sched/sch_mq.o drivers/hid/hid-generic.o: warning: objtool: hid_generic_init()+0x19: call without frame pointer save/setup drivers/hid/hid-generic.o: warning: objtool: hid_generic_exit()+0xb: call without frame pointer save/setup CC [M] drivers/hid/hid-betopff.o drivers/input/mouse/cyapa_gen6.o: warning: objtool: cyapa_gen6_set_power_mode()+0x24: can't find jump dest instruction at .text+0x3e02038b sound/pci/mixart/mixart_mixer.o: warning: objtool: mixart_update_monitoring()+0x14: can't find jump dest instruction at .text+0x960001e4 fs/cifs/sess.o: warning: objtool: decode_unicode_ssetup.isra.4()+0x6c: can't find jump dest instruction at .text+0x830003e9 CC [M] net/ceph/pagevec.o LD [M] sound/pci/mixart/snd-mixart.o CC [M] sound/pci/oxygen/xonar_dg.o CC fs/ntfs/index.o CC [M] fs/cifs/winucase.o fs/quota/compat.o: warning: objtool: sys32_quotactl()+0x36: can't find jump dest instruction at .text+0xbd01003c net/bluetooth/l2cap_core.o: warning: objtool: l2cap_classify_txseq()+0x14: can't find jump dest instruction at .text+0x8d000431 CC [M] fs/jfs/jfs_uniupr.o CC drivers/iio/magnetometer/bmc150_magn.o fs/reiserfs/file.o: warning: objtool: reiserfs_sync_file()+0x26: can't find jump dest instruction at .text+0x94000052 drivers/infiniband/ulp/srpt/ib_srpt.o: warning: objtool: srpt_alloc_rw_ctxs()+0x93: can't find jump dest instruction at .text+0xc40106e4 fs/ntfs/dir.o: warning: objtool: ntfs_filldir.isra.13()+0x28: can't find jump dest instruction at .text+0xe60000b1 CC [M] drivers/isdn/i4l/isdn_tty.o CC [M] fs/reiserfs/super.o LD [M] net/bluetooth/bluetooth.o net/lapb/lapb_iface.o: warning: objtool: lapb_getparms()+0x19: can't find jump dest instruction at .text+0xa9000166 drivers/infiniband/hw/cxgb3/iwch.o: warning: objtool: iwch_event_handler()+0x14: can't find jump dest instruction at .text+0xee0000da LD net/lapb/lapb.o CC net/rds/bind.o fs/btrfs/extent-tree.o: warning: objtool: btrfs_issue_discard()+0x67: can't find jump dest instruction at .text+0xce00058b CC fs/notify/fanotify/fanotify_user.o fs/reiserfs/dir.o: warning: objtool: reiserfs_readdir_inode()+0xb3: can't find jump dest instruction at .text+0x53040125 LD [M] sound/pci/echoaudio/snd-darla20.o CC [M] drivers/infiniband/core/roce_gid_mgmt.o CC lib/check_signature.o CC [M] fs/reiserfs/prints.o drivers/input/mouse/elan_i2c_i2c.o: warning: objtool: elan_i2c_prepare_fw_update()+0x1d: can't find jump dest instruction at .text+0xdb0008a6 fs/btrfs/orphan.o: warning: objtool: btrfs_insert_orphan_item()+0x21: call without frame pointer save/setup fs/btrfs/orphan.o: warning: objtool: btrfs_del_orphan_item()+0x23: call without frame pointer save/setup CC [M] fs/jfs/resize.o LD net/lapb/built-in.o net/dccp/ackvec.o: warning: objtool: dccp_ackvec_update_records()+0x34: can't find jump dest instruction at .text+0xd1000236 CC crypto/serpent_generic.o LD net/dccp/dccp.o fs/lockd/svclock.o: warning: objtool: nlmsvc_grant_deferred()+0xb3: can't find jump dest instruction at .text+0x6e0004d2 CC [M] fs/lockd/xdr4.o CC net/core/flow.o LD [M] sound/pci/echoaudio/snd-layla20.o CC [M] fs/btrfs/free-space-cache.o fs/mbcache.o: warning: objtool: mb_cache_create()+0x18: can't find jump dest instruction at .text+0x1301004c CC [M] fs/nls/nls_cp1250.o drivers/isdn/capi/kcapi.o: warning: objtool: wait_on_ctr_state()+0x61: can't find jump dest instruction at .text+0x8a000132 CC [M] drivers/hid/hid-chicony.o CC [M] net/ipv6/addrlabel.o drivers/iio/accel/st_accel_core.o: warning: objtool: st_accel_common_probe()+0x63: can't find jump dest instruction at .text+0xf10000a0 fs/proc/array.o: warning: objtool: get_children_pid()+0x35: can't find jump dest instruction at .text+0x990000fb net/llc/llc_if.o: warning: objtool: llc_establish_connection()+0x54: can't find call dest symbol at offset 0x250000db LD [M] drivers/iio/accel/st_accel.o CC [M] fs/btrfs/zlib.o sound/pci/oxygen/oxygen_pcm.o: warning: objtool: oxygen_hw_params()+0x33: can't find jump dest instruction at .text+0x9200013d CC drivers/hwmon/coretemp.o CC [M] drivers/isdn/i4l/isdn_v110.o CC [M] sound/pci/ice1712/quartet.o LD drivers/iio/dac/built-in.o CC [M] drivers/isdn/i4l/isdn_common.o drivers/input/joystick/analog.o: warning: objtool: analog_init_masks()+0x1c: can't find jump dest instruction at .text+0xe3010092 CC [M] fs/nfsd/nfs3proc.o drivers/leds/led-core.o: warning: objtool: led_timer_function()+0x29: can't find jump dest instruction at .text+0x8d000386 drivers/hid/uhid.o: warning: objtool: uhid_dev_create2()+0x1e: can't find jump dest instruction at .text+0x71010103 crypto/blowfish_common.o: warning: objtool: blowfish_setkey()+0xe2: can't find call dest symbol at offset 0x9efc0461 CC [M] drivers/hid/hid-corsair.o drivers/iio/light/cm36651.o: warning: objtool: cm36651_read_int_time()+0xe: can't find jump dest instruction at .text+0x8e000014 CC [M] drivers/infiniband/hw/mthca/mthca_provider.o CC drivers/leds/led-class.o drivers/i2c/busses/i2c-emev2.o: warning: objtool: em_i2c_probe()+0x36: can't find jump dest instruction at .text+0x770101e2 drivers/infiniband/sw/rdmavt/dma.o: warning: objtool: rvt_map_sg()+0x10: can't find jump dest instruction at .text+0x88000100 CC drivers/iio/light/gp2ap020a00f.o net/ipv6/anycast.o: warning: objtool: __ipv6_dev_ac_inc()+0x53: can't find jump dest instruction at .text+0x6010334 CC [M] net/irda/qos.o drivers/i2c/busses/i2c-designware-core.o: warning: objtool: i2c_dw_read()+0x17: can't find jump dest instruction at .text+0x9a00016a CC [M] drivers/input/joydev.o LD [M] sound/pci/echoaudio/snd-gina24.o drivers/input/serio/serport.o: warning: objtool: serport_ldisc_read()+0x20: can't find jump dest instruction at .text+0x490102f8 LD drivers/iio/orientation/built-in.o drivers/infiniband/hw/ocrdma/ocrdma_hw.o: warning: objtool: ocrdma_parse_dcbxcfg_rsp()+0x4b: can't find jump dest instruction at .text+0x230100fa LD [M] drivers/infiniband/hw/ocrdma/ocrdma.o LD drivers/input/serio/built-in.o net/mac80211/status.o: warning: objtool: ieee80211_report_ack_skb()+0x94: can't find jump dest instruction at .text+0xdf00020c drivers/iio/humidity/hdc100x.o: warning: objtool: hdc100x_probe()+0x2c: can't find jump dest instruction at .text+0xc00000db CC net/openvswitch/flow.o LD [M] sound/pci/echoaudio/snd-mia.o CC net/mac80211/scan.o CC [M] drivers/infiniband/sw/rdmavt/mcast.o CC [M] sound/pci/oxygen/virtuoso.o net/netlabel/netlabel_mgmt.o: warning: objtool: netlbl_mgmt_version()+0x32: can't find jump dest instruction at .text+0x8e000068 fs/lockd/svcshare.o: warning: objtool: nlmsvc_share_file()+0x43: can't find jump dest instruction at .text+0x8e000049 LD [M] sound/pci/snd-es1938.o LD drivers/iio/adc/xilinx-xadc.o CC [M] sound/pci/oxygen/xonar_lib.o sound/pci/vx222/vx222_ops.o: warning: objtool: vx2_dma_read()+0x59: can't find call dest symbol at offset 0xc8fe034f fs/lockd/svcproc.o: warning: objtool: nlmsvc_retrieve_args()+0x32: can't find jump dest instruction at .text+0x9d000087 drivers/infiniband/core/cq.o: warning: objtool: ib_free_cq()+0x18: can't find jump dest instruction at .text+0x90000106 LD [M] sound/pci/vx222/snd-vx222.o CC [M] fs/lockd/svc4proc.o drivers/infiniband/hw/mlx4/cm.o: warning: objtool: id_map_alloc()+0x3f: can't find jump dest instruction at .text+0xf010347 drivers/hid/hid-a4tech.o: warning: objtool: a4_event()+0x14: can't find jump dest instruction at .text+0x9a000051 CC drivers/isdn/mISDN/socket.o CC net/rds/cong.o CC [M] sound/pci/hda/patch_analog.o sound/pci/oxygen/oxygen.o: warning: objtool: get_oxygen_model()+0x10c: can't find jump dest instruction at .text+0xc6010161 fs/drop_caches.o: warning: objtool: drop_pagecache_sb()+0xbc: can't find jump dest instruction at .text+0x790000c1 net/ipv6/ip6_udp_tunnel.o: warning: objtool: udp_tunnel6_xmit_skb()+0x1d8: can't find jump dest instruction at .text+0x710001dc CC [M] drivers/iio/gyro/itg3200_core.o CC fs/ntfs/inode.o CC drivers/iio/potentiometer/mcp4531.o CC [M] drivers/isdn/hardware/avm/b1dma.o drivers/infiniband/hw/mthca/mthca_cq.o: warning: objtool: handle_error_cqe()+0x2d: can't find jump dest instruction at .text+0xb8000033 CC [M] fs/xfs/libxfs/xfs_attr.o CC net/batman-adv/soft-interface.o crypto/twofish_generic.o: warning: objtool: twofish_decrypt()+0xbe: can't find call dest symbol at offset 0x340000cc CC crypto/aes_generic.o LD [M] sound/pci/snd-es1968.o drivers/input/mouse/gpio_mouse.o: warning: objtool: gpio_mouse_remove()+0x14: call without frame pointer save/setup drivers/input/mouse/gpio_mouse.o: warning: objtool: gpio_mouse_probe()+0x43: call without frame pointer save/setup drivers/input/mouse/gpio_mouse.o: warning: objtool: gpio_mouse_device_driver_init()+0x12: call without frame pointer save/setup drivers/input/mouse/gpio_mouse.o: warning: objtool: gpio_mouse_device_driver_exit()+0xb: call without frame pointer save/setup drivers/iio/humidity/htu21.o: warning: objtool: htu21_probe()+0x47: can't find jump dest instruction at .text+0xe200004c LD fs/notify/inotify/built-in.o fs/nls/nls_cp874.o: warning: objtool: init_nls_cp874()+0x12: call without frame pointer save/setup fs/nls/nls_cp874.o: warning: objtool: exit_nls_cp874()+0xb: call without frame pointer save/setup fs/jfs/jfs_dtree.o: warning: objtool: dtReadFirst()+0x5f: can't find jump dest instruction at .text+0x1f01031b CC [M] drivers/isdn/hardware/mISDN/hfcpci.o fs/proc/base.o: warning: objtool: proc_pid_readlink()+0x2d: can't find jump dest instruction at .text+0x8100018c sound/pci/trident/trident_memory.o: warning: objtool: snd_trident_alloc_sg_pages()+0x52: can't find jump dest instruction at .text+0xe1000114 fs/proc/cmdline.o: warning: objtool: cmdline_proc_open()+0x10: call without frame pointer save/setup fs/proc/cmdline.o: warning: objtool: cmdline_proc_show()+0x14: call without frame pointer save/setup fs/proc/cmdline.o: warning: objtool: proc_cmdline_init()+0x19: call without frame pointer save/setup CC fs/proc/consoles.o CC [M] fs/nls/nls_iso8859-4.o LD [M] sound/pci/snd-fm801.o CC [M] fs/nfsd/nfs3xdr.o CC [M] sound/pci/ice1712/psc724.o CC crypto/camellia_generic.o drivers/iio/gyro/bmg160_i2c.o: warning: objtool: bmg160_i2c_remove()+0x8: call without frame pointer save/setup drivers/iio/gyro/bmg160_i2c.o: warning: objtool: bmg160_i2c_probe()+0x22: call without frame pointer save/setup drivers/iio/gyro/bmg160_i2c.o: warning: objtool: bmg160_i2c_driver_init()+0x12: call without frame pointer save/setup drivers/iio/gyro/bmg160_i2c.o: warning: objtool: bmg160_i2c_driver_exit()+0xb: call without frame pointer save/setup fs/btrfs/locking.o: warning: objtool: btrfs_clear_lock_blocking_rw()+0x25: can't find jump dest instruction at .text+0xbe00002b CC drivers/iio/magnetometer/bmc150_magn_i2c.o drivers/input/serio/serio_raw.o: warning: objtool: serio_raw_read()+0x49: can't find jump dest instruction at .text+0x5101023c CC [M] fs/gfs2/sys.o CC [M] drivers/iio/gyro/itg3200_buffer.o CC [M] drivers/isdn/hardware/avm/t1pci.o drivers/input/mouse/elan_i2c_smbus.o: warning: objtool: elan_smbus_prepare_fw_update()+0x2e: can't find jump dest instruction at .text+0xe5000619 drivers/input/tablet/gtco.o: warning: objtool: parse_hid_report_descriptor()+0x54: can't find jump dest instruction at .text+0x3b0300e2 LD [M] sound/pci/snd-intel8x0.o CC net/mac80211/offchannel.o CC [M] net/ipv6/route.o drivers/hid/usbhid/hid-quirks.o: warning: objtool: usbhid_modify_dquirk()+0x30: can't find jump dest instruction at .text+0xd3000036 CC [M] net/rxrpc/ar-accept.o drivers/i2c/busses/i2c-gpio.o: warning: objtool: i2c_gpio_remove()+0xb: call without frame pointer save/setup drivers/i2c/busses/i2c-gpio.o: warning: objtool: i2c_gpio_probe()+0x2b: call without frame pointer save/setup drivers/i2c/busses/i2c-gpio.o: warning: objtool: i2c_gpio_init()+0xf: call without frame pointer save/setup drivers/i2c/busses/i2c-gpio.o: warning: objtool: i2c_gpio_exit()+0xb: call without frame pointer save/setup net/ipv6/mcast_snoop.o: warning: objtool: ipv6_mc_validate_checksum()+0x4c: can't find jump dest instruction at .text+0xc2000350 drivers/infiniband/hw/mthca/mthca_av.o: warning: objtool: mthca_create_ah()+0x4f: can't find jump dest instruction at .text+0x8e01017d drivers/input/joystick/db9.o: warning: objtool: db9_attach()+0x47: can't find jump dest instruction at .text+0xa90200d7 CC net/rds/connection.o CC [M] net/ipv6/ip6_fib.o CC net/mac80211/ht.o drivers/hwmon/atxp1.o: warning: objtool: atxp1_storevcore()+0x3d: can't find jump dest instruction at .text+0xe90000e7 fs/ntfs/file.o: warning: objtool: ntfs_file_open()+0x4: call without frame pointer save/setup sound/pci/hda/hda_beep.o: warning: objtool: snd_hda_attach_beep_device.part.8()+0x32: can't find jump dest instruction at .text+0x3a01039a CC drivers/hwmon/da9055-hwmon.o net/ipv4/ip_fragment.o: warning: objtool: ip_frag_reasm()+0x49: can't find jump dest instruction at .text+0x760302ce drivers/input/mouse/elan_i2c_core.o: warning: objtool: elan_query_device_parameters()+0x28: can't find jump dest instruction at .text+0x8100002e LD [M] sound/pci/snd-maestro3.o CC [M] fs/cifs/cifs_spnego.o CC net/batman-adv/sysfs.o /home/kisskb/slave/src/net/core/dev.c: In function 'validate_xmit_skb_list': /home/kisskb/slave/src/net/core/dev.c:3027:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] CC [M] fs/binfmt_script.o net/ipv6/inet6_hashtables.o: warning: objtool: __inet6_check_established()+0x8f: can't find jump dest instruction at .text+0x85000389 CC [M] drivers/isdn/capi/capidrv.o CC [M] net/rxrpc/ar-ack.o drivers/infiniband/hw/mlx5/srq.o: warning: objtool: create_srq_user()+0x65: can't find jump dest instruction at .text+0xa502007c CC net/mac80211/agg-tx.o CC [M] fs/jfs/xattr.o LD drivers/iio/dummy/iio_dummy.o CC lib/hweight.o drivers/i2c/busses/i2c-pca-platform.o: warning: objtool: i2c_pca_pf_probe()+0x3a: can't find jump dest instruction at .text+0x820200c7 fs/notify/fanotify/fanotify.o: warning: objtool: fanotify_should_send_event()+0x9: can't find jump dest instruction at .text+0x9a000025 drivers/iio/dummy/iio_dummy_evgen.o: warning: objtool: iio_dummy_evgen_create()+0x2b: can't find jump dest instruction at .text.unlikely+0xe2000031 CC [M] net/ipv6/ipv6_sockglue.o drivers/iio/dac/max517.o: warning: objtool: max517_probe()+0x34: can't find jump dest instruction at .text+0xb200010c LD [M] sound/pci/snd-rme32.o LD net/sunrpc/built-in.o CC [M] fs/jfs/ioctl.o drivers/iio/dac/ad5064.o: warning: objtool: ad5064_probe.constprop.6()+0x2e: can't find jump dest instruction at .text+0xa8010374 LD drivers/iio/dummy/built-in.o fs/gfs2/recovery.o: warning: objtool: clean_journal.isra.5()+0x78: can't find jump dest instruction at .text+0x2301013e fs/jfs/jfs_logmgr.o: warning: objtool: lbmAllocate()+0x2d: can't find jump dest instruction at .text+0x9900008a fs/nfsd/nfsxdr.o: warning: objtool: nfssvc_decode_readargs()+0x22: can't find jump dest instruction at .text+0xd0000442 net/irda/irlap_event.o: warning: objtool: irlap_state_xmit_s()+0x15: can't find jump dest instruction at .text+0x1f010103 LD [M] sound/pci/snd-rme96.o CC [M] fs/jfs/acl.o drivers/i2c/busses/i2c-jz4780.o: warning: objtool: jz4780_i2c_probe()+0x31: can't find jump dest instruction at .text+0xed000274 CC [M] net/sunrpc/clnt.o CC [M] net/irda/irqueue.o net/mac80211/main.o: warning: objtool: ieee80211_init_cipher_suites()+0x65: can't find jump dest instruction at .text+0xe00102b1 fs/btrfs/export.o: warning: objtool: btrfs_get_dentry()+0x33: can't find jump dest instruction at .text+0xfb000056 CC [M] drivers/infiniband/hw/mthca/mthca_memfree.o CC [M] drivers/hid/hid-cypress.o drivers/input/sparse-keymap.o: warning: objtool: sparse_keymap_setup()+0x43: can't find jump dest instruction at .text+0xee0000e6 CC drivers/i2c/busses/i2c-riic.o CC net/ipv4/inet_timewait_sock.o drivers/iio/light/apds9960.o: warning: objtool: apds9960_set_pxs_gain()+0x1c: can't find jump dest instruction at .text+0x8d0000d2 fs/gfs2/file.o: warning: objtool: gfs2_fsync()+0x4b: can't find jump dest instruction at .text+0x84000243 drivers/infiniband/hw/mlx4/mcg.o: warning: objtool: clear_pending_reqs()+0x107: can't find jump dest instruction at .text+0x76000151 CC [M] drivers/input/joystick/interact.o LD drivers/input/input-core.o CC [M] fs/cifs/dns_resolve.o CC [M] drivers/isdn/hardware/eicon/diddfunc.o drivers/infiniband/core/sysfs.o: warning: objtool: free_port_list_attributes()+0x27: can't find jump dest instruction at .text+0x8e0003ec CC [M] fs/nls/nls_iso8859-7.o LD [M] sound/pci/snd-sonicvibes.o CC [M] drivers/infiniband/core/mr_pool.o fs/nls/nls_cp1250.o: warning: objtool: init_nls_cp1250()+0x12: call without frame pointer save/setup fs/nls/nls_cp1250.o: warning: objtool: exit_nls_cp1250()+0xb: call without frame pointer save/setup CC [M] net/irda/irttp.o drivers/iio/humidity/si7020.o: warning: objtool: si7020_probe()+0x28: can't find jump dest instruction at .text+0x8700002e LD net/tipc/built-in.o CC [M] fs/xfs/libxfs/xfs_attr_leaf.o LD drivers/iio/humidity/built-in.o CC [M] net/tipc/addr.o LD drivers/iio/gyro/st_gyro.o drivers/infiniband/core/verbs.o: warning: objtool: ib_sg_to_pages()+0x3d: can't find jump dest instruction at .text+0xc0105e4 LD net/unix/built-in.o fs/btrfs/inode.o: warning: objtool: create_pinned_em()+0x53: can't find jump dest instruction at .text+0xbe00023c LD [M] sound/pci/snd-via82xx-modem.o net/batman-adv/send.o: warning: objtool: batadv_send_skb_packet()+0x18: can't find jump dest instruction at .text+0xbb0001c3 CC drivers/i2c/busses/i2c-sh_mobile.o CC net/ipv4/inet_connection_sock.o CC [M] fs/btrfs/lzo.o CC [M] drivers/infiniband/hw/mthca/mthca_uar.o CC drivers/i2c/busses/i2c-simtec.o CC [M] net/unix/af_unix.o drivers/iio/adc/viperboard_adc.o: warning: objtool: vprbrd_iio_read_raw()+0x24: can't find jump dest instruction at .text+0x401002a net/core/neighbour.o: warning: objtool: neightbl_fill_parms()+0x34: can't find jump dest instruction at .text+0x21020315 net/ceph/osd_client.o: warning: objtool: osd_req_opcode_valid()+0x9: can't find jump dest instruction at .text+0x9b00000f sound/soc/codecs/gtm601.o: warning: objtool: gtm601_platform_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/gtm601.o: warning: objtool: gtm601_platform_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/gtm601.o: warning: objtool: gtm601_codec_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/gtm601.o: warning: objtool: gtm601_codec_driver_exit()+0xb: call without frame pointer save/setup CC [M] fs/ext2/symlink.o drivers/infiniband/sw/rdmavt/mad.o: warning: objtool: rvt_send_mad_handler()+0x7: call without frame pointer save/setup drivers/infiniband/sw/rdmavt/mad.o: warning: objtool: rvt_create_mad_agents()+0x56: call without frame pointer save/setup drivers/infiniband/sw/rdmavt/mad.o: warning: objtool: rvt_free_mad_agents()+0x42: call without frame pointer save/setup CC [M] net/ceph/snapshot.o net/ipv6/af_inet6.o: warning: objtool: inet6_create()+0x27: can't find jump dest instruction at .text+0xf002015f CC fs/proc/cpuinfo.o CC drivers/iio/common/st_sensors/st_sensors_buffer.o CC drivers/i2c/busses/i2c-xlp9xx.o CC net/openvswitch/flow_netlink.o net/dccp/diag.o: warning: objtool: dccp_diag_get_info()+0x1a: can't find call dest symbol at offset 0x3a0000c6 CC [M] fs/reiserfs/objectid.o CC [M] drivers/isdn/hardware/eicon/dadapter.o fs/fhandle.o: warning: objtool: do_sys_name_to_handle()+0x34: can't find jump dest instruction at .text+0xfe0001d4 drivers/infiniband/hw/mlx5/ah.o: warning: objtool: mlx5_ib_create_ah()+0x5e: can't find call dest symbol at offset 0xe9ff0116 drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmDelTimer()+0x8: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmInitTimer()+0x27: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmRestartTimer()+0x41: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmEvent()+0x40: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: FsmExpireTimer()+0xe: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmFree()+0x7: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmNew()+0x2c: call without frame pointer save/setup drivers/isdn/mISDN/fsm.o: warning: objtool: mISDN_FsmAddTimer()+0x68: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_mr.o: warning: objtool: mthca_buddy_init()+0x73: can't find jump dest instruction at .text+0xbd0000b6 CC crypto/cast_common.o CC [M] drivers/hid/hid-elo.o CC drivers/iio/magnetometer/mag3110.o CC net/vmw_vsock/af_vsock.o drivers/iio/imu/kmx61.o: warning: objtool: kmx61_set_power_state()+0x46: can't find jump dest instruction at .text+0xb5000505 drivers/hwmon/adt7475.o: warning: objtool: adt7475_detect()+0x35: can't find jump dest instruction at .text+0xc600007d fs/nfsd/stats.o: warning: objtool: nfsd_proc_open()+0x10: call without frame pointer save/setup fs/nfsd/stats.o: warning: objtool: nfsd_proc_show()+0x77: call without frame pointer save/setup fs/nfsd/stats.o: warning: objtool: nfsd_stat_init()+0x19: call without frame pointer save/setup fs/nfsd/stats.o: warning: objtool: nfsd_stat_shutdown()+0x12: call without frame pointer save/setup LD drivers/iio/imu/built-in.o fs/compat_ioctl.o: warning: objtool: compat_ioctl_preallocate()+0x37: can't find jump dest instruction at .text+0xa200003d CC fs/ext4/migrate.o drivers/ide/ide-devsets.o: warning: objtool: set_pio_mode()+0x29: can't find jump dest instruction at .text+0xdc0000cf CC [M] drivers/infiniband/sw/rdmavt/mmap.o net/netlink/genetlink.o: warning: objtool: ctrl_fill_info()+0x35: can't find jump dest instruction at .text+0xbf020555 CC [M] drivers/ide/ide-io-std.o LD drivers/iio/proximity/built-in.o CC [M] sound/soc/codecs/jz4740.o drivers/infiniband/hw/mlx4/main.o: warning: objtool: check_flow_steering_support()+0xd: can't find jump dest instruction at .text+0x96000090 CC drivers/iio/pressure/hp03.o CC [M] net/unix/garbage.o net/openvswitch/actions.o: warning: objtool: set_ipv4()+0x3f: can't find jump dest instruction at .text+0x1601021c drivers/input/mouse/cyapa_gen5.o: warning: objtool: cyapa_pip_report_slot_data()+0x22: can't find jump dest instruction at .text+0x60100f6 CC [M] drivers/isdn/i4l/isdn_ppp.o drivers/input/tablet/aiptek.o: warning: objtool: aiptek_query()+0x39: can't find jump dest instruction at .text+0xa80001a6 drivers/input/serio/arc_ps2.o: warning: objtool: arc_ps2_create_port.isra.6()+0x2d: can't find jump dest instruction at .text+0xa20001a6 CC [M] drivers/isdn/hardware/eicon/divasmain.o CC [M] drivers/input/mouse/sermouse.o LD drivers/iio/industrialio.o lib/pci_iomap.o: warning: objtool: pci_iomap_wc_range()+0x7f: call without frame pointer save/setup lib/pci_iomap.o: warning: objtool: pci_iomap_wc()+0x9: call without frame pointer save/setup lib/pci_iomap.o: warning: objtool: pci_iomap_range()+0x85: call without frame pointer save/setup lib/pci_iomap.o: warning: objtool: pci_iomap()+0x9: call without frame pointer save/setup fs/gfs2/ops_fstype.o: warning: objtool: gfs2_mount_meta()+0x40: can't find jump dest instruction at .text+0x8f000091 LD net/wimax/built-in.o CC [M] fs/gfs2/trans.o CC drivers/i2c/busses/i2c-rcar.o drivers/hid/hid-betopff.o: warning: objtool: hid_betopff_play()+0x33: can't find call dest symbol at offset 0xa500005b sound/pci/ice1712/wtm.o: warning: objtool: stac9460_dac_vol_put()+0x3a: can't find jump dest instruction at .text+0x9a000510 CC [M] drivers/isdn/i4l/isdn_concap.o drivers/isdn/hardware/eicon/diva_didd.o: warning: objtool: divadidd_proc_show()+0x87: can't find call dest symbol at offset 0x260000da sound/pci/ice1712/maya44.o: warning: objtool: maya_vol_put()+0x11f: can't find jump dest instruction at .text+0x540005d7 CC [M] fs/reiserfs/lbalance.o lib/iomap.o: warning: objtool: pci_iounmap()+0x27: can't find call dest symbol at offset 0x9d000083 sound/pci/oxygen/xonar_dg_mixer.o: warning: objtool: input_vol_put()+0x37: can't find jump dest instruction at .text+0xac000260 CC [M] drivers/isdn/hardware/avm/c4.o CC [M] net/unix/sysctl_net_unix.o CC [M] net/wimax/id-table.o CC [M] drivers/hid/hid-gembird.o CC drivers/iio/trigger/iio-trig-hrtimer.o CC [M] sound/pci/ice1712/wm8766.o CC net/llc/llc_c_ac.o CC [M] sound/pci/oxygen/xonar_pcm179x.o fs/aio.o: warning: objtool: kill_ioctx()+0x3c: can't find jump dest instruction at .text+0x870004b0 LD drivers/lguest/built-in.o CC drivers/iio/temperature/mlx90614.o drivers/hid/hid-appleir.o: warning: objtool: appleir_probe()+0x2a: can't find jump dest instruction at .text+0xc50000e0 sound/pci/ice1712/se.o: warning: objtool: se200pci_add_controls()+0x11d: can't find jump dest instruction at .text+0x190001b6 CC [M] net/wimax/op-msg.o LD [M] net/dccp/dccp_diag.o CC [M] drivers/hid/hid-gt683r.o fs/nfsd/nfscache.o: warning: objtool: nfsd_cache_match()+0x18: can't find jump dest instruction at .text+0xc60003c0 sound/soc/codecs/cs4349.o: warning: objtool: cs4349_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/cs4349.o: warning: objtool: cs4349_digital_mute()+0x1c: call without frame pointer save/setup sound/soc/codecs/cs4349.o: warning: objtool: cs4349_pcm_hw_params()+0x5e: call without frame pointer save/setup sound/soc/codecs/cs4349.o: warning: objtool: cs4349_i2c_probe()+0x25: call without frame pointer save/setup sound/soc/codecs/cs4349.o: warning: objtool: cs4349_i2c_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/cs4349.o: warning: objtool: cs4349_i2c_driver_exit()+0xb: call without frame pointer save/setup CC drivers/hwmon/dell-smm-hwmon.o CC net/rds/info.o net/llc/llc_c_ev.o: warning: objtool: llc_conn_ev_rx_i_cmd_pbit_set_0_unexpd_ns()+0x4c: can't find call dest symbol at offset 0xa5fe02db fs/ext4/ext4_jbd2.o: warning: objtool: __ext4_forget()+0x73: can't find jump dest instruction at .text+0xf010355 CC net/llc/llc_conn.o CC [M] fs/gfs2/util.o net/irda/timer.o: warning: objtool: irlap_start_slot_timer()+0x15: can't find call dest symbol at offset 0x520000ae CC drivers/iio/magnetometer/mmc35240.o drivers/infiniband/hw/mlx4/sysfs.o: warning: objtool: unregister_alias_guid_tree()+0x1b: can't find jump dest instruction at .text+0xa2000052 fs/nls/nls_iso8859-4.o: warning: objtool: init_nls_iso8859_4()+0x12: call without frame pointer save/setup fs/nls/nls_iso8859-4.o: warning: objtool: exit_nls_iso8859_4()+0xb: call without frame pointer save/setup CC [M] drivers/infiniband/sw/rdmavt/mr.o LD drivers/macintosh/built-in.o sound/pci/oxygen/xonar_dg.o: warning: objtool: cs4245_write_spi()+0x28: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: cs4245_read_spi()+0x23: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: cs4245_shadow_control()+0x27: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: dg_init()+0x22: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: dg_cleanup()+0x10: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: dg_suspend()+0x4: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: dg_resume()+0xf: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: set_cs4245_dac_params()+0x4b: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: set_cs4245_adc_params()+0x4b: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: adjust_dg_dac_routing()+0x37: call without frame pointer save/setup sound/pci/oxygen/xonar_dg.o: warning: objtool: dump_cs4245_registers()+0x25: call without frame pointer save/setup net/ipv4/ip_options.o: warning: objtool: ip_options_rcv_srr()+0x3b: can't find jump dest instruction at .text+0xfc01009c drivers/infiniband/core/rw.o: warning: objtool: rdma_rw_ctx_wrs()+0x19: can't find jump dest instruction at .text+0x7010068 CC [M] net/ipv6/ndisc.o CC [M] drivers/isdn/i4l/isdn_x25iface.o CC [M] drivers/input/joystick/stinger.o fs/ntfs/index.o: warning: objtool: ntfs_index_lookup()+0x93: can't find jump dest instruction at .text+0x7106016d CC lib/assoc_array.o CC lib/list_debug.o drivers/iio/common/st_sensors/st_sensors_core.o: warning: objtool: st_sensors_check_device_support()+0x49: can't find jump dest instruction at .text+0xc1000163 sound/pci/ice1712/phase.o: warning: objtool: phase28_init()+0x38: can't find jump dest instruction at .text+0x33010ba8 fs/posix_acl.o: warning: objtool: posix_acl_valid()+0x17: can't find jump dest instruction at .text+0x9000002b drivers/infiniband/hw/mlx4/alias_GUID.o: warning: objtool: set_guid_rec()+0x4b: can't find jump dest instruction at .text+0x9b020181 CC [M] net/tipc/bcast.o drivers/iio/gyro/bmg160_core.o: warning: objtool: bmg160_setup_any_motion_interrupt()+0x56: can't find jump dest instruction at .text+0x910001f0 CC net/batman-adv/translation-table.o CC drivers/hwmon/emc6w201.o CC [M] drivers/infiniband/hw/cxgb3/cxio_hal.o fs/compat.o: warning: objtool: poll_select_copy_remaining()+0x1e: can't find jump dest instruction at .text+0xb10000f3 fs/ext2/super.o: warning: objtool: ext2_quota_write()+0x60: can't find jump dest instruction at .text+0x110105db CC [M] fs/lockd/procfs.o CC [M] drivers/input/joystick/turbografx.o net/core/rtnetlink.o: warning: objtool: validate_linkmsg()+0x2f: can't find jump dest instruction at .text+0xb200012d drivers/infiniband/hw/mlx5/gsi.o: warning: objtool: modify_to_rts.isra.3()+0x7e: can't find jump dest instruction at .text+0xb8000294 fs/xfs/libxfs/xfs_alloc_btree.o: warning: objtool: xfs_allocbt_verify()+0x44: can't find jump dest instruction at .text+0x81000082 CC drivers/mcb/mcb-core.o sound/pci/echoaudio/echo3g.o: warning: objtool: midi_service_irq()+0x16: can't find jump dest instruction at .text+0x8c000621 drivers/infiniband/ulp/srp/ib_srp.o: warning: objtool: srp_unmap_data()+0x39: can't find jump dest instruction at .text+0xbc01073b sound/pci/hda/hda_codec.o: warning: objtool: snd_hda_add_imux_item()+0x3e: can't find jump dest instruction at .text+0x9b0003a6 CC fs/proc/devices.o CC fs/ext4/mballoc.o CC [M] drivers/isdn/hardware/eicon/divasfunc.o CC drivers/iio/temperature/tmp006.o CC [M] drivers/input/joystick/zhenhua.o CC [M] drivers/input/mouse/synaptics_usb.o LD drivers/iio/gyro/built-in.o drivers/infiniband/hw/mthca/mthca_mcg.o: warning: objtool: find_mgm()+0x47: can't find jump dest instruction at .text+0x2b01004d fs/jfs/resize.o: warning: objtool: jfs_extendfs()+0x96: can't find jump dest instruction at .text+0x5b06009b CC drivers/iio/pressure/mpl115.o drivers/iio/potentiometer/mcp4531.o: warning: objtool: mcp4531_probe()+0x4b: call without frame pointer save/setup drivers/iio/potentiometer/mcp4531.o: warning: objtool: mcp4531_write_raw()+0x34: call without frame pointer save/setup drivers/iio/potentiometer/mcp4531.o: warning: objtool: mcp4531_read_raw()+0x30: call without frame pointer save/setup drivers/iio/potentiometer/mcp4531.o: warning: objtool: mcp4531_driver_init()+0xd: call without frame pointer save/setup drivers/iio/potentiometer/mcp4531.o: warning: objtool: mcp4531_driver_exit()+0xb: call without frame pointer save/setup net/core/sock_diag.o: warning: objtool: __sock_diag_cmd()+0x1e: can't find jump dest instruction at .text+0xa30000d5 drivers/hid/hid-chicony.o: warning: objtool: ch_input_mapping.part.1()+0x19: can't find jump dest instruction at .text+0xac0000af CC [M] drivers/infiniband/hw/mthca/mthca_srq.o CC net/core/net-sysfs.o fs/lockd/xdr.o: warning: objtool: nlm_decode_lock()+0x1d: can't find jump dest instruction at .text+0xc3000135 CC [M] drivers/iio/potentiometer/tpl0102.o CC drivers/mcb/mcb-parse.o drivers/hwmon/da9055-hwmon.o: warning: objtool: da9055_hwmon_probe()+0x31: can't find jump dest instruction at .text+0xe100005c CC drivers/iio/pressure/mpl115_i2c.o fs/proc/consoles.o: warning: objtool: consoles_open()+0xe: call without frame pointer save/setup fs/proc/consoles.o: warning: objtool: show_console_dev()+0x84: call without frame pointer save/setup fs/proc/consoles.o: warning: objtool: c_stop()+0x4: call without frame pointer save/setup fs/proc/consoles.o: warning: objtool: c_start()+0x9: call without frame pointer save/setup fs/proc/consoles.o: warning: objtool: proc_consoles_init()+0x19: call without frame pointer save/setup CC lib/bitrev.o drivers/isdn/hardware/avm/b1.o: warning: objtool: b1ctl_proc_show()+0x132: can't find jump dest instruction at .text+0xa6000248 CC [M] drivers/isdn/i4l/isdn_audio.o CC [M] fs/btrfs/compression.o drivers/infiniband/hw/mthca/mthca_mad.o: warning: objtool: forward_trap()+0x3a: can't find jump dest instruction at .text+0x8f0000ed fs/ext4/super.o: warning: objtool: _ext4_show_options()+0x75: can't find jump dest instruction at .text+0x9d0005ed CC [M] drivers/isdn/i4l/isdn_bsdcomp.o drivers/iio/magnetometer/bmc150_magn_i2c.o: warning: objtool: bmc150_magn_i2c_remove()+0x8: call without frame pointer save/setup drivers/iio/magnetometer/bmc150_magn_i2c.o: warning: objtool: bmc150_magn_i2c_probe()+0x25: call without frame pointer save/setup drivers/iio/magnetometer/bmc150_magn_i2c.o: warning: objtool: bmc150_magn_driver_init()+0xd: call without frame pointer save/setup drivers/iio/magnetometer/bmc150_magn_i2c.o: warning: objtool: bmc150_magn_driver_exit()+0xb: call without frame pointer save/setup CC drivers/i2c/busses/i2c-brcmstb.o CC [M] sound/pci/oxygen/xonar_cs43xx.o drivers/infiniband/hw/mlx5/qp.o: warning: objtool: ib_mask_to_mlx5_opt()+0x10: can't find jump dest instruction at .text+0xbf0001ae drivers/infiniband/hw/mlx5/ib_virt.o: warning: objtool: mlx5_ib_get_vf_config()+0x3a: can't find jump dest instruction at .text+0x90000050 net/irda/irlap.o: warning: objtool: irlap_discovery_request()+0x1f: can't find jump dest instruction at .text+0x91000750 drivers/iio/gyro/itg3200_buffer.o: warning: objtool: itg3200_probe_trigger()+0x38: can't find jump dest instruction at .text+0xb9000170 sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_ext_power_gpio_changed()+0x15: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_enable_output()+0x1e: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_disable_output()+0x16: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_init_ext_power()+0x1b: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_init_cs53x1()+0x18: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_set_cs53x1_params()+0x2d: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_gpio_bit_switch_get()+0x1a: call without frame pointer save/setup sound/pci/oxygen/xonar_lib.o: warning: objtool: xonar_gpio_bit_switch_put()+0x27: call without frame pointer save/setup CC drivers/iio/pressure/ms5637.o net/core/dev_ioctl.o: warning: objtool: dev_ifsioc_locked()+0x1d: can't find jump dest instruction at .text+0x4001006c CC drivers/hwmon/fschmd.o drivers/infiniband/hw/mlx5/mad.o: warning: objtool: process_pma_cmd.isra.6()+0x43: can't find jump dest instruction at .text+0xcc000169 CC lib/rational.o CC drivers/iio/common/st_sensors/st_sensors_trigger.o CC [M] net/irda/irda_device.o CC drivers/hwmon/g760a.o fs/gfs2/inode.o: warning: objtool: gfs2_get_link()+0x1f: can't find jump dest instruction at .text+0xe2000067 LD [M] sound/pci/echoaudio/snd-echo3g.o fs/lockd/mon.o: warning: objtool: nsm_create_handle()+0x35: can't find jump dest instruction at .text+0x8400012a fs/binfmt_script.o: warning: objtool: load_script()+0x19: can't find jump dest instruction at .text+0x8e01001f net/mac80211/wep.o: warning: objtool: ieee80211_wep_add_iv()+0x52: can't find jump dest instruction at .text+0xb2000057 drivers/input/joystick/gamecon.o: warning: objtool: gc_setup_pad()+0x38: can't find jump dest instruction at .text+0x410300d5 CC [M] drivers/iio/magnetometer/ak8975.o fs/nls/nls_iso8859-7.o: warning: objtool: init_nls_iso8859_7()+0x12: call without frame pointer save/setup fs/nls/nls_iso8859-7.o: warning: objtool: exit_nls_iso8859_7()+0xb: call without frame pointer save/setup lib/devres.o: warning: objtool: pcim_iomap_regions()+0x2b: can't find jump dest instruction at .text+0xa600040a LD [M] drivers/isdn/capi/kernelcapi.o fs/btrfs/zlib.o: warning: objtool: zlib_decompress_biovec()+0xf5: can't find jump dest instruction at .text+0xbe0001a4 CC [M] net/tipc/bearer.o LD drivers/md/built-in.o fs/lockd/clnt4xdr.o: warning: objtool: decode_nlm4_holder()+0x3d: can't find jump dest instruction at .text+0xe4000589 CC [M] fs/nls/nls_iso8859-13.o CC lib/crc16.o CC [M] drivers/iio/temperature/tsys01.o CC [M] sound/pci/hda/patch_sigmatel.o CC drivers/leds/led-class-flash.o net/netlabel/netlabel_unlabeled.o: warning: objtool: netlbl_unlabel_list()+0x2c: can't find jump dest instruction at .text+0x8800038e drivers/hid/usbhid/hid-core.o: warning: objtool: usbhid_restart_out_queue()+0x1e: can't find jump dest instruction at .text+0x92000377 CC drivers/leds/led-triggers.o CC net/openvswitch/flow_table.o drivers/iio/gyro/itg3200_core.o: warning: objtool: itg3200_initial_setup()+0x59: can't find jump dest instruction at .text+0x8c00017c CC [M] drivers/md/raid0.o CC [M] drivers/i2c/busses/i2c-ali1535.o LD [M] drivers/iio/gyro/itg3200.o fs/proc/cpuinfo.o: warning: objtool: cpuinfo_open()+0xe: call without frame pointer save/setup fs/proc/cpuinfo.o: warning: objtool: proc_cpuinfo_init()+0x19: call without frame pointer save/setup drivers/hid/usbhid/hiddev.o: warning: objtool: hiddev_open()+0x25: can't find jump dest instruction at .text+0x460101f1 net/sched/sch_mq.o: warning: objtool: mq_dump()+0x46: can't find jump dest instruction at .text+0x8c000225 drivers/iio/adc/twl4030-madc.o: warning: objtool: twl4030_madc_read_channels()+0x3e: can't find jump dest instruction at .text+0xb3010053 LD [M] drivers/hid/usbhid/usbhid.o CC [M] drivers/md/raid1.o CC [M] fs/btrfs/delayed-ref.o LD drivers/iio/adc/built-in.o net/ipv6/ip6_input.o: warning: objtool: ip6_input_finish.constprop.17()+0x51: can't find jump dest instruction at .text+0xa0020131 CC [M] fs/xfs/libxfs/xfs_attr_remote.o CC fs/ntfs/mft.o sound/pci/ice1712/quartet.o: warning: objtool: qtet_add_controls()+0x22: can't find jump dest instruction at .text+0xde0006c5 fs/jfs/acl.o: warning: objtool: __jfs_set_acl()+0x32: can't find jump dest instruction at .text+0x2010038 CC [M] fs/xfs/libxfs/xfs_bit.o drivers/hwmon/coretemp.o: warning: objtool: adjust_tjmax()+0x74: can't find jump dest instruction at .text+0x2c0101b4 CC [M] drivers/isdn/i4l/isdnhdlc.o CC net/openvswitch/vport.o CC [M] sound/pci/ice1712/wm8776.o LD drivers/message/fusion/built-in.o fs/binfmt_elf.o: warning: objtool: fill_psinfo()+0x4c: can't find jump dest instruction at .text+0xf80001c3 LD drivers/iio/potentiometer/built-in.o net/packet/diag.o: warning: objtool: pdiag_put_mclist()+0x37: can't find jump dest instruction at .text+0x99000166 sound/pci/oxygen/virtuoso.o: warning: objtool: xonar_probe()+0x53: call without frame pointer save/setup sound/pci/oxygen/virtuoso.o: warning: objtool: get_xonar_model()+0x12: call without frame pointer save/setup sound/pci/oxygen/virtuoso.o: warning: objtool: xonar_driver_init()+0x19: call without frame pointer save/setup sound/pci/oxygen/virtuoso.o: warning: objtool: xonar_driver_exit()+0xb: call without frame pointer save/setup CC net/wireless/core.o CC [M] fs/ext2/xattr.o drivers/i2c/busses/i2c-simtec.o: warning: objtool: simtec_i2c_probe()+0x2b: can't find jump dest instruction at .text+0x5e0100bc CC drivers/isdn/mISDN/clock.o fs/compat_binfmt_elf.o: warning: objtool: fill_psinfo()+0x4c: can't find jump dest instruction at .text+0x310101ea CC [M] drivers/mcb/mcb-pci.o CC [M] drivers/message/fusion/mptbase.o drivers/leds/led-class.o: warning: objtool: led_classdev_register()+0x62: can't find jump dest instruction at .text+0x1001024b CC [M] fs/ext2/xattr_user.o CC [M] drivers/iio/temperature/tsys02d.o drivers/hid/hid-cypress.o: warning: objtool: cp_probe()+0x15: call without frame pointer save/setup drivers/hid/hid-cypress.o: warning: objtool: cp_event()+0x6a: call without frame pointer save/setup drivers/hid/hid-cypress.o: warning: objtool: cp_driver_init()+0x19: call without frame pointer save/setup drivers/hid/hid-cypress.o: warning: objtool: cp_driver_exit()+0xb: call without frame pointer save/setup CC [M] sound/pci/ice1712/ak4xxx.o CC net/core/net-procfs.o fs/nfsd/nfs3proc.o: warning: objtool: nfsd3_proc_readdirplus()+0xbf: can't find jump dest instruction at .text+0x28010426 CC net/openvswitch/vport-internal_dev.o CC [M] drivers/md/raid10.o LD drivers/media/common/b2c2/built-in.o drivers/i2c/busses/i2c-xlp9xx.o: warning: objtool: xlp9xx_i2c_probe()+0x34: can't find jump dest instruction at .text+0x6f010368 drivers/isdn/hardware/avm/t1pci.o: warning: objtool: t1pci_add_card()+0x37: can't find jump dest instruction at .text+0x76020127 drivers/hid/hid-corsair.o: warning: objtool: k90_init_macro_functions()+0x28: can't find jump dest instruction at .text+0x44010721 CC [M] drivers/iio/magnetometer/hmc5843_core.o CC [M] drivers/hid/hid-multitouch.o CC [M] net/ipv6/udp.o net/irda/irlap_frame.o: warning: objtool: irlap_recv_discovery_xid_cmd()+0x3d: can't find jump dest instruction at .text+0x7e01014a fs/quota/netlink.o: warning: objtool: quota_send_warning()+0x44: can't find jump dest instruction at .text+0xd4010049 fs/notify/fanotify/fanotify_user.o: warning: objtool: fanotify_read()+0xee: can't find jump dest instruction at .text+0x9f01044f CC [M] fs/cifs/cifs_dfs_ref.o drivers/infiniband/hw/mlx5/odp.o: warning: objtool: mlx5_ib_mr_responder_pfault_handler.isra.2()+0x84: can't find jump dest instruction at .text+0x8b0000f7 drivers/i2c/busses/i2c-riic.o: warning: objtool: riic_xfer()+0x2f: can't find jump dest instruction at .text+0xce00007a LD fs/quota/built-in.o LD fs/notify/fanotify/built-in.o net/core/sock_reuseport.o: warning: objtool: run_bpf()+0x45: can't find jump dest instruction at .text+0xd4000086 net/netlabel/netlabel_cipso_v4.o: warning: objtool: netlbl_cipsov4_list()+0x1d: can't find jump dest instruction at .text+0x7b0301e1 LD net/netlabel/built-in.o sound/pci/echoaudio/indigodj.o: warning: objtool: snd_echo_new_pcm()+0x35: can't find jump dest instruction at .text+0xb10005ad LD drivers/media/firewire/built-in.o LD fs/notify/built-in.o LD [M] sound/pci/echoaudio/snd-indigodj.o net/core/tso.o: warning: objtool: tso_start()+0x11b: can't find jump dest instruction at .text+0x8900013e CC [M] drivers/md/raid5.o drivers/input/joystick/interact.o: warning: objtool: interact_connect()+0x36: can't find jump dest instruction at .text+0xf02019c LD drivers/media/common/siano/built-in.o CC crypto/cast5_generic.o LD drivers/media/common/saa7146/built-in.o net/dccp/ipv4.o: warning: objtool: dccp_v4_request_recv_sock()+0x31: can't find jump dest instruction at .text+0x4010409 LD drivers/media/common/v4l2-tpg/built-in.o fs/reiserfs/prints.o: warning: objtool: sprintf_le_key()+0x14: can't find jump dest instruction at .text+0x93000200 CC lib/crc-t10dif.o CC net/rds/message.o LD net/packet/af_packet_diag.o fs/lockd/svcsubs.o: warning: objtool: nlm_traverse_locks()+0x34: can't find jump dest instruction at .text+0x10010092 fs/reiserfs/objectid.o: warning: objtool: reiserfs_release_objectid()+0x9b: can't find jump dest instruction at .text+0x60101b5 CC drivers/isdn/mISDN/hwchannel.o CC [M] fs/reiserfs/ibalance.o CC [M] drivers/infiniband/core/addr.o drivers/iio/pressure/hp03.o: warning: objtool: hp03_update_temp_pressure()+0x55: can't find jump dest instruction at .text+0xb301014a LD drivers/media/common/built-in.o drivers/infiniband/hw/mlx5/mr.o: warning: objtool: add_keys()+0x59: can't find jump dest instruction at .text+0x54010236 CC [M] net/irda/irias_object.o CC net/rds/recv.o sound/pci/ice1712/psc724.o: warning: objtool: psc724_init()+0x26: can't find jump dest instruction at .text+0x2c0104a9 fs/proc/devices.o: warning: objtool: devinfo_open()+0xe: call without frame pointer save/setup fs/proc/devices.o: warning: objtool: devinfo_show()+0x4b: call without frame pointer save/setup fs/proc/devices.o: warning: objtool: proc_devices_init()+0x19: call without frame pointer save/setup net/rds/af_rds.o: warning: objtool: rds_getsockopt()+0x1c: can't find jump dest instruction at .text+0xa500002d CC [M] drivers/iio/magnetometer/hmc5843_i2c.o fs/jfs/ioctl.o: warning: objtool: jfs_ioctl()+0x30: can't find jump dest instruction at .text+0x64010072 fs/cifs/smb1ops.o: warning: objtool: smb_set_file_info()+0x6f: can't find jump dest instruction at .text+0xee0004af drivers/isdn/hardware/eicon/diddfunc.o: warning: objtool: connect_didd()+0xc0: can't find jump dest instruction at .init.text+0x6e0000c5 CC [M] drivers/isdn/hardware/eicon/di.o CC fs/proc/interrupts.o crypto/twofish_common.o: warning: objtool: __twofish_setkey()+0x2b: can't find jump dest instruction at .text+0x21180045 net/netlink/af_netlink.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a CC drivers/isdn/mISDN/stack.o CC [M] drivers/isdn/hardware/eicon/io.o sound/pci/ice1712/wm8766.o: warning: objtool: snd_wm8766_ctl_put()+0x71: can't find jump dest instruction at .text+0xc30001fa LD [M] drivers/infiniband/hw/mlx5/mlx5_ib.o CC [M] sound/pci/hda/patch_si3054.o CC net/x25/af_x25.o fs/lockd/xdr4.o: warning: objtool: nlm4_encode_testres()+0x3b: can't find jump dest instruction at .text+0xb0100f3 CC [M] net/sunrpc/xprt.o LD net/netlink/built-in.o CC [M] drivers/infiniband/core/sa_query.o CC lib/crc-itu-t.o CC fs/ext4/block_validity.o drivers/infiniband/hw/mthca/mthca_qp.o: warning: objtool: mthca_set_qp_size()+0x3c: can't find jump dest instruction at .text+0xce000131 CC drivers/iio/light/jsa1212.o drivers/iio/magnetometer/bmc150_magn.o: warning: objtool: bmc150_magn_set_max_odr()+0x34: can't find jump dest instruction at .text+0x8e0005b8 CC net/xfrm/xfrm_policy.o CC [M] net/sunrpc/socklib.o CC drivers/isdn/mISDN/layer1.o CC [M] fs/nls/mac-celtic.o fs/jbd2/journal.o: warning: objtool: jbd2_journal_release_jbd_inode()+0x17: can't find jump dest instruction at .text+0xb300019d net/dccp/ipv6.o: warning: objtool: dccp_v6_send_response()+0xe5: can't find jump dest instruction at .text+0xae00015d lib/list_debug.o: warning: objtool: __list_del_entry()+0x88: call without frame pointer save/setup lib/list_debug.o: warning: objtool: list_del()+0x9: call without frame pointer save/setup lib/list_debug.o: warning: objtool: __list_add()+0x98: call without frame pointer save/setup lib/list_debug.o: warning: objtool: __list_add_rcu()+0x60: call without frame pointer save/setup LD fs/jbd2/jbd2.o drivers/infiniband/hw/cxgb3/iwch_provider.o: warning: objtool: iwch_get_mib()+0x11: can't find jump dest instruction at .text+0xc2010075 LD net/dccp/dccp_ipv4.o drivers/hid/hid-gembird.o: warning: objtool: gembird_report_fixup()+0x30: call without frame pointer save/setup drivers/hid/hid-gembird.o: warning: objtool: gembird_driver_init()+0x19: call without frame pointer save/setup drivers/hid/hid-gembird.o: warning: objtool: gembird_driver_exit()+0xb: call without frame pointer save/setup drivers/iio/magnetometer/mag3110.o: warning: objtool: mag3110_probe.part.4()+0x32: can't find jump dest instruction at .text+0xde00012a drivers/isdn/mISDN/core.o: warning: objtool: mISDN_register_device()+0x4f: can't find jump dest instruction at .text+0x9f000440 CC drivers/iio/light/tcs3414.o sound/pci/echoaudio/indigoiox.o: warning: objtool: snd_echo_new_pcm()+0x38: can't find jump dest instruction at .text+0xb1000621 CC [M] drivers/infiniband/hw/cxgb3/cxio_resource.o net/tipc/addr.o: warning: objtool: in_own_cluster_exact()+0xf: can't find call dest symbol at offset 0x8600007a CC [M] drivers/hid/hid-ntrig.o CC drivers/mmc/card/sdio_uart.o LD [M] net/dccp/dccp_ipv6.o drivers/infiniband/core/fmr_pool.o: warning: objtool: ib_create_fmr_pool()+0x21: can't find jump dest instruction at .text+0xc602044c CC [M] drivers/i2c/busses/i2c-ali1563.o drivers/hwmon/emc6w201.o: warning: objtool: set_fan()+0x41: can't find jump dest instruction at .text+0xd2000046 LD fs/jbd2/built-in.o CC net/wireless/sysfs.o CC net/openvswitch/vport-netdev.o net/qrtr/qrtr.o: warning: objtool: qrtr_recvmsg()+0x47: can't find jump dest instruction at .text+0xa60000ef CC [M] net/tipc/core.o fs/gfs2/super.o: warning: objtool: gfs2_statfs_slow()+0x3f: can't find jump dest instruction at .text+0x38010454 CC fs/proc/loadavg.o LD net/qrtr/built-in.o CC net/core/pktgen.o fs/nls/nls_iso8859-13.o: warning: objtool: init_nls_iso8859_13()+0x12: call without frame pointer save/setup fs/nls/nls_iso8859-13.o: warning: objtool: exit_nls_iso8859_13()+0xb: call without frame pointer save/setup drivers/iio/magnetometer/mmc35240.o: warning: objtool: mmc35240_read_raw()+0x2f: can't find jump dest instruction at .text+0xbe000303 CC [M] drivers/hid/hid-penmount.o CC net/core/fib_rules.o CC drivers/misc/ad525x_dpot.o sound/pci/hda/patch_analog.o: warning: objtool: ad1988_add_spdif_mux_ctl()+0x25: can't find jump dest instruction at .text+0xec0004bf CC net/core/ptp_classifier.o drivers/hid/hid-elo.o: warning: objtool: elo_probe()+0x2e: can't find jump dest instruction at .text+0x4f0100a0 drivers/iio/trigger/iio-trig-hrtimer.o: warning: objtool: iio_trig_hrtimer_probe()+0x2c: can't find jump dest instruction at .text+0xad00013e LD net/dccp/built-in.o CC net/mac80211/agg-rx.o LD drivers/media/i2c/soc_camera/built-in.o drivers/input/joystick/stinger.o: warning: objtool: stinger_connect()+0x36: can't find jump dest instruction at .text+0xee000073 fs/locks.o: warning: objtool: flock64_to_posix_lock()+0x17: can't find jump dest instruction at .text+0x80100f5 CC net/mac80211/vht.o CC drivers/iio/trigger/iio-trig-interrupt.o drivers/hid/hid-gt683r.o: warning: objtool: gt683r_led_probe()+0x3a: can't find jump dest instruction at .text+0x1f0201ea drivers/iio/pressure/mpl115_i2c.o: warning: objtool: mpl115_i2c_probe()+0x3f: call without frame pointer save/setup drivers/iio/pressure/mpl115_i2c.o: warning: objtool: mpl115_i2c_write()+0xf: call without frame pointer save/setup drivers/iio/pressure/mpl115_i2c.o: warning: objtool: mpl115_i2c_read()+0xc: call without frame pointer save/setup drivers/iio/pressure/mpl115_i2c.o: warning: objtool: mpl115_i2c_driver_init()+0xd: call without frame pointer save/setup drivers/iio/pressure/mpl115_i2c.o: warning: objtool: mpl115_i2c_driver_exit()+0xb: call without frame pointer save/setup drivers/infiniband/core/device.o: warning: objtool: ib_unregister_client()+0x48: can't find jump dest instruction at .text+0xdd000427 CC [M] drivers/infiniband/hw/mthca/mthca_catas.o fs/gfs2/quota.o: warning: objtool: qd_alloc()+0x2b: can't find jump dest instruction at .text+0xa10001b4 CC drivers/iio/pressure/st_pressure_core.o sound/soc/codecs/jz4740.o: warning: objtool: jz4740_codec_hw_params()+0x2d: can't find jump dest instruction at .text+0x81000044 CC net/x25/x25_dev.o CC drivers/net/mii.o drivers/iio/potentiometer/tpl0102.o: warning: objtool: tpl0102_probe()+0x2f: can't find jump dest instruction at .text+0xbf000072 CC net/core/dst_cache.o CC drivers/mmc/core/core.o CC [M] sound/soc/codecs/pcm3168a.o CC [M] fs/cifs/fscache.o HOSTCC lib/gen_crc32table CC drivers/misc/ad525x_dpot-i2c.o CC drivers/iio/pressure/st_pressure_buffer.o CC net/ipv4/tcp.o CC [M] drivers/hid/hid-sony.o sound/pci/rme9652/hdspm.o: warning: objtool: hdspm_pref_sync_ref()+0xb: can't find jump dest instruction at .text+0xa801013a drivers/isdn/capi/capi.o: warning: objtool: capincci_free()+0x29: can't find jump dest instruction at .text+0x9d000144 drivers/input/mouse/sermouse.o: warning: objtool: sermouse_connect()+0x3e: can't find jump dest instruction at .text+0xf01007b fs/btrfs/lzo.o: warning: objtool: lzo_decompress()+0x5c: can't find jump dest instruction at .text+0xc70000ae drivers/iio/light/gp2ap020a00f.o: warning: objtool: gp2ap020a00f_set_operation_mode()+0x16: can't find jump dest instruction at .text+0xed0000a0 LD [M] sound/pci/rme9652/snd-hdspm.o CC drivers/iio/light/tcs3472.o CC [M] drivers/media/i2c/msp3400-driver.o CC fs/proc/meminfo.o CC drivers/mfd/rtsx_pcr.o fs/gfs2/sys.o: warning: objtool: jid_store()+0x35: can't find jump dest instruction at .text+0x8e0002cf drivers/iio/temperature/mlx90614.o: warning: objtool: mlx90614_probe()+0x33: can't find jump dest instruction at .text+0x4c010308 CC [M] drivers/i2c/busses/i2c-amd8111.o fs/gfs2/util.o: warning: objtool: gfs2_lm_withdraw()+0x36: can't find jump dest instruction at .text+0xf8000057 CC [M] drivers/infiniband/core/multicast.o LD drivers/input/mouse/built-in.o CC [M] fs/ext2/xattr_trusted.o CC drivers/mfd/rts5209.o drivers/iio/temperature/tmp006.o: warning: objtool: tmp006_probe()+0x2b: can't find jump dest instruction at .text+0xe7000045 CC net/ipv4/tcp_input.o drivers/infiniband/core/netlink.o: warning: objtool: ibnl_rcv_msg()+0x1e: can't find jump dest instruction at .text+0xc2000023 CC fs/ntfs/mst.o CC [M] net/ipv6/udplite.o net/rds/bind.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a drivers/input/joystick/zhenhua.o: warning: objtool: zhenhua_connect()+0x36: can't find jump dest instruction at .text+0x14010073 fs/lockd/procfs.o: warning: objtool: nlm_end_grace_write()+0x39: can't find call dest symbol at offset 0x5c0000a4 CC [M] fs/nls/mac-iceland.o CC drivers/net/mdio.o drivers/iio/pressure/ms5637.o: warning: objtool: ms5637_probe()+0x46: can't find jump dest instruction at .text+0xb4000086 LD drivers/input/joystick/built-in.o CC drivers/iio/trigger/iio-trig-sysfs.o net/ipv6/addrlabel.o: warning: objtool: __ip6addrlbl_add()+0x20: can't find jump dest instruction at .text+0xa10001b6 drivers/input/joydev.o: warning: objtool: joydev_ioctl_common()+0x1b: can't find jump dest instruction at .text+0xd300026f drivers/iio/common/st_sensors/st_sensors_buffer.o: warning: objtool: st_sensors_trigger_handler()+0x74: call without frame pointer save/setup CC net/xfrm/xfrm_state.o CC [M] fs/btrfs/relocation.o LD drivers/iio/magnetometer/built-in.o CC net/vmw_vsock/vsock_addr.o drivers/hwmon/g760a.o: warning: objtool: show_fan_alarm()+0x9: can't find call dest symbol at offset 0x390000c7 CC [M] drivers/message/fusion/mptscsih.o CC drivers/hwmon/gl518sm.o fs/reiserfs/inode.o: warning: objtool: grab_tail_page()+0x3c: can't find jump dest instruction at .text+0xd50004a6 net/ceph/pagevec.o: warning: objtool: ceph_copy_user_to_page_vector()+0x2a: can't find jump dest instruction at .text+0xa8000183 CC net/llc/llc_c_st.o CC [M] fs/btrfs/delayed-inode.o fs/ext2/xattr_user.o: warning: objtool: ext2_xattr_user_set()+0x2f: call without frame pointer save/setup fs/ext2/xattr_user.o: warning: objtool: ext2_xattr_user_get()+0x2b: call without frame pointer save/setup CC [M] fs/xfs/libxfs/xfs_bmap.o CC [M] net/tipc/link.o CC [M] net/wimax/op-reset.o drivers/infiniband/hw/mthca/mthca_uar.o: warning: objtool: mthca_uar_alloc()+0x14: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_uar.o: warning: objtool: mthca_uar_free()+0xe: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_uar.o: warning: objtool: mthca_init_uar_table()+0x29: call without frame pointer save/setup drivers/infiniband/hw/mthca/mthca_uar.o: warning: objtool: mthca_cleanup_uar_table()+0xa: call without frame pointer save/setup CC [M] fs/xfs/libxfs/xfs_bmap_btree.o drivers/iio/temperature/tsys01.o: warning: objtool: tsys01_i2c_probe()+0x40: can't find jump dest instruction at .text+0xd700020e drivers/iio/temperature/tsys02d.o: warning: objtool: tsys02d_probe()+0x47: can't find jump dest instruction at .text+0xc400004c drivers/iio/pressure/mpl115.o: warning: objtool: mpl115_probe()+0x29: can't find jump dest instruction at .text+0x101002f CC fs/ext4/move_extent.o fs/lockd/svc4proc.o: warning: objtool: nlm4svc_retrieve_args()+0x32: can't find jump dest instruction at .text+0x8b000038 drivers/hwmon/dell-smm-hwmon.o: warning: objtool: i8k_ioctl_unlocked.isra.5()+0x22: can't find jump dest instruction at .text+0xdc010682 LD [M] fs/lockd/lockd.o sound/pci/trident/trident_main.o: warning: objtool: snd_trident_alloc_voice()+0x3e: can't find jump dest instruction at .text+0xca0004c3 CC drivers/hwmon/gl520sm.o LD [M] sound/pci/trident/snd-trident.o LD drivers/iio/temperature/built-in.o LD [M] sound/pci/echoaudio/snd-indigoiox.o CC drivers/isdn/mISDN/layer2.o drivers/isdn/i4l/isdn_v110.o: warning: objtool: EncodeMatrix()+0x47: can't find jump dest instruction at .text+0xd8000168 fs/jfs/jfs_txnmgr.o: warning: objtool: xtLog()+0x8e: can't find jump dest instruction at .text+0xe010224 drivers/isdn/hardware/eicon/dadapter.o: warning: objtool: diva_didd_add_descriptor()+0x11: can't find jump dest instruction at .text+0x9b000358 CC [M] fs/xfs/libxfs/xfs_btree.o CC drivers/hwmon/i5500_temp.o CC [M] drivers/isdn/hardware/mISDN/avmfritz.o drivers/i2c/busses/i2c-sh_mobile.o: warning: objtool: i2c_op()+0x51: can't find jump dest instruction at .text+0xbc0002b0 fs/gfs2/trans.o: warning: objtool: meta_lo_add()+0x39: can't find jump dest instruction at .text+0xa3000053 net/mac80211/wpa.o: warning: objtool: tkip_encrypt_skb()+0x35: can't find jump dest instruction at .text+0xfa000074 CC drivers/mfd/rts5229.o CC net/ipv4/tcp_output.o CC fs/ext4/mmp.o CC net/llc/llc_pdu.o CC net/vmw_vsock/vmci_transport.o fs/cifs/cifs_spnego.o: warning: objtool: cifs_get_spnego_key()+0x6e: can't find jump dest instruction at .text+0xa00100cf CC drivers/iio/light/tsl4531.o CC [M] drivers/infiniband/sw/rdmavt/pd.o CC drivers/leds/leds-bd2802.o CC [M] fs/cifs/cache.o net/core/filter.o: warning: objtool: convert_skb_access()+0x13: can't find jump dest instruction at .text+0xe8000028 fs/coredump.o: warning: objtool: zap_threads()+0x4e: can't find jump dest instruction at .text+0x4a0101c1 fs/nls/mac-celtic.o: warning: objtool: init_nls_macceltic()+0x12: call without frame pointer save/setup fs/nls/mac-celtic.o: warning: objtool: exit_nls_macceltic()+0xb: call without frame pointer save/setup fs/cifs/dns_resolve.o: warning: objtool: dns_resolve_server_name_to_ip()+0x19: can't find jump dest instruction at .text+0xae00001f CC [M] sound/pci/oxygen/xonar_wm87x6.o CC net/llc/llc_sap.o net/unix/sysctl_net_unix.o: warning: objtool: unix_sysctl_unregister()+0x11: call without frame pointer save/setup net/unix/sysctl_net_unix.o: warning: objtool: unix_sysctl_register()+0x1b: call without frame pointer save/setup fs/jfs/xattr.o: warning: objtool: ea_write_inline()+0x1a: can't find jump dest instruction at .text+0x810000b9 drivers/isdn/mISDN/socket.o: warning: objtool: base_sock_ioctl()+0x22: can't find jump dest instruction at .text+0x460100c1 CC drivers/leds/leds-lp3944.o CC [M] fs/nls/mac-romanian.o net/wimax/id-table.o: warning: objtool: wimax_id_table_add()+0x54: call without frame pointer save/setup net/wimax/id-table.o: warning: objtool: wimax_dev_get_by_genl_info()+0x5e: call without frame pointer save/setup net/wimax/id-table.o: warning: objtool: wimax_id_table_rm()+0x15: call without frame pointer save/setup net/wimax/id-table.o: warning: objtool: wimax_id_table_release()+0xd: call without frame pointer save/setup CC [M] sound/pci/hda/patch_ca0110.o drivers/input/joystick/turbografx.o: warning: objtool: tgfx_attach()+0x48: can't find jump dest instruction at .text+0xcc0200bb LD [M] fs/jfs/jfs.o CC drivers/isdn/mISDN/tei.o drivers/infiniband/sw/rdmavt/mmap.o: warning: objtool: rvt_mmap()+0xc5: can't find call dest symbol at offset 0x98ff01d6 CC drivers/leds/leds-lp55xx-common.o net/irda/irqueue.o: warning: objtool: hashbin_remove_this()+0x41: can't find call dest symbol at offset 0x9000163 CC [M] sound/soc/codecs/pcm3168a-i2c.o fs/proc/interrupts.o: warning: objtool: interrupts_open()+0xe: call without frame pointer save/setup fs/proc/interrupts.o: warning: objtool: proc_interrupts_init()+0x19: call without frame pointer save/setup CC drivers/leds/leds-lp5523.o net/core/flow.o: warning: objtool: flow_hash_code.isra.7()+0x29: can't find jump dest instruction at .text+0xdd0001d1 drivers/isdn/i4l/isdn_concap.o: warning: objtool: isdn_concap_dl_data_req()+0xae: can't find jump dest instruction at .text+0x780000d8 fs/ext4/migrate.o: warning: objtool: finish_range.part.10()+0x8f: can't find jump dest instruction at .text+0x810000e9 CC fs/ext4/indirect.o CC lib/crc7.o CC [M] net/ipv6/raw.o fs/xfs/libxfs/xfs_alloc.o: warning: objtool: xfs_agf_verify()+0x39: can't find jump dest instruction at .text+0x2701003f CC [M] drivers/media/i2c/msp3400-kthreads.o net/openvswitch/flow.o: warning: objtool: parse_ipv6hdr()+0x34: can't find jump dest instruction at .text+0xe300013a net/ceph/snapshot.o: warning: objtool: ceph_put_snap_context()+0x10: call without frame pointer save/setup net/ceph/snapshot.o: warning: objtool: ceph_create_snap_context()+0x18: call without frame pointer save/setup net/batman-adv/sysfs.o: warning: objtool: batadv_store_throughput_override()+0x37: can't find jump dest instruction at .text+0xdc000055 drivers/mcb/mcb-pci.o: warning: objtool: mcb_pci_probe()+0x33: can't find jump dest instruction at .text+0x3e010077 drivers/iio/magnetometer/ak8975.o: warning: objtool: wait_conversion_complete_interrupt()+0xa4: can't find jump dest instruction at .text+0x7c0001b6 drivers/i2c/busses/i2c-rcar.o: warning: objtool: rcar_i2c_slave_irq()+0x26: can't find jump dest instruction at .text+0x70100a6 drivers/isdn/hardware/eicon/divasmain.o: warning: objtool: divas_init_one()+0xef: can't find jump dest instruction at .text+0x4010194 CC net/rds/send.o LD [M] net/ceph/libceph.o CC drivers/net/Space.o CC [M] fs/xfs/libxfs/xfs_da_btree.o CC drivers/mmc/core/bus.o CC [M] drivers/infiniband/sw/rdmavt/qp.o CC [M] drivers/isdn/hardware/eicon/istream.o CC [M] net/wimax/op-rfkill.o drivers/iio/magnetometer/hmc5843_i2c.o: warning: objtool: hmc5843_i2c_remove()+0x8: call without frame pointer save/setup drivers/iio/magnetometer/hmc5843_i2c.o: warning: objtool: hmc5843_i2c_probe()+0x29: call without frame pointer save/setup drivers/iio/magnetometer/hmc5843_i2c.o: warning: objtool: hmc5843_driver_init()+0x12: call without frame pointer save/setup drivers/iio/magnetometer/hmc5843_i2c.o: warning: objtool: hmc5843_driver_exit()+0xb: call without frame pointer save/setup LD drivers/nfc/built-in.o drivers/mcb/mcb-parse.o: warning: objtool: chameleon_parse_gdd()+0x28: can't find jump dest instruction at .text+0xde00002e sound/pci/echoaudio/indigodjx.o: warning: objtool: snd_echo_new_pcm()+0x35: can't find jump dest instruction at .text+0xb10005ad CC fs/ntfs/namei.o LD [M] sound/pci/echoaudio/snd-indigodjx.o net/rxrpc/af_rxrpc.o: warning: objtool: rxrpc_create()+0x15: can't find jump dest instruction at .text+0x601009e drivers/input/mouse/synaptics_usb.o: warning: objtool: synusb_probe()+0x66: can't find jump dest instruction at .text+0xa80402ea net/irda/qos.o: warning: objtool: irlap_insert_qos_negotiation_params()+0x44: can't find jump dest instruction at .text+0xae010330 CC [M] net/irda/wrapper.o sound/pci/ice1712/wm8776.o: warning: objtool: snd_wm8776_ctl_put()+0x71: can't find jump dest instruction at .text+0xcf000225 CC drivers/leds/leds-lp8501.o drivers/i2c/busses/i2c-brcmstb.o: warning: objtool: brcmstb_send_i2c_cmd()+0x2c: can't find jump dest instruction at .text+0x380101db CC net/llc/llc_s_ac.o CC net/rds/stats.o net/batman-adv/soft-interface.o: warning: objtool: batadv_interface_set_mac_addr()+0x39: can't find jump dest instruction at .text+0x95000334 CC [M] drivers/i2c/busses/i2c-i801.o CC net/compat.o CC net/llc/llc_s_ev.o LD [M] drivers/input/mouse/cyapatp.o fs/nfsd/nfs3xdr.o: warning: objtool: encode_wcc_data.isra.15()+0xe: can't find jump dest instruction at .text+0x85000621 CC [M] net/wimax/op-state-get.o fs/gfs2/rgrp.o: warning: objtool: compute_bitstructs()+0x22: can't find jump dest instruction at .text+0xbc0101f2 LD [M] fs/nfsd/nfsd.o CC [M] drivers/isdn/hardware/eicon/diva.o LD drivers/ntb/built-in.o LD [M] drivers/input/mouse/elan_i2c.o net/unix/garbage.o: warning: objtool: scan_inflight()+0x47: can't find jump dest instruction at .text+0xa20000f7 net/openvswitch/datapath.o: warning: objtool: ovs_flow_cmd_fill_info()+0x47: can't find jump dest instruction at .text+0x19010530 LD [M] fs/gfs2/gfs2.o CC [M] drivers/ntb/ntb.o CC net/llc/llc_s_st.o CC [M] drivers/ntb/ntb_transport.o CC [M] sound/soc/codecs/pcm512x.o LD drivers/input/built-in.o CC drivers/net/loopback.o net/ipv4/ip_sockglue.o: warning: objtool: do_ip_getsockopt()+0x46: can't find jump dest instruction at .text+0x38050060 LD [M] sound/pci/ice1712/snd-ice1724.o drivers/iio/light/jsa1212.o: warning: objtool: jsa1212_read_raw()+0x23: can't find jump dest instruction at .text+0x4001023d fs/proc/loadavg.o: warning: objtool: loadavg_proc_open()+0x10: call without frame pointer save/setup fs/proc/loadavg.o: warning: objtool: loadavg_proc_show()+0x1b: call without frame pointer save/setup fs/proc/loadavg.o: warning: objtool: proc_loadavg_init()+0x19: call without frame pointer save/setup sound/pci/oxygen/xonar_pcm179x.o: warning: objtool: pcm1796_registers_init()+0x35: can't find jump dest instruction at .text+0x8800068b CC lib/libcrc32c.o CC [M] drivers/message/fusion/mptfc.o fs/reiserfs/super.o: warning: objtool: reiserfs_getopt()+0x5c: can't find jump dest instruction at .text+0xac000246 CC lib/crc8.o sound/pci/oxygen/xonar_cs43xx.o: warning: objtool: get_xonar_cs43xx_model()+0xf: can't find jump dest instruction at .text+0x3401076a drivers/i2c/busses/i2c-ali1535.o: warning: objtool: ali1535_transaction()+0x15f: can't find jump dest instruction at .text+0xf0010199 drivers/isdn/hardware/eicon/divasfunc.o: warning: objtool: diva_xdi_didd_register_adapter()+0xf: can't find jump dest instruction at .text+0xeb000b10 CC [M] sound/pci/hda/patch_ca0132.o CC [M] drivers/md/raid5-cache.o drivers/mcb/mcb-core.o: warning: objtool: mcb_alloc_bus()+0x1e: can't find jump dest instruction at .text+0x920004c7 CC [M] drivers/i2c/busses/i2c-nforce2-s4985.o CC [M] net/sunrpc/xprtsock.o LD drivers/mcb/mcb.o drivers/ide/ide-io-std.o: warning: objtool: ide_input_data()+0x54: can't find call dest symbol at offset 0xa5fe0267 drivers/leds/led-triggers.o: warning: objtool: led_trigger_store()+0x33: can't find jump dest instruction at .text+0x89000467 drivers/hid/hid-penmount.o: warning: objtool: penmount_driver_init()+0x19: call without frame pointer save/setup drivers/hid/hid-penmount.o: warning: objtool: penmount_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/ide/ide-eh.o CC lib/genalloc.o LD drivers/mcb/built-in.o lib/assoc_array.o: warning: objtool: assoc_array_subtree_iterate()+0x9c: can't find jump dest instruction at .text+0x790000a1 fs/nls/mac-iceland.o: warning: objtool: init_nls_maciceland()+0x12: call without frame pointer save/setup fs/nls/mac-iceland.o: warning: objtool: exit_nls_maciceland()+0xb: call without frame pointer save/setup drivers/iio/light/tcs3414.o: warning: objtool: tcs3414_probe()+0x2c: can't find jump dest instruction at .text+0x3e0100ec LD drivers/media/mmc/siano/built-in.o CC drivers/iio/light/vcnl4000.o fs/ext2/xattr_trusted.o: warning: objtool: ext2_xattr_trusted_set()+0x19: call without frame pointer save/setup fs/ext2/xattr_trusted.o: warning: objtool: ext2_xattr_trusted_get()+0x15: call without frame pointer save/setup fs/ext2/xattr_trusted.o: warning: objtool: ext2_xattr_trusted_list()+0x9: call without frame pointer save/setup LD drivers/nvme/host/built-in.o CC [M] fs/nls/mac-roman.o drivers/isdn/i4l/isdn_x25iface.o: warning: objtool: isdn_x25iface_connect_ind()+0x33: can't find jump dest instruction at .text+0x89000038 CC [M] net/tipc/discover.o drivers/isdn/i4l/isdnhdlc.o: warning: objtool: isdnhdlc_encode()+0x2a: can't find jump dest instruction at .text+0x9d04002f drivers/leds/led-class-flash.o: warning: objtool: led_classdev_flash_register()+0xc: can't find jump dest instruction at .text+0xa80000f7 CC net/x25/x25_facilities.o fs/btrfs/extent_io.o: warning: objtool: lock_delalloc_pages()+0x38: can't find jump dest instruction at .text+0x53010a9a CC net/ipv4/tcp_timer.o CC lib/lz4/lz4hc_compress.o CC fs/ext4/extents_status.o LD drivers/nvme/built-in.o drivers/misc/ad525x_dpot-i2c.o: warning: objtool: ad_dpot_i2c_remove()+0x8: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: write_r8d16()+0xb: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: write_r8d8()+0xb: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: write_d8()+0x8: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: read_r8d16()+0x8: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: read_r8d8()+0x8: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: read_d8()+0x4: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: ad_dpot_i2c_probe()+0x59: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: ad_dpot_i2c_driver_init()+0xd: call without frame pointer save/setup drivers/misc/ad525x_dpot-i2c.o: warning: objtool: ad_dpot_i2c_driver_exit()+0xb: call without frame pointer save/setup LD drivers/media/mmc/built-in.o CC drivers/misc/pti.o drivers/iio/trigger/iio-trig-interrupt.o: warning: objtool: iio_interrupt_trigger_probe()+0x29: can't find jump dest instruction at .text+0xd400007b drivers/iio/common/st_sensors/st_sensors_trigger.o: warning: objtool: st_sensors_allocate_trigger()+0x4b: can't find jump dest instruction at .text+0xae010091 lib/crc-t10dif.o: warning: objtool: crc_t10dif_update()+0x35: call without frame pointer save/setup lib/crc-t10dif.o: warning: objtool: crc_t10dif()+0xc: call without frame pointer save/setup lib/crc-t10dif.o: warning: objtool: crc_t10dif_mod_fini()+0xf: call without frame pointer save/setup lib/crc-t10dif.o: warning: objtool: crc_t10dif_mod_init()+0xf: call without frame pointer save/setup LD drivers/nvmem/built-in.o CC lib/lzo/lzo1x_compress.o CC net/wireless/radiotap.o drivers/infiniband/core/roce_gid_mgmt.o: warning: objtool: netdevice_queue_work()+0x38: can't find jump dest instruction at .text+0xaa00010e CC net/xfrm/xfrm_hash.o fs/xfs/libxfs/xfs_attr.o: warning: objtool: xfs_attr_leaf_removename()+0x38: can't find jump dest instruction at .text+0xa5000223 CC [M] drivers/nvmem/core.o fs/xfs/libxfs/xfs_bit.o: warning: objtool: xfs_contig_bits()+0x35: call without frame pointer save/setup LD drivers/iio/common/st_sensors/st_sensors.o CC [M] net/sunrpc/sched.o CC drivers/misc/phantom.o LD drivers/media/pci/b2c2/built-in.o fs/ntfs/inode.o: warning: objtool: ntfs_read_locked_attr_inode()+0xd1: can't find jump dest instruction at .text+0x2504055c LD drivers/iio/common/st_sensors/built-in.o CC fs/ntfs/runlist.o sound/pci/hda/patch_si3054.o: warning: objtool: si3054_init()+0x26: can't find jump dest instruction at .text+0x5d0100ad fs/ntfs/mft.o: warning: objtool: map_mft_record()+0xa4: can't find jump dest instruction at .text+0x210100ca net/sched/sch_generic.o: warning: objtool: dev_watchdog()+0x42: can't find jump dest instruction at .text+0xe80004d4 CC fs/ntfs/super.o CC [M] net/rxrpc/ar-call.o CC [M] fs/xfs/libxfs/xfs_da_format.o LD net/sched/built-in.o net/tipc/bcast.o: warning: objtool: tipc_bcbase_xmit()+0x26: can't find jump dest instruction at .text+0xcc0001ce drivers/infiniband/sw/rdmavt/mcast.o: warning: objtool: rvt_mcast_add()+0x45: can't find jump dest instruction at .text+0x870000c1 CC net/mac80211/ibss.o CC [M] net/tipc/msg.o LD drivers/iio/common/built-in.o net/ipv4/inet_timewait_sock.o: warning: objtool: inet_twsk_alloc()+0x1b: can't find jump dest instruction at .text+0x1f010021 net/core/net-procfs.o: warning: objtool: dev_mc_seq_show()+0x1b: can't find jump dest instruction at .text+0x950000d2 drivers/isdn/i4l/isdn_net.o: warning: objtool: isdn_net_realrm()+0x23: can't find jump dest instruction at .text+0x9b01017f CC [M] drivers/hid/hid-steelseries.o CC [M] net/irda/af_irda.o CC net/ipv4/tcp_ipv4.o CC net/wireless/util.o CC [M] drivers/md/multipath.o drivers/iio/magnetometer/hmc5843_core.o: warning: objtool: hmc5843_write_raw()+0x18: can't find jump dest instruction at .text+0x8c000249 LD drivers/ntb/hw/built-in.o drivers/hid/hid-multitouch.o: warning: objtool: mt_get_feature()+0x2d: can't find jump dest instruction at .text+0xc5000067 LD drivers/media/pci/ddbridge/built-in.o drivers/md/raid0.o: warning: objtool: raid0_make_request()+0x20: can't find jump dest instruction at .text+0x1701022d fs/ntfs/mst.o: warning: objtool: post_read_mst_fixup()+0x19: can't find jump dest instruction at .text+0x8d00001f fs/reiserfs/fix_node.o: warning: objtool: check_left()+0x5c: can't find jump dest instruction at .text+0x3b010342 net/rxrpc/ar-ack.o: warning: objtool: rxrpc_resend_timer()+0xb: can't find jump dest instruction at .text+0xa1000098 CC [M] drivers/isdn/hardware/mISDN/speedfax.o drivers/iio/light/tcs3472.o: warning: objtool: tcs3472_probe()+0x2c: can't find jump dest instruction at .text+0x490100c8 drivers/iio/trigger/iio-trig-sysfs.o: warning: objtool: iio_sysfs_trigger_probe()+0x29: can't find jump dest instruction at .text+0xd3000112 CC [M] net/sunrpc/auth.o LD fs/nls/built-in.o CC lib/lz4/lz4_decompress.o drivers/infiniband/core/cache.o: warning: objtool: find_gid()+0x5d: can't find jump dest instruction at .text+0xcc000099 CC [M] net/rxrpc/ar-connection.o LD drivers/iio/trigger/built-in.o drivers/infiniband/hw/mlx4/qp.o: warning: objtool: mlx4_ib_qp_event()+0x22: can't find jump dest instruction at .text+0x9100022f fs/nls/mac-romanian.o: warning: objtool: init_nls_macromanian()+0x12: call without frame pointer save/setup fs/nls/mac-romanian.o: warning: objtool: exit_nls_macromanian()+0xb: call without frame pointer save/setup net/ipv4/inet_hashtables.o: warning: objtool: inet_unhash()+0x1e: can't find jump dest instruction at .text+0xb0000132 CC [M] drivers/md/md.o fs/cifs/cifs_dfs_ref.o: warning: objtool: cifs_build_devname()+0x2f: can't find jump dest instruction at .text+0xa6000073 CC [M] drivers/iio/light/adjd_s311.o CC [M] fs/reiserfs/stree.o CC [M] sound/soc/codecs/pcm512x-i2c.o LD [M] drivers/infiniband/hw/mlx4/mlx4_ib.o CC lib/mpi/generic_mpih-lshift.o drivers/iio/light/tsl4531.o: warning: objtool: tsl4531_probe()+0x2b: can't find jump dest instruction at .text+0xc300011e CC net/ipv4/tcp_minisocks.o CC [M] drivers/hid/hid-sunplus.o fs/ext4/block_validity.o: warning: objtool: add_system_zone()+0x9c: can't find jump dest instruction at .text+0xc30000a2 CC [M] net/tipc/name_distr.o drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_buffer_preenable()+0x9: call without frame pointer save/setup drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_buffer_predisable()+0xc: call without frame pointer save/setup drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_buffer_postenable()+0x1c: call without frame pointer save/setup drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_trig_set_state()+0xf: call without frame pointer save/setup drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_allocate_ring()+0x19: call without frame pointer save/setup drivers/iio/pressure/st_pressure_buffer.o: warning: objtool: st_press_deallocate_ring()+0x4: call without frame pointer save/setup CC [M] fs/reiserfs/hashes.o drivers/hwmon/fschmd.o: warning: objtool: fschmd_dmi_decode()+0x24: can't find jump dest instruction at .text+0x3d01002a drivers/infiniband/core/mr_pool.o: warning: objtool: ib_mr_pool_get()+0x1e: call without frame pointer save/setup drivers/infiniband/core/mr_pool.o: warning: objtool: ib_mr_pool_destroy()+0x41: call without frame pointer save/setup drivers/infiniband/core/mr_pool.o: warning: objtool: ib_mr_pool_init()+0x34: call without frame pointer save/setup drivers/infiniband/core/mr_pool.o: warning: objtool: ib_mr_pool_put()+0x20: call without frame pointer save/setup CC lib/lzo/lzo1x_decompress_safe.o CC drivers/iio/pressure/t5403.o CC [M] drivers/md/bitmap.o LD drivers/ntb/hw/amd/built-in.o CC net/x25/x25_in.o drivers/mfd/rts5209.o: warning: objtool: rts5209_force_power_down()+0x13: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_disable_auto_blink()+0x10: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_enable_auto_blink()+0x13: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_turn_off_led()+0x13: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_turn_on_led()+0x10: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_fetch_vendor_settings()+0x1f: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_optimize_phy()+0xb: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_card_power_off()+0x3d: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_extra_init_hw()+0x25: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_card_power_on()+0x44: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_switch_output_voltage()+0x4d: call without frame pointer save/setup drivers/mfd/rts5209.o: warning: objtool: rts5209_init_params()+0x6b: call without frame pointer save/setup fs/ext2/xattr.o: warning: objtool: ext2_xattr_cmp()+0x1f: can't find jump dest instruction at .text+0x980000f2 CC drivers/mfd/rtl8411.o LD drivers/media/pci/dm1105/built-in.o LD [M] fs/ext2/ext2.o CC [M] drivers/ntb/hw/amd/ntb_hw_amd.o drivers/infiniband/hw/mthca/mthca_provider.o: warning: objtool: mthca_reg_user_mr()+0xc1: can't find jump dest instruction at .text+0xef010306 CC net/ipv4/tcp_cong.o fs/proc/meminfo.o: warning: objtool: meminfo_proc_show()+0x4c: can't find call dest symbol at offset 0x7a000086 drivers/infiniband/hw/mthca/mthca_memfree.o: warning: objtool: mthca_free_icm()+0x1d: can't find jump dest instruction at .text+0xe70003bd LD drivers/ntb/test/built-in.o CC crypto/cast6_generic.o CC fs/proc/stat.o LD drivers/media/pci/mantis/built-in.o drivers/isdn/i4l/isdn_audio.o: warning: objtool: isdn_audio_goertzel()+0x43: can't find jump dest instruction at .text+0xf3000095 drivers/isdn/hardware/mISDN/hfcsusb.o: warning: objtool: start_int_fifo()+0x50: can't find jump dest instruction at .text+0xc50001f0 CC drivers/misc/apds990x.o CC [M] drivers/iio/light/bh1750.o CC [M] drivers/ntb/test/ntb_pingpong.o CC [M] drivers/isdn/hardware/mISDN/mISDNinfineon.o CC [M] drivers/iio/light/bh1780.o net/rxrpc/ar-accept.o: warning: objtool: rxrpc_accept_incoming_call()+0x34: can't find jump dest instruction at .text+0xa0300af drivers/i2c/busses/i2c-ali1563.o: warning: objtool: ali1563_block_start()+0x13c: can't find jump dest instruction at .text+0xc101014d CC [M] net/rxrpc/ar-connevent.o CC [M] drivers/i2c/busses/i2c-sis5595.o net/ipv4/ip_output.o: warning: objtool: ip_setup_cork()+0x5a: can't find jump dest instruction at .text+0x83000197 CC drivers/mfd/rts5227.o fs/reiserfs/lbalance.o: warning: objtool: leaf_copy_items_entirely()+0xfb: can't find jump dest instruction at .text+0x7b02014b net/llc/llc_conn.o: warning: objtool: __llc_lookup_listener()+0x37: can't find jump dest instruction at .text+0xb8000613 CC [M] drivers/media/i2c/saa6588.o CC drivers/iio/pressure/st_pressure_i2c.o sound/pci/ice1712/ak4xxx.o: warning: objtool: snd_ice1712_akm4xxx_write()+0x3b: can't find jump dest instruction at .text+0x68010186 LD [M] sound/pci/ice1712/snd-ice17xx-ak4xxx.o drivers/leds/leds-lp3944.o: warning: objtool: lp3944_led_set()+0x3a: can't find jump dest instruction at .text+0x8800009a drivers/hid/hid-ntrig.o: warning: objtool: ntrig_event()+0x2d: can't find jump dest instruction at .text+0x770300c6 drivers/isdn/i4l/isdn_bsdcomp.o: warning: objtool: bsd_init()+0x87: can't find jump dest instruction at .text+0x88000161 CC [M] net/sunrpc/auth_null.o CC [M] drivers/hid/hid-tivo.o drivers/i2c/busses/i2c-amd8111.o: warning: objtool: amd8111_probe()+0x1a: can't find jump dest instruction at .text+0x20010067 CC drivers/leds/leds-tlc591xx.o CC [M] drivers/ntb/test/ntb_perf.o net/mac80211/sta_info.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa8000071 LD drivers/media/pci/netup_unidvb/built-in.o net/wimax/op-msg.o: warning: objtool: wimax_msg_alloc()+0x6c: can't find jump dest instruction at .text+0xfc000072 CC [M] drivers/i2c/busses/i2c-sis96x.o CC [M] drivers/media/i2c/tda9840.o CC net/sysctl_net.o net/tipc/core.o: warning: objtool: tipc_exit_net()+0x9: call without frame pointer save/setup net/tipc/core.o: warning: objtool: tipc_init_net()+0x33: call without frame pointer save/setup net/tipc/core.o: warning: objtool: tipc_init()+0xf: call without frame pointer save/setup net/tipc/core.o: warning: objtool: tipc_exit()+0x4: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: irda_setup_dma()+0x1d: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: alloc_irdadev()+0x20: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: irda_device_set_media_busy()+0x47: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: __irda_task_delete()+0xd: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: leftover_dongle()+0x9: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: irda_device_cleanup()+0x12: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: irda_device_is_receiving()+0x19: call without frame pointer save/setup net/irda/irda_device.o: warning: objtool: irda_device_init()+0x9: call without frame pointer save/setup crypto/aes_generic.o: warning: objtool: crypto_aes_expand_key()+0x1b: can't find jump dest instruction at .text+0x7f030021 net/wireless/sysfs.o: warning: objtool: wiphy_suspend()+0x3d: can't find call dest symbol at offset 0x7900019c CC [M] drivers/i2c/busses/i2c-cbus-gpio.o CC [M] net/irda/discovery.o CC [M] lib/lz4/lz4_compress.o fs/btrfs/delayed-ref.o: warning: objtool: merge_ref()+0x3b: can't find jump dest instruction at .text+0x53010645 LD drivers/md/bcache/built-in.o CC [M] net/irda/parameters.o CC fs/proc/uptime.o CC [M] drivers/nvmem/lpc18xx_eeprom.o net/openvswitch/vport-internal_dev.o: warning: objtool: internal_dev_recv()+0x26: can't find jump dest instruction at .text+0xda00007e net/core/dev.o: warning: objtool: net_tx_action()+0x8d: can't find jump dest instruction at .text+0x9c0009d3 net/rds/cong.o: warning: objtool: rds_cong_map_updated()+0xa1: can't find jump dest instruction at .text+0xab000135 CC fs/proc/version.o CC net/rds/sysctl.o crypto/camellia_generic.o: warning: objtool: camellia_do_decrypt()+0x39: can't find jump dest instruction at .text+0x21040049 CC [M] sound/soc/codecs/rl6231.o fs/btrfs/compression.o: warning: objtool: check_compressed_csum()+0x23: can't find jump dest instruction at .text+0xaa0000e6 CC [M] drivers/md/bcache/alloc.o drivers/isdn/hardware/avm/b1dma.o: warning: objtool: b1dmactl_proc_show()+0x12f: can't find jump dest instruction at .text+0xa60002dc LD drivers/media/pci/ngene/built-in.o drivers/hwmon/i5500_temp.o: warning: objtool: show_thresh()+0x20: call without frame pointer save/setup drivers/hwmon/i5500_temp.o: warning: objtool: show_alarm()+0x28: call without frame pointer save/setup drivers/hwmon/i5500_temp.o: warning: objtool: show_temp()+0x24: call without frame pointer save/setup drivers/hwmon/i5500_temp.o: warning: objtool: i5500_temp_probe()+0xe: call without frame pointer save/setup drivers/hwmon/i5500_temp.o: warning: objtool: i5500_temp_driver_init()+0x14: call without frame pointer save/setup drivers/hwmon/i5500_temp.o: warning: objtool: i5500_temp_driver_exit()+0xb: call without frame pointer save/setup drivers/mfd/rts5229.o: warning: objtool: rts5229_fetch_vendor_settings()+0x2c: can't find jump dest instruction at .text+0x850000ae CC drivers/hwmon/ina209.o CC [M] drivers/md/bcache/bset.o CC [M] drivers/media/i2c/saa7110.o CC drivers/misc/apds9802als.o CC drivers/mfd/rts5249.o drivers/iio/pressure/st_pressure_core.o: warning: objtool: st_press_common_probe()+0x63: can't find jump dest instruction at .text+0x50100a0 drivers/isdn/hardware/eicon/istream.o: warning: objtool: diva_istream_write()+0x7d: can't find jump dest instruction at .text+0xbc00008c sound/pci/hda/patch_ca0110.o: warning: objtool: patch_ca0110()+0x2a: can't find jump dest instruction at .text+0xad000030 CC crypto/arc4.o CC [M] sound/soc/codecs/rt5631.o CC net/xfrm/xfrm_input.o drivers/isdn/hardware/avm/c4.o: warning: objtool: c4_proc_show()+0x12d: can't find jump dest instruction at .text+0xa600029c drivers/isdn/hardware/eicon/di.o: warning: objtool: isdn_rc()+0x83: can't find jump dest instruction at .text+0x4a0500e3 net/rds/connection.o: warning: objtool: __rds_conn_create()+0x8a: can't find jump dest instruction at .text+0x4e040502 CC [M] drivers/isdn/hardware/eicon/divasproc.o CC net/rds/threads.o sound/soc/codecs/pcm3168a-i2c.o: warning: objtool: pcm3168a_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/pcm3168a-i2c.o: warning: objtool: pcm3168a_i2c_probe()+0x1e: call without frame pointer save/setup sound/soc/codecs/pcm3168a-i2c.o: warning: objtool: pcm3168a_i2c_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/pcm3168a-i2c.o: warning: objtool: pcm3168a_i2c_driver_exit()+0xb: call without frame pointer save/setup CC net/x25/x25_link.o drivers/leds/leds-lp8501.o: warning: objtool: lp8501_firmware_loaded()+0x36: can't find jump dest instruction at .text+0x850001b3 LD drivers/media/pci/pluto2/built-in.o net/mac80211/ht.o: warning: objtool: ieee80211_apply_htcap_overrides()+0x8: can't find jump dest instruction at .text+0x1501013f CC [M] drivers/isdn/hardware/mISDN/netjet.o CC [M] drivers/ide/ide-pio-blacklist.o drivers/infiniband/hw/cxgb3/cxio_resource.o: warning: objtool: __cxio_init_resource_fifo.constprop.3()+0x5b: can't find jump dest instruction at .text+0x35010105 CC net/mac80211/iface.o net/irda/irias_object.o: warning: objtool: irias_object_change_attribute()+0x3b: can't find jump dest instruction at .text+0xa20000c9 CC [M] net/irda/irnetlink.o LD drivers/media/pci/pt1/built-in.o net/llc/llc_c_ac.o: warning: objtool: llc_process_tmr_ev()+0x33: can't find jump dest instruction at .text+0xfd0000da fs/nls/mac-roman.o: warning: objtool: init_nls_macroman()+0x12: call without frame pointer save/setup fs/nls/mac-roman.o: warning: objtool: exit_nls_macroman()+0xb: call without frame pointer save/setup CC fs/ntfs/sysctl.o CC [M] fs/btrfs/scrub.o CC [M] drivers/infiniband/core/mad.o CC net/x25/x25_out.o drivers/mmc/card/sdio_uart.o: warning: objtool: sdio_uart_proc_show()+0x39: can't find jump dest instruction at .text+0x440100ed drivers/infiniband/hw/mthca/mthca_srq.o: warning: objtool: mthca_alloc_srq_buf()+0x22: can't find jump dest instruction at .text+0x1501006b CC net/x25/x25_route.o fs/ext4/extents.o: warning: objtool: ext4_ext_search_left()+0x47: can't find jump dest instruction at .text+0x14010133 sound/pci/hda/patch_realtek.o: warning: objtool: alc_fill_eapd_coef()+0x1a: can't find jump dest instruction at .text+0x100204d6 drivers/isdn/hardware/eicon/io.o: warning: objtool: pcm_req()+0x1c: can't find jump dest instruction at .text+0xd20001c2 LD drivers/mmc/card/built-in.o CC [M] net/irda/irmod.o crypto/cast5_generic.o: warning: objtool: __cast5_decrypt()+0x25: can't find jump dest instruction at .text+0x34010a31 LD drivers/media/pci/pt3/built-in.o CC crypto/khazad.o drivers/infiniband/hw/mthca/mthca_catas.o: warning: objtool: catas_reset()+0x126: can't find jump dest instruction at .text+0x7500012b CC [M] net/irda/irproc.o CC [M] net/tipc/subscr.o CC [M] drivers/i2c/busses/i2c-eg20t.o net/x25/x25_dev.o: warning: objtool: x25_receive_data()+0x29: can't find jump dest instruction at .text+0x41020083 CC [M] net/wimax/stack.o CC drivers/leds/leds-ot200.o LD [M] drivers/infiniband/hw/mthca/ib_mthca.o fs/ntfs/namei.o: warning: objtool: ntfs_get_parent()+0x29: can't find jump dest instruction at .text+0xe200002f fs/reiserfs/ibalance.o: warning: objtool: internal_delete_pointers_items()+0x65: can't find jump dest instruction at .text+0x990001d9 CC drivers/leds/leds-pca963x.o net/ipv6/udplite.o: warning: objtool: udp_lib_close()+0x4: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplitev6_err()+0x16: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplitev6_rcv()+0x10: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplitev6_exit()+0xb: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplite6_proc_exit()+0xb: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplite6_proc_exit_net()+0xb: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplite6_proc_init_net()+0xb: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplitev6_init()+0x12: call without frame pointer save/setup net/ipv6/udplite.o: warning: objtool: udplite6_proc_init()+0xb: call without frame pointer save/setup CC [M] fs/reiserfs/tail_conversion.o fs/xfs/libxfs/xfs_attr_remote.o: warning: objtool: xfs_attr3_rmt_read_verify()+0x34: can't find jump dest instruction at .text+0xd800010a CC net/wireless/reg.o CC net/xfrm/xfrm_output.o CC [M] drivers/infiniband/core/smi.o CC lib/mpi/generic_mpih-mul1.o lib/libcrc32c.o: warning: objtool: crc32c()+0x37: call without frame pointer save/setup lib/libcrc32c.o: warning: objtool: libcrc32c_mod_init()+0xf: call without frame pointer save/setup lib/libcrc32c.o: warning: objtool: libcrc32c_mod_fini()+0xf: call without frame pointer save/setup drivers/isdn/capi/capidrv.o: warning: objtool: handle_dtrace_data()+0x24: can't find jump dest instruction at .text+0xdc0101f8 CC [M] drivers/isdn/hardware/eicon/diva_dma.o LD drivers/media/pci/saa7146/built-in.o net/mac80211/agg-tx.o: warning: objtool: ieee80211_stop_tx_ba_session()+0x37: can't find jump dest instruction at .text+0x840002ff net/tipc/bearer.o: warning: objtool: __tipc_nl_add_media()+0x42: can't find jump dest instruction at .text+0x3c01010a drivers/iio/light/vcnl4000.o: warning: objtool: vcnl4000_read_raw()+0x4c: can't find call dest symbol at offset 0xf7ff01b6 CC [M] net/tipc/name_table.o CC [M] drivers/iio/light/cm32181.o drivers/hwmon/gl518sm.o: warning: objtool: gl518_update_device()+0x44: can't find jump dest instruction at .text+0xe601027b drivers/media/i2c/msp3400-driver.o: warning: objtool: msp_log_status()+0xd3: can't find jump dest instruction at .text+0x102c7 CC crypto/poly1305_generic.o CC net/x25/x25_subr.o fs/ext4/mmp.o: warning: objtool: read_mmp_block()+0x4c: can't find jump dest instruction at .text+0x8f0001a6 CC crypto/deflate.o CC net/x25/x25_timer.o drivers/leds/leds-lp5523.o: warning: objtool: lp5523_selftest()+0x50: can't find jump dest instruction at .text+0xb5010331 drivers/i2c/busses/i2c-nforce2-s4985.o: warning: objtool: nforce2_access_channel()+0x3d: can't find jump dest instruction at .text+0x90000043 CC net/x25/x25_proc.o net/irda/irttp.o: warning: objtool: irttp_dup()+0x59: can't find jump dest instruction at .text+0x820004b4 drivers/net/Space.o: warning: objtool: net_olddevs_init()+0x33: can't find call dest symbol at offset 0x7400008c CC drivers/isdn/mISDN/timerdev.o net/mac80211/offchannel.o: warning: objtool: ieee80211_start_roc_work()+0x6c: can't find jump dest instruction at .text+0x11020552 CC net/xfrm/xfrm_sysctl.o CC [M] drivers/i2c/busses/i2c-hix5hd2.o drivers/hwmon/gl520sm.o: warning: objtool: gl520_update_device()+0x48: can't find jump dest instruction at .text+0xf60102a6 CC [M] net/ipv6/icmp.o drivers/hid/hid-sunplus.o: warning: objtool: sp_input_mapping()+0x4e: can't find call dest symbol at offset 0x820000ca fs/cifs/fscache.o: warning: objtool: cifs_fscache_get_client_cookie()+0x1a: can't find call dest symbol at offset 0xbf000068 CC drivers/mmc/host/sdhci.o net/rds/info.o: warning: objtool: rds_info_copy()+0x23: can't find jump dest instruction at .text+0xe1000057 CC drivers/isdn/mISDN/l1oip_core.o CC drivers/hwmon/it87.o net/openvswitch/flow_table.o: warning: objtool: flow_hash()+0x2e: can't find jump dest instruction at .text+0xa800006f CC [M] sound/pci/oxygen/xonar_hdmi.o CC [M] drivers/hid/hid-twinhan.o LD drivers/media/pci/smipcie/built-in.o CC net/rds/transport.o fs/btrfs/free-space-cache.o: warning: objtool: io_ctl_set_crc()+0x23: can't find jump dest instruction at .text+0x8e00023e net/mac80211/scan.o: warning: objtool: ieee80211_prep_hw_scan()+0x25: can't find jump dest instruction at .text+0x8a0100c9 CC net/mac80211/rate.o drivers/isdn/i4l/isdn_tty.o: warning: objtool: isdn_tty_check_esc()+0x20: can't find jump dest instruction at .text+0xc800006d CC [M] fs/btrfs/reada.o CC drivers/mmc/host/wbsd.o CC [M] drivers/isdn/hardware/eicon/os_bri.o drivers/infiniband/sw/rdmavt/pd.o: warning: objtool: rvt_alloc_pd()+0x27: call without frame pointer save/setup drivers/infiniband/sw/rdmavt/pd.o: warning: objtool: rvt_dealloc_pd()+0x1b: call without frame pointer save/setup drivers/hid/hid-sony.o: warning: objtool: sony_report_fixup()+0x22: can't find jump dest instruction at .text+0xec0001b4 net/xfrm/xfrm_hash.o: warning: objtool: xfrm_hash_alloc()+0x41: call without frame pointer save/setup net/xfrm/xfrm_hash.o: warning: objtool: xfrm_hash_free()+0x35: call without frame pointer save/setup CC lib/mpi/generic_mpih-mul2.o CC [M] fs/reiserfs/journal.o drivers/isdn/i4l/isdn_ppp.o: warning: objtool: isdn_ppp_set_compressor()+0x56: can't find jump dest instruction at .text+0x3201007c CC lib/mpi/generic_mpih-mul3.o fs/btrfs/volumes.o: warning: objtool: sort_parity_stripes()+0x19: can't find jump dest instruction at .text+0x8d0002b6 CC [M] drivers/hid/hid-uclogic.o sound/soc/codecs/pcm512x-i2c.o: warning: objtool: pcm512x_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/pcm512x-i2c.o: warning: objtool: pcm512x_i2c_probe()+0x44: call without frame pointer save/setup sound/soc/codecs/pcm512x-i2c.o: warning: objtool: pcm512x_i2c_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/pcm512x-i2c.o: warning: objtool: pcm512x_i2c_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/infiniband/sw/rdmavt/srq.o net/llc/llc_s_ac.o: warning: objtool: llc_sap_action_send_test_r()+0x87: can't find jump dest instruction at .text+0x940002d7 drivers/isdn/hardware/mISDN/hfcpci.o: warning: objtool: mode_hfcpci()+0xdd: can't find jump dest instruction at .text+0x9d0002db drivers/infiniband/hw/cxgb3/cxio_hal.o: warning: objtool: cxio_hal_ctrl_qp_write_mem()+0x58: can't find jump dest instruction at .text+0xc5010195 CC [M] drivers/isdn/hardware/mISDN/mISDNipac.o drivers/isdn/mISDN/stack.o: warning: objtool: send_layer2()+0x1a: can't find jump dest instruction at .text+0x6a010159 CC net/llc/af_llc.o CC drivers/isdn/mISDN/l1oip_codec.o CC [M] sound/soc/codecs/rt5640.o fs/ext4/move_extent.o: warning: objtool: mext_check_arguments()+0x42: can't find jump dest instruction at .text+0x2601005b LD [M] drivers/infiniband/hw/cxgb3/iw_cxgb3.o CC crypto/crc32c_generic.o CC [M] net/irda/irsysctl.o net/core/ptp_classifier.o: warning: objtool: ptp_classifier_init()+0x21: call without frame pointer save/setup LD drivers/media/pci/ttpci/built-in.o drivers/misc/ad525x_dpot.o: warning: objtool: dpot_read_spi()+0x23: can't find jump dest instruction at .text+0x8d00004b CC [M] net/wimax/debugfs.o net/wimax/op-state-get.o: warning: objtool: wimax_gnl_doit_state_get()+0x86: call without frame pointer save/setup drivers/leds/leds-bd2802.o: warning: objtool: bd2802_register_led_classdev()+0x81: can't find jump dest instruction at .text+0x56020d26 fs/cifs/cache.o: warning: objtool: cifs_fscache_inode_now_uncached()+0x43: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_super_get_key()+0x1a: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_fscache_inode_check_aux()+0x59: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_fscache_super_check_aux()+0x2d: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_server_get_key()+0x66: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_fscache_register()+0xb: call without frame pointer save/setup fs/cifs/cache.o: warning: objtool: cifs_fscache_unregister()+0xb: call without frame pointer save/setup net/ipv6/ip6_output.o: warning: objtool: ip6_setup_cork()+0x34: can't find jump dest instruction at .text+0x77010212 net/llc/llc_pdu.o: warning: objtool: llc_pdu_init_as_frmr_rsp()+0xa3: call without frame pointer save/setup CC net/vmw_vsock/vmci_transport_notify.o CC [M] net/ipv6/mcast.o drivers/net/mii.o: warning: objtool: mii_ethtool_gset()+0xb2: can't find jump dest instruction at .text+0xc200011a LD [M] fs/cifs/cifs.o CC net/x25/x25_forward.o drivers/leds/leds-lp55xx-common.o: warning: objtool: lp55xx_store_engine_select()+0x3a: can't find jump dest instruction at .text+0x8b00020c net/ipv6/ipv6_sockglue.o: warning: objtool: do_ipv6_getsockopt.isra.12()+0x52: can't find jump dest instruction at .text+0x89060128 fs/reiserfs/hashes.o: warning: objtool: keyed_hash()+0x29: can't find jump dest instruction at .text+0xec00002e drivers/ntb/ntb.o: warning: objtool: ntb_register_device()+0x11: can't find jump dest instruction at .text+0xac01018f net/vmw_vsock/af_vsock.o: warning: objtool: vsock_stream_recvmsg()+0x74: can't find jump dest instruction at .text+0xa50201bd CC fs/ext4/xattr.o CC fs/proc/softirqs.o CC [M] drivers/md/bcache/btree.o CC [M] net/ipv6/reassembly.o LD drivers/media/pci/built-in.o CC net/wireless/scan.o LD drivers/parport/built-in.o drivers/infiniband/sw/rdmavt/mr.o: warning: objtool: rvt_rkey_ok()+0x46: can't find jump dest instruction at .text+0x4e0100a4 CC fs/ntfs/unistr.o sound/pci/hda/patch_sigmatel.o: warning: objtool: find_mute_led_cfg()+0x44: can't find jump dest instruction at .text+0xd8000391 CC [M] drivers/infiniband/sw/rdmavt/trace.o CC [M] sound/pci/hda/patch_conexant.o drivers/hid/hid-steelseries.o: warning: objtool: steelseries_srws1_probe()+0x42: can't find jump dest instruction at .text+0x8302030a drivers/isdn/mISDN/clock.o: warning: objtool: mISDN_clock_update()+0x63: can't find jump dest instruction at .text+0x9e000186 LD drivers/ntb/hw/intel/built-in.o LD [M] sound/pci/oxygen/snd-oxygen-lib.o drivers/isdn/mISDN/layer1.o: warning: objtool: l1_event()+0x14: can't find jump dest instruction at .text+0xc2010392 CC [M] drivers/parport/share.o drivers/nvmem/lpc18xx_eeprom.o: warning: objtool: lpc18xx_eeprom_gather_write()+0x2a: can't find jump dest instruction at .text+0xae000063 drivers/net/mdio.o: warning: objtool: mdio45_links_ok()+0x38: can't find jump dest instruction at .text+0x88000146 CC [M] fs/btrfs/backref.o CC [M] drivers/ntb/hw/intel/ntb_hw_intel.o CC [M] drivers/isdn/mISDN/dsp_core.o drivers/iio/pressure/t5403.o: warning: objtool: t5403_comp_pressure()+0x3a: can't find jump dest instruction at .text+0x26010115 drivers/leds/leds-tlc591xx.o: warning: objtool: tlc591xx_remove()+0x35: call without frame pointer save/setup drivers/leds/leds-tlc591xx.o: warning: objtool: tlc591xx_driver_init()+0xd: call without frame pointer save/setup drivers/leds/leds-tlc591xx.o: warning: objtool: tlc591xx_driver_exit()+0xb: call without frame pointer save/setup drivers/iio/light/bh1750.o: warning: objtool: bh1750_probe()+0x2f: can't find jump dest instruction at .text+0xb60001af CC crypto/crct10dif_common.o CC [M] drivers/md/bcache/closure.o LD [M] sound/pci/oxygen/snd-oxygen.o CC drivers/hwmon/k10temp.o CC net/x25/sysctl_net_x25.o lib/lz4/lz4hc_compress.o: warning: objtool: lz4hc_insertandgetwidermatch()+0x80: can't find jump dest instruction at .text+0x1010258 CC drivers/net/arcnet/arcnet.o drivers/iio/light/adjd_s311.o: warning: objtool: adjd_s311_probe()+0x2b: can't find jump dest instruction at .text+0x8800009a crypto/serpent_generic.o: warning: objtool: __serpent_setkey()+0x76: can't find call dest symbol at offset 0x7100008f drivers/iio/light/bh1780.o: warning: objtool: bh1780_probe()+0x3f: can't find jump dest instruction at .text+0x1a010250 CC net/rds/loop.o CC [M] drivers/iio/light/cm3232.o CC lib/mpi/generic_mpih-rshift.o lib/lzo/lzo1x_compress.o: warning: objtool: lzo1x_1_do_compress()+0x4b: can't find jump dest instruction at .text+0xa5020051 drivers/mmc/core/bus.o: warning: objtool: mmc_add_card()+0x120: can't find jump dest instruction at .text+0x86000422 CC [M] sound/soc/codecs/rt5651.o drivers/hid/hid-tivo.o: warning: objtool: tivo_input_mapping.part.1()+0x43: can't find call dest symbol at offset 0x8d000073 CC fs/ext4/xattr_user.o fs/proc/version.o: warning: objtool: version_proc_open()+0x10: call without frame pointer save/setup fs/proc/version.o: warning: objtool: version_proc_show()+0x33: call without frame pointer save/setup fs/proc/version.o: warning: objtool: proc_version_init()+0x19: call without frame pointer save/setup CC [M] sound/pci/hda/hda_intel.o CC drivers/mmc/host/sh_mmcif.o fs/proc/uptime.o: warning: objtool: uptime_proc_open()+0x10: call without frame pointer save/setup fs/proc/uptime.o: warning: objtool: uptime_proc_show()+0x71: call without frame pointer save/setup fs/proc/uptime.o: warning: objtool: proc_uptime_init()+0x19: call without frame pointer save/setup CC [M] net/tipc/net.o CC [M] drivers/infiniband/core/agent.o net/llc/llc_sap.o: warning: objtool: llc_sap_next_state()+0x1d: can't find jump dest instruction at .text+0x87000023 CC drivers/hwmon/lm75.o drivers/iio/pressure/st_pressure_i2c.o: warning: objtool: st_press_i2c_remove()+0xb: call without frame pointer save/setup drivers/iio/pressure/st_pressure_i2c.o: warning: objtool: st_press_i2c_probe()+0x13: call without frame pointer save/setup drivers/iio/pressure/st_pressure_i2c.o: warning: objtool: st_press_driver_init()+0xd: call without frame pointer save/setup drivers/iio/pressure/st_pressure_i2c.o: warning: objtool: st_press_driver_exit()+0xb: call without frame pointer save/setup CC fs/ext4/xattr_trusted.o CC fs/proc/namespaces.o drivers/net/loopback.o: warning: objtool: loopback_xmit()+0x42: can't find call dest symbol at offset 0x7a00014e CC drivers/mmc/core/host.o CC [M] drivers/i2c/busses/i2c-img-scb.o CC [M] fs/reiserfs/resize.o sound/soc/codecs/pcm3168a.o: warning: objtool: pcm3168a_rt_resume()+0x37: can't find jump dest instruction at .text+0xfc0000ae fs/proc/stat.o: warning: objtool: show_stat()+0xbf: can't find jump dest instruction at .text+0x1018a LD drivers/iio/pressure/st_pressure.o CC fs/proc/self.o LD drivers/iio/pressure/built-in.o CC drivers/pci/access.o CC fs/proc/thread_self.o CC drivers/mmc/host/toshsd.o drivers/isdn/hardware/eicon/diva.o: warning: objtool: divas_create_pci_card()+0x65: can't find jump dest instruction at .text+0xc50003ab drivers/misc/phantom.o: warning: objtool: phantom_ioctl()+0x21: can't find jump dest instruction at .text+0x59010304 drivers/i2c/busses/i2c-cbus-gpio.o: warning: objtool: cbus_i2c_probe()+0x33: can't find jump dest instruction at .text+0xd9000058 net/x25/af_x25.o: warning: objtool: x25_device_event()+0x1c: can't find jump dest instruction at .text+0xbb0000d2 CC [M] fs/reiserfs/item_ops.o drivers/mfd/rtl8411.o: warning: objtool: rtl8411_cd_deglitch()+0x43: can't find jump dest instruction at .text+0xbf0002db net/wimax/op-reset.o: warning: objtool: wimax_reset()+0x69: call without frame pointer save/setup net/wimax/op-reset.o: warning: objtool: wimax_gnl_doit_reset()+0x88: call without frame pointer save/setup net/wimax/op-reset.o: warning: objtool: __d_head.constprop.5()+0x54: call without frame pointer save/setup CC [M] drivers/hid/hid-xinmo.o CC [M] drivers/infiniband/core/mad_rmpp.o CC [M] drivers/ide/ide-xfer-mode.o CC [M] drivers/parport/ieee1284.o drivers/hwmon/ina209.o: warning: objtool: ina209_to_reg()+0x10: can't find jump dest instruction at .text+0xcf000016 drivers/media/i2c/tda9840.o: warning: objtool: tda9840_g_tuner()+0xa: can't find call dest symbol at offset 0x570000bd net/sunrpc/socklib.o: warning: objtool: xdr_partial_copy_from_skb()+0x4a: can't find jump dest instruction at .text+0x880100ad net/openvswitch/vport.o: warning: objtool: hash_bucket()+0x38: can't find jump dest instruction at .text+0xa10000c9 drivers/ntb/test/ntb_pingpong.o: warning: objtool: pp_probe()+0x34: can't find jump dest instruction at .text+0xea00022d CC [M] drivers/parport/ieee1284_ops.o lib/lzo/lzo1x_decompress_safe.o: warning: objtool: lzo1x_decompress_safe()+0x12: can't find jump dest instruction at .text+0x3f040018 net/tipc/discover.o: warning: objtool: tipc_disc_rcv()+0x7c: can't find jump dest instruction at .text+0x22010284 CC [M] net/tipc/netlink.o CC drivers/misc/isl29020.o LD lib/lzo/lzo_compress.o lib/lz4/lz4_decompress.o: warning: objtool: lz4_uncompress_unknownoutputsize()+0x27: can't find jump dest instruction at .text+0xb501002c net/rds/recv.o: warning: objtool: rds_recv_incoming()+0xfb: can't find jump dest instruction at .text+0xad0102d0 net/vmw_vsock/vsock_addr.o: warning: objtool: vsock_addr_cast()+0x12: call without frame pointer save/setup net/vmw_vsock/vsock_addr.o: warning: objtool: vsock_addr_unbind()+0x9: call without frame pointer save/setup CC [M] sound/soc/codecs/sgtl5000.o CC [M] drivers/isdn/hardware/mISDN/mISDNisar.o CC net/llc/llc_station.o CC net/vmw_vsock/vmci_transport_notify_qstate.o lib/genalloc.o: warning: objtool: gen_pool_alloc_algo()+0x2b: can't find jump dest instruction at .text+0x4d010531 drivers/mfd/rts5227.o: warning: objtool: rts5227_extra_init_hw()+0xf1: can't find call dest symbol at offset 0xc1fe03c1 CC drivers/mfd/arizona-core.o CC net/ipv4/tcp_metrics.o drivers/i2c/busses/i2c-i801.o: warning: objtool: i801_isr_byte_done()+0x11: can't find jump dest instruction at .text+0x100100d3 LD lib/lzo/lzo_decompress.o net/ipv6/ip6_fib.o: warning: objtool: fib6_walk_continue()+0x10: can't find jump dest instruction at .text+0x32010197 LD net/irda/irlan/built-in.o drivers/misc/apds9802als.o: warning: objtool: als_sensing_range_store()+0x35: can't find jump dest instruction at .text+0xc2000223 CC [M] drivers/i2c/busses/i2c-mt65xx.o CC drivers/hwmon/lm77.o CC drivers/pci/bus.o LD lib/lzo/built-in.o LD drivers/media/platform/omap/built-in.o CC [M] net/irda/irlan/irlan_common.o drivers/leds/leds-ot200.o: warning: objtool: ot200_led_probe()+0x47: call without frame pointer save/setup drivers/leds/leds-ot200.o: warning: objtool: ot200_led_brightness_set()+0x14: call without frame pointer save/setup drivers/leds/leds-ot200.o: warning: objtool: ot200_led_driver_init()+0xd: call without frame pointer save/setup drivers/leds/leds-ot200.o: warning: objtool: ot200_led_driver_exit()+0xb: call without frame pointer save/setup drivers/i2c/busses/i2c-sis96x.o: warning: objtool: sis96x_transaction()+0x93: can't find jump dest instruction at .text+0xc0100a3 drivers/media/i2c/saa6588.o: warning: objtool: block_from_buf()+0x28: can't find jump dest instruction at .text+0xcd000144 CC [M] drivers/isdn/hardware/eicon/s_bri.o net/ipv4/inet_connection_sock.o: warning: objtool: inet_csk_clone_lock()+0x17: can't find jump dest instruction at .text+0x95000445 CC [M] drivers/mmc/host/mtk-sd.o drivers/i2c/busses/i2c-sis5595.o: warning: objtool: sis5595_transaction()+0x2e: can't find jump dest instruction at .text+0x9a000072 sound/soc/codecs/rl6231.o: warning: objtool: rl6231_pll_calc()+0x21: can't find jump dest instruction at .text+0x2010027 CC net/ipv4/tcp_fastopen.o CC [M] drivers/i2c/busses/i2c-sun6i-p2wi.o CC [M] drivers/media/i2c/saa7115.o fs/ntfs/runlist.o: warning: objtool: ntfs_runlists_merge()+0x1b: can't find jump dest instruction at .text+0xe3070237 drivers/media/i2c/saa7110.o: warning: objtool: determine_norm()+0xa0: can't find jump dest instruction at .text+0xa101052e CC [M] drivers/isdn/mISDN/dsp_cmx.o CC [M] drivers/isdn/hardware/eicon/os_4bri.o CC [M] drivers/i2c/busses/i2c-uniphier.o CC [M] drivers/hid/hid-wiimote-core.o crypto/arc4.o: warning: objtool: arc4_crypt_one()+0xd: can't find call dest symbol at offset 0x5d000122 CC [M] drivers/media/platform/vim2m.o crypto/khazad.o: warning: objtool: khazad_crypt()+0xa1: can't find jump dest instruction at .text+0x6a0000a6 CC [M] drivers/media/i2c/saa7127.o CC [M] drivers/hid/hid-wiimote-modules.o CC fs/ntfs/upcase.o drivers/isdn/mISDN/hwchannel.o: warning: objtool: recv_Bchannel()+0x14: can't find jump dest instruction at .text+0x960000cc sound/pci/oxygen/xonar_wm87x6.o: warning: objtool: update_wm8776_volume()+0x32: can't find jump dest instruction at .text+0x960005dd fs/btrfs/tree-log.o: warning: objtool: check_parent_dirs_for_sync()+0x41: can't find jump dest instruction at .text+0x940000ea lib/mpi/generic_mpih-mul3.o: warning: objtool: mpihelp_submul_1()+0xb5: can't find jump dest instruction at .text+0x780000ba drivers/ntb/test/ntb_perf.o: warning: objtool: perf_debugfs_setup()+0x24: can't find jump dest instruction at .text+0xb40000c2 CC fs/proc/proc_sysctl.o CC [M] fs/reiserfs/ioctl.o net/openvswitch/vport-netdev.o: warning: objtool: ovs_netdev_link()+0x1c: can't find jump dest instruction at .text+0xbb000186 CC [M] fs/reiserfs/xattr.o net/x25/x25_facilities.o: warning: objtool: x25_parse_facilities()+0x5c: can't find jump dest instruction at .text+0x2f020073 CC lib/mpi/generic_mpih-sub1.o CC net/wireless/nl80211.o CC [M] net/irda/irlan/irlan_eth.o CC [M] net/sunrpc/auth_unix.o LD lib/raid6/built-in.o CC [M] net/rxrpc/ar-error.o fs/btrfs/ioctl.o: warning: objtool: btrfs_ioctl_fitrim()+0x3e: can't find jump dest instruction at .text+0xfd000218 CC lib/mpi/generic_mpih-add1.o fs/ext4/indirect.o: warning: objtool: ext4_block_to_path()+0x42: can't find jump dest instruction at .text+0xc20000b0 CC [M] net/rxrpc/ar-input.o CC [M] lib/raid6/algos.o net/openvswitch/flow_netlink.o: warning: objtool: __ip_tun_to_nlattr()+0x53: can't find jump dest instruction at .text+0x67020119 LD net/openvswitch/openvswitch.o fs/xfs/libxfs/xfs_bmap_btree.o: warning: objtool: xfs_bmbt_verify()+0x33: can't find jump dest instruction at .text+0xe0100cd CC [M] fs/xfs/libxfs/xfs_dir2.o net/tipc/name_distr.o: warning: objtool: named_distribute()+0x46: can't find jump dest instruction at .text+0x8a000379 LD net/openvswitch/built-in.o crypto/cast6_generic.o: warning: objtool: __cast6_setkey()+0x22: can't find jump dest instruction at .text+0xda000874 fs/ext4/extents_status.o: warning: objtool: ext4_es_free_extent()+0x41: can't find jump dest instruction at .text+0xbf00005d CC drivers/mmc/core/mmc.o drivers/md/multipath.o: warning: objtool: multipath_end_request()+0x33: can't find jump dest instruction at .text+0x84000546 CC [M] drivers/mmc/host/tifm_sd.o CC fs/ext4/inline.o /home/kisskb/slave/src/net/tipc/link.c: In function 'tipc_link_timeout': /home/kisskb/slave/src/net/tipc/link.c:744:28: warning: 'mtyp' may be used uninitialized in this function [-Wuninitialized] net/core/dst_cache.o: warning: objtool: dst_cache_set_ip4()+0x1f: can't find call dest symbol at offset 0xa300005d drivers/iio/light/cm32181.o: warning: objtool: cm32181_read_raw()+0x15: can't find jump dest instruction at .text+0xb2000074 drivers/leds/leds-pca963x.o: warning: objtool: pca963x_probe()+0x75: can't find jump dest instruction at .text+0x360200b9 drivers/media/i2c/msp3400-kthreads.o: warning: objtool: msp34xxg_modus()+0x22: can't find jump dest instruction at .text+0x18010028 net/irda/discovery.o: warning: objtool: irlmp_expire_discoveries()+0x3b: can't find jump dest instruction at .text+0x97000275 CC net/wireless/mlme.o CC drivers/leds/leds-pwm.o LD lib/lz4/built-in.o drivers/isdn/hardware/mISDN/avmfritz.o: warning: objtool: hdlc_empty_fifo()+0x52: can't find jump dest instruction at .text+0xa0000223 CC drivers/net/arcnet/arc-rawmode.o drivers/ide/ide-pio-blacklist.o: warning: objtool: ide_scan_pio_blacklist()+0x36: call without frame pointer save/setup CC [M] drivers/ide/ide-timings.o CC [M] net/ipv6/tcp_ipv6.o net/irda/wrapper.o: warning: objtool: async_unwrap_char()+0x22: can't find jump dest instruction at .text+0x8d000028 CC [M] net/ipv6/ping.o lib/lz4/lz4_compress.o: warning: objtool: lz4_compress()+0x21: can't find jump dest instruction at .text+0x10030027 CC [M] drivers/mmc/host/android-goldfish.o drivers/mfd/rts5249.o: warning: objtool: rts524a_extra_init_hw()+0x73: can't find jump dest instruction at .text+0x9700063b drivers/hid/hid-twinhan.o: warning: objtool: twinhan_input_mapping.part.1()+0x11: can't find jump dest instruction at .text+0x3e010043 CC [M] drivers/iio/light/isl29125.o net/x25/x25_in.o: warning: objtool: x25_state1_machine()+0x19: can't find jump dest instruction at .text+0x5c010060 CC [M] net/ipv6/exthdrs.o CC net/rds/page.o net/mac80211/vht.o: warning: objtool: ieee80211_apply_vhtcap_overrides()+0x14: can't find jump dest instruction at .text+0x7020077 LD drivers/perf/built-in.o CC [M] net/tipc/netlink_compat.o CC [M] drivers/nvmem/rockchip-efuse.o LD drivers/media/radio/built-in.o CC [M] lib/raid6/recov.o net/wireless/core.o: warning: objtool: wiphy_verify_combinations()+0x17: can't find jump dest instruction at .text+0xf010032 CC drivers/hwmon/lm78.o CC [M] drivers/hid/hid-wiimote-debug.o crypto/deflate.o: warning: objtool: deflate_decompress()+0x3a: can't find jump dest instruction at .text+0x8100007a drivers/misc/apds990x.o: warning: objtool: apds990x_lux_show()+0x29: can't find jump dest instruction at .text+0xb30003cd CC [M] net/tipc/node.o drivers/i2c/busses/i2c-hix5hd2.o: warning: objtool: hix5hd2_i2c_irq()+0x49: can't find jump dest instruction at .text+0xc40001b8 HOSTCC lib/raid6/mktables net/sunrpc/auth_null.o: warning: objtool: nul_validate()+0x2f: call without frame pointer save/setup net/wimax/op-rfkill.o: warning: objtool: wimax_report_rfkill_hw()+0xa4: can't find jump dest instruction at .text+0x8a0000aa CC net/mac80211/michael.o CC [M] drivers/parport/procfs.o drivers/isdn/hardware/eicon/diva_dma.o: warning: objtool: diva_alloc_dma_map()+0x19: call without frame pointer save/setup drivers/isdn/hardware/eicon/diva_dma.o: warning: objtool: diva_free_dma_mapping()+0x9: call without frame pointer save/setup drivers/isdn/hardware/eicon/divasproc.o: warning: objtool: info_proc_show()+0x147: can't find jump dest instruction at .text+0x82000353 CC [M] net/sunrpc/auth_generic.o CC [M] drivers/isdn/hardware/eicon/s_4bri.o CC net/llc/llc_proc.o net/rds/message.o: warning: objtool: rds_message_purge()+0x1b: can't find jump dest instruction at .text+0xa80000bf drivers/isdn/i4l/isdn_common.o: warning: objtool: isdn_wildmat()+0xd: can't find jump dest instruction at .text+0xf4000013 drivers/misc/pti.o: warning: objtool: pti_pci_probe()+0x58: can't find jump dest instruction at .text+0xc501030e LD [M] drivers/isdn/i4l/isdn.o drivers/infiniband/core/addr.o: warning: objtool: rdma_translate_ip()+0x30: can't find jump dest instruction at .text+0x2e010348 CC net/rds/rdma.o fs/ntfs/super.o: warning: objtool: parse_ntfs_boot_sector()+0x34: can't find jump dest instruction at .text+0x9a0000a7 CC [M] drivers/md/bcache/debug.o CC [M] net/sunrpc/svc.o CC net/llc/sysctl_net_llc.o CC [M] net/sunrpc/svcsock.o LD drivers/media/rc/keymaps/built-in.o net/rxrpc/ar-connevent.o: warning: objtool: rxrpc_abort_calls.isra.1()+0xb3: can't find jump dest instruction at .text+0x7a0000b8 CC [M] fs/btrfs/ulist.o net/mac80211/agg-rx.o: warning: objtool: ieee80211_send_addba_resp.constprop.3()+0x59: can't find jump dest instruction at .text+0x4b01037d CC fs/ext4/readpage.o drivers/nvmem/core.o: warning: objtool: nvmem_setup_compat.isra.11()+0x1a: can't find jump dest instruction at .text+0x9000062f drivers/ide/ide-eh.o: warning: objtool: do_reset1()+0xdb: can't find jump dest instruction at .text+0x840101e8 sound/pci/oxygen/xonar_hdmi.o: warning: objtool: xonar_hdmi_init_commands()+0x2b: can't find call dest symbol at offset 0x2e0000d2 net/vmw_vsock/vmci_transport.o: warning: objtool: vmci_transport_dgram_dequeue()+0x27: can't find jump dest instruction at .text+0x9d000550 LD [M] sound/pci/oxygen/snd-virtuoso.o CC crypto/crct10dif_generic.o drivers/md/raid5-cache.o: warning: objtool: r5l_read_meta_block()+0x39: can't find jump dest instruction at .text+0xb00000ba LD drivers/media/rc/built-in.o CC [M] fs/btrfs/qgroup.o drivers/message/fusion/mptfc.o: warning: objtool: mptfc_display_port_link_speed()+0x13: can't find jump dest instruction at .text+0xba000031 fs/proc/softirqs.o: warning: objtool: show_softirqs()+0x3b: can't find call dest symbol at offset 0x740000a3 crypto/crc32c_generic.o: warning: objtool: chksum_digest()+0x11: call without frame pointer save/setup crypto/crc32c_generic.o: warning: objtool: chksum_finup()+0xf: call without frame pointer save/setup crypto/crc32c_generic.o: warning: objtool: chksum_update()+0xf: call without frame pointer save/setup crypto/crc32c_generic.o: warning: objtool: crc32c_mod_init()+0xb: call without frame pointer save/setup crypto/crc32c_generic.o: warning: objtool: crc32c_mod_fini()+0xb: call without frame pointer save/setup CC fs/proc/proc_net.o net/batman-adv/translation-table.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa80000a8 CC [M] fs/xfs/libxfs/xfs_dir2_block.o LD [M] drivers/nvmem/nvmem_core.o CC net/xfrm/xfrm_replay.o fs/btrfs/delayed-inode.o: warning: objtool: __btrfs_add_delayed_item()+0x61: can't find jump dest instruction at .text+0x850002b6 CC net/xfrm/xfrm_algo.o drivers/hwmon/k10temp.o: warning: objtool: has_erratum_319()+0x18: can't find jump dest instruction at .text+0x8500010d LD net/batman-adv/batman-adv.o fs/ntfs/unistr.o: warning: objtool: ntfs_nlstoucs()+0x2d: can't find jump dest instruction at .text+0xa4000232 CC drivers/leds/leds-regulator.o net/rds/sysctl.o: warning: objtool: rds_sysctl_exit()+0xb: call without frame pointer save/setup net/rds/sysctl.o: warning: objtool: rds_sysctl_init()+0x2f: call without frame pointer save/setup drivers/isdn/hardware/mISDN/speedfax.o: warning: objtool: speedfax_irq()+0x3e: can't find jump dest instruction at .text+0xa60002ff CC net/mac80211/tkip.o UNROLL lib/raid6/int1.c LD drivers/media/tuners/built-in.o CC [M] fs/btrfs/send.o CC net/xfrm/xfrm_ipcomp.o net/rds/stats.o: warning: objtool: rds_stats_info()+0x3a: can't find jump dest instruction at .text+0xa00000c1 UNROLL lib/raid6/int2.c drivers/iio/light/cm3232.o: warning: objtool: cm3232_probe()+0x7a: can't find call dest symbol at offset 0xd9ff031e drivers/mfd/rtsx_pcr.o: warning: objtool: rtsx_pci_isr()+0x14: can't find jump dest instruction at .text+0x1d010461 CC [M] drivers/isdn/mISDN/dsp_tones.o net/core/net-sysfs.o: warning: objtool: store_rps_dev_flow_table_cnt()+0x2a: can't find jump dest instruction at .text+0xba000c99 CC [M] drivers/ide/ide-atapi.o net/packet/af_packet.o: warning: objtool: packet_getname()+0x1c: can't find jump dest instruction at .text+0x83000577 drivers/hid/hid-uclogic.o: warning: objtool: uclogic_report_fixup()+0x2f: can't find jump dest instruction at .text+0x88000035 net/tipc/msg.o: warning: objtool: tipc_msg_validate()+0x14: can't find jump dest instruction at .text+0xb00002c6 LD net/packet/built-in.o drivers/ntb/hw/amd/ntb_hw_amd.o: warning: objtool: amd_ntb_mw_get_range()+0xe: can't find jump dest instruction at .text+0x99000021 fs/xfs/libxfs/xfs_attr_leaf.o: warning: objtool: xfs_attr_shortform_bytesfit()+0x5b: can't find jump dest instruction at .text+0x110106e1 LD net/batman-adv/built-in.o fs/ext4/xattr_trusted.o: warning: objtool: ext4_xattr_trusted_set()+0x19: call without frame pointer save/setup fs/ext4/xattr_trusted.o: warning: objtool: ext4_xattr_trusted_get()+0x15: call without frame pointer save/setup fs/ext4/xattr_trusted.o: warning: objtool: ext4_xattr_trusted_list()+0x9: call without frame pointer save/setup drivers/infiniband/core/multicast.o: warning: objtool: mcast_add_one()+0x33: can't find jump dest instruction at .text+0x1801012b drivers/hid/hid-xinmo.o: warning: objtool: xinmo_event()+0x2a: call without frame pointer save/setup drivers/hid/hid-xinmo.o: warning: objtool: xinmo_driver_init()+0x19: call without frame pointer save/setup drivers/hid/hid-xinmo.o: warning: objtool: xinmo_driver_exit()+0xb: call without frame pointer save/setup CC drivers/leds/leds-adp5520.o CC [M] drivers/md/bcache/extents.o CC [M] fs/btrfs/dev-replace.o CC [M] net/tipc/socket.o drivers/isdn/mISDN/tei.o: warning: objtool: mgr_bcast()+0x3c: can't find jump dest instruction at .text+0xc5000747 CC [M] drivers/media/tuners/mt20xx.o CC [M] drivers/isdn/hardware/eicon/os_pri.o CC [M] drivers/parport/daisy.o CC [M] fs/xfs/libxfs/xfs_dir2_data.o LD drivers/hid/hid.o CC [M] fs/xfs/libxfs/xfs_dir2_leaf.o net/irda/irnetlink.o: warning: objtool: irda_nl_get_mode()+0x25: can't find jump dest instruction at .text+0x3801009a CC crypto/authenc.o CC [M] fs/btrfs/raid56.o fs/reiserfs/tail_conversion.o: warning: objtool: direct2indirect()+0x104: can't find jump dest instruction at .text+0x3503012e CC net/mac80211/aes_ccm.o CC [M] drivers/mmc/host/cb710-mmc.o sound/soc/codecs/pcm512x.o: warning: objtool: pcm512x_readable()+0xa: can't find jump dest instruction at .text+0x85000010 net/core/fib_rules.o: warning: objtool: fib_nl_fill_rule()+0x2c: can't find jump dest instruction at .text+0x810200c7 UNROLL lib/raid6/int4.c LD drivers/hid/wacom.o net/x25/x25_proc.o: warning: objtool: x25_seq_socket_show()+0x2e: can't find jump dest instruction at .text+0x6901015c CC [M] net/ipv6/datagram.o CC drivers/phy/phy-core.o CC [M] fs/btrfs/uuid-tree.o fs/xfs/libxfs/xfs_da_format.o: warning: objtool: xfs_dir3_sf_nextentry()+0xb: can't find call dest symbol at offset 0xc3000050 CC [M] net/sunrpc/svcauth.o net/irda/parameters.o: warning: objtool: irda_param_unpack()+0x31: can't find jump dest instruction at .text+0xb2000220 CC drivers/pci/probe.o LD drivers/media/usb/b2c2/built-in.o net/irda/irsysctl.o: warning: objtool: do_discovery()+0x7: call without frame pointer save/setup net/irda/irsysctl.o: warning: objtool: do_devname()+0x9: call without frame pointer save/setup net/irda/irsysctl.o: warning: objtool: irda_sysctl_unregister()+0xb: call without frame pointer save/setup net/irda/irsysctl.o: warning: objtool: irda_sysctl_register()+0x19: call without frame pointer save/setup CC lib/xz/xz_dec_syms.o net/sunrpc/clnt.o: warning: objtool: call_reserveresult()+0x54: can't find jump dest instruction at .text+0x95000421 CC drivers/platform/chrome/cros_ec_proto.o CC [M] net/rds/rdma_transport.o CC [M] drivers/infiniband/core/umem.o drivers/misc/isl29020.o: warning: objtool: als_lux_input_data_show()+0x6b: can't find jump dest instruction at .text+0x8d000125 LD drivers/media/v4l2-core/built-in.o CC [M] drivers/ide/setup-pci.o fs/proc/self.o: warning: objtool: proc_self_readlink()+0x2b: call without frame pointer save/setup fs/proc/self.o: warning: objtool: proc_self_get_link()+0x2c: call without frame pointer save/setup fs/proc/self.o: warning: objtool: proc_setup_self()+0x2b: call without frame pointer save/setup fs/proc/self.o: warning: objtool: proc_self_init()+0xb: call without frame pointer save/setup net/x25/x25_out.o: warning: objtool: x25_output()+0x55: can't find jump dest instruction at .text+0x790100e6 LD drivers/hid/built-in.o net/x25/x25_timer.o: warning: objtool: x25_heartbeat_expiry()+0x1c: can't find call dest symbol at offset 0xf1ff010e drivers/i2c/busses/i2c-eg20t.o: warning: objtool: pch_i2c_wait_for_check_xfer()+0x20: can't find jump dest instruction at .text+0x90000650 CC drivers/mfd/arizona-irq.o drivers/hwmon/lm75.o: warning: objtool: lm75_detect()+0x32: can't find jump dest instruction at .text+0x2a02014c sound/soc/codecs/rt5631.o: warning: objtool: rt5631_hifi_pcm_params()+0x41: can't find jump dest instruction at .text+0xd80002a5 LD drivers/misc/c2port/built-in.o CC [M] drivers/media/v4l2-core/v4l2-dev.o CC [M] drivers/i2c/busses/i2c-xiic.o fs/proc/thread_self.o: warning: objtool: proc_thread_self_readlink()+0x34: call without frame pointer save/setup fs/proc/thread_self.o: warning: objtool: proc_thread_self_get_link()+0x2e: call without frame pointer save/setup fs/proc/thread_self.o: warning: objtool: proc_setup_thread_self()+0x2b: call without frame pointer save/setup fs/proc/thread_self.o: warning: objtool: proc_thread_self_init()+0xb: call without frame pointer save/setup net/x25/x25_route.o: warning: objtool: x25_route_ioctl()+0x25: can't find jump dest instruction at .text+0xd400024e CC [M] sound/soc/codecs/sigmadsp.o fs/reiserfs/resize.o: warning: objtool: reiserfs_resize()+0x8f: can't find jump dest instruction at .text+0xa6040094 CC [M] fs/xfs/libxfs/xfs_dir2_node.o CC drivers/mmc/core/mmc_ops.o CC drivers/misc/altera-stapl/altera-lpt.o CC drivers/mfd/arizona-i2c.o CC fs/proc/vmcore.o CC [M] drivers/misc/c2port/core.o net/xfrm/xfrm_sysctl.o: warning: objtool: xfrm_sysctl_init()+0x43: call without frame pointer save/setup net/xfrm/xfrm_sysctl.o: warning: objtool: xfrm_sysctl_fini()+0x11: call without frame pointer save/setup UNROLL lib/raid6/int8.c LD drivers/media/usb/dvb-usb/built-in.o LD drivers/media/platform/built-in.o drivers/i2c/busses/i2c-sun6i-p2wi.o: warning: objtool: p2wi_smbus_xfer()+0x48: can't find jump dest instruction at .text+0xdd000098 CC lib/xz/xz_dec_stream.o fs/ext4/xattr_user.o: warning: objtool: ext4_xattr_user_set()+0x2f: call without frame pointer save/setup fs/ext4/xattr_user.o: warning: objtool: ext4_xattr_user_get()+0x2b: call without frame pointer save/setup CC lib/zlib_deflate/deflate.o CC [M] drivers/isdn/hardware/eicon/s_pri.o net/wimax/debugfs.o: warning: objtool: wimax_debugfs_add()+0x54: can't find jump dest instruction at .text+0x6202005a LD drivers/media/usb/cpia2/built-in.o CC [M] drivers/mmc/host/via-sdmmc.o CC [M] drivers/iio/light/lm3533-als.o drivers/md/raid1.o: warning: objtool: raid1_congested()+0x24: can't find jump dest instruction at .text+0x820000f5 net/rxrpc/ar-call.o: warning: objtool: rxrpc_alloc_call()+0x24: can't find jump dest instruction at .text+0xd80202a3 CC [M] drivers/media/usb/cpia2/cpia2_v4l.o CC net/wireless/ibss.o LD drivers/net/ieee802154/built-in.o CC [M] net/rxrpc/ar-key.o net/x25/x25_link.o: warning: objtool: x25_link_control()+0x19: can't find jump dest instruction at .text+0x98000109 CC [M] net/rds/ib.o net/wireless/radiotap.o: warning: objtool: ieee80211_radiotap_iterator_init()+0xc: can't find jump dest instruction at .text+0x90000012 CC [M] drivers/mmc/host/vub300.o net/x25/sysctl_net_x25.o: warning: objtool: x25_unregister_sysctl()+0xb: call without frame pointer save/setup net/x25/sysctl_net_x25.o: warning: objtool: x25_register_sysctl()+0x19: call without frame pointer save/setup LD net/llc/llc.o CC lib/xz/xz_dec_lzma2.o drivers/isdn/hardware/mISDN/hfcmulti.o: warning: objtool: channel_dctrl()+0x1c: can't find jump dest instruction at .text+0x5a010287 CC drivers/net/arcnet/com20020.o CC drivers/phy/phy-exynos-mipi-video.o drivers/hwmon/lm77.o: warning: objtool: lm77_detect()+0x33: can't find jump dest instruction at .text+0x4f020039 CC [M] drivers/media/i2c/saa7185.o CC net/wireless/sme.o sound/pci/hda/hda_generic.o: warning: objtool: indep_hp_possible()+0x41: can't find jump dest instruction at .text+0x9f000151 CC drivers/hwmon/lm80.o CC drivers/mmc/core/sd.o crypto/poly1305_generic.o: warning: objtool: poly1305_blocks()+0x83: can't find jump dest instruction at .text+0xb3010155 drivers/infiniband/core/smi.o: warning: objtool: __smi_handle_dr_smp_send.part.1()+0x37: can't find jump dest instruction at .text+0x9e000090 drivers/md/bcache/closure.o: warning: objtool: debug_seq_show()+0x39: can't find jump dest instruction at .text+0xb5000055 CC crypto/authencesn.o drivers/i2c/busses/i2c-mt65xx.o: warning: objtool: mtk_i2c_resume()+0xb: can't find call dest symbol at offset 0x210000df CC lib/xz/xz_dec_bcj.o CC lib/mpi/mpicoder.o net/unix/af_unix.o: warning: objtool: unix_seq_show()+0x29: can't find jump dest instruction at .text+0x10142 CC [M] drivers/i2c/busses/i2c-diolan-u2c.o CC lib/zlib_inflate/inffast.o fs/proc/namespaces.o: warning: objtool: proc_ns_dir_readdir()+0x31: can't find jump dest instruction at .text+0x11010277 net/tipc/subscr.o: warning: objtool: tipc_subscrp_subscribe()+0x4e: can't find jump dest instruction at .text+0xc200036a LD [M] net/unix/unix.o net/x25/x25_subr.o: warning: objtool: x25_write_internal()+0x84: can't find jump dest instruction at .text+0x8d020224 CC [M] net/sunrpc/svcauth_unix.o drivers/isdn/mISDN/timerdev.o: warning: objtool: misdn_add_timer()+0x3a: can't find jump dest instruction at .text+0xbe00028b CC [M] drivers/mmc/host/ushc.o CC lib/percpu_counter.o net/ipv6/ndisc.o: warning: objtool: ndisc_mc_map()+0x1f: can't find jump dest instruction at .text+0xc6000287 net/ipv6/raw.o: warning: objtool: rawv6_bind()+0x2b: can't find jump dest instruction at .text+0x310100ff CC [M] drivers/isdn/mISDN/dsp_dtmf.o CC [M] net/sunrpc/addr.o LD drivers/misc/cb710/built-in.o CC [M] drivers/net/arcnet/rfc1201.o CC [M] drivers/media/v4l2-core/v4l2-ioctl.o net/irda/af_irda.o: warning: objtool: irda_create()+0x1f: can't find jump dest instruction at .text+0x3e0100dd drivers/i2c/busses/i2c-uniphier.o: warning: objtool: uniphier_i2c_probe()+0x36: can't find jump dest instruction at .text+0x550101ce drivers/isdn/hardware/eicon/os_bri.o: warning: objtool: diva_bri_stop_adapter()+0x16: can't find jump dest instruction at .text+0xdc0001fe CC lib/zlib_inflate/inflate.o LD drivers/isdn/hardware/mISDN/built-in.o CC [M] drivers/net/arcnet/capmode.o drivers/infiniband/core/sa_query.o: warning: objtool: ib_sa_cancel_query()+0x69: can't find jump dest instruction at .text+0xc1000665 CC drivers/net/ethernet/3com/typhoon.o CC [M] drivers/mmc/host/rtsx_pci_sdmmc.o CC [M] drivers/misc/cb710/core.o drivers/nvmem/rockchip-efuse.o: warning: objtool: rockchip_efuse_probe()+0x2f: can't find jump dest instruction at .text+0x90000047 CC lib/swiotlb.o drivers/md/bcache/alloc.o: warning: objtool: bch_rescale_priorities()+0x2c: can't find jump dest instruction at .text+0xa20001f6 net/rxrpc/ar-connection.o: warning: objtool: rxrpc_alloc_connection()+0x19: can't find jump dest instruction at .text+0x1010041 LD [M] drivers/nvmem/nvmem_lpc18xx_eeprom.o net/irda/irlan/irlan_common.o: warning: objtool: irlan_seq_show()+0x22: can't find jump dest instruction at .text+0x4d01003c fs/reiserfs/ioctl.o: warning: objtool: reiserfs_unpack()+0x2a: can't find jump dest instruction at .text+0xec00002f CC drivers/misc/altera-stapl/altera-jtag.o CC [M] net/irda/irlan/irlan_event.o CC [M] net/rxrpc/ar-local.o CC [M] drivers/md/bcache/io.o net/sunrpc/xprt.o: warning: objtool: xprt_connect_status()+0x46: can't find jump dest instruction at .text+0x97000148 drivers/isdn/hardware/eicon/s_bri.o: warning: objtool: bri_cpu_trapped()+0x24: can't find jump dest instruction at .text+0xb20100a2 drivers/leds/leds-pwm.o: warning: objtool: led_pwm_add.constprop.13()+0x85: can't find jump dest instruction at .text+0xb80001c4 CC [M] drivers/isdn/mISDN/dsp_audio.o CC [M] drivers/isdn/hardware/eicon/divamnt.o CC drivers/misc/altera-stapl/altera-comp.o LD [M] drivers/nvmem/nvmem_rockchip_efuse.o net/tipc/link.o: warning: objtool: link_profile_stats()+0x27: can't find jump dest instruction at .text+0xa500009e CC [M] fs/btrfs/props.o drivers/isdn/hardware/mISDN/mISDNinfineon.o: warning: objtool: reset_inf()+0x34: can't find jump dest instruction at .text+0x770204be drivers/isdn/mISDN/l1oip_codec.o: warning: objtool: l1oip_law_to_4bit()+0x9: can't find jump dest instruction at .text+0x9200000f CC drivers/misc/altera-stapl/altera.o CC [M] drivers/platform/chrome/chromeos_laptop.o CC [M] drivers/isdn/mISDN/dsp_blowfish.o net/x25/x25_forward.o: warning: objtool: x25_forward_call()+0x2c: can't find jump dest instruction at .text+0x26010048 CC fs/ext4/sysfs.o drivers/i2c/busses/i2c-img-scb.o: warning: objtool: img_i2c_xfer()+0x44: can't find jump dest instruction at .text+0xbd0203bf LD net/x25/x25.o fs/reiserfs/stree.o: warning: objtool: is_leaf()+0x7e: can't find jump dest instruction at .text+0x15010200 CC [M] drivers/i2c/busses/i2c-parport.o CC [M] fs/reiserfs/lock.o LD net/x25/built-in.o drivers/isdn/mISDN/layer2.o: warning: objtool: setva()+0x9a: can't find jump dest instruction at .text+0x7b00046a CC [M] fs/reiserfs/procfs.o net/llc/sysctl_net_llc.o: warning: objtool: llc_sysctl_exit()+0x2c: call without frame pointer save/setup net/llc/sysctl_net_llc.o: warning: objtool: llc_sysctl_init()+0x19: call without frame pointer save/setup drivers/parport/procfs.o: warning: objtool: do_active_device()+0x28: can't find jump dest instruction at .text+0xb800002e net/irda/irproc.o: warning: objtool: irda_proc_unregister()+0x24: call without frame pointer save/setup net/irda/irproc.o: warning: objtool: irda_proc_register()+0x14: call without frame pointer save/setup CC [M] sound/soc/codecs/sigmadsp-i2c.o UNROLL lib/raid6/int16.c CC [M] drivers/media/usb/cpia2/cpia2_usb.o drivers/mmc/host/wbsd.o: warning: objtool: wbsd_tasklet_card()+0x28: can't find jump dest instruction at .text+0x240104cc CC [M] drivers/infiniband/core/umem_odp.o net/mac80211/michael.o: warning: objtool: michael_mic_hdr()+0x75: can't find call dest symbol at offset 0x430000bd fs/ntfs/upcase.o: warning: objtool: generate_default_upcase()+0xe: can't find jump dest instruction at .text+0xc9000014 CC net/wireless/chan.o LD fs/ntfs/ntfs.o CC net/mac80211/aes_gcm.o sound/pci/hda/patch_conexant.o: warning: objtool: cxt_fixup_olpc_xo()+0x17: can't find jump dest instruction at .text+0x8f0000fb CC [M] drivers/media/usb/cpia2/cpia2_core.o drivers/ntb/ntb_transport.o: warning: objtool: ntb_transport_init_queue()+0xc3: can't find jump dest instruction at .text+0x1e020613 drivers/iio/light/isl29125.o: warning: objtool: isl29125_probe()+0x2c: can't find jump dest instruction at .text+0xee000139 CC drivers/platform/goldfish/pdev_bus.o net/vmw_vsock/vmci_transport_notify.o: warning: objtool: vmci_transport_notify_pkt_handle_pkt()+0x28: can't find jump dest instruction at .text+0xcd00038c net/ipv4/tcp_cong.o: warning: objtool: tcp_register_congestion_control()+0x3a: can't find jump dest instruction at .text+0xaf0103ae drivers/infiniband/sw/rdmavt/srq.o: warning: objtool: rvt_create_srq()+0x2a: can't find jump dest instruction at .text+0xfe010061 CC drivers/phy/phy-stih407-usb.o drivers/parport/ieee1284.o: warning: objtool: parport_wait_event()+0x31: can't find jump dest instruction at .text+0x840000f1 net/tipc/net.o: warning: objtool: __tipc_nl_add_net.constprop.3()+0x55: can't find jump dest instruction at .text+0x9c000105 net/vmw_vsock/vmci_transport_notify_qstate.o: warning: objtool: vmci_transport_notify_pkt_recv_post_dequeue()+0x40: can't find call dest symbol at offset 0xc7fe0369 CC [M] drivers/iio/light/ltr501.o CC net/ipv4/tcp_recovery.o CC [M] net/rxrpc/ar-output.o CC [M] net/tipc/eth_media.o net/irda/irlan/irlan_eth.o: warning: objtool: irlan_eth_close()+0x11: can't find call dest symbol at offset 0x65ff019a net/tipc/netlink.o: warning: objtool: tipc_nlmsg_parse()+0x3c: call without frame pointer save/setup net/tipc/netlink.o: warning: objtool: tipc_netlink_start()+0x42: call without frame pointer save/setup net/tipc/netlink.o: warning: objtool: tipc_netlink_stop()+0xb: call without frame pointer save/setup LD fs/ntfs/built-in.o CC [M] net/rxrpc/ar-peer.o CC [M] drivers/parport/probe.o CC [M] net/ipv6/ip6_flowlabel.o fs/reiserfs/item_ops.o: warning: objtool: direntry_create_vi()+0x9a: can't find jump dest instruction at .text+0xa10006cf LD drivers/media/usb/dvb-usb-v2/built-in.o CC [M] drivers/misc/c2port/c2port-duramar2150.o LD net/vmw_vsock/vsock.o drivers/leds/leds-regulator.o: warning: objtool: regulator_led_brightness_set()+0x31: can't find jump dest instruction at .text+0x8d0000a0 CC [M] net/rxrpc/ar-recvmsg.o CC drivers/leds/leds-blinkm.o drivers/mmc/host/toshsd.o: warning: objtool: toshsd_start_cmd()+0x77: can't find jump dest instruction at .text+0xec0005d9 LD net/vmw_vsock/vmw_vsock_vmci_transport.o drivers/hid/hid-wiimote-debug.o: warning: objtool: wiidebug_drm_write()+0x29: can't find jump dest instruction at .text+0xab0000c8 CC [M] net/rxrpc/ar-security.o net/sysctl_net.o: warning: objtool: unregister_net_sysctl_table()+0x4: call without frame pointer save/setup net/sysctl_net.o: warning: objtool: register_net_sysctl()+0xb: call without frame pointer save/setup net/sysctl_net.o: warning: objtool: net_ctl_permissions()+0x19: call without frame pointer save/setup net/sysctl_net.o: warning: objtool: sysctl_net_exit()+0xb: call without frame pointer save/setup net/sysctl_net.o: warning: objtool: sysctl_net_init()+0x19: call without frame pointer save/setup net/sysctl_net.o: warning: objtool: net_sysctl_init()+0x19: call without frame pointer save/setup CC drivers/hwmon/lm85.o sound/pci/hda/patch_ca0132.o: warning: objtool: ca0132_volume_put()+0x128: can't find jump dest instruction at .text+0x790003c3 LD net/vmw_vsock/built-in.o net/irda/irmod.o: warning: objtool: irda_notify_init()+0x53: call without frame pointer save/setup net/irda/irmod.o: warning: objtool: irda_init()+0x8: call without frame pointer save/setup net/irda/irmod.o: warning: objtool: irda_cleanup()+0x4: call without frame pointer save/setup LD [M] sound/pci/hda/snd-hda-codec.o CC [M] net/ipv6/inet6_connection_sock.o CC [M] net/rxrpc/ar-skbuff.o drivers/leds/leds-adp5520.o: warning: objtool: adp5520_led_setup()+0x2a: can't find jump dest instruction at .text+0x9700013c drivers/media/i2c/saa7127.o: warning: objtool: saa7127_set_output_type()+0x15: can't find jump dest instruction at .text+0xbf00028b CC crypto/lzo.o CC [M] net/sunrpc/rpcb_clnt.o net/sunrpc/auth_unix.o: warning: objtool: unx_create()+0x16: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_validate()+0x2f: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_marshal()+0x53: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_destroy_cred()+0xf: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_free_cred_callback()+0x28: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_create_cred()+0x4c: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_lookup_cred()+0x9: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: unx_destroy()+0x28: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: rpc_destroy_authunix()+0xb: call without frame pointer save/setup net/sunrpc/auth_unix.o: warning: objtool: rpc_init_authunix()+0xb: call without frame pointer save/setup fs/xfs/libxfs/xfs_da_btree.o: warning: objtool: xfs_buf_map_from_irec()+0x7c: can't find jump dest instruction at .text+0xb2000225 CC [M] drivers/isdn/mISDN/dsp_pipeline.o CC [M] net/rds/ib_cm.o drivers/misc/altera-stapl/altera-comp.o: warning: objtool: altera_shrink()+0x78: can't find jump dest instruction at .text+0xe1000108 CC [M] fs/xfs/libxfs/xfs_dir2_sf.o net/rds/loop.o: warning: objtool: rds_loop_inc_free()+0x8: call without frame pointer save/setup net/rds/loop.o: warning: objtool: rds_loop_xmit()+0x69: call without frame pointer save/setup net/rds/loop.o: warning: objtool: rds_loop_conn_connect()+0x4: call without frame pointer save/setup net/rds/loop.o: warning: objtool: rds_loop_conn_free()+0x1d: call without frame pointer save/setup net/rds/loop.o: warning: objtool: rds_loop_conn_alloc()+0x29: call without frame pointer save/setup net/rds/loop.o: warning: objtool: rds_loop_exit()+0x20: call without frame pointer save/setup crypto/crct10dif_generic.o: warning: objtool: chksum_digest()+0xf: call without frame pointer save/setup crypto/crct10dif_generic.o: warning: objtool: chksum_finup()+0x10: call without frame pointer save/setup crypto/crct10dif_generic.o: warning: objtool: chksum_update()+0x10: call without frame pointer save/setup crypto/crct10dif_generic.o: warning: objtool: crct10dif_mod_init()+0xb: call without frame pointer save/setup crypto/crct10dif_generic.o: warning: objtool: crct10dif_mod_fini()+0xb: call without frame pointer save/setup drivers/net/arcnet/arc-rawmode.o: warning: objtool: prepare_tx()+0x2c: can't find jump dest instruction at .text+0xaa000032 CC [M] sound/soc/codecs/spdif_receiver.o LD [M] sound/pci/hda/snd-hda-codec-generic.o CC [M] net/tipc/server.o drivers/pci/bus.o: warning: objtool: pci_bus_alloc_from_region()+0x4e: can't find jump dest instruction at .text+0xd0000150 CC crypto/lz4hc.o drivers/mmc/core/core.o: warning: objtool: mmc_set_data_timeout()+0x1c: can't find jump dest instruction at .text+0x5010038 CC drivers/pci/host-bridge.o CC [M] net/rxrpc/ar-transport.o net/compat.o: warning: objtool: compat_mc_setsockopt()+0x3f: can't find jump dest instruction at .text+0xcb0000fd CC drivers/leds/trigger/ledtrig-oneshot.o drivers/infiniband/core/agent.o: warning: objtool: agent_send_response()+0x8b: can't find jump dest instruction at .text+0x140100de net/llc/llc_station.o: warning: objtool: llc_station_ac_send_xid_r()+0x31: can't find jump dest instruction at .text+0xc3000037 CC lib/zlib_deflate/deftree.o CC crypto/rng.o drivers/mmc/core/host.o: warning: objtool: mmc_alloc_host()+0x28: can't find jump dest instruction at .text+0xe20100cd drivers/ide/ide-xfer-mode.o: warning: objtool: ide_get_best_pio_mode()+0x24: can't find jump dest instruction at .text+0xde0000fa lib/zlib_inflate/inffast.o: warning: objtool: inflate_fast()+0x112: can't find jump dest instruction at .text+0xf6020117 CC [M] drivers/ide/ide-dma.o CC [M] drivers/phy/phy-bcm-kona-usb2.o drivers/md/bcache/debug.o: warning: objtool: bch_dump_read()+0x33: can't find jump dest instruction at .text+0xf00000c8 CC drivers/power/power_supply_core.o CC [M] drivers/phy/phy-pxa-28nm-usb2.o sound/soc/codecs/rt5651.o: warning: objtool: rt5651_readable_register()+0xe: can't find jump dest instruction at .text+0x73010086 CC drivers/platform/x86/ibm_rtl.o drivers/mmc/host/android-goldfish.o: warning: objtool: goldfish_mmc_xfer_done()+0x21: can't find jump dest instruction at .text+0x83000236 drivers/hwmon/lm78.o: warning: objtool: lm78_update_device()+0x4d: can't find jump dest instruction at .text+0x8f010053 CC drivers/hwmon/lm90.o net/ipv6/route.o: warning: objtool: ip6_rt_cache_alloc()+0x3f: can't find jump dest instruction at .text+0xbd0006a0 CC [M] net/ipv6/udp_offload.o LD drivers/net/irda/built-in.o net/mac80211/ibss.o: warning: objtool: ieee80211_ibss_build_presp()+0x75: can't find jump dest instruction at .text+0xdb030149 drivers/phy/phy-exynos-mipi-video.o: warning: objtool: exynos_mipi_video_phy_driver_init()+0xd: call without frame pointer save/setup drivers/phy/phy-exynos-mipi-video.o: warning: objtool: exynos_mipi_video_phy_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/phy/phy-omap-control.o CC [M] drivers/net/irda/stir4200.o drivers/mfd/arizona-i2c.o: warning: objtool: arizona_i2c_remove()+0xb: call without frame pointer save/setup drivers/mfd/arizona-i2c.o: warning: objtool: arizona_i2c_probe()+0x94: call without frame pointer save/setup drivers/mfd/arizona-i2c.o: warning: objtool: arizona_i2c_driver_init()+0xd: call without frame pointer save/setup drivers/mfd/arizona-i2c.o: warning: objtool: arizona_i2c_driver_exit()+0xb: call without frame pointer save/setup net/sunrpc/xprtsock.o: warning: objtool: xs_format_common_peer_addresses()+0x21: can't find jump dest instruction at .text+0x850006e4 CC drivers/pps/pps.o LD [M] net/irda/irda.o drivers/parport/ieee1284_ops.o: warning: objtool: parport_ieee1284_read_nibble()+0x24: can't find jump dest instruction at .text+0xd2000029 LD drivers/net/ethernet/8390/built-in.o drivers/isdn/hardware/mISDN/netjet.o: warning: objtool: fill_hdlc_flag()+0x22: can't find jump dest instruction at .text+0x80101d6 CC drivers/power/power_supply_sysfs.o drivers/isdn/mISDN/l1oip_core.o: warning: objtool: l1oip_socket_recv()+0x44: can't find jump dest instruction at .text+0xa2010071 CC [M] drivers/parport/parport_pc.o CC [M] drivers/isdn/mISDN/dsp_hwec.o net/rxrpc/ar-error.o: warning: objtool: rxrpc_UDP_error_report()+0x20: can't find jump dest instruction at .text+0x37010026 fs/btrfs/reada.o: warning: objtool: reada_find_zone()+0x70: can't find jump dest instruction at .text+0x2601043f net/tipc/name_table.o: warning: objtool: tipc_nameseq_remove_publ()+0x3d: can't find jump dest instruction at .text+0x120101fd CC [M] drivers/infiniband/core/umem_rbtree.o net/rds/send.o: warning: objtool: rds_rm_size()+0x29: can't find jump dest instruction at .text+0x830000f2 net/ipv6/udp.o: warning: objtool: udpv6_recvmsg()+0x52: can't find jump dest instruction at .text+0xe6030364 CC [M] net/rds/ib_recv.o CC lib/mpi/mpi-bit.o CC [M] drivers/net/ethernet/8390/ne2k-pci.o CC [M] drivers/md/bcache/journal.o CC drivers/mmc/core/sd_ops.o LD drivers/ptp/built-in.o LD drivers/media/usb/hackrf/built-in.o lib/raid6/algos.o: warning: objtool: init_module()+0x62: can't find jump dest instruction at .init.text+0x76020067 UNROLL lib/raid6/int32.c net/llc/af_llc.o: warning: objtool: llc_ui_setsockopt()+0x2f: can't find jump dest instruction at .text+0x1b010061 CC [M] drivers/media/usb/hackrf/hackrf.o CC [M] drivers/ptp/ptp_clock.o net/sunrpc/sched.o: warning: objtool: __rpc_find_next_queued_priority()+0x3c: can't find jump dest instruction at .text+0x8b0005ae net/ipv4/tcp_timer.o: warning: objtool: tcp_keepalive_timer()+0x2c: can't find jump dest instruction at .text+0x9e01023b CC drivers/net/phy/phy.o CC [M] net/sunrpc/timer.o CC [M] net/rds/ib_ring.o CC fs/proc/kmsg.o sound/soc/codecs/sgtl5000.o: warning: objtool: sgtl5000_set_clock()+0x65: can't find jump dest instruction at .text+0x8301018e CC [M] sound/soc/codecs/spdif_transmitter.o LD drivers/media/usb/s2255/built-in.o net/sunrpc/auth.o: warning: objtool: rpcauth_prune_expired()+0x3d: can't find jump dest instruction at .text+0x9f000265 CC [M] lib/raid6/recov_ssse3.o net/wimax/stack.o: warning: objtool: wimax_gnl_re_state_change_alloc()+0xab: can't find jump dest instruction at .text+0x450102a8 CC [M] net/sunrpc/xdr.o drivers/message/fusion/mptscsih.o: warning: objtool: mptscsih_taskmgmt_reply()+0x26: can't find jump dest instruction at .text+0xa00000f3 drivers/isdn/hardware/eicon/os_4bri.o: warning: objtool: diva_4bri_reset_adapter()+0x19: can't find jump dest instruction at .text+0x59010041 drivers/isdn/mISDN/dsp_core.o: warning: objtool: dspcreate()+0x1a: can't find jump dest instruction at .text+0x4d020020 LD [M] net/wimax/wimax.o CC drivers/net/phy/phy_device.o CC [M] net/tipc/udp_media.o drivers/parport/daisy.o: warning: objtool: cpp_daisy()+0x9b: can't find jump dest instruction at .text+0xd60000a1 net/ipv6/addrconf.o: warning: objtool: __ipv6_isatap_ifid()+0x9: can't find jump dest instruction at .text+0x8c0000fd net/xfrm/xfrm_input.o: warning: objtool: xfrm_parse_spi()+0x30: can't find jump dest instruction at .text+0xd70002c2 CC [M] fs/btrfs/hash.o drivers/media/platform/vim2m.o: warning: objtool: vim2m_stop_streaming()+0x9a: can't find jump dest instruction at .text+0x74000333 CC [M] fs/reiserfs/xattr_user.o CC lib/iommu-helper.o CC [M] drivers/media/i2c/saa6752hs.o fs/reiserfs/xattr.o: warning: objtool: listxattr_filler()+0x24: can't find jump dest instruction at .text+0xbc000033 CC [M] drivers/ptp/ptp_chardev.o CC [M] fs/reiserfs/xattr_trusted.o LD drivers/media/usb/siano/built-in.o CC [M] drivers/iio/light/max44000.o net/rds/threads.o: warning: objtool: rds_queue_reconnect()+0x77: can't find jump dest instruction at .text+0x87000138 CC [M] fs/xfs/libxfs/xfs_dquot_buf.o net/ipv4/tcp_minisocks.o: warning: objtool: tcp_create_openreq_child()+0x21: can't find jump dest instruction at .text+0xfa03007e drivers/infiniband/core/mad_rmpp.o: warning: objtool: init_newwin()+0x27: can't find jump dest instruction at .text+0x9c000122 CC [M] net/irda/irlan/irlan_client.o CC net/ipv4/tcp_offload.o drivers/mmc/host/sh_mmcif.o: warning: objtool: sh_mmcif_error_manage()+0xaa: can't find jump dest instruction at .text+0x9400065a CC [M] drivers/net/ethernet/8390/8390.o LD drivers/media/usb/stkwebcam/built-in.o drivers/parport/share.o: warning: objtool: parport_claim()+0x3e: can't find jump dest instruction at .text+0x7901010e net/xfrm/xfrm_output.o: warning: objtool: xfrm_output_one()+0x27: can't find jump dest instruction at .text+0x80101d1 fs/btrfs/ulist.o: warning: objtool: ulist_add_merge()+0x41: can't find jump dest instruction at .text+0xcc00014e lib/xz/xz_dec_stream.o: warning: objtool: dec_index()+0x47: can't find jump dest instruction at .text+0x8400014a CC [M] drivers/parport/parport_serial.o CC [M] net/irda/irlan/irlan_provider.o drivers/isdn/hardware/eicon/s_4bri.o: warning: objtool: qBri_ISR()+0x24: can't find jump dest instruction at .text+0x96000142 CC [M] lib/xz/xz_dec_test.o CC [M] drivers/isdn/hardware/eicon/mntfunc.o CC drivers/pps/kapi.o drivers/pci/access.o: warning: objtool: pci_vpd_size()+0x21: can't find jump dest instruction at .text+0xd3000893 drivers/infiniband/sw/rdmavt/qp.o: warning: objtool: rvt_post_one_wr()+0x32: can't find jump dest instruction at .text+0x6d030103 LD drivers/media/usb/gspca/built-in.o drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_access()+0x11: call without frame pointer save/setup drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_c2ck_set()+0x11: call without frame pointer save/setup drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_c2d_set()+0x12: call without frame pointer save/setup drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_c2d_dir()+0x12: call without frame pointer save/setup drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_init()+0x1f: call without frame pointer save/setup drivers/misc/c2port/c2port-duramar2150.o: warning: objtool: duramar2150_c2port_exit()+0xd: call without frame pointer save/setup drivers/media/i2c/saa7185.o: warning: objtool: saa7185_probe.part.4()+0x5d: can't find jump dest instruction at .text.unlikely+0x94000063 LD [M] drivers/infiniband/sw/rdmavt/rdmavt.o CC [M] net/rds/ib_send.o fs/ext4/readpage.o: warning: objtool: ext4_mpage_readpages()+0xe3: can't find jump dest instruction at .text+0x150401ea drivers/phy/phy-stih407-usb.o: warning: objtool: stih407_usb2_picophy_probe()+0x36: can't find jump dest instruction at .text+0xcc00003c LD drivers/media/usb/ttusb-budget/built-in.o CC net/mac80211/aes_cmac.o CC [M] sound/soc/codecs/sta350.o CC [M] drivers/infiniband/core/cm.o net/ipv4/tcp_fastopen.o: warning: objtool: tcp_fastopen_queue_check()+0x17: can't find jump dest instruction at .text+0xeb00001d LD drivers/media/usb/ttusb-dec/built-in.o drivers/media/i2c/saa7115.o: warning: objtool: saa711x_has_reg()+0xf: can't find jump dest instruction at .text+0xa101004b CC [M] drivers/media/usb/gspca/gspca.o CC net/ipv4/datagram.o CC fs/ext4/acl.o CC [M] net/ipv6/sysctl_net_ipv6.o net/llc/llc_proc.o: warning: objtool: llc_seq_core_show()+0x1a: can't find jump dest instruction at .text+0xe5000049 CC [M] net/tipc/sysctl.o fs/btrfs/relocation.o: warning: objtool: __add_reloc_root()+0x37: can't find jump dest instruction at .text+0x86000157 LD net/llc/llc2.o net/mac80211/aes_ccm.o: warning: objtool: ieee80211_aes_ccm_decrypt()+0x4c: can't find jump dest instruction at .text+0xd00001eb CC fs/proc/page.o CC [M] drivers/media/i2c/adv7170.o CC [M] drivers/iio/light/opt3001.o drivers/isdn/hardware/eicon/s_pri.o: warning: objtool: pri_cpu_trapped()+0x77: can't find jump dest instruction at .text+0x850000ac net/rxrpc/ar-input.o: warning: objtool: rxrpc_queue_rcv_skb()+0xa3: can't find jump dest instruction at .text+0x83000291 drivers/i2c/busses/i2c-xiic.o: warning: objtool: xiic_i2c_probe()+0x36: can't find jump dest instruction at .text+0x180204ee drivers/hwmon/lm80.o: warning: objtool: set_in()+0x46: can't find jump dest instruction at .text+0x84000110 CC drivers/net/ppp/ppp_generic.o CC [M] drivers/iio/light/rpr0521.o CC drivers/hwmon/lm95234.o LD net/llc/built-in.o CC [M] drivers/isdn/hardware/eicon/debug.o drivers/platform/chrome/cros_ec_proto.o: warning: objtool: send_command()+0x2f: can't find jump dest instruction at .text+0x81000049 CC drivers/net/ppp/ppp_deflate.o drivers/isdn/mISDN/dsp_tones.o: warning: objtool: dsp_tone_copy()+0x31: can't find jump dest instruction at .text+0xdc00010f CC [M] drivers/iio/light/stk3310.o sound/pci/hda/hda_intel.o: warning: objtool: azx_via_get_position()+0x29: can't find jump dest instruction at .text+0x86000037 fs/xfs/libxfs/xfs_dir2.o: warning: objtool: xfs_da_mount()+0xe1: can't find jump dest instruction at .text+0xf4000184 LD [M] sound/pci/hda/snd-hda-codec-realtek.o CC [M] drivers/net/irda/nsc-ircc.o lib/iommu-helper.o: warning: objtool: iommu_area_alloc()+0x33: call without frame pointer save/setup net/core/pktgen.o: warning: objtool: pktgen_change_name()+0xa2: can't find jump dest instruction at .text+0x7b000153 CC [M] net/ipv6/xfrm6_policy.o fs/ext4/mballoc.o: warning: objtool: ext4_mb_get_buddy_page_lock()+0x65: can't find jump dest instruction at .text+0xac000314 net/rds/transport.o: warning: objtool: rds_trans_unregister()+0x10: call without frame pointer save/setup net/rds/transport.o: warning: objtool: rds_trans_register()+0x23: call without frame pointer save/setup net/rds/transport.o: warning: objtool: rds_trans_put()+0xd: call without frame pointer save/setup net/rds/transport.o: warning: objtool: rds_trans_get_preferred()+0x33: call without frame pointer save/setup net/rds/transport.o: warning: objtool: rds_trans_get()+0x18: call without frame pointer save/setup net/rds/transport.o: warning: objtool: rds_trans_stats_info_copy()+0x16: call without frame pointer save/setup CC drivers/net/ppp/ppp_mppe.o drivers/md/raid10.o: warning: objtool: __raid10_find_phys()+0x65: can't find jump dest instruction at .text+0xa700006a LD net/core/built-in.o CC [M] net/rds/ib_stats.o CC [M] drivers/media/usb/gspca/autogain_functions.o drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: maint_close()+0x15: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: maint_open()+0x1a: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: maint_poll()+0x32: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: divas_maint_write()+0x9: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: divas_maint_read()+0x9: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: diva_os_copy_to_user()+0xc: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: diva_os_copy_from_user()+0xc: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: diva_os_get_time()+0x15: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: diva_maint_wakeup_read()+0x17: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: divas_maint_unregister_chrdev()+0x18: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: maint_init()+0x2d: call without frame pointer save/setup drivers/isdn/hardware/eicon/divamnt.o: warning: objtool: maint_exit()+0x4: call without frame pointer save/setup CC drivers/net/ppp/pppox.o LD [M] sound/pci/hda/snd-hda-codec-analog.o fs/reiserfs/lock.o: warning: objtool: reiserfs_write_lock()+0x26: call without frame pointer save/setup fs/reiserfs/lock.o: warning: objtool: reiserfs_write_unlock()+0x40: call without frame pointer save/setup fs/reiserfs/lock.o: warning: objtool: reiserfs_write_unlock_nested()+0x41: call without frame pointer save/setup fs/reiserfs/lock.o: warning: objtool: reiserfs_write_lock_nested()+0x1c: call without frame pointer save/setup fs/reiserfs/lock.o: warning: objtool: reiserfs_check_lock_depth()+0x20: call without frame pointer save/setup fs/reiserfs/lock.o: warning: objtool: reiserfs_lock_check_recursive()+0x39: call without frame pointer save/setup CC [M] net/sunrpc/sunrpc_syms.o CC drivers/power/power_supply_leds.o lib/xz/xz_dec_bcj.o: warning: objtool: bcj_x86()+0x1b: can't find jump dest instruction at .text+0x2c010021 CC [M] net/rxrpc/insecure.o CC [M] fs/btrfs/free-space-tree.o fs/btrfs/uuid-tree.o: warning: objtool: btrfs_uuid_tree_lookup()+0x2a: can't find jump dest instruction at .text+0x401006a lib/zlib_inflate/inflate.o: warning: objtool: zlib_adler32()+0x10: can't find jump dest instruction at .text+0x2f010016 drivers/i2c/busses/i2c-diolan-u2c.o: warning: objtool: diolan_usb_transfer()+0x22: can't find jump dest instruction at .text+0x201008f drivers/platform/chrome/chromeos_laptop.o: warning: objtool: __add_probed_i2c_device()+0x30: can't find jump dest instruction at .text+0x1d010139 CC [M] net/sunrpc/cache.o drivers/iio/light/lm3533-als.o: warning: objtool: lm3533_als_set_threshold()+0x22: can't find jump dest instruction at .text+0xa10002c9 drivers/phy/phy-bcm-kona-usb2.o: warning: objtool: bcm_kona_usb_phy_init()+0x33: call without frame pointer save/setup drivers/phy/phy-bcm-kona-usb2.o: warning: objtool: bcm_kona_usb2_probe()+0x1e: call without frame pointer save/setup drivers/phy/phy-bcm-kona-usb2.o: warning: objtool: bcm_kona_usb2_driver_init()+0x12: call without frame pointer save/setup drivers/phy/phy-bcm-kona-usb2.o: warning: objtool: bcm_kona_usb2_driver_exit()+0xb: call without frame pointer save/setup CC lib/zlib_inflate/infutil.o drivers/ntb/hw/intel/ntb_hw_intel.o: warning: objtool: intel_ntb_mw_get_range()+0x25: can't find jump dest instruction at .text+0x7010038 drivers/mmc/host/tifm_sd.o: warning: objtool: tifm_sd_initialize_host()+0x6d: can't find jump dest instruction at .text+0xbd00010f LD [M] sound/pci/hda/snd-hda-codec-idt.o CC [M] drivers/infiniband/core/iwcm.o CC [M] net/rds/ib_sysctl.o drivers/mfd/arizona-irq.o: warning: objtool: arizona_irq_thread()+0x34: can't find jump dest instruction at .text+0xcf0000f6 CC [M] drivers/iio/light/veml6070.o CC [M] drivers/platform/chrome/cros_ec_lpc.o lib/zlib_deflate/deflate.o: warning: objtool: longest_match()+0xb2: can't find jump dest instruction at .text+0x10100e7 LD drivers/isdn/mISDN/mISDN_core.o fs/proc/proc_net.o: warning: objtool: proc_tgid_net_readdir()+0x11: can't find call dest symbol at offset 0x550000ab drivers/mmc/host/mtk-sd.o: warning: objtool: msdc_set_mclk()+0x4c: can't find jump dest instruction at .text+0x7e010367 CC [M] drivers/platform/x86/dell-smbios.o sound/soc/codecs/rt5640.o: warning: objtool: rt5640_volatile_register()+0xe: can't find jump dest instruction at .text+0x82000014 drivers/mmc/host/via-sdmmc.o: warning: objtool: via_sdc_get_response.isra.9()+0x18: can't find jump dest instruction at .text+0x8b00093c drivers/ide/ide-timings.o: warning: objtool: ide_timing_compute()+0x3d: can't find jump dest instruction at .text+0x4a01028c CC lib/zlib_deflate/deflate_syms.o LD drivers/isdn/mISDN/l1oip.o lib/percpu_counter.o: warning: objtool: __percpu_counter_sum()+0x3e: can't find call dest symbol at offset 0x6e0001ef LD [M] sound/pci/hda/snd-hda-codec-si3054.o CC [M] drivers/net/arcnet/com90io.o crypto/lzo.o: warning: objtool: lzo_exit()+0x8: call without frame pointer save/setup crypto/lzo.o: warning: objtool: lzo_init()+0x15: call without frame pointer save/setup crypto/lzo.o: warning: objtool: lzo_decompress()+0x22: call without frame pointer save/setup crypto/lzo.o: warning: objtool: lzo_compress()+0x29: call without frame pointer save/setup crypto/lzo.o: warning: objtool: lzo_mod_init()+0xb: call without frame pointer save/setup crypto/lzo.o: warning: objtool: lzo_mod_fini()+0xb: call without frame pointer save/setup drivers/mmc/host/cb710-mmc.o: warning: objtool: cb710_receive_response()+0x22: can't find jump dest instruction at .text+0x89000337 net/mac80211/iface.o: warning: objtool: ieee80211_verify_mac()+0x28: can't find jump dest instruction at .text+0x2e0100b9 CC [M] drivers/media/usb/gspca/benq.o CC crypto/drbg.o CC [M] drivers/misc/cb710/sgbuf2.o net/sunrpc/svcauth.o: warning: objtool: svc_auth_register()+0x1c: call without frame pointer save/setup CC [M] drivers/infiniband/core/iwpm_util.o net/sunrpc/svcauth.o: warning: objtool: svc_auth_unregister()+0x10: call without frame pointer save/setup net/sunrpc/svcauth.o: warning: objtool: auth_domain_lookup()+0x19: call without frame pointer save/setup net/sunrpc/svcauth.o: warning: objtool: auth_domain_find()+0x6: call without frame pointer save/setup net/sunrpc/svcauth.o: warning: objtool: svc_authenticate()+0x58: call without frame pointer save/setup net/sunrpc/svcauth.o: warning: objtool: auth_domain_put()+0x10: call without frame pointer save/setup net/sunrpc/svcauth.o: warning: objtool: svc_authorise()+0x2c: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_exit()+0x8: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_init()+0xe: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_decompress_crypto()+0x22: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_compress_crypto()+0x29: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_mod_init()+0xb: call without frame pointer save/setup crypto/lz4hc.o: warning: objtool: lz4hc_mod_fini()+0xb: call without frame pointer save/setup LD [M] sound/pci/hda/snd-hda-codec-ca0110.o drivers/platform/goldfish/pdev_bus.o: warning: objtool: goldfish_pdev_bus_probe()+0x1f: can't find jump dest instruction at .text+0xcf000025 CC [M] drivers/isdn/hardware/eicon/maintidi.o CC [M] drivers/media/i2c/adv7175.o CC [M] drivers/infiniband/core/iwpm_msg.o CC drivers/hwmon/lm95241.o CC [M] net/sunrpc/rpc_pipe.o CC drivers/leds/trigger/ledtrig-heartbeat.o drivers/md/bcache/io.o: warning: objtool: bch_bbio_free()+0xf: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: bch_bbio_alloc()+0x19: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: __bch_submit_bbio()+0x40: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: bch_submit_bbio()+0x16: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: bch_count_io_errors()+0xc6: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: bch_bbio_count_io_errors()+0xaa: call without frame pointer save/setup drivers/md/bcache/io.o: warning: objtool: bch_bbio_endio()+0xe: call without frame pointer save/setup fs/btrfs/backref.o: warning: objtool: __merge_refs()+0x11: can't find jump dest instruction at .text+0x970000cd LD drivers/platform/goldfish/built-in.o drivers/hid/hid-wiimote-core.o: warning: objtool: wiimote_hid_event()+0x28: can't find jump dest instruction at .text+0x970000ed CC drivers/pps/sysfs.o CC [M] drivers/ide/ide-dma-sff.o drivers/isdn/hardware/eicon/os_pri.o: warning: objtool: pri_get_serial_number()+0x99: can't find jump dest instruction at .text+0x8300009f LD [M] sound/pci/hda/snd-hda-codec-ca0132.o CC [M] drivers/net/irda/smsc-ircc2.o drivers/hwmon/it87.o: warning: objtool: it87_update_pwm_ctrl()+0xf0: can't find jump dest instruction at .text+0x8b0004ae LD drivers/isdn/mISDN/built-in.o drivers/i2c/busses/i2c-parport.o: warning: objtool: i2c_parport_attach()+0x37: can't find jump dest instruction at .text+0x950201a0 CC drivers/hwmon/ltc4215.o drivers/md/bcache/extents.o: warning: objtool: __ptr_invalid()+0x20: can't find jump dest instruction at .text+0x8300009f CC [M] drivers/i2c/busses/i2c-parport-light.o CC drivers/net/phy/mdio_bus.o CC [M] drivers/md/bcache/movinggc.o drivers/phy/phy-pxa-28nm-usb2.o: warning: objtool: mv_usb2_phy_probe()+0x2e: can't find jump dest instruction at .text+0xaa0000c1 CC [M] net/rds/ib_rdma.o drivers/leds/leds-blinkm.o: warning: objtool: blinkm_detect()+0x31: can't find jump dest instruction at .text+0xca0000f0 LD [M] sound/pci/hda/snd-hda-codec-conexant.o CC [M] net/irda/irlan/irlan_filter.o CC drivers/mmc/core/sdio.o LD [M] sound/pci/hda/snd-hda-intel.o drivers/parport/probe.o: warning: objtool: parport_read_device_id()+0x2c: can't find jump dest instruction at .text+0xd8010032 CC [M] drivers/media/usb/gspca/conex.o drivers/leds/trigger/ledtrig-oneshot.o: warning: objtool: oneshot_trig_activate()+0x1d: can't find jump dest instruction at .text+0xb000022c fs/proc/kmsg.o: warning: objtool: kmsg_release()+0xf: call without frame pointer save/setup fs/proc/kmsg.o: warning: objtool: kmsg_open()+0x12: call without frame pointer save/setup fs/proc/kmsg.o: warning: objtool: kmsg_poll()+0x2b: call without frame pointer save/setup fs/proc/kmsg.o: warning: objtool: kmsg_read()+0x41: call without frame pointer save/setup fs/proc/kmsg.o: warning: objtool: proc_kmsg_init()+0x1c: call without frame pointer save/setup CC drivers/power/pda_power.o CC net/mac80211/aes_gmac.o CC [M] drivers/net/irda/ali-ircc.o drivers/net/arcnet/capmode.o: warning: objtool: ack_tx()+0x2a: can't find jump dest instruction at .text+0x83000030 CC drivers/leds/trigger/ledtrig-backlight.o fs/ext4/xattr.o: warning: objtool: ext4_xattr_list_entries()+0x20: can't find jump dest instruction at .text+0x9400027b drivers/net/arcnet/rfc1201.o: warning: objtool: rx()+0x59: can't find jump dest instruction at .text+0xf604040e CC [M] drivers/ptp/ptp_sysfs.o net/rds/rdma_transport.o: warning: objtool: rds_rdma_listen_init()+0x49: can't find jump dest instruction at .text+0x8800004e CC fs/ext4/xattr_security.o fs/btrfs/hash.o: warning: objtool: btrfs_hash_exit()+0xf: call without frame pointer save/setup fs/btrfs/hash.o: warning: objtool: btrfs_crc32c()+0x37: call without frame pointer save/setup fs/btrfs/hash.o: warning: objtool: btrfs_hash_init()+0xf: call without frame pointer save/setup CC net/wireless/ethtool.o CC [M] net/rxrpc/misc.o lib/xz/xz_dec_lzma2.o: warning: objtool: lzma_literal()+0x6a: can't find jump dest instruction at .text+0x9f000070 CC drivers/pwm/core.o drivers/platform/x86/ibm_rtl.o: warning: objtool: ibm_rtl_write()+0x5a: can't find jump dest instruction at .text+0x5b010060 drivers/net/arcnet/com20020.o: warning: objtool: com20020_check()+0x11e: can't find jump dest instruction at .text+0x84000432 drivers/mmc/host/ushc.o: warning: objtool: ushc_request()+0x30: can't find jump dest instruction at .text+0x9a01035b CC [M] drivers/isdn/hardware/eicon/capimain.o drivers/phy/phy-core.o: warning: objtool: phy_get()+0x53: can't find jump dest instruction at .text+0xb20001e1 CC net/ipv4/raw.o drivers/md/bitmap.o: warning: objtool: bitmap_storage_alloc()+0x59: can't find jump dest instruction at .text+0xe3000605 CC [M] lib/raid6/recov_avx2.o CC [M] drivers/net/ethernet/3com/3c59x.o CC lib/mpi/mpi-cmp.o CC [M] drivers/parport/parport_ax88796.o LD drivers/net/ethernet/adaptec/built-in.o drivers/mfd/arizona-core.o: warning: objtool: arizona_underclocked()+0x3a: can't find jump dest instruction at .text+0xe0101dd drivers/md/bcache/bset.o: warning: objtool: bch_bset_fix_lookup_table()+0x33: can't find jump dest instruction at .text+0x1f010204 LD drivers/media/usb/zr364xx/built-in.o CC drivers/mfd/wm5102-tables.o drivers/ide/ide-atapi.o: warning: objtool: ide_transfer_pc()+0x55: can't find jump dest instruction at .text+0xf60101f9 fs/reiserfs/procfs.o: warning: objtool: show_oidmap()+0x58: can't find jump dest instruction at .text+0xb90002bf net/rds/rdma.o: warning: objtool: __rds_rdma_map()+0x26: can't find jump dest instruction at .text+0xa402027f CC [M] drivers/net/ethernet/adaptec/starfire.o CC [M] drivers/platform/x86/hdaps.o drivers/power/power_supply_sysfs.o: warning: objtool: power_supply_show_property()+0x4c: can't find jump dest instruction at .text+0xce000125 CC drivers/pps/kc.o drivers/ptp/ptp_chardev.o: warning: objtool: ptp_set_pinfunc()+0x5d: can't find jump dest instruction at .text+0xa60000ba CC drivers/power/act8945a_charger.o CC [M] net/rds/ib_fmr.o drivers/net/arcnet/arcnet.o: warning: objtool: arcnet_send_packet()+0x63: can't find jump dest instruction at .text+0x28010824 fs/ext4/sysfs.o: warning: objtool: ext4_attr_store()+0x58: can't find jump dest instruction at .text+0xb700005e CC [M] sound/soc/codecs/sti-sas.o drivers/isdn/mISDN/dsp_cmx.o: warning: objtool: dsp_cmx_add_conf_member()+0x4e: can't find jump dest instruction at .text+0x9f0000d2 CC [M] drivers/platform/x86/intel_punit_ipc.o CC drivers/leds/trigger/ledtrig-cpu.o drivers/hid/hid-wiimote-modules.o: warning: objtool: wiimod_pro_in_ext()+0x7c: can't find jump dest instruction at .text+0x890000c0 CC [M] drivers/media/usb/zr364xx/zr364xx.o drivers/misc/c2port/core.o: warning: objtool: __c2port_write_flash_data()+0x5d: can't find jump dest instruction at .text+0x23010447 CC [M] drivers/md/bcache/request.o LD [M] drivers/hid/hid-wiimote.o drivers/misc/altera-stapl/altera-jtag.o: warning: objtool: alt_jtag_drscan.isra.2()+0x2c: can't find jump dest instruction at .text+0xdf0001ea fs/btrfs/dev-replace.o: warning: objtool: btrfs_init_dev_replace()+0x2d: can't find jump dest instruction at .text+0xe903007e CC lib/mpi/mpih-cmp.o CC net/ipv4/udp.o net/tipc/netlink_compat.o: warning: objtool: __tipc_nl_compat_doit()+0x37: can't find jump dest instruction at .text+0xcc000096 sound/soc/codecs/spdif_receiver.o: warning: objtool: spdif_dir_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/spdif_receiver.o: warning: objtool: spdif_dir_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/spdif_receiver.o: warning: objtool: spdif_dir_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/spdif_receiver.o: warning: objtool: spdif_dir_driver_exit()+0xb: call without frame pointer save/setup CC [M] net/sunrpc/svc_xprt.o drivers/media/usb/cpia2/cpia2_v4l.o: warning: objtool: cpia2_querybuf()+0x1a: can't find jump dest instruction at .text+0xab000262 CC [M] drivers/phy/phy-samsung-usb2.o LD drivers/misc/eeprom/built-in.o drivers/isdn/mISDN/dsp_dtmf.o: warning: objtool: dsp_dtmf_hardware()+0x11: can't find jump dest instruction at .text+0xdb00003f net/xfrm/xfrm_state.o: warning: objtool: xfrm_hash_transfer()+0xe7: can't find jump dest instruction at .text+0x38000285 CC [M] lib/raid6/mmx.o CC [M] fs/reiserfs/xattr_acl.o CC [M] drivers/misc/eeprom/at24.o CC drivers/ras/ras.o lib/xz/xz_dec_test.o: warning: objtool: xz_dec_test_write.part.2()+0x28: can't find jump dest instruction at .text.unlikely+0x9800002d CC drivers/net/ethernet/alteon/acenic.o drivers/mmc/core/mmc_ops.o: warning: objtool: mmc_send_bus_test()+0x70: can't find jump dest instruction at .text+0x7401016f CC [M] drivers/misc/eeprom/eeprom.o LD lib/xz/xz_dec.o fs/reiserfs/xattr_user.o: warning: objtool: user_set()+0x31: call without frame pointer save/setup fs/reiserfs/xattr_user.o: warning: objtool: user_get()+0x30: call without frame pointer save/setup lib/raid6/recov_ssse3.o: warning: objtool: raid6_datap_recov_ssse3()+0x82: can't find jump dest instruction at .text+0xaf00009b CC [M] lib/raid6/sse1.o fs/proc/proc_sysctl.o: warning: objtool: proc_sys_make_inode()+0x1e: can't find jump dest instruction at .text+0xc5000227 net/tipc/eth_media.o: warning: objtool: tipc_eth_msg2addr()+0x8: can't find call dest symbol at offset 0x9400006c crypto/authencesn.o: warning: objtool: crypto_authenc_esn_create()+0x2c: can't find jump dest instruction at .text+0xfa010085 fs/ext4/inline.o: warning: objtool: get_max_inline_xattr_value_size()+0x45: can't find jump dest instruction at .text+0x8b000126 drivers/mmc/core/sd.o: warning: objtool: sd_update_bus_speed_mode()+0x12: can't find jump dest instruction at .text+0x80000018 CC [M] net/rds/ib_frmr.o CC net/wireless/mesh.o CC lib/mpi/mpih-div.o CC drivers/power/ds2781_battery.o net/wireless/scan.o: warning: objtool: cfg80211_combine_bsses()+0x32: can't find jump dest instruction at .text+0x8301040b drivers/iio/light/ltr501.o: warning: objtool: ltr501_write_intr_prst()+0x19: can't find jump dest instruction at .text+0x59010214 LD lib/xz/built-in.o CC drivers/power/goldfish_battery.o net/mac80211/aes_gcm.o: warning: objtool: ieee80211_aes_gcm_decrypt()+0x4c: can't find jump dest instruction at .text+0xc70001ed sound/soc/codecs/spdif_transmitter.o: warning: objtool: spdif_dit_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/spdif_transmitter.o: warning: objtool: spdif_dit_probe()+0x1b: call without frame pointer save/setup sound/soc/codecs/spdif_transmitter.o: warning: objtool: spdif_dit_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/spdif_transmitter.o: warning: objtool: spdif_dit_driver_exit()+0xb: call without frame pointer save/setup lib/mpi/mpi-bit.o: warning: objtool: mpi_get_nbits()+0x8: call without frame pointer save/setup net/rxrpc/ar-security.o: warning: objtool: rxrpc_init_server_conn_security()+0x42: can't find jump dest instruction at .text+0xc20000bb CC [M] drivers/ide/aec62xx.o fs/btrfs/props.o: warning: objtool: __btrfs_set_prop()+0x37: can't find jump dest instruction at .text+0xe20000e6 CC [M] net/rxrpc/ar-proc.o CC [M] fs/btrfs/acl.o LD drivers/iio/light/built-in.o CC [M] sound/soc/codecs/tas5086.o CC net/mac80211/cfg.o CC [M] drivers/infiniband/core/cma.o CC [M] lib/raid6/sse2.o fs/reiserfs/xattr_trusted.o: warning: objtool: trusted_list()+0xe: call without frame pointer save/setup fs/reiserfs/xattr_trusted.o: warning: objtool: trusted_set()+0x23: call without frame pointer save/setup fs/reiserfs/xattr_trusted.o: warning: objtool: trusted_get()+0x22: call without frame pointer save/setup CC drivers/mmc/core/sdio_ops.o CC drivers/pps/clients/pps-ktimer.o LD drivers/pps/generators/built-in.o CC drivers/leds/trigger/ledtrig-camera.o net/wireless/util.o: warning: objtool: ieee80211_chandef_to_operating_class()+0x19: can't find jump dest instruction at .text+0x5e0101cb net/rds/ib.o: warning: objtool: rds_ib_laddr_check()+0x34: can't find jump dest instruction at .text+0x8100003a drivers/media/tuners/mt20xx.o: warning: objtool: microtune_attach()+0x2f: can't find jump dest instruction at .text+0xb00100cb drivers/phy/phy-omap-control.o: warning: objtool: omap_control_phy_power()+0x31: can't find jump dest instruction at .text+0xe40000b1 CC drivers/misc/genwqe/card_base.o net/sunrpc/auth_generic.o: warning: objtool: generic_key_timeout()+0x13: can't find jump dest instruction at .text+0x83000086 net/ipv6/ping.o: warning: objtool: ping_v6_sendmsg()+0x5c: can't find jump dest instruction at .text+0xd102008c net/ipv6/icmp.o: warning: objtool: icmpv6_xrlim_allow()+0x18: can't find jump dest instruction at .text+0xdf0001e5 CC [M] drivers/phy/phy-spear1340-miphy.o CC drivers/mfd/wm5110-tables.o CC [M] drivers/media/tuners/tea5761.o drivers/isdn/mISDN/dsp_hwec.o: warning: objtool: dsp_hwec_enable()+0x27: can't find jump dest instruction at .text+0xc01002c CC drivers/ras/debugfs.o drivers/iio/light/veml6070.o: warning: objtool: veml6070_probe()+0x2c: can't find jump dest instruction at .text+0xca000059 CC crypto/jitterentropy.o lib/zlib_deflate/deftree.o: warning: objtool: pqdownheap()+0xab: can't find jump dest instruction at .text+0x7c0001e7 CC net/ipv4/udplite.o lib/zlib_inflate/infutil.o: warning: objtool: zlib_inflate_blob()+0x2e: call without frame pointer save/setup CC drivers/hwmon/ltc4260.o CC net/wireless/ap.o drivers/media/usb/cpia2/cpia2_usb.o: warning: objtool: cpia2_usb_probe()+0x23: can't find jump dest instruction at .text+0x30010098 lib/mpi/mpicoder.o: warning: objtool: mpi_read_from_buffer()+0x1a: can't find jump dest instruction at .text+0xc6000066 CC lib/zlib_inflate/inftrees.o CC drivers/pwm/sysfs.o CC [M] drivers/ptp/ptp_pch.o CC drivers/hwmon/max1619.o net/mac80211/rate.o: warning: objtool: rate_control_fill_sta_table()+0x36: can't find jump dest instruction at .text+0xa60000ce CC drivers/regulator/core.o CC drivers/pci/remove.o CC drivers/mfd/wm8997-tables.o net/rxrpc/ar-local.o: warning: objtool: rxrpc_alloc_local()+0x25: can't find jump dest instruction at .text+0x9c02002b drivers/media/i2c/saa6752hs.o: warning: objtool: saa6752hs_set_fmt()+0x10: can't find jump dest instruction at .text+0x110100bd CC [M] net/irda/irlan/irlan_provider_event.o LD drivers/misc/ibmasm/built-in.o drivers/power/power_supply_leds.o: warning: objtool: power_supply_create_bat_triggers()+0x31: can't find jump dest instruction at .text+0xf0000037 net/irda/irlan/irlan_provider.o: warning: objtool: irlan_provider_parse_command()+0x1c: can't find jump dest instruction at .text+0xa00000cc net/ipv4/tcp_recovery.o: warning: objtool: tcp_rack_mark_lost()+0x26: can't find jump dest instruction at .text+0x1601002c drivers/pci/host-bridge.o: warning: objtool: pcibios_bus_to_resource()+0xd: call without frame pointer save/setup drivers/pci/host-bridge.o: warning: objtool: pcibios_resource_to_bus()+0xd: call without frame pointer save/setup drivers/pci/host-bridge.o: warning: objtool: pci_get_host_bridge_device()+0x23: call without frame pointer save/setup drivers/pci/host-bridge.o: warning: objtool: pci_put_host_bridge_device()+0x8: call without frame pointer save/setup CC drivers/misc/genwqe/card_dev.o drivers/pps/sysfs.o: warning: objtool: path_show()+0x1e: call without frame pointer save/setup drivers/pps/sysfs.o: warning: objtool: name_show()+0x1a: call without frame pointer save/setup drivers/pps/sysfs.o: warning: objtool: echo_show()+0x25: call without frame pointer save/setup drivers/pps/sysfs.o: warning: objtool: mode_show()+0x1d: call without frame pointer save/setup drivers/pps/sysfs.o: warning: objtool: clear_show()+0x34: call without frame pointer save/setup drivers/pps/sysfs.o: warning: objtool: assert_show()+0x34: call without frame pointer save/setup CC drivers/hwmon/max6697.o CC [M] drivers/media/tuners/tda9887.o CC [M] drivers/ide/alim15x3.o CC [M] drivers/leds/trigger/ledtrig-gpio.o CC lib/iommu-common.o CC drivers/misc/lis3lv02d/lis3lv02d.o CC [M] drivers/misc/ibmasm/module.o net/ipv6/exthdrs.o: warning: objtool: ipv6_push_nfrag_opts()+0x22: can't find jump dest instruction at .text+0x81000125 CC drivers/hwmon/nct6775.o sound/soc/codecs/sigmadsp-i2c.o: warning: objtool: devm_sigmadsp_init_i2c()+0xd: call without frame pointer save/setup sound/soc/codecs/sigmadsp-i2c.o: warning: objtool: sigmadsp_read_i2c()+0x4b: call without frame pointer save/setup sound/soc/codecs/sigmadsp-i2c.o: warning: objtool: sigmadsp_write_i2c()+0x24: call without frame pointer save/setup drivers/platform/chrome/cros_ec_lpc.o: warning: objtool: cros_ec_lpc_probe()+0x6b: can't find jump dest instruction at .text+0xfe0000e5 CC drivers/misc/genwqe/card_ddcb.o LD lib/zlib_deflate/zlib_deflate.o drivers/iio/light/max44000.o: warning: objtool: max44000_read_raw()+0x1e: can't find jump dest instruction at .text+0xf400023b drivers/mmc/core/mmc.o: warning: objtool: mmc_decode_csd()+0x3e: can't find jump dest instruction at .text+0x56010138 drivers/ide/setup-pci.o: warning: objtool: do_ide_setup_pci_device()+0x27: can't find jump dest instruction at .text+0xae000149 CC drivers/mmc/core/sdio_bus.o LD lib/zlib_deflate/built-in.o CC [M] net/irda/irlan/irlan_client_event.o CC [M] fs/xfs/libxfs/xfs_ialloc.o net/ipv6/reassembly.o: warning: objtool: ip6_frag_reasm()+0x4c: can't find jump dest instruction at .text+0x40040211 drivers/hwmon/lm90.o: warning: objtool: lm90_detect()+0x40: can't find jump dest instruction at .text+0x8a040046 CC [M] drivers/net/irda/vlsi_ir.o LD drivers/platform/chrome/built-in.o crypto/jitterentropy.o: warning: objtool: jent_memaccess()+0x5a: can't find jump dest instruction at .text+0xa10001e8 CC net/wireless/trace.o drivers/leds/trigger/ledtrig-heartbeat.o: warning: objtool: led_heartbeat_function()+0x25: can't find jump dest instruction at .text+0xb4000113 CC [M] net/ipv6/xfrm6_state.o CC crypto/jitterentropy-kcapi.o drivers/pps/pps.o: warning: objtool: pps_cdev_ioctl()+0x36: can't find jump dest instruction at .text+0x8c030148 CC drivers/mfd/wm8400-core.o drivers/iio/light/rpr0521.o: warning: objtool: rpr0521_write_raw()+0x26: can't find jump dest instruction at .text+0x8f00016f drivers/hwmon/lm95241.o: warning: objtool: set_type()+0x3f: can't find jump dest instruction at .text+0xac0002f8 net/xfrm/xfrm_policy.o: warning: objtool: xfrm_audit_common_policyinfo()+0x45: can't find jump dest instruction at .text+0xca000193 drivers/pps/kc.o: warning: objtool: pps_kc_bind()+0x17: call without frame pointer save/setup drivers/pps/kc.o: warning: objtool: pps_kc_remove()+0x11: call without frame pointer save/setup drivers/pps/kc.o: warning: objtool: pps_kc_event()+0x1e: call without frame pointer save/setup net/rds/page.o: warning: objtool: rds_page_remainder_alloc()+0x31: can't find jump dest instruction at .text+0xef01016a CC lib/fault-inject.o drivers/misc/cb710/core.o: warning: objtool: cb710_pci_configure()+0x41: can't find jump dest instruction at .text+0x8e0001c6 net/rxrpc/ar-peer.o: warning: objtool: rxrpc_alloc_peer()+0x3a: can't find jump dest instruction at .text+0x6a010040 CC drivers/pwm/pwm-pca9685.o CC [M] drivers/pps/clients/pps-ldisc.o fs/proc/vmcore.o: warning: objtool: __read_vmcore.constprop.9()+0x1c: can't find jump dest instruction at .text+0x31010156 CC [M] drivers/misc/eeprom/eeprom_93cx6.o CC [M] drivers/md/bcache/stats.o CC net/mac80211/ethtool.o drivers/net/ppp/ppp_deflate.o: warning: objtool: z_compress()+0x2c: can't find jump dest instruction at .text+0x301008b LD net/rds/rds.o drivers/i2c/busses/i2c-parport-light.o: warning: objtool: i2c_parport_init()+0x38: can't find jump dest instruction at .init.text+0x2401003d CC drivers/pwm/pwm-rcar.o CC [M] drivers/pps/clients/pps-gpio.o CC [M] drivers/i2c/busses/i2c-taos-evm.o net/ipv6/udp_offload.o: warning: objtool: udp6_ufo_fragment()+0x34: can't find jump dest instruction at .text+0x660200c2 fs/xfs/libxfs/xfs_dir2_data.o: warning: objtool: xfs_dir2_data_freefind()+0x32: can't find jump dest instruction at .text+0xbf010185 CC [M] sound/soc/codecs/tfa9879.o net/xfrm/xfrm_algo.o: warning: objtool: xfrm_aead_get_byname()+0x23: can't find call dest symbol at offset 0x45000257 CC [M] fs/btrfs/check-integrity.o sound/soc/codecs/sigmadsp.o: warning: objtool: sigmadsp_activate_ctrl()+0x54: can't find jump dest instruction at .text+0x8f0002e8 CC lib/mpi/mpih-mul.o CC [M] drivers/infiniband/core/cma_configfs.o CC [M] drivers/misc/ibmasm/ibmasmfs.o CC [M] drivers/md/bcache/super.o net/mac80211/tkip.o: warning: objtool: tkip_mixing_phase1()+0xe9: can't find jump dest instruction at .text+0x54000141 net/rxrpc/ar-transport.o: warning: objtool: rxrpc_transport_reaper()+0xad: can't find jump dest instruction at .text+0x140100b3 CC [M] drivers/leds/trigger/ledtrig-default-on.o drivers/media/v4l2-core/v4l2-dev.o: warning: objtool: determine_valid_ioctls()+0x1d6: can't find jump dest instruction at .text+0x2d0206cf drivers/parport/parport_serial.o: warning: objtool: parport_register.isra.5()+0x5c: can't find jump dest instruction at .text+0xf70001a5 CC [M] net/rxrpc/sysctl.o net/ipv4/tcp_ipv4.o: warning: objtool: tcp_v4_connect()+0x1f: can't find jump dest instruction at .text+0x3a040afc CC drivers/power/da9052-battery.o drivers/hwmon/ltc4215.o: warning: objtool: ltc4215_get_voltage()+0xc: can't find call dest symbol at offset 0x3d0000c3 drivers/media/i2c/adv7170.o: warning: objtool: adv7170_s_routing()+0x48: can't find jump dest instruction at .text+0x890000a2 net/wireless/ibss.o: warning: objtool: __cfg80211_join_ibss()+0x58: can't find jump dest instruction at .text+0xef00005e crypto/authenc.o: warning: objtool: crypto_authenc_create()+0x2c: can't find jump dest instruction at .text+0xe020032 drivers/isdn/hardware/eicon/mntfunc.o: warning: objtool: didd_callback()+0x14: can't find jump dest instruction at .text+0x89000943 crypto/rng.o: warning: objtool: crypto_unregister_rng()+0x8: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_unregister_rngs()+0x20: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_register_rng()+0x2d: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_register_rngs()+0x27: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_rng_report()+0x21: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_rng_show()+0x16: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_put_default_rng()+0xd: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_del_default_rng()+0x15: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_alloc_rng()+0xf: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_rng_reset()+0x5b: call without frame pointer save/setup crypto/rng.o: warning: objtool: crypto_get_default_rng()+0x10: call without frame pointer save/setup CC net/ipv4/udp_offload.o fs/ext4/acl.o: warning: objtool: ext4_acl_to_disk()+0x45: can't find jump dest instruction at .text+0x8b00004b CC lib/mpi/mpi-pow.o CC crypto/ghash-generic.o drivers/media/usb/gspca/benq.o: warning: objtool: sd_start()+0x73: can't find jump dest instruction at .text+0xa60000c5 LD drivers/platform/x86/built-in.o CC [M] drivers/isdn/hardware/eicon/capifunc.o CC drivers/misc/genwqe/card_sysfs.o CC [M] drivers/media/i2c/adv7183.o drivers/mmc/host/rtsx_pci_sdmmc.o: warning: objtool: rtsx_pci_sdmmc_drv_remove()+0x1b: can't find jump dest instruction at .text+0xf40000bf CC drivers/hwmon/ntc_thermistor.o CC [M] drivers/media/tuners/tda827x.o CC [M] drivers/media/usb/gspca/etoms.o CC crypto/af_alg.o net/tipc/sysctl.o: warning: objtool: tipc_register_sysctl()+0x19: call without frame pointer save/setup net/tipc/sysctl.o: warning: objtool: tipc_unregister_sysctl()+0xb: call without frame pointer save/setup CC [M] drivers/leds/trigger/ledtrig-transient.o drivers/hwmon/lm95234.o: warning: objtool: lm95234_detect()+0x38: can't find jump dest instruction at .text+0xf70000eb drivers/ide/ide-dma.o: warning: objtool: ide_find_dma_mode()+0x2c: can't find jump dest instruction at .text+0xa00004a2 CC crypto/algif_hash.o drivers/iio/light/stk3310.o: warning: objtool: stk3310_write_raw()+0x21: can't find jump dest instruction at .text+0xec0001b3 drivers/hwmon/lm85.o: warning: objtool: lm85_detect()+0x3d: can't find jump dest instruction at .text+0x31010168 drivers/isdn/hardware/mISDN/mISDNisar.o: warning: objtool: isar_pump_status_rsp()+0x22: can't find jump dest instruction at .text+0xab000390 CC net/ipv4/arp.o CC drivers/hwmon/powr1220.o CC lib/mpi/mpiutil.o drivers/iio/light/opt3001.o: warning: objtool: opt3001_configure()+0x27: can't find jump dest instruction at .text+0xc5000110 CC [M] drivers/infiniband/core/user_mad.o net/ipv4/tcp_output.o: warning: objtool: tcp_ecn_send()+0x19: can't find jump dest instruction at .text+0xa0000184 CC [M] drivers/media/tuners/tda18271-maps.o drivers/phy/phy-samsung-usb2.o: warning: objtool: samsung_usb2_phy_probe()+0x25: call without frame pointer save/setup drivers/phy/phy-samsung-usb2.o: warning: objtool: samsung_usb2_phy_driver_init()+0x12: call without frame pointer save/setup drivers/phy/phy-samsung-usb2.o: warning: objtool: samsung_usb2_phy_driver_exit()+0xb: call without frame pointer save/setup LD drivers/phy/built-in.o LD drivers/iio/built-in.o CC drivers/power/da9150-fg.o CC [M] fs/btrfs/tests/free-space-tests.o drivers/power/act8945a_charger.o: warning: objtool: act8945a_charger_get_property()+0x24: can't find jump dest instruction at .text+0xce00002a lib/zlib_inflate/inftrees.o: warning: objtool: zlib_inflate_table()+0x90: can't find jump dest instruction at .text+0xec030095 CC lib/syscall.o net/tipc/node.o: warning: objtool: __tipc_nl_add_node()+0x43: can't find jump dest instruction at .text+0xbc00021b CC lib/zlib_inflate/inflate_syms.o drivers/power/power_supply_core.o: warning: objtool: __power_supply_register()+0x51: can't find jump dest instruction at .text+0xd60101c5 CC [M] drivers/md/bcache/sysfs.o CC drivers/mmc/core/sdio_cis.o net/wireless/mlme.o: warning: objtool: cfg80211_rx_mgmt()+0x5f: can't find jump dest instruction at .text+0xa30002c7 net/mac80211/aes_cmac.o: warning: objtool: aes_cmac_vector.constprop.0()+0xe6: can't find call dest symbol at offset 0xd7ff0128 drivers/net/ethernet/8390/ne2k-pci.o: warning: objtool: ne2k_pci_init_one()+0x38: can't find jump dest instruction at .text+0x30175 fs/xfs/libxfs/xfs_dir2_block.o: warning: objtool: xfs_dir2_block_need_space.isra.14()+0x48: can't find jump dest instruction at .text+0x8100027b drivers/pps/kapi.o: warning: objtool: pps_register_source()+0x3e: can't find jump dest instruction at .text+0xbf000225 net/xfrm/xfrm_replay.o: warning: objtool: xfrm_replay_notify()+0x56: can't find jump dest instruction at .text+0x820000b6 drivers/media/i2c/adv7175.o: warning: objtool: adv7175_s_routing()+0x1b: can't find jump dest instruction at .text+0x10100b8 LD drivers/i2c/busses/i2c-designware-pci.o CC drivers/mfd/wm831x-core.o net/irda/irlan/irlan_client.o: warning: objtool: print_ret_code()+0x8: can't find jump dest instruction at .text+0xda000027 LD [M] drivers/phy/phy-exynos-usb2.o LD net/rds/built-in.o CC [M] drivers/misc/ibmasm/event.o CC drivers/net/ethernet/apm/xgene/xgene_enet_hw.o drivers/mmc/core/sd_ops.o: warning: objtool: mmc_app_send_scr()+0x61: can't find jump dest instruction at .text+0xe20003c8 CC [M] fs/xfs/libxfs/xfs_ialloc_btree.o CC [M] drivers/media/i2c/adv7343.o net/ipv6/sysctl_net_ipv6.o: warning: objtool: ipv6_sysctl_net_init()+0x2f: can't find jump dest instruction at .init.text+0x5010035 net/rds/ib_cm.o: warning: objtool: rds_ib_setup_qp()+0x4a: can't find jump dest instruction at .text+0x5d0306f5 CC drivers/mfd/wm831x-irq.o CC drivers/pwm/pwm-twl.o fs/proc/page.o: warning: objtool: kpagecgroup_read()+0x40: can't find jump dest instruction at .text+0xa000008f CC [M] drivers/media/i2c/vpx3220.o CC [M] net/ipv6/xfrm6_input.o net/ipv4/tcp.o: warning: objtool: tcp_xmit_size_goal()+0x6: can't find jump dest instruction at .text+0x8a0000d2 net/xfrm/xfrm_ipcomp.o: warning: objtool: ipcomp_decompress.isra.16()+0x60: can't find jump dest instruction at .text+0x8301023d CC crypto/algif_rng.o CC [M] fs/btrfs/tests/extent-buffer-tests.o LD fs/proc/proc.o CC [M] net/sunrpc/xprtmultipath.o CC drivers/misc/genwqe/card_debugfs.o drivers/infiniband/core/umem_rbtree.o: warning: objtool: rbt_ib_umem_remove()+0x52: can't find jump dest instruction at .text+0xef00021c net/rds/ib_ring.o: warning: objtool: rds_ib_ring_resize()+0xd: can't find call dest symbol at offset 0xb200004e LD net/xfrm/built-in.o CC [M] drivers/media/usb/gspca/jeilinj.o CC [M] drivers/infiniband/core/uverbs_main.o drivers/mmc/host/sdhci.o: warning: objtool: sdhci_calc_timeout()+0xe: can't find jump dest instruction at .text+0xb7000390 drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_deactivate()+0x25: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: fb_notifier_callback()+0x45: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_invert_store()+0x2d: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_invert_show()+0x24: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_activate()+0x16: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_init()+0xb: call without frame pointer save/setup drivers/leds/trigger/ledtrig-backlight.o: warning: objtool: bl_trig_exit()+0xb: call without frame pointer save/setup CC drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.o drivers/pps/clients/pps-ktimer.o: warning: objtool: pps_ktimer_event()+0xc: call without frame pointer save/setup drivers/pps/clients/pps-ktimer.o: warning: objtool: pps_ktimer_exit()+0x1b: call without frame pointer save/setup drivers/pps/clients/pps-ktimer.o: warning: objtool: pps_ktimer_init()+0x10: call without frame pointer save/setup drivers/infiniband/core/umem.o: warning: objtool: ib_umem_release()+0x20: can't find jump dest instruction at .text+0xff000292 CC [M] drivers/infiniband/core/uverbs_cmd.o LD drivers/mmc/host/built-in.o CC lib/nlattr.o net/tipc/server.o: warning: objtool: tipc_conn_kref_release()+0x23: can't find jump dest instruction at .text+0x92000052 CC drivers/mmc/core/sdio_io.o CC drivers/regulator/dummy.o LD fs/proc/built-in.o CC arch/x86/kernel/cpu/capflags.o CC drivers/regulator/fixed-helper.o CC drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.o drivers/isdn/hardware/mISDN/mISDNipac.o: warning: objtool: isac_ph_state_bh()+0xe: can't find jump dest instruction at .text+0xf400019a fs/xfs/libxfs/xfs_dir2_leaf.o: warning: objtool: xfs_dir3_leaf_find_entry()+0x6b: can't find jump dest instruction at .text+0x6301079e fs/ext4/xattr_security.o: warning: objtool: ext4_xattr_security_set()+0x19: call without frame pointer save/setup fs/ext4/xattr_security.o: warning: objtool: ext4_xattr_security_get()+0x15: call without frame pointer save/setup fs/ext4/xattr_security.o: warning: objtool: ext4_initxattrs()+0x34: call without frame pointer save/setup fs/ext4/xattr_security.o: warning: objtool: ext4_init_security()+0x1a: call without frame pointer save/setup lib/raid6/recov_avx2.o: warning: objtool: raid6_datap_recov_avx2()+0x83: can't find jump dest instruction at .text+0xa10000b2 CC [M] drivers/misc/ibmasm/command.o LD drivers/pps/pps_core.o LD fs/ext4/ext4.o drivers/mmc/host/vub300.o: warning: objtool: snoop_block_size_and_bus_width()+0x40: can't find jump dest instruction at .text+0x86010045 CC drivers/mfd/wm831x-otp.o sound/soc/codecs/sta350.o: warning: objtool: sta350_hw_params()+0x39: can't find jump dest instruction at .text+0x770100ff drivers/isdn/mISDN/dsp_blowfish.o: warning: objtool: dsp_bf_encrypt()+0xe: can't find jump dest instruction at .text+0x5c060468 CC drivers/misc/lis3lv02d/lis3lv02d_i2c.o CC [M] drivers/ide/amd74xx.o drivers/ptp/ptp_sysfs.o: warning: objtool: extts_fifo_show()+0x4a: can't find jump dest instruction at .text+0xa0000372 net/wireless/reg.o: warning: objtool: freq_reg_info_regd()+0x11: can't find jump dest instruction at .text+0xa30000f9 drivers/media/usb/cpia2/cpia2_core.o: warning: objtool: set_vw_size()+0x13: can't find jump dest instruction at .text+0x65010019 drivers/net/irda/stir4200.o: warning: objtool: stir_probe()+0x2b: can't find jump dest instruction at .text+0xdc0000b7 drivers/isdn/hardware/eicon/capimain.o: warning: objtool: diva_ctl_proc_open()+0x10: call without frame pointer save/setup drivers/isdn/hardware/eicon/capimain.o: warning: objtool: diva_ctl_proc_show()+0x27: call without frame pointer save/setup drivers/isdn/hardware/eicon/capimain.o: warning: objtool: diva_os_alloc_message_buffer()+0x1b: call without frame pointer save/setup drivers/isdn/hardware/eicon/capimain.o: warning: objtool: diva_os_free_message_buffer()+0x4: call without frame pointer save/setup drivers/isdn/hardware/eicon/capimain.o: warning: objtool: divacapi_init()+0x2e: call without frame pointer save/setup drivers/isdn/hardware/eicon/capimain.o: warning: objtool: divacapi_exit()+0x4: call without frame pointer save/setup fs/btrfs/qgroup.o: warning: objtool: qgroup_rescan_init()+0x2f: can't find jump dest instruction at .text+0xd700005b drivers/platform/x86/dell-smbios.o: warning: objtool: find_tokens()+0x9: can't find call dest symbol at offset 0x5f0000a1 CC drivers/mmc/core/sdio_irq.o drivers/ras/ras.o: warning: objtool: ras_init()+0x4: call without frame pointer save/setup LD [M] drivers/media/usb/cpia2/cpia2.o drivers/media/usb/gspca/autogain_functions.o: warning: objtool: gspca_coarse_grained_expo_autogain.part.2()+0x17a: can't find call dest symbol at offset 0x36ff01c9 CC [M] drivers/media/v4l2-core/v4l2-device.o CC [M] net/sunrpc/debugfs.o CC drivers/hwmon/smsc47m1.o CC [M] drivers/misc/ibmasm/remote.o drivers/net/ppp/ppp_mppe.o: warning: objtool: mppe_rekey()+0x63: can't find jump dest instruction at .text+0x84000285 drivers/md/bcache/btree.o: warning: objtool: refill_keybuf_fn()+0x48: can't find jump dest instruction at .text+0x570101de LD arch/x86/kernel/cpu/built-in.o CC drivers/misc/mei/init.o LD drivers/net/ethernet/brocade/built-in.o drivers/isdn/mISDN/dsp_audio.o: warning: objtool: dsp_audio_generate_volume_changes()+0x25c: can't find jump dest instruction at .text+0xe8fe0573 LD drivers/net/ethernet/aurora/built-in.o CC [M] fs/xfs/libxfs/xfs_inode_fork.o CC drivers/net/slip/slhc.o CC drivers/net/slip/slip.o drivers/parport/parport_ax88796.o: warning: objtool: parport_ax88796_probe()+0x48: can't find jump dest instruction at .text+0xaa01035b drivers/power/pda_power.o: warning: objtool: update_charger()+0x6f: can't find jump dest instruction at .text+0xdf000292 net/ipv6/tcp_ipv6.o: warning: objtool: tcp_v6_send_synack()+0x54: can't find jump dest instruction at .text+0xb80002ca CC [M] drivers/md/bcache/trace.o CC drivers/misc/mei/hbm.o CC [M] net/sunrpc/stats.o CC drivers/net/ethernet/apm/xgene/xgene_enet_main.o drivers/leds/trigger/ledtrig-camera.o: warning: objtool: ledtrig_torch_ctrl()+0x19: call without frame pointer save/setup drivers/leds/trigger/ledtrig-camera.o: warning: objtool: ledtrig_flash_ctrl()+0x19: call without frame pointer save/setup drivers/leds/trigger/ledtrig-camera.o: warning: objtool: ledtrig_camera_init()+0x12: call without frame pointer save/setup drivers/leds/trigger/ledtrig-camera.o: warning: objtool: ledtrig_camera_exit()+0xb: call without frame pointer save/setup net/rds/ib_sysctl.o: warning: objtool: rds_ib_sysctl_exit()+0x10: call without frame pointer save/setup net/rds/ib_sysctl.o: warning: objtool: rds_ib_sysctl_init()+0x19: call without frame pointer save/setup LD drivers/net/arcnet/built-in.o fs/reiserfs/journal.o: warning: objtool: remove_journal_hash()+0x32: can't find jump dest instruction at .text+0xa30001b1 drivers/platform/x86/hdaps.o: warning: objtool: hdaps_device_init()+0x37: can't find jump dest instruction at .text+0x40010406 CC [M] drivers/media/usb/gspca/jl2005bcd.o CC [M] drivers/infiniband/core/uverbs_marshall.o CC [M] drivers/ide/atiixp.o CC [M] drivers/media/tuners/tda18271-common.o LD [M] drivers/parport/parport.o net/sunrpc/addr.o: warning: objtool: rpc_parse_scope_id()+0x27: can't find jump dest instruction at .text+0x970000a6 CC drivers/misc/genwqe/card_utils.o LD drivers/pps/clients/built-in.o CC [M] drivers/infiniband/core/ucm.o CC drivers/power/isp1704_charger.o CC drivers/hwmon/smsc47m192.o LD arch/x86/kernel/built-in.o LD fs/ext4/built-in.o net/irda/irlan/irlan_filter.o: warning: objtool: irlan_filter_request()+0x16: can't find jump dest instruction at .text+0xdf00001c drivers/misc/eeprom/eeprom.o: warning: objtool: eeprom_update_client()+0x57: can't find jump dest instruction at .text+0xa60000dd drivers/hwmon/ltc4260.o: warning: objtool: ltc4260_show_bool()+0x26: call without frame pointer save/setup drivers/hwmon/ltc4260.o: warning: objtool: ltc4260_show_value()+0x21: call without frame pointer save/setup drivers/hwmon/ltc4260.o: warning: objtool: ltc4260_probe()+0x27: call without frame pointer save/setup drivers/hwmon/ltc4260.o: warning: objtool: ltc4260_driver_init()+0xd: call without frame pointer save/setup drivers/hwmon/ltc4260.o: warning: objtool: ltc4260_driver_exit()+0xb: call without frame pointer save/setup drivers/net/arcnet/com90io.o: warning: objtool: com90io_found()+0x40: can't find jump dest instruction at .init.text+0x3f010046 drivers/misc/eeprom/at24.o: warning: objtool: at24_probe()+0x5c: can't find jump dest instruction at .text+0x5e0400c4 fs/xfs/libxfs/xfs_dquot_buf.o: warning: objtool: xfs_dqcheck()+0xec: can't find jump dest instruction at .text+0x6010172 CC drivers/net/phy/mdio_device.o net/tipc/udp_media.o: warning: objtool: tipc_udp_send_msg()+0x49: can't find jump dest instruction at .text+0xae010164 CC drivers/misc/mei/interrupt.o CC drivers/hwmon/tc74.o CC drivers/power/twl4030_charger.o net/mac80211/aes_gmac.o: warning: objtool: ieee80211_aes_gmac()+0x4c: can't find jump dest instruction at .text+0xf80000f2 drivers/md/bcache/journal.o: warning: objtool: btree_flush_write()+0x11: can't find jump dest instruction at .text+0xb6000016 CC [M] drivers/media/tuners/tda18271-fe.o CC [M] drivers/infiniband/core/ucma.o drivers/hwmon/max1619.o: warning: objtool: max1619_detect()+0x31: can't find jump dest instruction at .text+0xc1000037 CC [M] fs/xfs/libxfs/xfs_inode_buf.o lib/swiotlb.o: warning: objtool: swiotlb_tbl_map_single()+0x102: can't find jump dest instruction at .text+0xb00002c8 CC [M] drivers/md/bcache/util.o CC drivers/hwmon/tmp102.o CC [M] fs/xfs/libxfs/xfs_log_rlimit.o drivers/ptp/ptp_clock.o: warning: objtool: ptp_clock_register()+0x29: can't find jump dest instruction at .text+0x39020258 drivers/leds/trigger/ledtrig-default-on.o: warning: objtool: defon_trig_activate()+0x7: call without frame pointer save/setup drivers/leds/trigger/ledtrig-default-on.o: warning: objtool: defon_trig_init()+0xb: call without frame pointer save/setup drivers/leds/trigger/ledtrig-default-on.o: warning: objtool: defon_trig_exit()+0xb: call without frame pointer save/setup CC [M] drivers/media/usb/gspca/konica.o drivers/power/goldfish_battery.o: warning: objtool: goldfish_battery_probe()+0x41: can't find jump dest instruction at .text+0x3701010e CC drivers/regulator/helpers.o net/ipv6/datagram.o: warning: objtool: ip6_datagram_send_ctl()+0x32: can't find jump dest instruction at .text+0x890300d2 net/ipv6/inet6_connection_sock.o: warning: objtool: inet6_csk_bind_conflict()+0x48: can't find jump dest instruction at .text+0xae000469 CC drivers/power/bq24190_charger.o LD drivers/misc/ti-st/built-in.o CC drivers/net/ppp/pppoe.o drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu()+0x3e: call without frame pointer save/setup drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu_notify()+0x20: call without frame pointer save/setup drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu_syscore_shutdown()+0x9: call without frame pointer save/setup drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu_syscore_resume()+0x9: call without frame pointer save/setup drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu_syscore_suspend()+0x9: call without frame pointer save/setup drivers/leds/trigger/ledtrig-cpu.o: warning: objtool: ledtrig_cpu_init()+0x84: call without frame pointer save/setup LD [M] drivers/ptp/ptp.o drivers/power/ds2781_battery.o: warning: objtool: ds2781_battery_probe()+0x41: can't find jump dest instruction at .text+0x4701031b CC drivers/net/phy/aquantia.o net/rds/ib_recv.o: warning: objtool: rds_ib_cong_recv.isra.13()+0x1b: can't find jump dest instruction at .text+0xe8000327 net/rds/ib_stats.o: warning: objtool: rds_ib_stats_info_copy()+0x26: can't find jump dest instruction at .text+0x9c00002c CC net/ipv4/icmp.o CC [M] drivers/ide/cmd64x.o CC drivers/net/ethernet/apm/xgene/xgene_enet_ring2.o lib/mpi/mpi-cmp.o: warning: objtool: mpi_cmp()+0xd: call without frame pointer save/setup CC drivers/misc/mic/bus/mic_bus.o lib/mpi/mpi-cmp.o: warning: objtool: mpi_cmp_ui()+0xd: call without frame pointer save/setup CC lib/cpu_rmap.o sound/soc/codecs/sti-sas.o: warning: objtool: sti_sas_driver_probe()+0x36: can't find jump dest instruction at .text+0x180101b8 fs/btrfs/raid56.o: warning: objtool: rbio_add_io_page()+0x45: can't find jump dest instruction at .text+0xc70003ac CC [M] drivers/net/ppp/bsd_comp.o drivers/media/usb/gspca/conex.o: warning: objtool: cx11646_jpeg()+0x6f: can't find jump dest instruction at .text+0x93000970 CC lib/dynamic_queue_limits.o net/rxrpc/ar-skbuff.o: warning: objtool: rxrpc_hard_ACK_data()+0xd3: can't find jump dest instruction at .text+0xb700017e CC [M] drivers/media/v4l2-core/v4l2-fh.o CC [M] sound/soc/codecs/tlv320aic23.o CC net/mac80211/rx.o LD drivers/net/ethernet/brocade/bna/built-in.o net/wireless/chan.o: warning: objtool: cfg80211_chandef_valid()+0xc: can't find jump dest instruction at .text+0xd6000012 net/rxrpc/ar-recvmsg.o: warning: objtool: rxrpc_recvmsg()+0x5a: can't find jump dest instruction at .text+0xfe0702f6 CC net/mac80211/spectmgmt.o LD drivers/net/vmxnet3/built-in.o LD drivers/leds/trigger/built-in.o CC drivers/hwmon/tmp401.o drivers/phy/phy-spear1340-miphy.o: warning: objtool: spear1340_miphy_probe()+0x2e: can't find jump dest instruction at .text+0xb4000075 CC drivers/net/ethernet/cadence/macb.o CC [M] drivers/net/ethernet/brocade/bna/bnad.o CC [M] drivers/misc/ibmasm/heartbeat.o CC [M] drivers/net/vmxnet3/vmxnet3_drv.o CC drivers/power/bq24257_charger.o LD drivers/net/ethernet/calxeda/built-in.o lib/mpi/mpih-div.o: warning: objtool: mpihelp_divrem()+0x2e: can't find jump dest instruction at .text+0x72010034 drivers/ras/debugfs.o: warning: objtool: trace_release()+0xb: call without frame pointer save/setup drivers/ras/debugfs.o: warning: objtool: trace_open()+0x17: call without frame pointer save/setup drivers/ras/debugfs.o: warning: objtool: ras_add_daemon_trace()+0x2a: call without frame pointer save/setup drivers/ras/debugfs.o: warning: objtool: ras_debugfs_init()+0xd: call without frame pointer save/setup CC [M] net/ipv6/xfrm6_output.o fs/btrfs/scrub.o: warning: objtool: scrub_workers_get()+0x18: can't find jump dest instruction at .text+0xaa000377 drivers/media/usb/hackrf/hackrf.o: warning: objtool: hackrf_alloc_urbs()+0xde: can't find jump dest instruction at .text+0x610006bc CC net/ipv4/devinet.o drivers/pps/clients/pps-ldisc.o: warning: objtool: pps_tty_close()+0xa: call without frame pointer save/setup drivers/pps/clients/pps-ldisc.o: warning: objtool: pps_tty_open()+0x47: call without frame pointer save/setup drivers/pps/clients/pps-ldisc.o: warning: objtool: pps_tty_dcd_change()+0x15: call without frame pointer save/setup drivers/pps/clients/pps-ldisc.o: warning: objtool: pps_tty_init()+0xd: call without frame pointer save/setup drivers/pps/clients/pps-ldisc.o: warning: objtool: pps_tty_cleanup()+0x9: call without frame pointer save/setup drivers/mmc/core/sdio_ops.o: warning: objtool: mmc_io_rw_direct_host()+0x38: can't find jump dest instruction at .text+0xa900003e LD drivers/ras/built-in.o fs/xfs/libxfs/xfs_dir2_node.o: warning: objtool: xfs_dir3_free_get_buf()+0x47: can't find jump dest instruction at .text+0xc00001b5 LD arch/x86/built-in.o CC [M] drivers/md/bcache/writeback.o net/ipv6/xfrm6_policy.o: warning: objtool: xfrm6_fill_dst()+0x49: can't find jump dest instruction at .text+0x87000188 drivers/pwm/pwm-pca9685.o: warning: objtool: pca9685_pwm_config()+0x21: can't find jump dest instruction at .text+0xd600014f CC [M] drivers/isdn/hardware/eicon/message.o CC [M] drivers/media/v4l2-core/v4l2-event.o drivers/mfd/wm5102-tables.o: warning: objtool: wm5102_readable_register()+0xa: can't find jump dest instruction at .text+0xaf030010 CC [M] net/ipv6/xfrm6_protocol.o CC [M] drivers/misc/ibmasm/r_heartbeat.o CC [M] drivers/net/ethernet/calxeda/xgmac.o CC drivers/mfd/wm831x-auxadc.o drivers/mmc/core/sdio.o: warning: objtool: sdio_read_cccr()+0x2c: can't find jump dest instruction at .text+0xc020134 drivers/pwm/sysfs.o: warning: objtool: pwm_export_child()+0x19: can't find jump dest instruction at .text+0xa7000416 CC [M] drivers/media/v4l2-core/v4l2-ctrls.o drivers/isdn/mISDN/dsp_pipeline.o: warning: objtool: mISDN_dsp_element_register()+0x17: can't find jump dest instruction at .text+0xdb0000ae CC drivers/mmc/core/quirks.o CC drivers/pwm/pwm-twl-led.o LD [M] drivers/isdn/mISDN/mISDN_dsp.o net/ipv4/tcp_metrics.o: warning: objtool: __tcp_get_metrics_tw()+0x18: can't find jump dest instruction at .text+0xba000051 crypto/drbg.o: warning: objtool: drbg_seed()+0x5e: can't find jump dest instruction at .text+0x5f010336 fs/xfs/libxfs/xfs_dir2_sf.o: warning: objtool: xfs_dir2_sf_toino8()+0xe5: can't find jump dest instruction at .text+0x890000ea CC [M] fs/btrfs/tests/btrfs-tests.o LD drivers/i2c/busses/built-in.o CC drivers/misc/mei/client.o CC drivers/misc/mei/main.o CC [M] net/ipv6/fib6_rules.o drivers/platform/x86/intel_punit_ipc.o: warning: objtool: intel_punit_get_bars()+0x62: can't find jump dest instruction at .text+0xf000006f drivers/mfd/wm8997-tables.o: warning: objtool: wm8997_readable_register()+0xa: can't find jump dest instruction at .text+0x2e030010 net/rxrpc/ar-output.o: warning: objtool: rxrpc_wait_for_tx_window()+0xcf: can't find jump dest instruction at .text+0x7c0000d3 LD drivers/platform/built-in.o drivers/pps/clients/pps-gpio.o: warning: objtool: pps_gpio_remove()+0x15: call without frame pointer save/setup drivers/pps/clients/pps-gpio.o: warning: objtool: pps_gpio_probe()+0x1f: call without frame pointer save/setup drivers/pps/clients/pps-gpio.o: warning: objtool: pps_gpio_driver_init()+0x12: call without frame pointer save/setup drivers/pps/clients/pps-gpio.o: warning: objtool: pps_gpio_driver_exit()+0xb: call without frame pointer save/setup drivers/ide/aec62xx.o: warning: objtool: aec62xx_init_one()+0x40: can't find jump dest instruction at .text+0x9c00009d CC drivers/mmc/core/slot-gpio.o drivers/md/bcache/movinggc.o: warning: objtool: write_moving()+0x11: can't find jump dest instruction at .text+0xad0003c3 CC [M] drivers/leds/leds-lm3533.o net/rxrpc/ar-key.o: warning: objtool: rxrpc_read()+0x39: can't find jump dest instruction at .text+0x110b00e0 LD drivers/pps/built-in.o CC [M] drivers/media/usb/gspca/mars.o CC net/wireless/ocb.o CC [M] drivers/ide/cs5520.o CC drivers/pci/pci.o drivers/leds/trigger/ledtrig-gpio.o: warning: objtool: gpio_trig_gpio_store()+0x60: can't find jump dest instruction at .text+0xb900027c CC [M] drivers/media/tuners/xc5000.o net/sunrpc/svcauth_unix.o: warning: objtool: unix_gid_show()+0x22: can't find jump dest instruction at .text+0x930003b5 CC [M] sound/soc/codecs/tlv320aic23-i2c.o fs/reiserfs/xattr_acl.o: warning: objtool: reiserfs_posix_acl_to_disk()+0x45: can't find jump dest instruction at .text+0x8e0000c5 LD [M] fs/reiserfs/reiserfs.o CC [M] drivers/net/ppp/pptp.o net/sunrpc/svc.o: warning: objtool: param_set_pool_mode()+0x2c: can't find jump dest instruction at .text+0x87000050 drivers/hwmon/max6697.o: warning: objtool: max6697_update_device()+0x38: can't find jump dest instruction at .text+0xbd0000a0 CC [M] drivers/media/i2c/vs6624.o drivers/net/ethernet/3com/typhoon.o: warning: objtool: typhoon_process_response()+0x3f: can't find jump dest instruction at .text+0x4a0102ef net/irda/irlan/irlan_client_event.o: warning: objtool: irlan_client_state_idle()+0xf: can't find jump dest instruction at .text+0x830002b9 CC drivers/hwmon/via-cputemp.o CC [M] fs/btrfs/tests/extent-io-tests.o lib/raid6/sse2.o: warning: objtool: raid6_sse24_xor_syndrome()+0x5a: can't find jump dest instruction at .text+0xd9010073 drivers/pci/probe.o: warning: objtool: pci_configure_mps()+0x3b: can't find jump dest instruction at .text+0xc5000193 CC [M] drivers/net/ethernet/brocade/bna/bnad_ethtool.o CC [M] lib/raid6/avx2.o drivers/hwmon/powr1220.o: warning: objtool: powr1220_read_adc()+0x47: can't find jump dest instruction at .text+0xa50000a0 CC [M] drivers/media/usb/gspca/mr97310a.o drivers/misc/cb710/sgbuf2.o: warning: objtool: cb710_sg_dwiter_write_next_block()+0x1f: can't find call dest symbol at offset 0x7f000081 LD [M] drivers/misc/cb710/cb710.o LD drivers/remoteproc/built-in.o net/wireless/ap.o: warning: objtool: __cfg80211_stop_ap()+0x5b: can't find jump dest instruction at .text+0x82000061 drivers/i2c/busses/i2c-taos-evm.o: warning: objtool: taos_smbus_xfer()+0xea: can't find jump dest instruction at .text+0xa401016a net/irda/irlan/irlan_provider_event.o: warning: objtool: irlan_provider_state_info()+0x16: can't find jump dest instruction at .text+0x9a00011a lib/syscall.o: warning: objtool: collect_syscall()+0x11: can't find jump dest instruction at .text+0xe1000017 CC [M] net/ipv6/proc.o CC drivers/net/phy/davicom.o LD [M] net/irda/irlan/irlan.o CC [M] fs/btrfs/tests/inode-tests.o LD drivers/i2c/built-in.o drivers/pwm/pwm-rcar.o: warning: objtool: rcar_pwm_probe()+0x30: can't find jump dest instruction at .text+0xa50000b5 CC [M] drivers/remoteproc/remoteproc_core.o drivers/message/fusion/mptbase.o: warning: objtool: mpt_get_product_name()+0x11: can't find jump dest instruction at .text+0x63020194 fs/btrfs/acl.o: warning: objtool: __btrfs_set_acl()+0x31: can't find jump dest instruction at .text+0xde000037 net/wireless/mesh.o: warning: objtool: __cfg80211_join_mesh()+0x60: can't find jump dest instruction at .text+0x6b010066 drivers/power/da9150-fg.o: warning: objtool: da9150_fg_get_prop()+0x20: can't find jump dest instruction at .text+0xfd00024c crypto/jitterentropy-kcapi.o: warning: objtool: jent_kcapi_cleanup()+0x11: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_kcapi_init()+0x11: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_kcapi_random()+0x1e: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_zalloc()+0xb: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_zfree()+0x4: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_get_nstime()+0x20: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_mod_init()+0x4: call without frame pointer save/setup crypto/jitterentropy-kcapi.o: warning: objtool: jent_mod_exit()+0xb: call without frame pointer save/setup drivers/leds/trigger/ledtrig-transient.o: warning: objtool: transient_activate_store()+0x38: can't find jump dest instruction at .text+0x88000216 CC net/mac80211/tx.o drivers/misc/ibmasm/module.o: warning: objtool: ibmasm_init_one.part.4()+0x36: can't find jump dest instruction at .text+0x70020160 CC [M] drivers/pwm/pwm-clps711x.o drivers/ide/ide-dma-sff.o: warning: objtool: ide_build_dmatable()+0x37: can't find jump dest instruction at .text+0xa3000212 lib/mpi/mpih-mul.o: warning: objtool: mul_n()+0x8f: can't find jump dest instruction at .text+0x2a0201bf drivers/hwmon/ntc_thermistor.o: warning: objtool: ntc_thermistor_probe()+0x38: can't find jump dest instruction at .text+0xe10101a9 CC [M] drivers/leds/leds-lm3642.o CC [M] drivers/media/tuners/mt2266.o CC drivers/misc/mei/amthif.o CC [M] drivers/ide/cs5530.o drivers/pci/remove.o: warning: objtool: pci_remove_bus_device()+0x26: can't find call dest symbol at offset 0xd600008d LD drivers/message/built-in.o CC drivers/net/ethernet/dlink/sundance.o drivers/misc/genwqe/card_sysfs.o: warning: objtool: reload_bitstream_store()+0x21: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: queue_working_time_show()+0x16: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: freerunning_timer_show()+0x16: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: status_show()+0x4a: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: version_show()+0x19: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: curr_bitstream_show()+0x15: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: next_bitstream_show()+0x41: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: tempsens_show()+0x15: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: appid_show()+0x1c: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: type_show()+0x11: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: base_clock_show()+0x11: call without frame pointer save/setup drivers/misc/genwqe/card_sysfs.o: warning: objtool: next_bitstream_store()+0x21: call without frame pointer save/setup CC [M] drivers/media/v4l2-core/v4l2-subdev.o CC [M] net/ipv6/syncookies.o drivers/misc/eeprom/eeprom_93cx6.o: warning: objtool: eeprom_93cx6_startup()+0x29: can't find call dest symbol at offset 0x9f000061 drivers/pwm/pwm-twl.o: warning: objtool: twl4030_pwm_enable()+0x4c: can't find jump dest instruction at .text+0x8000027b CC [M] drivers/hwmon/w83792d.o CC [M] net/ipv6/ah6.o CC [M] sound/soc/codecs/tlv320aic3x.o net/ipv6/mcast.o: warning: objtool: mld_marksources()+0x26: can't find jump dest instruction at .text+0xb2000081 LD drivers/net/ethernet/emulex/built-in.o CC drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.o LD drivers/net/ethernet/chelsio/cxgb4/built-in.o net/sunrpc/svcsock.o: warning: objtool: svc_tcp_init()+0x67: can't find jump dest instruction at .text+0x840005bb LD drivers/net/wimax/built-in.o lib/iommu-common.o: warning: objtool: iommu_tbl_range_alloc()+0x77: can't find jump dest instruction at .text+0x5c02007d LD drivers/net/ethernet/ezchip/built-in.o CC drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.o CC [M] drivers/net/ethernet/brocade/bna/bnad_debugfs.o LD lib/zlib_inflate/zlib_inflate.o drivers/media/i2c/adv7183.o: warning: objtool: adv7183_remove()+0x10: call without frame pointer save/setup drivers/media/i2c/adv7183.o: warning: objtool: adv7183_probe()+0x2d: call without frame pointer save/setup drivers/media/i2c/adv7183.o: warning: objtool: adv7183_probe.part.7()+0x3a: call without frame pointer save/setup drivers/media/i2c/adv7183.o: warning: objtool: adv7183_driver_init()+0x12: call without frame pointer save/setup drivers/media/i2c/adv7183.o: warning: objtool: adv7183_driver_exit()+0xb: call without frame pointer save/setup lib/fault-inject.o: warning: objtool: fault_create_debugfs_attr()+0x15: can't find jump dest instruction at .text+0x37010054 CC [M] drivers/misc/ibmasm/dot_command.o CC [M] drivers/ide/sc1200.o CC drivers/mfd/wm831x-i2c.o crypto/ghash-generic.o: warning: objtool: ghash_update()+0x26: can't find jump dest instruction at .text+0xc90000e6 CC [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.o sound/soc/codecs/tfa9879.o: warning: objtool: tfa9879_set_fmt()+0x24: can't find jump dest instruction at .text+0x8500006f CC [M] drivers/media/i2c/bt856.o CC [M] drivers/net/ethernet/brocade/bna/bna_enet.o net/rds/ib_send.o: warning: objtool: rds_ib_send_unmap_op()+0x22: can't find jump dest instruction at .text+0x940001f4 LD lib/zlib_inflate/built-in.o CC drivers/net/ethernet/dec/tulip/dmfe.o CC [M] sound/soc/codecs/wm8510.o sound/soc/codecs/tas5086.o: warning: objtool: tas5086_hw_params()+0x41: can't find jump dest instruction at .text+0x75010276 CC [M] drivers/media/i2c/bt866.o drivers/mfd/wm5110-tables.o: warning: objtool: wm5110_is_rev_b_adsp_memory()+0xf: can't find jump dest instruction at .text+0xee000015 CC drivers/net/ethernet/dec/tulip/winbond-840.o CC [M] drivers/pwm/pwm-lp3943.o drivers/infiniband/core/mad.o: warning: objtool: ib_create_send_mad()+0xca: can't find jump dest instruction at .text+0x6e010814 drivers/power/da9052-battery.o: warning: objtool: da9052_bat_check_status()+0x35: can't find jump dest instruction at .text+0x4d0100bc CC [M] drivers/isdn/hardware/eicon/capidtmf.o CC drivers/mfd/tps6105x.o net/rxrpc/ar-proc.o: warning: objtool: rxrpc_connection_seq_show()+0x28: can't find jump dest instruction at .text+0xfb000057 drivers/infiniband/core/umem_odp.o: warning: objtool: ib_umem_odp_unmap_dma_pages()+0x62: can't find jump dest instruction at .text+0xfc0000b3 CC [M] net/sunrpc/sysctl.o CC [M] drivers/media/i2c/ks0127.o net/rds/ib_rdma.o: warning: objtool: rds_ib_sync_mr()+0x1c: can't find jump dest instruction at .text+0xdc000463 CC drivers/net/phy/cicada.o drivers/md/bcache/stats.o: warning: objtool: bch_stats_show()+0x42: can't find jump dest instruction at .text+0xa6000067 CC drivers/reset/core.o CC [M] drivers/net/ethernet/chelsio/cxgb4/l2t.o drivers/pwm/core.o: warning: objtool: pwm_dbg_show()+0x1a: can't find jump dest instruction at .text+0xc4000070 CC drivers/net/ethernet/cisco/enic/enic_main.o drivers/misc/altera-stapl/altera.o: warning: objtool: altera_check_crc()+0xad: can't find jump dest instruction at .text+0x880000b3 net/mac80211/ethtool.o: warning: objtool: ieee80211_get_stats()+0x4e: can't find jump dest instruction at .text+0x3401011b LD drivers/net/ethernet/emulex/benet/built-in.o LD drivers/misc/altera-stapl/altera-stapl.o net/sunrpc/xprtmultipath.o: warning: objtool: xprt_iter_next_entry_multiple()+0x25: can't find call dest symbol at offset 0xb50000e1 CC net/mac80211/key.o CC [M] drivers/pwm/pwm-renesas-tpu.o CC [M] drivers/media/tuners/qt1010.o drivers/misc/ibmasm/event.o: warning: objtool: ibmasm_get_next_event()+0x96: can't find jump dest instruction at .text+0x83000170 CC drivers/regulator/devres.o drivers/net/phy/phy.o: warning: objtool: phy_start_aneg()+0x26: can't find jump dest instruction at .text+0x880004e8 drivers/net/ethernet/8390/8390.o: warning: objtool: do_set_multicast_list()+0x1f: can't find jump dest instruction at .text+0xa5000047 net/wireless/sme.o: warning: objtool: cfg80211_conn_scan()+0x7b: can't find jump dest instruction at .text+0xc4010284 drivers/media/usb/zr364xx/zr364xx.o: warning: objtool: zr364xx_start_readpipe()+0x83: can't find jump dest instruction at .text+0x910000f8 CC [M] drivers/net/ethernet/emulex/benet/be_main.o LD drivers/misc/altera-stapl/built-in.o CC [M] drivers/hwmon/adm1026.o drivers/misc/ibmasm/ibmasmfs.o: warning: objtool: event_file_read()+0x2d: can't find jump dest instruction at .text+0xaa00045c net/wireless/ethtool.o: warning: objtool: cfg80211_get_drvinfo()+0x2f: call without frame pointer save/setup CC [M] drivers/media/tuners/max2165.o CC drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.o drivers/mfd/wm831x-irq.o: warning: objtool: wm831x_irq_thread()+0x4d: can't find jump dest instruction at .text+0xb4000247 CC drivers/mfd/tps65086.o LD [M] drivers/infiniband/core/ib_core.o net/rds/ib_fmr.o: warning: objtool: rds_ib_alloc_fmr()+0x2a: can't find jump dest instruction at .text+0xe2000030 net/ipv6/ip6_flowlabel.o: warning: objtool: ip6fl_seq_show()+0x30: can't find jump dest instruction at .text+0xbf00013e CC drivers/regulator/fixed.o drivers/media/usb/gspca/jeilinj.o: warning: objtool: sd_pkt_scan()+0x47: can't find jump dest instruction at .text+0xc90002ea drivers/media/tuners/tda18271-maps.o: warning: objtool: tda18271_lookup_rf_band()+0x21: can't find jump dest instruction at .text+0x83000132 drivers/ide/alim15x3.o: warning: objtool: init_chipset_ali15x3()+0x84: can't find jump dest instruction at .text+0xab0003ea CC [M] drivers/misc/mic/bus/scif_bus.o CC lib/glob.o CC drivers/regulator/userspace-consumer.o CC [M] drivers/ide/hpt366.o net/ipv4/tcp_offload.o: warning: objtool: tcp_gso_segment()+0x41: can't find jump dest instruction at .text+0x220301a0 LD drivers/net/ethernet/hp/built-in.o CC [M] drivers/media/usb/gspca/nw80x.o CC [M] drivers/media/tuners/tda18218.o net/ipv4/datagram.o: warning: objtool: ip4_datagram_release_cb()+0x60: can't find jump dest instruction at .text+0xf8000079 lib/dynamic_queue_limits.o: warning: objtool: dql_init()+0x15: call without frame pointer save/setup net/sunrpc/rpcb_clnt.o: warning: objtool: rpcb_dec_getaddr()+0x2e: can't find jump dest instruction at .text+0xe300015e CC lib/strncpy_from_user.o CC [M] drivers/misc/bmp085.o drivers/mfd/wm831x-otp.o: warning: objtool: wm831x_unique_id_show()+0x17: can't find call dest symbol at offset 0xa0000060 drivers/media/i2c/adv7343.o: warning: objtool: adv7343_setstd()+0x30: can't find jump dest instruction at .text+0x220100bf drivers/media/tuners/tea5761.o: warning: objtool: tea5761_get_rf_strength()+0x21: can't find call dest symbol at offset 0x4f000280 CC [M] drivers/net/ethernet/emulex/benet/be_cmds.o drivers/hwmon/tc74.o: warning: objtool: tc74_update_device()+0x2c: can't find jump dest instruction at .text+0xa6000032 LD drivers/net/ethernet/mellanox/built-in.o drivers/mmc/core/sdio_cis.o: warning: objtool: sdio_read_cis()+0x4d: can't find jump dest instruction at .text+0xf90101c6 CC [M] drivers/media/i2c/ths7303.o CC drivers/net/phy/qsemi.o CC [M] drivers/misc/bmp085-i2c.o drivers/regulator/fixed-helper.o: warning: objtool: regulator_register_always_on()+0x3f: can't find jump dest instruction at .text+0x8900006a /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c: In function 'default_roce_mode_store': /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c:133:32: warning: 'group' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c:133:32: warning: 'cma_dev' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/hwmon/adm1029.o LD net/sunrpc/auth_gss/built-in.o CC [M] drivers/media/usb/gspca/ov534.o CC drivers/misc/vmw_vmci/vmci_context.o CC [M] drivers/net/vmxnet3/vmxnet3_ethtool.o CC [M] drivers/media/v4l2-core/v4l2-clk.o drivers/regulator/dummy.o: warning: objtool: dummy_regulator_probe()+0x33: call without frame pointer save/setup /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c: In function 'default_roce_mode_show':drivers/regulator/dummy.o: warning: objtool: dummy_regulator_probe.part.0()+0x18: call without frame pointer save/setup drivers/regulator/dummy.o: warning: objtool: regulator_dummy_init()+0xe: call without frame pointer save/setup /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c:109:37: warning: 'group' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/infiniband/core/cma_configfs.c:109:11: warning: 'cma_dev' may be used uninitialized in this function [-Wuninitialized] net/rds/ib_frmr.o: warning: objtool: rds_ib_alloc_frmr()+0x2a: can't find jump dest instruction at .text+0xe9000030 CC drivers/regulator/ab3100.o fs/xfs/libxfs/xfs_btree.o: warning: objtool: xfs_btree_free_block.part.12()+0x1d: can't find jump dest instruction at .text+0x3c0100eb LD [M] net/rds/rds_rdma.o drivers/net/ethernet/adaptec/starfire.o: warning: objtool: check_duplex()+0x62: can't find jump dest instruction at .text+0x860002b3 drivers/net/ppp/pppox.o: warning: objtool: pppox_create()+0x67: call without frame pointer save/setup drivers/net/ppp/pppox.o: warning: objtool: pppox_ioctl()+0x21: call without frame pointer save/setup drivers/net/ppp/pppox.o: warning: objtool: pppox_unbind_sock()+0x17: call without frame pointer save/setup drivers/net/ppp/pppox.o: warning: objtool: pppox_init()+0xb: call without frame pointer save/setup drivers/net/ppp/pppox.o: warning: objtool: pppox_exit()+0x9: call without frame pointer save/setup drivers/misc/lis3lv02d/lis3lv02d_i2c.o: warning: objtool: lis3lv02d_i2c_probe()+0x82: can't find jump dest instruction at .text+0xed0001f1 CC [M] drivers/leds/leds-lp8860.o CC [M] net/sunrpc/auth_gss/auth_gss.o CC [M] drivers/leds/leds-pca955x.o CC [M] fs/xfs/libxfs/xfs_sb.o CC drivers/net/ethernet/chelsio/cxgb3/ael1002.o drivers/net/irda/nsc-ircc.o: warning: objtool: nsc_ircc_probe_338()+0x66: can't find jump dest instruction at .text+0x9b0001b2 drivers/misc/ibmasm/command.o: warning: objtool: ibmasm_new_command()+0x1a: can't find jump dest instruction at .text+0x8b000231 CC [M] drivers/misc/ibmasm/lowlevel.o CC [M] drivers/net/irda/via-ircc.o LD drivers/net/ethernet/myricom/built-in.o LD drivers/misc/mic/vop/built-in.o drivers/media/i2c/vpx3220.o: warning: objtool: vpx3220_s_routing()+0x2c: can't find jump dest instruction at .text+0x8400036d net/rxrpc/sysctl.o: warning: objtool: rxrpc_sysctl_exit()+0x10: call without frame pointer save/setup net/rxrpc/sysctl.o: warning: objtool: rxrpc_sysctl_init()+0x19: call without frame pointer save/setup net/sunrpc/xdr.o: warning: objtool: xdr_set_page_base()+0x14: can't find jump dest instruction at .text+0x99000156 drivers/isdn/hardware/eicon/debug.o: warning: objtool: diva_change_management_debug_mask()+0x16: can't find jump dest instruction at .text+0xda00013c LD [M] net/rxrpc/af-rxrpc.o CC [M] drivers/misc/mic/vop/vop_main.o CC [M] drivers/media/i2c/ths8200.o drivers/misc/genwqe/card_ddcb.o: warning: objtool: genwqe_check_ddcb_queue()+0x4c: can't find jump dest instruction at .text+0xdd0104f5 CC [M] drivers/net/irda/mcs7780.o drivers/hwmon/tmp102.o: warning: objtool: tmp102_probe()+0x40: can't find jump dest instruction at .text+0x6c010285 drivers/power/bq24190_charger.o: warning: objtool: bq24190_probe()+0x4c: can't find jump dest instruction at .text+0xa2000051 CC [M] drivers/hwmon/ads7828.o CC [M] drivers/media/tuners/tda18212.o CC [M] drivers/misc/mic/vop/vop_debugfs.o net/sunrpc/sunrpc_syms.o: warning: objtool: sunrpc_init_net()+0x71: can't find jump dest instruction at .init.text+0x95000077 fs/btrfs/tests/extent-buffer-tests.o: warning: objtool: test_btrfs_split_item()+0x4f: can't find jump dest instruction at .text+0x2b0400c4 net/ipv6/xfrm6_state.o: warning: objtool: __xfrm6_state_sort()+0x11: can't find call dest symbol at offset 0x2200012f drivers/misc/genwqe/card_base.o: warning: objtool: genwqe_bus_reset()+0x21: can't find jump dest instruction at .text+0xe1000032 CC drivers/power/bq24735-charger.o CC drivers/net/phy/bcm-phy-lib.o CC drivers/rtc/rtc-lib.o CC lib/strnlen_user.o LD drivers/net/ethernet/3com/built-in.o drivers/infiniband/core/iwpm_msg.o: warning: objtool: iwpm_remote_info_cb()+0x3b: can't find jump dest instruction at .text+0x590101dc drivers/media/usb/gspca/etoms.o: warning: objtool: do_autogain.part.2()+0xf2: can't find jump dest instruction at .text+0x9400059c LD drivers/net/ethernet/myricom/myri10ge/built-in.o CC [M] drivers/net/ethernet/dlink/dl2k.o LD net/sunrpc/xprtrdma/built-in.o CC [M] drivers/media/usb/gspca/ov534_9.o drivers/misc/ibmasm/remote.o: warning: objtool: print_input()+0x19: can't find jump dest instruction at .text+0x9100001f drivers/infiniband/core/cma_configfs.o: warning: objtool: make_cma_ports()+0x24: can't find jump dest instruction at .text+0xb800019c CC [M] drivers/misc/ibmasm/uart.o CC [M] net/sunrpc/xprtrdma/transport.o CC [M] net/ipv6/esp6.o drivers/misc/ibmasm/heartbeat.o: warning: objtool: ibmasm_register_panic_notifier()+0x12: call without frame pointer save/setup drivers/misc/ibmasm/heartbeat.o: warning: objtool: ibmasm_unregister_panic_notifier()+0x12: call without frame pointer save/setup drivers/misc/ibmasm/heartbeat.o: warning: objtool: ibmasm_heartbeat_init()+0xe: call without frame pointer save/setup drivers/misc/ibmasm/heartbeat.o: warning: objtool: ibmasm_heartbeat_exit()+0x48: call without frame pointer save/setup drivers/misc/ibmasm/heartbeat.o: warning: objtool: ibmasm_receive_heartbeat()+0x82: call without frame pointer save/setup drivers/misc/ibmasm/heartbeat.o: warning: objtool: get_timestamp()+0x10: call without frame pointer save/setup CC drivers/net/phy/broadcom.o fs/btrfs/free-space-tree.o: warning: objtool: clear_free_space_tree()+0x23: can't find jump dest instruction at .text+0x830000f8 CC [M] drivers/net/ethernet/myricom/myri10ge/myri10ge.o drivers/media/usb/gspca/jl2005bcd.o: warning: objtool: sd_start()+0x2c: can't find jump dest instruction at .text+0x6a010106 LD crypto/async_tx/built-in.o drivers/ptp/ptp_pch.o: warning: objtool: pch_probe()+0x31: can't find jump dest instruction at .text+0x1f030573 net/tipc/socket.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a LD [M] net/tipc/tipc.o CC net/ipv4/af_inet.o CC drivers/net/phy/fixed_phy.o CC [M] drivers/misc/mic/bus/vop_bus.o drivers/parport/parport_pc.o: warning: objtool: show_parconfig_smsc37c669()+0x6f: can't find jump dest instruction at .text+0xea000260 CC [M] drivers/net/ethernet/brocade/bna/bna_tx_rx.o fs/btrfs/tests/free-space-tests.o: warning: objtool: test_extents()+0x60: can't find jump dest instruction at .text+0x16010072 CC drivers/pci/pci-driver.o drivers/pwm/pwm-clps711x.o: warning: objtool: clps711x_pwm_probe()+0x2f: can't find jump dest instruction at .text+0x8a000131 CC [M] crypto/async_tx/async_tx.o CC [M] net/sunrpc/xprtrdma/rpc_rdma.o CC [M] drivers/net/ethernet/brocade/bna/bfa_msgq.o drivers/misc/genwqe/card_debugfs.o: warning: objtool: genwqe_init_debugfs()+0x50: can't find jump dest instruction at .text+0xe0020935 drivers/hwmon/smsc47m1.o: warning: objtool: smsc47m1_update_device()+0x46: can't find jump dest instruction at .text+0x50010073 drivers/net/phy/mdio_bus.o: warning: objtool: __mdiobus_register()+0x15: can't find jump dest instruction at .text+0x5f01015d drivers/mfd/wm8400-core.o: warning: objtool: wm8400_init()+0x47: can't find jump dest instruction at .text+0xcb0000c4 CC drivers/net/ethernet/dec/tulip/de2104x.o CC drivers/misc/mei/bus.o drivers/misc/genwqe/card_dev.o: warning: objtool: genwqe_inform_and_stop_processes()+0x22: can't find jump dest instruction at .text+0x8a010073 crypto/algif_rng.o: warning: objtool: rng_recvmsg()+0x7a: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_accept_parent()+0x1a: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_sock_destruct()+0x12: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_setkey()+0x4: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_release()+0x7: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_bind()+0x4: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_init()+0xb: call without frame pointer save/setup crypto/algif_rng.o: warning: objtool: rng_exit()+0xb: call without frame pointer save/setup CC drivers/net/sungem_phy.o CC [M] drivers/media/v4l2-core/v4l2-async.o CC [M] drivers/media/i2c/tvp514x.o drivers/mmc/core/sdio_bus.o: warning: objtool: sdio_bus_probe()+0x34: can't find jump dest instruction at .text+0x9600032b CC drivers/mmc/core/debugfs.o CC [M] drivers/misc/mic/vop/vop_vringh.o CC drivers/net/ethernet/dec/tulip/de4x5.o drivers/power/isp1704_charger.o: warning: objtool: isp1704_charger_probe()+0x4b: can't find jump dest instruction at .text+0x2903019c CC drivers/power/bq25890_charger.o lib/mpi/mpi-pow.o: warning: objtool: mpi_powm()+0x43: can't find jump dest instruction at .text+0x25070049 drivers/misc/ibmasm/r_heartbeat.o: warning: objtool: ibmasm_start_reverse_heartbeat()+0x2e: can't find jump dest instruction at .text+0x901005e lib/mpi/mpiutil.o: warning: objtool: mpi_alloc_limb_space()+0x13: call without frame pointer save/setup lib/mpi/mpiutil.o: warning: objtool: mpi_alloc()+0x15: call without frame pointer save/setup lib/mpi/mpiutil.o: warning: objtool: mpi_free_limb_space()+0x9: call without frame pointer save/setup lib/mpi/mpiutil.o: warning: objtool: mpi_free()+0x1f: call without frame pointer save/setup lib/mpi/mpiutil.o: warning: objtool: mpi_assign_limb_space()+0x17: call without frame pointer save/setup lib/mpi/mpiutil.o: warning: objtool: mpi_resize()+0x65: call without frame pointer save/setup CC drivers/misc/mei/bus-fixup.o LD lib/mpi/mpi.o LD drivers/net/ethernet/mellanox/mlx4/built-in.o drivers/net/irda/ali-ircc.o: warning: objtool: ali_ircc_net_open()+0x42: can't find jump dest instruction at .text+0xb80001fc drivers/hwmon/via-cputemp.o: warning: objtool: via_cputemp_probe()+0x4a: can't find jump dest instruction at .text+0x1101019a LD drivers/net/ethernet/mellanox/mlx5/core/built-in.o CC crypto/asymmetric_keys/asymmetric_type.o CC [M] drivers/net/irda/irtty-sir.o CC [M] drivers/hwmon/adt7x10.o CC drivers/misc/mei/debugfs.o drivers/mfd/wm831x-core.o: warning: objtool: wm831x_reg_readable()+0x12: can't find jump dest instruction at .text+0x8b000018 drivers/media/tuners/tda9887.o: warning: objtool: tda9887_attach()+0x6d: can't find jump dest instruction at .text+0x890001a9 CC lib/net_utils.o drivers/pwm/pwm-twl-led.o: warning: objtool: twl_pwmled_remove()+0xb: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl6030_pwmled_disable()+0x1c: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl6030_pwmled_enable()+0x1e: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl6030_pwmled_free()+0x1c: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl6030_pwmled_request()+0x1e: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl4030_pwmled_disable()+0x1c: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl4030_pwmled_enable()+0x1e: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl_pwmled_probe()+0x1e: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl6030_pwmled_config()+0x32: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl4030_pwmled_config()+0x57: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl_pwmled_driver_init()+0xd: call without frame pointer save/setup drivers/pwm/pwm-twl-led.o: warning: objtool: twl_pwmled_driver_exit()+0xb: call without frame pointer save/setup LD lib/mpi/built-in.o drivers/md/bcache/request.o: warning: objtool: cache_lookup_fn()+0x56: can't find jump dest instruction at .text+0x45020255 CC [M] drivers/net/ethernet/mellanox/mlx4/alloc.o drivers/isdn/hardware/eicon/maintidi.o: warning: objtool: diva_create_line_parse_table()+0x33: can't find jump dest instruction at .text+0x510400f9 drivers/ide/amd74xx.o: warning: objtool: amd_set_speed()+0x175: can't find jump dest instruction at .text+0xbe0002e2 CC drivers/misc/mei/pci-txe.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/main.o CC [M] drivers/media/tuners/e4000.o CC [M] drivers/hwmon/adt7410.o CC drivers/rtc/hctosys.o drivers/hwmon/smsc47m192.o: warning: objtool: smsc47m192_detect()+0x2e: can't find jump dest instruction at .text+0xb10000a9 CC lib/sg_pool.o drivers/mmc/core/quirks.o: warning: objtool: mmc_fixup_device()+0x5f: can't find jump dest instruction at .text+0xa5000070 CC drivers/net/ethernet/cisco/enic/vnic_cq.o drivers/media/i2c/vs6624.o: warning: objtool: vs6624_remove()+0x10: call without frame pointer save/setup drivers/media/i2c/vs6624.o: warning: objtool: vs6624_probe()+0x3c: call without frame pointer save/setup drivers/media/i2c/vs6624.o: warning: objtool: vs6624_driver_init()+0x12: call without frame pointer save/setup drivers/media/i2c/vs6624.o: warning: objtool: vs6624_driver_exit()+0xb: call without frame pointer save/setup crypto/algif_hash.o: warning: objtool: hash_sendmsg()+0x6d: can't find jump dest instruction at .text+0x60102b3 drivers/hwmon/tmp401.o: warning: objtool: tmp401_update_device_reg16()+0x4d: can't find jump dest instruction at .text+0x9200007f drivers/net/phy/aquantia.o: warning: objtool: aquantia_config_intr()+0x24: can't find call dest symbol at offset 0x9b000081 CC [M] drivers/hwmon/asc7621.o drivers/ide/atiixp.o: warning: objtool: atiixp_init_one()+0x12: call without frame pointer save/setup drivers/ide/atiixp.o: warning: objtool: atiixp_cable_detect()+0x2b: call without frame pointer save/setup drivers/ide/atiixp.o: warning: objtool: atiixp_set_dma_mode()+0x30: call without frame pointer save/setup drivers/ide/atiixp.o: warning: objtool: atiixp_set_pio_mode()+0x2a: call without frame pointer save/setup drivers/ide/atiixp.o: warning: objtool: atiixp_ide_init()+0x19: call without frame pointer save/setup drivers/ide/atiixp.o: warning: objtool: atiixp_ide_exit()+0xb: call without frame pointer save/setup CC drivers/misc/vmw_vmci/vmci_datagram.o CC drivers/pci/search.o drivers/media/usb/gspca/konica.o: warning: objtool: sd_s_ctrl()+0x28: can't find jump dest instruction at .text+0xc5000127 CC [M] drivers/net/ethernet/chelsio/cxgb4/t4_hw.o CC drivers/sfi/sfi_acpi.o CC drivers/net/ethernet/apm/xgene/xgene_enet_cle.o drivers/net/phy/phy_device.o: warning: objtool: get_phy_c45_ids()+0x38: can't find jump dest instruction at .text+0xd1000368 CC [M] drivers/ide/it821x.o drivers/infiniband/core/iwpm_util.o: warning: objtool: iwpm_exit()+0x17: can't find jump dest instruction at .text+0x650100c2 CC crypto/asymmetric_keys/restrict.o drivers/net/irda/smsc-ircc2.o: warning: objtool: smsc_ircc_dma_receive_complete()+0xb7: can't find jump dest instruction at .text+0xe600025b CC [M] net/sunrpc/auth_gss/gss_generic_token.o CC [M] drivers/net/irda/sir_dev.o drivers/regulator/helpers.o: warning: objtool: regulator_map_voltage_linear_range()+0xd: can't find call dest symbol at offset 0x450004c6 fs/xfs/libxfs/xfs_bmap.o: warning: objtool: xfs_bmap_needs_btree()+0x1e: can't find jump dest instruction at .text+0x8d00004e drivers/misc/mei/init.o: warning: objtool: mei_reset()+0xd6: can't find jump dest instruction at .text+0xd3000497 drivers/media/tuners/tda827x.o: warning: objtool: tda827x_set_std.isra.3()+0x23: can't find jump dest instruction at .text+0x95000163 CC drivers/misc/mei/hw-txe.o CC [M] net/sunrpc/auth_gss/gss_mech_switch.o drivers/mmc/core/sdio_irq.o: warning: objtool: process_sdio_pending_irqs()+0x40: can't find jump dest instruction at .text+0xf5000045 CC [M] drivers/net/ethernet/emulex/benet/be_ethtool.o drivers/ide/cmd64x.o: warning: objtool: cmd64x_program_timings()+0xb9: can't find jump dest instruction at .text+0x85000356 LD drivers/soc/bcm/built-in.o CC drivers/sfi/sfi_core.o lib/raid6/avx2.o: warning: objtool: raid6_avx24_gen_syndrome()+0x61: can't find jump dest instruction at .text+0x3010090 drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_poweroff()+0xb: call without frame pointer save/setup drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_suspend()+0xb: call without frame pointer save/setup drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_remove()+0xb: call without frame pointer save/setup drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_probe()+0x2c: call without frame pointer save/setup drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_init()+0xf: call without frame pointer save/setup drivers/mfd/wm831x-i2c.o: warning: objtool: wm831x_i2c_exit()+0xb: call without frame pointer save/setup drivers/media/tuners/tda18271-common.o: warning: objtool: tda18271_dump_regs.isra.2()+0x305: can't find jump dest instruction at .text+0x6040e7f TABLE lib/raid6/tables.c LD drivers/soc/fsl/built-in.o CC drivers/mfd/tps65217.o sound/soc/codecs/tlv320aic23-i2c.o: warning: objtool: tlv320aic23_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/tlv320aic23-i2c.o: warning: objtool: tlv320aic23_i2c_probe()+0x41: call without frame pointer save/setup sound/soc/codecs/tlv320aic23-i2c.o: warning: objtool: tlv320aic23_i2c_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/tlv320aic23-i2c.o: warning: objtool: tlv320aic23_i2c_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/ide/jmicron.o /home/kisskb/slave/src/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c: In function 'xgene_sgmac_init': /home/kisskb/slave/src/drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c:256:34: warning: 'data' may be used uninitialized in this function [-Wuninitialized] drivers/misc/lis3lv02d/lis3lv02d.o: warning: objtool: lis3lv02d_misc_read()+0x4a: can't find jump dest instruction at .text+0xd2000344 CC [M] drivers/media/v4l2-core/v4l2-compat-ioctl32.o drivers/media/i2c/bt866.o: warning: objtool: bt866_s_routing()+0x2d: can't find call dest symbol at offset 0xdeff016f drivers/misc/ibmasm/dot_command.o: warning: objtool: ibmasm_send_driver_vpd()+0x23: can't find jump dest instruction at .text+0x860000c6 drivers/leds/leds-lm3533.o: warning: objtool: lm3533_led_probe()+0x28: can't find jump dest instruction at .text+0x52010677 LD drivers/misc/lis3lv02d/built-in.o CC [M] net/ipv6/ipcomp6.o CC [M] drivers/leds/leds-lt3593.o drivers/md/bcache/util.o: warning: objtool: bch_strtoint_h()+0x48: can't find jump dest instruction at .text+0xb900004e drivers/leds/leds-lm3642.o: warning: objtool: lm3642_probe()+0x45: can't find jump dest instruction at .text+0x33020205 drivers/mmc/core/sdio_io.o: warning: objtool: sdio_io_rw_ext_helper()+0x2e: can't find jump dest instruction at .text+0xec00016a fs/xfs/libxfs/xfs_log_rlimit.o: warning: objtool: xfs_log_get_max_trans_res()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_log_rlimit.o: warning: objtool: xfs_log_calc_minimum_size()+0x20: call without frame pointer save/setup CC [M] drivers/net/ethernet/chelsio/cxgb4/sge.o net/ipv4/udplite.o: warning: objtool: udp_lib_close()+0x4: call without frame pointer save/setup net/ipv4/udplite.o: warning: objtool: udplite_err()+0xb: call without frame pointer save/setup net/ipv4/udplite.o: warning: objtool: udplite_rcv()+0x10: call without frame pointer save/setup net/ipv4/udplite.o: warning: objtool: udplite4_proc_exit_net()+0xb: call without frame pointer save/setup net/ipv4/udplite.o: warning: objtool: udplite4_proc_init_net()+0xb: call without frame pointer save/setup net/ipv4/udplite.o: warning: objtool: udplite4_register()+0x12: call without frame pointer save/setup CC [M] net/ipv6/xfrm6_tunnel.o drivers/media/usb/gspca/mars.o: warning: objtool: mars_s_ctrl()+0x70: can't find jump dest instruction at .text+0x1c010635 CC [M] fs/btrfs/tests/qgroup-tests.o drivers/ide/cs5520.o: warning: objtool: cs5520_set_dma_mode()+0x29: can't find call dest symbol at offset 0x2f0000d1 drivers/power/twl4030_charger.o: warning: objtool: twl4030_bci_get_property()+0x4b: can't find jump dest instruction at .text+0x62010293 CC net/ipv4/igmp.o lib/cpu_rmap.o: warning: objtool: cpu_rmap_copy_neigh()+0x4d: can't find call dest symbol at offset 0x5f000136 LD drivers/pwm/built-in.o CC [M] drivers/media/tuners/fc2580.o LD drivers/soc/samsung/built-in.o LD drivers/spmi/built-in.o CC [M] net/ipv6/tunnel6.o CC [M] fs/xfs/libxfs/xfs_symlink_remote.o CC [M] drivers/hwmon/dme1737.o CC [M] drivers/misc/mei/pci-me.o CC [M] drivers/media/tuners/tua9001.o drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_is_singular()+0x21: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_exit()+0x10: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_del()+0x15: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_release()+0x15: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_add()+0x19: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_init()+0x51: call without frame pointer save/setup drivers/media/v4l2-core/v4l2-fh.o: warning: objtool: v4l2_fh_open()+0xe: call without frame pointer save/setup LD drivers/scsi/aacraid/built-in.o CC crypto/hash_info.o CC drivers/net/ethernet/cisco/enic/vnic_intr.o drivers/misc/mei/amthif.o: warning: objtool: mei_amthif_read()+0x3a: can't find jump dest instruction at .text+0xfd0002b8 CC [M] drivers/spmi/spmi.o CC [M] drivers/misc/mei/hw-me.o drivers/power/bq24257_charger.o: warning: objtool: bq24257_iilimit_autoset()+0x31: can't find jump dest instruction at .text+0xaa0000b2 CC [M] lib/raid6/int1.o drivers/misc/genwqe/card_utils.o: warning: objtool: genwqe_map_pages()+0x38: can't find jump dest instruction at .text+0x9e000189 drivers/media/v4l2-core/v4l2-device.o: warning: objtool: v4l2_device_register_subdev_nodes()+0x19: can't find jump dest instruction at .text+0x9f0000c0 CC [M] crypto/async_tx/async_memcpy.o drivers/misc/bmp085-i2c.o: warning: objtool: bmp085_i2c_detect()+0x14: call without frame pointer save/setup drivers/misc/bmp085-i2c.o: warning: objtool: bmp085_i2c_remove()+0x8: call without frame pointer save/setup drivers/misc/bmp085-i2c.o: warning: objtool: bmp085_i2c_probe()+0x1e: call without frame pointer save/setup drivers/misc/bmp085-i2c.o: warning: objtool: bmp085_i2c_driver_init()+0x12: call without frame pointer save/setup drivers/misc/bmp085-i2c.o: warning: objtool: bmp085_i2c_driver_exit()+0xb: call without frame pointer save/setup LD drivers/misc/genwqe/genwqe_card.o lib/nlattr.o: warning: objtool: validate_nla()+0x1f: can't find jump dest instruction at .text+0x520103be drivers/net/ppp/bsd_comp.o: warning: objtool: bsd_check()+0xc: can't find jump dest instruction at .text+0x900000bd drivers/regulator/userspace-consumer.o: warning: objtool: regulator_userspace_consumer_probe()+0x24: can't find jump dest instruction at .text+0x501018b CC drivers/mfd/tps80031.o CC [M] drivers/misc/ics932s401.o drivers/pwm/pwm-lp3943.o: warning: objtool: lp3943_pwm_disable()+0x1b: can't find call dest symbol at offset 0x7a000271 CC [M] net/sunrpc/xprtrdma/verbs.o net/mac80211/spectmgmt.o: warning: objtool: ieee80211_send_refuse_measurement_request()+0x4c: can't find jump dest instruction at .text+0x4a010052 LD drivers/soc/built-in.o drivers/misc/mei/interrupt.o: warning: objtool: mei_irq_write_handler.part.3()+0x6a: can't find jump dest instruction at .text+0x20100ff net/sunrpc/cache.o: warning: objtool: cache_open()+0x1d: can't find jump dest instruction at .text+0x9900038f fs/btrfs/tests/btrfs-tests.o: warning: objtool: btrfs_free_dummy_fs_info()+0x43: can't find jump dest instruction at .text+0xa6000048 CC [M] drivers/net/ethernet/mellanox/mlx4/catas.o CC [M] drivers/hwmon/ds620.o drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.o: warning: objtool: xgene_enet_reset()+0x19: can't find jump dest instruction at .text+0xfd000164 CC [M] fs/btrfs/tests/free-space-tree-tests.o CC drivers/regulator/ad5398.o CC [M] drivers/remoteproc/remoteproc_debugfs.o CC drivers/net/ethernet/chelsio/cxgb3/vsc8211.o drivers/media/i2c/bt856.o: warning: objtool: bt856_s_routing()+0x37: can't find jump dest instruction at .text+0xdf00019b drivers/net/ethernet/apm/xgene/xgene_enet_ring2.o: warning: objtool: xgene_enet_setup_coalescing()+0x16: can't find call dest symbol at offset 0xd000010c drivers/mfd/tps6105x.o: warning: objtool: tps6105x_probe()+0x39: can't find jump dest instruction at .text+0xb01014d CC [M] drivers/net/ethernet/chelsio/cxgb4/clip_tbl.o CC [M] drivers/scsi/aacraid/linit.o fs/xfs/libxfs/xfs_ialloc_btree.o: warning: objtool: xfs_inobt_read_verify()+0x1b: can't find call dest symbol at offset 0x4d0000ff CC drivers/net/ethernet/chelsio/cxgb3/t3_hw.o drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.o: warning: objtool: xgene_enet_reset()+0x1a: can't find jump dest instruction at .text+0xf50000cb LD drivers/misc/genwqe/built-in.o CC [M] drivers/media/i2c/tvp7002.o CC drivers/mfd/twl-core.o CC drivers/regulator/da9210-regulator.o CC [M] drivers/remoteproc/remoteproc_virtio.o drivers/mfd/wm831x-auxadc.o: warning: objtool: wm831x_auxadc_read_polled()+0x8a: can't find jump dest instruction at .text+0x1b0100b8 CC [M] drivers/media/i2c/tw2804.o CC [M] drivers/misc/lkdtm.o drivers/net/phy/davicom.o: warning: objtool: dm9161_config_intr()+0x44: can't find call dest symbol at offset 0x9a00008c CC [M] drivers/media/i2c/tw9903.o LD drivers/scsi/aic7xxx/built-in.o CC drivers/net/phy/dp83848.o drivers/hwmon/ads7828.o: warning: objtool: ads7828_probe()+0x4b: can't find jump dest instruction at .text+0xfd0000c0 drivers/mfd/tps65086.o: warning: objtool: tps65086_probe()+0x34: can't find jump dest instruction at .text+0x21010055 net/sunrpc/debugfs.o: warning: objtool: rpc_clnt_debugfs_register()+0x16: can't find jump dest instruction at .text+0x3401044e CC [M] drivers/media/i2c/cs5345.o SHIPPED drivers/scsi/aic7xxx/aic7xxx_seq.h drivers/leds/leds-lp8860.o: warning: objtool: lp8860_init()+0x3c: can't find jump dest instruction at .text+0xd80001af CC drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.o CC [M] drivers/hwmon/ds1621.o drivers/misc/mic/bus/mic_bus.o: warning: objtool: mbus_register_device()+0x40: can't find jump dest instruction at .text+0xb500016d SHIPPED drivers/scsi/aic7xxx/aic7xxx_reg.h CC [M] drivers/media/i2c/uda1342.o CC [M] net/sunrpc/auth_gss/svcauth_gss.o lib/glob.o: warning: objtool: glob_match()+0x2c: can't find jump dest instruction at .text+0xae000032 drivers/ide/cs5530.o: warning: objtool: init_chipset_cs5530()+0x17: can't find jump dest instruction at .text+0x1a0101b9 LD drivers/leds/built-in.o drivers/hwmon/adm1029.o: warning: objtool: adm1029_detect()+0x32: can't find jump dest instruction at .text+0x8c000038 SHIPPED drivers/scsi/aic7xxx/aic7xxx_reg_print.c CC [M] drivers/media/usb/gspca/pac7302.o CC [M] drivers/scsi/aic7xxx/aic7xxx_osm.o drivers/pwm/pwm-renesas-tpu.o: warning: objtool: tpu_probe()+0x30: can't find jump dest instruction at .text+0xf200015d CC drivers/rtc/class.o CC [M] drivers/media/i2c/wm8775.o drivers/misc/ibmasm/lowlevel.o: warning: objtool: ibmasm_interrupt_handler()+0x22: can't find jump dest instruction at .text+0xa00000b6 drivers/md/bcache/sysfs.o: warning: objtool: __bch_cache_store()+0x3b: can't find jump dest instruction at .text+0x33010060 drivers/regulator/fixed.o: warning: objtool: reg_fixed_voltage_probe()+0x43: can't find jump dest instruction at .text+0x6001006c LD drivers/scsi/aic94xx/built-in.o CC drivers/mfd/twl4030-irq.o CC drivers/misc/vmw_vmci/vmci_doorbell.o drivers/infiniband/core/iwcm.o: warning: objtool: iw_cm_accept()+0x85: can't find jump dest instruction at .text+0xb7000156 CC [M] drivers/scsi/aic7xxx/aic7xxx_proc.o CC lib/stmp_device.o CC drivers/regulator/da9211-regulator.o CC [M] drivers/scsi/aic94xx/aic94xx_init.o drivers/md/bcache/writeback.o: warning: objtool: refill_full_stripes()+0xf3: can't find jump dest instruction at .text+0x550000f8 CC drivers/misc/vmw_vmci/vmci_driver.o drivers/media/v4l2-core/v4l2-event.o: warning: objtool: v4l2_event_dequeue()+0x20: can't find jump dest instruction at .text+0xaa000126 drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpio_request_cd()+0x10: call without frame pointer save/setup drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpio_set_cd_isr()+0x24: call without frame pointer save/setup drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpio_get_cd()+0x52: call without frame pointer save/setup drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpio_get_ro()+0x52: call without frame pointer save/setup drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpiod_request_cd_irq()+0x34: call without frame pointer save/setup drivers/mmc/core/slot-gpio.o: warning: objtool: mmc_gpio_alloc()+0x39: call without frame pointer save/setup drivers/ide/sc1200.o: warning: objtool: sc1200_set_dma_mode()+0x2b: can't find call dest symbol at offset 0x4dff01b2 CC [M] drivers/scsi/aic7xxx/aic7xxx_osm_pci.o CC drivers/rtc/interface.o CC [M] drivers/ide/ns87415.o drivers/net/ethernet/apm/xgene/xgene_enet_hw.o: warning: objtool: xgene_mdiobus_register()+0x24: can't find jump dest instruction at .text+0x9e000180 drivers/media/usb/gspca/mr97310a.o: warning: objtool: pac_find_sof()+0x16: can't find jump dest instruction at .text+0x8a000041 drivers/misc/mei/hbm.o: warning: objtool: mei_hbm_cl_res()+0xa0: can't find jump dest instruction at .text+0x110105d1 drivers/media/v4l2-core/v4l2-ioctl.o: warning: objtool: check_array_args()+0x1d: can't find jump dest instruction at .text+0xc90001e6 drivers/net/phy/mdio_device.o: warning: objtool: mdio_driver_unregister()+0x4: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_driver_register()+0x16: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_device_remove()+0x9: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_device_create()+0x1d: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_device_release()+0x4: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_device_free()+0x4: call without frame pointer save/setup drivers/net/phy/mdio_device.o: warning: objtool: mdio_device_register()+0x13: call without frame pointer save/setup crypto/asymmetric_keys/restrict.o: warning: objtool: restrict_link_by_signature()+0x17: can't find jump dest instruction at .text+0x8a00001d CC [M] sound/soc/codecs/wm8580.o CC drivers/net/phy/dp83867.o CC crypto/ablk_helper.o CC [M] drivers/media/i2c/wm8739.o drivers/media/usb/gspca/gspca.o: warning: objtool: build_isoc_ep_tb()+0x54: can't find jump dest instruction at .text+0x8b0001bb CC drivers/net/phy/mdio-bcm-unimac.o net/wireless/ocb.o: warning: objtool: __cfg80211_join_ocb()+0x79: call without frame pointer save/setup net/wireless/ocb.o: warning: objtool: cfg80211_join_ocb()+0x27: call without frame pointer save/setup net/wireless/ocb.o: warning: objtool: __cfg80211_leave_ocb()+0x28: call without frame pointer save/setup net/wireless/ocb.o: warning: objtool: cfg80211_leave_ocb()+0x23: call without frame pointer save/setup CC [M] crypto/async_tx/async_xor.o net/ipv6/fib6_rules.o: warning: objtool: fib6_rule_configure()+0x26: can't find jump dest instruction at .text+0xaf0000c9 drivers/media/i2c/ks0127.o: warning: objtool: init_reg_defaults()+0xb: can't find jump dest instruction at .text+0xc3010011 drivers/net/phy/cicada.o: warning: objtool: cis820x_ack_interrupt()+0x16: call without frame pointer save/setup drivers/net/phy/cicada.o: warning: objtool: cis820x_config_intr()+0x2b: call without frame pointer save/setup drivers/net/phy/cicada.o: warning: objtool: cis820x_config_init()+0x20: call without frame pointer save/setup drivers/net/phy/cicada.o: warning: objtool: phy_module_init()+0x12: call without frame pointer save/setup drivers/net/phy/cicada.o: warning: objtool: phy_module_exit()+0x10: call without frame pointer save/setup drivers/isdn/hardware/eicon/capidtmf.o: warning: objtool: capidtmf_goertzel_result.constprop.0()+0x22e: can't find jump dest instruction at .text+0xd7fe0233 LD drivers/net/ethernet/natsemi/built-in.o LD drivers/net/ethernet/netronome/built-in.o CC [M] drivers/media/i2c/vp27smpx.o CC [M] drivers/net/phy/marvell.o drivers/net/ethernet/alteon/acenic.o: warning: objtool: ace_set_rxtx_parms()+0x13: can't find jump dest instruction at .text+0xc50000a6 CC [M] drivers/misc/tifm_core.o LD drivers/net/ethernet/alteon/built-in.o drivers/misc/ibmasm/uart.o: warning: objtool: ibmasm_register_uart()+0x3a: can't find jump dest instruction at .text+0x8100003f drivers/isdn/hardware/eicon/capifunc.o: warning: objtool: clean_adapter()+0x46: can't find jump dest instruction at .text+0xe20000a5 CC [M] drivers/net/ethernet/natsemi/ns83820.o LD [M] drivers/misc/ibmasm/ibmasm.o CC [M] drivers/media/v4l2-core/v4l2-common.o CC drivers/misc/vmw_vmci/vmci_event.o LD drivers/net/ethernet/nvidia/built-in.o drivers/rtc/hctosys.o: warning: objtool: rtc_hctosys()+0x4e: can't find jump dest instruction at .init.text+0x84000053 lib/strncpy_from_user.o: warning: objtool: strncpy_from_user()+0xa: can't find jump dest instruction at .text+0xdc000010 drivers/media/i2c/tvp514x.o: warning: objtool: tvp514x_s_ctrl()+0x39: can't find jump dest instruction at .text+0xe100021a CC [M] net/ipv6/xfrm6_mode_transport.o drivers/net/phy/qsemi.o: warning: objtool: qs6612_config_init()+0x1b: call without frame pointer save/setup drivers/net/phy/qsemi.o: warning: objtool: qs6612_config_intr()+0x2b: call without frame pointer save/setup drivers/net/phy/qsemi.o: warning: objtool: qs6612_ack_interrupt()+0x1b: call without frame pointer save/setup drivers/net/phy/qsemi.o: warning: objtool: phy_module_init()+0x12: call without frame pointer save/setup drivers/net/phy/qsemi.o: warning: objtool: phy_module_exit()+0x10: call without frame pointer save/setup CC drivers/power/smb347-charger.o CC [M] drivers/remoteproc/remoteproc_elf_loader.o drivers/media/i2c/ths7303.o: warning: objtool: ths7303_log_channel_status()+0x48: can't find jump dest instruction at .text+0xa300008a CC [M] drivers/media/v4l2-core/v4l2-dv-timings.o drivers/leds/leds-pca955x.o: warning: objtool: pca955x_probe()+0xa6: can't find jump dest instruction at .text+0x7202013d CC [M] drivers/media/i2c/upd64031a.o drivers/regulator/devres.o: warning: objtool: devm_regulator_get_optional()+0x9: can't find call dest symbol at offset 0x3f0002be drivers/media/tuners/tda18212.o: warning: objtool: tda18212_set_params()+0x3b: can't find jump dest instruction at .text+0x9c01008e crypto/af_alg.o: warning: objtool: af_alg_cmsg_send()+0xb: can't find jump dest instruction at .text+0x92000011 CC [M] drivers/net/ethernet/mellanox/mlx4/cmd.o CC [M] drivers/media/v4l2-core/v4l2-mem2mem.o CC [M] drivers/net/ethernet/emulex/benet/be_roce.o CC drivers/misc/vmw_vmci/vmci_guest.o CC [M] drivers/net/phy/smsc.o LD drivers/target/built-in.o LD drivers/net/ethernet/rocker/built-in.o fs/btrfs/tests/extent-io-tests.o: warning: objtool: __test_eb_bitmaps()+0x9e: can't find jump dest instruction at .text+0xaa0100f1 drivers/reset/core.o: warning: objtool: __devm_reset_control_get()+0x2b: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: reset_control_reset()+0x16: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: reset_controller_unregister()+0x12: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: reset_control_put()+0x1c: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: devm_reset_control_release()+0x7: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: reset_controller_register()+0x35: call without frame pointer save/setup drivers/reset/core.o: warning: objtool: reset_control_assert()+0x2f: call without frame pointer save/setup sound/soc/codecs/wm8510.o: warning: objtool: wm8510_set_dai_fmt()+0x3b: can't find jump dest instruction at .text+0x9f00009c drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_remove()+0xe: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_probe()+0x3c: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_write_word()+0x11: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_read_word()+0xc: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_write_byte()+0xf: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_i2c_read_byte()+0xc: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_driver_init()+0x12: call without frame pointer save/setup drivers/hwmon/adt7410.o: warning: objtool: adt7410_driver_exit()+0xb: call without frame pointer save/setup CC [M] sound/soc/codecs/wm8728.o LD drivers/reset/built-in.o CC [M] drivers/hwmon/emc1403.o drivers/rtc/rtc-lib.o: warning: objtool: rtc_month_days()+0x15: can't find call dest symbol at offset 0xb500004b drivers/sfi/sfi_acpi.o: warning: objtool: sfi_acpi_table_show()+0x32: can't find call dest symbol at offset 0x7200008e CC [M] drivers/target/target_core_configfs.o CC [M] drivers/misc/tifm_7xx1.o fs/xfs/libxfs/xfs_inode_buf.o: warning: objtool: xfs_inode_buf_verify()+0x5b: can't find jump dest instruction at .text+0xb5000119 CC [M] net/ipv6/xfrm6_mode_tunnel.o CC [M] drivers/net/phy/teranetics.o drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.o: warning: objtool: xgene_get_drvinfo()+0x1c: call without frame pointer save/setup drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.o: warning: objtool: xgene_set_settings()+0x23: call without frame pointer save/setup drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.o: warning: objtool: xgene_get_settings()+0x23: call without frame pointer save/setup CC [M] drivers/hwmon/emc2103.o drivers/power/bq24735-charger.o: warning: objtool: bq24735_config_charger()+0x18: can't find jump dest instruction at .text+0xaf00003e drivers/regulator/ab3100.o: warning: objtool: ab3100_set_suspend_voltage_regulator()+0x36: can't find jump dest instruction at .text+0x850000e1 drivers/media/i2c/ths8200.o: warning: objtool: ths8200_probe()+0x28: can't find jump dest instruction at .text+0xf9000405 CC [M] drivers/hwmon/g762.o CC drivers/net/ethernet/jme.o sound/soc/codecs/tlv320aic23.o: warning: objtool: find_rate()+0x57: can't find jump dest instruction at .text+0x1301005c lib/strnlen_user.o: warning: objtool: do_strnlen_user()+0x18: can't find jump dest instruction at .text+0xa200001e CC [M] lib/raid6/int2.o LD drivers/thunderbolt/built-in.o CC [M] drivers/net/irda/sir_dongle.o drivers/media/tuners/mt2266.o: warning: objtool: mt2266_set_params()+0x40: can't find jump dest instruction at .text+0x3b0302dc CC [M] drivers/media/i2c/upd64083.o net/ipv6/xfrm6_input.o: warning: objtool: xfrm6_input_addr()+0x3a: can't find jump dest instruction at .text+0x57010040 CC [M] drivers/thunderbolt/nhi.o CC drivers/net/ethernet/sun/sungem.o CC [M] net/ipv6/xfrm6_mode_ro.o drivers/media/v4l2-core/v4l2-subdev.o: warning: objtool: subdev_do_ioctl()+0x36: can't find jump dest instruction at .text+0xe60001a3 net/sunrpc/rpc_pipe.o: warning: objtool: rpc_pipe_release()+0x31: can't find jump dest instruction at .text+0xe3000924 CC drivers/net/ethernet/cisco/enic/vnic_wq.o drivers/leds/leds-lt3593.o: warning: objtool: lt3593_led_probe()+0x3b: call without frame pointer save/setup drivers/leds/leds-lt3593.o: warning: objtool: lt3593_led_driver_init()+0x12: call without frame pointer save/setup drivers/leds/leds-lt3593.o: warning: objtool: lt3593_led_driver_exit()+0xb: call without frame pointer save/setup CC drivers/net/ethernet/chelsio/cxgb4vf/sge.o CC [M] drivers/scsi/aic94xx/aic94xx_hwi.o CC [M] drivers/ide/opti621.o CC [M] drivers/scsi/aacraid/aachba.o drivers/mmc/core/debugfs.o: warning: objtool: mmc_ext_csd_open()+0x32: can't find jump dest instruction at .text+0x8800005d drivers/misc/mei/bus-fixup.o: warning: objtool: mei_nfc_if_version()+0x7e: can't find jump dest instruction at .text+0x850000dc LD drivers/mmc/core/mmc_core.o CC [M] drivers/media/v4l2-core/videobuf-core.o drivers/media/tuners/tda18218.o: warning: objtool: tda18218_wr_regs()+0x48: can't find jump dest instruction at .text+0x9f000088 drivers/misc/mei/main.o: warning: objtool: mei_ioctl_connect_client()+0x2e: can't find jump dest instruction at .text+0x170102a8 CC [M] drivers/ide/pdc202xx_old.o CC [M] drivers/media/tuners/si2157.o LD drivers/mmc/core/built-in.o net/ipv6/proc.o: warning: objtool: snmp6_dev_seq_show()+0x3b: can't find call dest symbol at offset 0x66000347 drivers/net/ppp/pppoe.o: warning: objtool: pppoe_create()+0x2e: can't find jump dest instruction at .text+0x9c000243 fs/btrfs/send.o: warning: objtool: fs_path_ensure_buf()+0x21: can't find jump dest instruction at .text+0xdd00036f drivers/infiniband/core/user_mad.o: warning: objtool: ib_umad_unreg_agent()+0x1e: can't find jump dest instruction at .text+0x82000502 CC crypto/asymmetric_keys/signature.o CC [M] net/ipv6/sit.o CC drivers/tty/tty_io.o net/ipv4/tcp_input.o: warning: objtool: tcp_cwnd_reduction()+0x28: can't find jump dest instruction at .text+0xae000849 CC [M] drivers/net/ethernet/sun/sunhme.o net/ipv4/raw.o: warning: objtool: raw_recvmsg()+0x35: can't find jump dest instruction at .text+0x40101b5 CC lib/irq_poll.o drivers/infiniband/core/uverbs_main.o: warning: objtool: ib_uverbs_write()+0x6b: can't find jump dest instruction at .text+0xe4020495 CC net/ipv4/fib_frontend.o CC [M] crypto/crypto_user.o drivers/misc/mei/debugfs.o: warning: objtool: mei_dbgfs_read_meclients()+0x81: can't find jump dest instruction at .text+0xd70000b7 CC [M] net/ipv6/ip6_tunnel.o CC net/ipv4/fib_semantics.o drivers/media/v4l2-core/v4l2-clk.o: warning: objtool: v4l2_clk_register.part.4()+0x24: can't find jump dest instruction at .text+0xb800052e LD drivers/mmc/built-in.o lib/stmp_device.o: warning: objtool: stmp_reset_block()+0xe: can't find call dest symbol at offset 0xb7000049 drivers/media/usb/gspca/nw80x.o: warning: objtool: reg_w()+0x2b: can't find jump dest instruction at .text+0xc100004f CC [M] drivers/media/usb/gspca/pac7311.o CC [M] drivers/thunderbolt/ctl.o drivers/net/irda/vlsi_ir.o: warning: objtool: vlsi_start_clock()+0x17: can't find jump dest instruction at .text+0xb30001f4 drivers/net/ethernet/3com/3c59x.o: warning: objtool: dump_tx_ring()+0x18: can't find jump dest instruction at .text+0xe9000182 drivers/misc/mic/bus/scif_bus.o: warning: objtool: scif_register_device()+0x4a: can't find jump dest instruction at .text+0x701014a CC net/ipv4/fib_trie.o LD [M] drivers/infiniband/core/iw_cm.o CC [M] drivers/net/irda/esi-sir.o fs/btrfs/tests/inode-tests.o: warning: objtool: test_btrfs_get_extent()+0x36: can't find jump dest instruction at .text+0x7e0b06f8 CC drivers/rtc/rtc-sysfs.o CC [M] drivers/media/usb/gspca/se401.o LD drivers/misc/mic/bus/built-in.o drivers/media/usb/gspca/ov534_9.o: warning: objtool: reg_r()+0x20: can't find jump dest instruction at .text+0x9300004c net/ipv4/udp_offload.o: warning: objtool: udp_gro_receive()+0x26: can't find jump dest instruction at .text+0xe40001be CC lib/asn1_decoder.o LD [M] drivers/infiniband/core/ib_umad.o drivers/net/ppp/pptp.o: warning: objtool: pptp_create()+0x2e: can't find jump dest instruction at .text+0x850000d0 drivers/net/phy/broadcom.o: warning: objtool: bcm54xx_adjust_rxrefclk()+0x30: can't find jump dest instruction at .text+0xd70000c7 CC crypto/asymmetric_keys/public_key.o CC drivers/net/ethernet/cisco/enic/enic_res.o CC [M] drivers/net/phy/vitesse.o crypto/async_tx/async_tx.o: warning: objtool: async_trigger_callback()+0x46: call without frame pointer save/setup drivers/media/usb/gspca/ov534.o: warning: objtool: ov534_reg_read()+0x20: can't find jump dest instruction at .text+0x930000cf drivers/misc/mic/vop/vop_debugfs.o: warning: objtool: vop_vdev_info_show()+0x40: can't find jump dest instruction at .text+0x39020099 CC lib/argv_split.o drivers/media/tuners/tda18271-fe.o: warning: objtool: tda18271_agc()+0x1e: can't find jump dest instruction at .text+0x86000070 CC [M] crypto/async_tx/async_pq.o CC drivers/regulator/gpio-regulator.o CC [M] drivers/media/usb/gspca/sonixj.o CC [M] drivers/media/tuners/fc0013.o CC [M] drivers/misc/qcom-coincell.o drivers/media/tuners/qt1010.o: warning: objtool: qt1010_attach()+0x2f: can't find jump dest instruction at .text+0x9400010d drivers/misc/mei/pci-txe.o: warning: objtool: mei_txe_pci_resume()+0x1e: can't find jump dest instruction at .text+0x90000104 lib/raid6/int1.o: warning: objtool: raid6_int1_xor_syndrome()+0x2b: can't find jump dest instruction at .text+0xb20000e2 CC [M] drivers/misc/bh1780gli.o CC [M] net/sunrpc/auth_gss/gss_rpc_upcall.o drivers/media/tuners/tua9001.o: warning: objtool: tua9001_set_params()+0x23: can't find jump dest instruction at .text+0xd00000b9 net/sunrpc/auth_gss/gss_generic_token.o: warning: objtool: g_verify_token_header()+0x21: can't find jump dest instruction at .text+0xde0000f9 CC [M] drivers/media/tuners/it913x.o drivers/misc/bmp085.o: warning: objtool: bmp085_read_calibration_data()+0x25: can't find jump dest instruction at .text+0x8c0000ee drivers/hwmon/w83792d.o: warning: objtool: w83792d_detect()+0x34: can't find jump dest instruction at .text+0xe400003a CC [M] fs/xfs/libxfs/xfs_trans_resv.o drivers/misc/mei/client.o: warning: objtool: mei_cl_link()+0x32: can't find jump dest instruction at .text+0x96000a59 drivers/hwmon/ds620.o: warning: objtool: ds620_probe()+0x2f: can't find jump dest instruction at .text+0x9f0002a5 drivers/power/bq25890_charger.o: warning: objtool: bq25890_hw_init()+0xc1: can't find jump dest instruction at .text+0x9800033f CC [M] drivers/hwmon/i5k_amb.o drivers/infiniband/core/uverbs_marshall.o: warning: objtool: ib_copy_qp_attr_to_user()+0x68: call without frame pointer save/setup CC [M] drivers/net/irda/litelink-sir.o drivers/net/slip/slip.o: warning: objtool: sl_bump()+0x28: can't find jump dest instruction at .text+0xa800019c CC drivers/mfd/twl6030-irq.o CC [M] drivers/net/ethernet/brocade/bna/bfa_ioc.o CC [M] drivers/media/tuners/mxl301rf.o CC [M] drivers/hwmon/ibmpex.o CC [M] drivers/media/v4l2-core/videobuf-vmalloc.o CC [M] drivers/net/phy/bcm7xxx.o drivers/media/tuners/max2165.o: warning: objtool: max2165_set_rf()+0x29: can't find jump dest instruction at .text+0x9b0003f1 sound/soc/codecs/tlv320aic3x.o: warning: objtool: aic3x_set_dai_fmt()+0x58: can't find jump dest instruction at .text+0x85000156 CC [M] drivers/net/phy/icplus.o drivers/infiniband/core/ucm.o: warning: objtool: ib_ucm_open()+0x2d: can't find jump dest instruction at .text+0x86000252 drivers/net/irda/mcs7780.o: warning: objtool: mcs_probe()+0x28: can't find jump dest instruction at .text+0x8601007b net/sunrpc/sysctl.o: warning: objtool: proc_dodebug()+0x40: can't find jump dest instruction at .text+0x6a010045 drivers/ide/jmicron.o: warning: objtool: jmicron_init_one()+0xd: call without frame pointer save/setup drivers/ide/jmicron.o: warning: objtool: jmicron_cable_detect()+0x2f: call without frame pointer save/setup drivers/ide/jmicron.o: warning: objtool: jmicron_ide_init()+0x19: call without frame pointer save/setup CC [M] drivers/scsi/aic94xx/aic94xx_reg.o drivers/ide/jmicron.o: warning: objtool: jmicron_ide_exit()+0xb: call without frame pointer save/setup LD [M] drivers/isdn/hardware/eicon/divadidd.o CC [M] net/sunrpc/auth_gss/gss_rpc_xdr.o drivers/media/i2c/uda1342.o: warning: objtool: uda1342_s_routing()+0x25: can't find call dest symbol at offset 0xc1000053 CC [M] drivers/media/i2c/ov7640.o CC [M] drivers/net/irda/girbil-sir.o CC [M] drivers/ide/pdc202xx_new.o drivers/net/ethernet/cisco/enic/vnic_cq.o: warning: objtool: vnic_cq_free()+0x11: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_cq.o: warning: objtool: vnic_cq_alloc()+0x2d: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_cq.o: warning: objtool: vnic_cq_init()+0x3f: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_cq.o: warning: objtool: vnic_cq_clean()+0x22: call without frame pointer save/setup LD [M] drivers/isdn/hardware/eicon/divas.o drivers/net/ethernet/brocade/bna/bnad_debugfs.o: warning: objtool: bnad_debugfs_write_regwr()+0x33: can't find jump dest instruction at .text+0xcf0001c1 drivers/ide/hpt366.o: warning: objtool: hpt3xx_udma_filter()+0x24: can't find jump dest instruction at .text+0x970005df CC [M] net/sunrpc/xprtrdma/fmr_ops.o net/sunrpc/stats.o: warning: objtool: rpc_print_iostats()+0x27: can't find jump dest instruction at .text+0x4601019c CC drivers/power/tps65217_charger.o drivers/media/i2c/cs5345.o: warning: objtool: cs5345_probe.part.4()+0x61: can't find jump dest instruction at .text.unlikely+0xe2000067 CC [M] net/sunrpc/xprtrdma/frwr_ops.o CC [M] drivers/media/i2c/ov7670.o drivers/media/tuners/e4000.o: warning: objtool: e4000_init()+0x1c: can't find jump dest instruction at .text+0x3201016f drivers/media/i2c/tw9903.o: warning: objtool: tw9903_probe.part.3()+0x62: can't find jump dest instruction at .text.unlikely+0x10010068 CC [M] drivers/net/irda/old_belkin-sir.o drivers/media/tuners/xc5000.o: warning: objtool: xc_load_i2c_sequence()+0x25: can't find jump dest instruction at .text+0xd00004e2 CC [M] drivers/media/tuners/qm1d1c0042.o LD [M] drivers/isdn/hardware/eicon/diva_mnt.o CC [M] drivers/media/i2c/ak881x.o drivers/hwmon/adt7x10.o: warning: objtool: adt7x10_set_temp()+0x39: can't find jump dest instruction at .text+0x8a000176 CC [M] net/sunrpc/xprtrdma/physical_ops.o drivers/misc/ics932s401.o: warning: objtool: show_cpu_clock()+0xa: can't find call dest symbol at offset 0x76ff01b0 drivers/ide/it821x.o: warning: objtool: it821x_quirkproc()+0x23: can't find jump dest instruction at .text+0x19010052 drivers/net/slip/slhc.o: warning: objtool: slhc_remember()+0x5f: can't find jump dest instruction at .text+0x9d0000a6 drivers/misc/mic/vop/vop_main.o: warning: objtool: vop_find_vq()+0x50: can't find jump dest instruction at .text+0xed020475 CC [M] drivers/media/i2c/ml86v7667.o LD drivers/net/slip/built-in.o net/ipv4/arp.o: warning: objtool: arp_req_set_public()+0x25: can't find jump dest instruction at .text+0x8b000242 drivers/net/phy/dp83848.o: warning: objtool: dp83848_ack_interrupt()+0x16: call without frame pointer save/setup drivers/net/phy/dp83848.o: warning: objtool: dp83848_config_intr()+0x1c: call without frame pointer save/setup drivers/net/phy/dp83848.o: warning: objtool: phy_module_init()+0x12: call without frame pointer save/setup drivers/net/phy/dp83848.o: warning: objtool: phy_module_exit()+0x10: call without frame pointer save/setup drivers/misc/mic/bus/vop_bus.o: warning: objtool: vop_register_device()+0x3c: can't find jump dest instruction at .text+0xd100013c CC [M] drivers/remoteproc/ste_modem_rproc.o CC net/ipv4/inet_fragment.o CC [M] drivers/net/phy/mdio-bitbang.o CC [M] drivers/ide/piix.o CC [M] fs/xfs/xfs_aops.o lib/sg_pool.o: warning: objtool: sg_pool_init()+0x96: can't find jump dest instruction at .init.text+0x7200009b drivers/media/v4l2-core/v4l2-async.o: warning: objtool: v4l2_async_test_notify()+0x47: can't find jump dest instruction at .text+0xa400016a drivers/remoteproc/remoteproc_debugfs.o: warning: objtool: rproc_recovery_write()+0x26: can't find jump dest instruction at .text+0xb700002c CC [M] drivers/thunderbolt/tb.o drivers/misc/vmw_vmci/vmci_driver.o: warning: objtool: vmci_drv_init()+0x22: can't find jump dest instruction at .init.text+0xa9000027 drivers/misc/vmw_vmci/vmci_datagram.o: warning: objtool: dg_create_handle()+0x2a: can't find jump dest instruction at .text+0xd20000d9 drivers/hwmon/ds1621.o: warning: objtool: set_convrate()+0x38: can't find jump dest instruction at .text+0x8c000062 drivers/net/vmxnet3/vmxnet3_ethtool.o: warning: objtool: vmxnet3_get_ethtool_stats()+0xd2: can't find jump dest instruction at .text+0x77000249 CC [M] drivers/media/v4l2-core/videobuf2-core.o CC drivers/misc/vmw_vmci/vmci_handle_array.o lib/net_utils.o: warning: objtool: mac_pton()+0x6a: call without frame pointer save/setup CC [M] drivers/ide/siimage.o CC drivers/mfd/twl6040.o CC [M] drivers/hwmon/iio_hwmon.o CC lib/bug.o CC [M] sound/soc/codecs/wm8753.o CC [M] fs/xfs/xfs_attr_inactive.o CC drivers/net/ethernet/cisco/enic/enic_dev.o drivers/misc/mei/pci-me.o: warning: objtool: mei_me_pci_resume()+0x1e: can't find jump dest instruction at .text+0x9f0000ca CC [M] crypto/cmac.o drivers/media/i2c/wm8775.o: warning: objtool: wm8775_probe()+0x40: can't find jump dest instruction at .text+0xac020232 drivers/regulator/ad5398.o: warning: objtool: ad5398_probe()+0x38: can't find jump dest instruction at .text+0xaa00009d crypto/asymmetric_keys/asymmetric_type.o: warning: objtool: find_asymmetric_key()+0x59: can't find jump dest instruction at .text+0xca0004ad CC drivers/regulator/lp872x.o CC [M] drivers/media/i2c/ov2659.o CC [M] drivers/media/v4l2-core/videobuf2-v4l2.o drivers/md/raid5.o: warning: objtool: set_syndrome_sources()+0x101: can't find jump dest instruction at .text+0x540001ce drivers/misc/mei/hw-txe.o: warning: objtool: mei_txe_read()+0x3e: can't find jump dest instruction at .text+0x8800015a CC drivers/power/reset/at91-sama5d2_shdwc.o drivers/net/ethernet/chelsio/cxgb3/ael1002.o: warning: objtool: ael1002_reset()+0x12: can't find jump dest instruction at .text+0x800004ff net/ipv6/ah6.o: warning: objtool: ah6_output_done()+0x2e: can't find jump dest instruction at .text+0xb90000ff LD drivers/misc/mei/mei-txe.o drivers/net/ppp/ppp_generic.o: warning: objtool: ppp_net_ioctl()+0x1b: can't find jump dest instruction at .text+0x9b000478 CC [M] drivers/net/ethernet/sun/cassini.o drivers/pci/search.o: warning: objtool: pci_for_each_dma_alias()+0x34: can't find jump dest instruction at .text+0xce0003cb net/ipv6/xfrm6_output.o: warning: objtool: __xfrm6_output()+0x32: can't find jump dest instruction at .text+0xf01014a LD [M] drivers/infiniband/core/ib_ucm.o CC drivers/mfd/mfd-core.o drivers/hwmon/adm1026.o: warning: objtool: set_alarm_mask()+0x36: can't find jump dest instruction at .text+0x8b00049d net/ipv6/ipcomp6.o: warning: objtool: ipcomp6_tunnel_create()+0x1f: can't find jump dest instruction at .text+0xb1000040 LD drivers/net/ppp/built-in.o drivers/media/tuners/fc2580.o: warning: objtool: fc2580_probe()+0x40: can't find jump dest instruction at .text+0xbf010191 CC drivers/rtc/rtc-ab-b5ze-s3.o CC [M] drivers/hwmon/ina2xx.o drivers/net/ethernet/calxeda/xgmac.o: warning: objtool: xgmac_suspend()+0x10: can't find jump dest instruction at .text+0xa300028a CC [M] net/ipv6/ip6_gre.o CC drivers/mfd/smsc-ece1099.o CC [M] drivers/media/v4l2-core/videobuf2-memops.o CC drivers/net/ethernet/fealnx.o drivers/net/ethernet/cisco/enic/vnic_intr.o: warning: objtool: vnic_intr_alloc()+0x1f: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_intr.o: warning: objtool: vnic_intr_coalescing_timer_set()+0xf: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_intr.o: warning: objtool: vnic_intr_init()+0x14: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_intr.o: warning: objtool: vnic_intr_clean()+0xe: call without frame pointer save/setup CC [M] crypto/async_tx/async_raid6_recov.o drivers/sfi/sfi_core.o: warning: objtool: sfi_check_table()+0x1e: can't find jump dest instruction at .ref.text+0xa2000074 net/sunrpc/xprtrdma/transport.o: warning: objtool: xprt_rdma_allocate()+0x35: can't find jump dest instruction at .text+0x1601021b drivers/net/phy/dp83867.o: warning: objtool: dp83867_config_init()+0x30: can't find jump dest instruction at .text+0xba00005c LD drivers/sfi/built-in.o CC [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.o drivers/net/phy/bcm-phy-lib.o: warning: objtool: bcm_phy_write_shadow()+0x1e: can't find call dest symbol at offset 0xc00000a6 drivers/regulator/da9210-regulator.o: warning: objtool: da9210_i2c_probe()+0x4a: can't find jump dest instruction at .text+0x7e0100e7 CC [M] drivers/net/phy/ste10Xp.o CC drivers/mfd/da903x.o CC drivers/regulator/lp8755.o drivers/net/irda/irtty-sir.o: warning: objtool: irtty_stop_dev()+0x4a: can't find call dest symbol at offset 0x3c0002d4 drivers/media/i2c/vp27smpx.o: warning: objtool: vp27smpx_s_tuner()+0x10: can't find call dest symbol at offset 0x7c00011d drivers/net/ethernet/brocade/bna/bfa_msgq.o: warning: objtool: bfa_msgq_cmdq_ci_update()+0x65: can't find call dest symbol at offset 0x30ff01ef net/ipv6/xfrm6_protocol.o: warning: objtool: xfrm6_protocol_deregister()+0x29: can't find jump dest instruction at .text+0x85000205 drivers/net/ethernet/brocade/bna/bnad_ethtool.o: warning: objtool: bnad_per_q_stats_fill()+0x12: can't find jump dest instruction at .text+0xf80001e6 CC drivers/uio/uio.o CC net/ipv4/ping.o CC [M] drivers/net/ethernet/brocade/bna/bfa_ioc_ct.o CC [M] net/ipv6/fou6.o drivers/media/i2c/wm8739.o: warning: objtool: wm8739_s_ctrl()+0x1a: can't find jump dest instruction at .text+0xba0001b3 drivers/remoteproc/remoteproc_core.o: warning: objtool: rproc_fw_config_virtio()+0x2f: can't find jump dest instruction at .text+0x93000380 LD [M] drivers/media/tuners/tda18271.o drivers/net/phy/mdio-bcm-unimac.o: warning: objtool: unimac_mdio_probe()+0x33: can't find jump dest instruction at .text+0xe500005c CC drivers/pci/pci-sysfs.o LD drivers/media/i2c/built-in.o drivers/media/i2c/tw2804.o: warning: objtool: tw2804_s_video_routing()+0x19: can't find jump dest instruction at .text+0xb5000197 drivers/remoteproc/remoteproc_elf_loader.o: warning: objtool: rproc_elf_sanity_check()+0x28: can't find jump dest instruction at .text+0xa400003a drivers/infiniband/core/ucma.o: warning: objtool: ucma_close()+0x35: can't find jump dest instruction at .text+0x9d000271 fs/xfs/libxfs/xfs_ialloc.o: warning: objtool: xfs_inobt_insert()+0x2c: can't find jump dest instruction at .text+0x91000340 drivers/misc/vmw_vmci/vmci_context.o: warning: objtool: ctx_fire_notification()+0x2d: can't find jump dest instruction at .text+0xc4000167 ASN.1 crypto/asymmetric_keys/x509-asn1.c LD [M] drivers/media/i2c/msp3400.o CC drivers/uio/uio_aec.o CC [M] drivers/ide/slc90e66.o CC [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.o ASN.1 crypto/asymmetric_keys/x509_akid-asn1.c drivers/media/i2c/tvp7002.o: warning: objtool: tvp7002_query_dv()+0x43: can't find jump dest instruction at .text+0x20101c6 drivers/hwmon/emc1403.o: warning: objtool: emc1403_detect()+0x1f: can't find jump dest instruction at .text+0x96000044 LD drivers/vhost/built-in.o drivers/mfd/twl4030-irq.o: warning: objtool: twl4030_sih_bus_sync_unlock()+0x77: can't find jump dest instruction at .text+0x100100f1 CC drivers/net/ethernet/cisco/enic/enic_pp.o CC [M] crypto/asymmetric_keys/x509_public_key.o LD drivers/scsi/arcmsr/built-in.o net/ipv6/esp6.o: warning: objtool: esp6_output()+0x4f: can't find jump dest instruction at .text+0x2303010f drivers/regulator/da9211-regulator.o: warning: objtool: da9211_regulator_init()+0x3f: can't find jump dest instruction at .text+0x8010045 fs/btrfs/check-integrity.o: warning: objtool: btrfsic_block_alloc()+0x16: can't find jump dest instruction at .text+0xae000272 CC drivers/regulator/ltc3589.o CC drivers/pci/rom.o drivers/hwmon/asc7621.o: warning: objtool: asc7621_detect()+0x34: can't find jump dest instruction at .text+0xb80007f4 CC lib/clz_tab.o CC [M] drivers/scsi/arcmsr/arcmsr_attr.o CC [M] crypto/md4.o LD drivers/virt/built-in.o CC [M] sound/soc/codecs/wm8776.o CC [M] drivers/net/ethernet/brocade/bna/bfa_cee.o CC [M] drivers/vhost/scsi.o drivers/net/phy/fixed_phy.o: warning: objtool: fixed_phy_update_regs()+0x5d: can't find jump dest instruction at .text+0xb30000be drivers/media/i2c/upd64031a.o: warning: objtool: upd64031a_s_frequency()+0x3a: can't find call dest symbol at offset 0x4100017a CC [M] drivers/net/ethernet/sun/niu.o /home/kisskb/slave/src/drivers/net/ethernet/mellanox/mlx4/alloc.c: In function '__mlx4_alloc_from_zone': /home/kisskb/slave/src/drivers/net/ethernet/mellanox/mlx4/alloc.c:416:9: warning: 'uid' may be used uninitialized in this function [-Wuninitialized] drivers/ide/ns87415.o: warning: objtool: ns87415_dma_end()+0x3d: can't find call dest symbol at offset 0xb0ff019e drivers/remoteproc/remoteproc_virtio.o: warning: objtool: rp_find_vq()+0x2f: can't find jump dest instruction at .text+0xb300012c CC lib/cmdline.o net/sunrpc/svc_xprt.o: warning: objtool: svc_alloc_arg()+0x3a: can't find jump dest instruction at .text+0x9501036f CC [M] net/sunrpc/xprtrdma/svc_rdma.o drivers/scsi/aic7xxx/aic7xxx_osm_pci.o: warning: objtool: ahc_linux_pci_dev_probe()+0x23: can't find jump dest instruction at .text+0xd60101d0 LD [M] drivers/remoteproc/remoteproc.o drivers/net/ethernet/brocade/bna/bna_enet.o: warning: objtool: bna_ioceth_sm_stopped()+0x16: can't find jump dest instruction at .text+0x2e0104f2 CC drivers/uio/uio_sercos3.o CC drivers/net/ethernet/cisco/enic/vnic_dev.o drivers/misc/mei/bus.o: warning: objtool: mei_cl_bus_dev_init()+0x31: can't find jump dest instruction at .text+0x8d0002fe CC drivers/power/reset/brcmstb-reboot.o drivers/net/ethernet/mellanox/mlx4/catas.o: warning: objtool: poll_catas()+0x21: can't find jump dest instruction at .text+0x84000027 CC drivers/net/ethernet/cisco/enic/vnic_rq.o CC drivers/usb/atm/usbatm.o CC [M] drivers/media/v4l2-core/videobuf2-vmalloc.o drivers/media/usb/gspca/pac7302.o: warning: objtool: sd_int_pkt_scan()+0x11: can't find jump dest instruction at .text+0xac000059 CC [M] drivers/net/ethernet/mellanox/mlx4/cq.o fs/btrfs/tests/qgroup-tests.o: warning: objtool: remove_extent_ref.constprop.7()+0x54: can't find jump dest instruction at .text+0xe600013b drivers/net/ethernet/dec/tulip/winbond-840.o: warning: objtool: update_csr6()+0x33: can't find jump dest instruction at .text+0x8a000389 drivers/spmi/spmi.o: warning: objtool: spmi_controller_alloc()+0x20: can't find jump dest instruction at .text+0x85000502 CC net/ipv4/ip_tunnel_core.o CC [M] net/sunrpc/auth_gss/gss_krb5_mech.o drivers/scsi/aic7xxx/aic7xxx_proc.o: warning: objtool: ahc_proc_write_seeprom()+0x53: can't find jump dest instruction at .text+0xe2000377 drivers/mfd/tps80031.o: warning: objtool: tps80031_probe()+0x3f: can't find jump dest instruction at .text+0x7e0302b1 CC [M] drivers/ide/triflex.o CC drivers/virtio/virtio.o CC drivers/misc/vmw_vmci/vmci_host.o SHIPPED drivers/scsi/aic7xxx/aic79xx_seq.h CC [M] drivers/hwmon/jc42.o CC drivers/video/console/dummycon.o CC lib/cpumask.o CC [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.o CC drivers/video/backlight/lcd.o drivers/net/ethernet/chelsio/cxgb3/vsc8211.o: warning: objtool: vsc8211_get_link_status_fiber()+0x31: can't find jump dest instruction at .text+0x6a010147 drivers/media/i2c/upd64083.o: warning: objtool: upd64083_s_routing()+0x55: can't find call dest symbol at offset 0x2500019d LD drivers/uwb/built-in.o CC [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.o drivers/net/phy/teranetics.o: warning: objtool: teranetics_read_status()+0x31: can't find call dest symbol at offset 0x910000b0 drivers/mfd/tps65217.o: warning: objtool: tps65217_probe()+0x3d: can't find jump dest instruction at .text+0x16010054 fs/xfs/libxfs/xfs_symlink_remote.o: warning: objtool: xfs_symlink_read_verify()+0x34: can't find call dest symbol at offset 0x7900011a drivers/misc/bh1780gli.o: warning: objtool: bh1780_probe()+0x35: can't find jump dest instruction at .text+0x84000144 drivers/rtc/class.o: warning: objtool: rtc_device_register()+0x38: can't find jump dest instruction at .text+0x3a0200d7 CC drivers/mfd/da9052-irq.o drivers/misc/vmw_vmci/vmci_doorbell.o: warning: objtool: vmci_doorbell_notify()+0x1d: can't find jump dest instruction at .text+0x9e000081 crypto/async_tx/async_memcpy.o: warning: objtool: async_memcpy()+0x2f: can't find call dest symbol at offset 0x420000be CC [M] drivers/uwb/address.o CC drivers/tty/n_tty.o CC drivers/video/console/vgacon.o CC drivers/rtc/rtc-armada38x.o CC [M] net/sunrpc/auth_gss/gss_krb5_seal.o lib/raid6/int2.o: warning: objtool: raid6_int2_gen_syndrome()+0x2d: can't find jump dest instruction at .text+0xf4000032 CC drivers/misc/vmw_vmci/vmci_queue_pair.o drivers/net/ethernet/apm/xgene/xgene_enet_main.o: warning: objtool: xgene_enet_setup_ops()+0x49: can't find jump dest instruction at .text+0x800000ca drivers/hwmon/g762.o: warning: objtool: g762_update_client()+0x43: can't find jump dest instruction at .text+0xa00000fd CC [M] lib/raid6/int4.o CC drivers/vme/vme.o crypto/asymmetric_keys/signature.o: warning: objtool: public_key_signature_free()+0x11: call without frame pointer save/setup LD [M] drivers/md/raid456.o CC [M] drivers/net/irda/mcp2120-sir.o CC drivers/rtc/rtc-at32ap700x.o drivers/misc/lkdtm.o: warning: objtool: lkdtm_do_action()+0x10: can't find jump dest instruction at .text+0x100601ca drivers/power/smb347-charger.o: warning: objtool: smb347_set_charge_current()+0x2d: can't find jump dest instruction at .text+0xcb000099 CC [M] drivers/power/wm831x_backup.o drivers/rtc/rtc-sysfs.o: warning: objtool: wakealarm_store()+0x28: can't find jump dest instruction at .text+0xea0002a0 drivers/misc/vmw_vmci/vmci_event.o: warning: objtool: vmci_event_subscribe()+0x24: can't find jump dest instruction at .text+0xd60000ce fs/xfs/libxfs/xfs_sb.o: warning: objtool: xfs_sb_quota_to_disk()+0x58: can't find jump dest instruction at .text+0x8200005d fs/xfs/libxfs/xfs_inode_fork.o: warning: objtool: xfs_iformat_local()+0x78: can't find jump dest instruction at .text+0xb000016b drivers/hwmon/emc2103.o: warning: objtool: set_pwm_enable()+0x36: can't find jump dest instruction at .text+0x81000251 CC drivers/rtc/rtc-bq4802.o CC [M] drivers/scsi/aic94xx/aic94xx_sds.o CC [M] drivers/misc/bh1770glc.o LD drivers/video/fbdev/core/built-in.o CC [M] drivers/hwmon/k8temp.o drivers/hwmon/nct6775.o: warning: objtool: clear_caseopen()+0x3a: can't find jump dest instruction at .text+0x960003f8 drivers/misc/mei/hw-me.o: warning: objtool: mei_me_write_message()+0x42: can't find jump dest instruction at .text+0x9400040a CC [M] drivers/target/target_core_device.o CC [M] drivers/ide/trm290.o drivers/misc/tifm_7xx1.o: warning: objtool: tifm_7xx1_resume()+0x99: can't find jump dest instruction at .text+0x3b0101ef CC drivers/rtc/rtc-coh901331.o sound/soc/codecs/wm8728.o: warning: objtool: wm8728_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_mute()+0x16: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_set_dai_fmt()+0x16: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_hw_params()+0x19: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_i2c_probe()+0x1f: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_set_bias_level()+0x55: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_modinit()+0x15: call without frame pointer save/setup sound/soc/codecs/wm8728.o: warning: objtool: wm8728_exit()+0xb: call without frame pointer save/setup LD drivers/misc/mei/mei.o CC drivers/misc/vmw_vmci/vmci_resource.o drivers/media/tuners/si2157.o: warning: objtool: si2157_probe()+0x54: can't find jump dest instruction at .text+0x49010177 drivers/ide/pdc202xx_old.o: warning: objtool: init_chipset_pdc202xx()+0x1b: can't find jump dest instruction at .text+0xd5000072 CC drivers/usb/c67x00/c67x00-drv.o CC [M] drivers/scsi/aic94xx/aic94xx_seq.o crypto/async_tx/async_xor.o: warning: objtool: async_xor()+0x4f: can't find call dest symbol at offset 0x51ff01ae net/sunrpc/xprtrdma/rpc_rdma.o: warning: objtool: rpcrdma_convert_iovs()+0x3c: can't find jump dest instruction at .text+0x140100f6 CC [M] sound/soc/codecs/wm8804.o CC [M] net/sunrpc/xprtrdma/svc_rdma_backchannel.o drivers/misc/qcom-coincell.o: warning: objtool: qcom_coincell_probe()+0xf: call without frame pointer save/setup drivers/misc/qcom-coincell.o: warning: objtool: qcom_coincell_driver_init()+0x12: call without frame pointer save/setup drivers/misc/qcom-coincell.o: warning: objtool: qcom_coincell_driver_exit()+0xb: call without frame pointer save/setup LD [M] drivers/misc/mei/mei-me.o CC [M] crypto/async_tx/raid6test.o CC drivers/rtc/rtc-digicolor.o drivers/net/ethernet/apm/xgene/xgene_enet_cle.o: warning: objtool: xgene_cle_dn_to_hw()+0x63: can't find jump dest instruction at .text+0xaa000068 LD drivers/usb/chipidea/built-in.o crypto/ablk_helper.o: warning: objtool: ablk_init_common()+0x16: call without frame pointer save/setup crypto/ablk_helper.o: warning: objtool: ablk_init()+0x26: call without frame pointer save/setup crypto/ablk_helper.o: warning: objtool: ablk_exit()+0x8: call without frame pointer save/setup LD drivers/net/ethernet/apm/xgene/xgene-enet.o crypto/ablk_helper.o: warning: objtool: __ablk_encrypt()+0x14: call without frame pointer save/setup crypto/ablk_helper.o: warning: objtool: ablk_decrypt()+0x12: call without frame pointer save/setup crypto/ablk_helper.o: warning: objtool: ablk_encrypt()+0xe: call without frame pointer save/setup CC [M] sound/soc/codecs/wm8804-i2c.o sound/soc/codecs/wm8580.o: warning: objtool: wm8580_paif_hw_params()+0x65: can't find jump dest instruction at .text+0xe0000088 drivers/net/ethernet/chelsio/cxgb4/l2t.o: warning: objtool: alloc_l2e()+0xb: can't find jump dest instruction at .text+0x91000048 CC drivers/pci/setup-res.o CC [M] sound/soc/codecs/wm8903.o CC lib/ctype.o drivers/ide/opti621.o: warning: objtool: opti621_set_pio_mode()+0xa3: can't find call dest symbol at offset 0x1d00010d net/ipv6/syncookies.o: warning: objtool: cookie_v6_check()+0x68: can't find jump dest instruction at .text+0xbe040368 LD net/ipv6/built-in.o LD drivers/misc/mei/built-in.o drivers/misc/mic/vop/vop_vringh.o: warning: objtool: vop_copy_dp_entry()+0x45: can't find jump dest instruction at .text+0xbd0001ae LD drivers/net/ethernet/apm/xgene/built-in.o LD [M] drivers/misc/mic/vop/vop.o drivers/net/phy/smsc.o: warning: objtool: lan87xx_read_status()+0x23: can't find jump dest instruction at .text+0x85000085 drivers/power/reset/at91-sama5d2_shdwc.o: warning: objtool: at91_shdwc_probe()+0x1e: can't find jump dest instruction at .init.text+0x9d01003f CC [M] drivers/usb/chipidea/core.o CC drivers/net/ethernet/ethoc.o drivers/misc/vmw_vmci/vmci_handle_array.o: warning: objtool: vmci_handle_arr_create()+0x22: call without frame pointer save/setup drivers/misc/vmw_vmci/vmci_handle_array.o: warning: objtool: vmci_handle_arr_destroy()+0x4: call without frame pointer save/setup drivers/misc/vmw_vmci/vmci_handle_array.o: warning: objtool: vmci_handle_arr_append_entry()+0x2d: call without frame pointer save/setup lib/bug.o: warning: objtool: find_bug()+0x21: can't find jump dest instruction at .text+0x9800016d CC [M] drivers/net/irda/act200l-sir.o CC [M] drivers/uwb/allocator.o CC [M] drivers/net/phy/mdio-thunder.o LD drivers/misc/mic/built-in.o CC drivers/usb/c67x00/c67x00-ll-hpi.o CC [M] sound/soc/codecs/wm8960.o fs/btrfs/tests/free-space-tree-tests.o: warning: objtool: __check_free_space_extents()+0x3f: can't find jump dest instruction at .text+0x4020092 LD [M] fs/btrfs/btrfs.o drivers/net/ethernet/dec/tulip/dmfe.o: warning: objtool: dmfe_phy_read()+0x37: can't find jump dest instruction at .text+0xca00030d CC drivers/misc/vmw_vmci/vmci_route.o lib/argv_split.o: warning: objtool: argv_split()+0x29: can't find jump dest instruction at .text+0x9d00004e CC drivers/tty/tty_ioctl.o LD drivers/net/ethernet/apm/built-in.o drivers/net/ethernet/dlink/sundance.o: warning: objtool: check_duplex()+0x44: can't find jump dest instruction at .text+0xaf000454 CC lib/dec_and_lock.o drivers/media/v4l2-core/v4l2-dv-timings.o: warning: objtool: v4l2_detect_gtf()+0x1e: can't find jump dest instruction at .text+0xcd0100ad drivers/media/usb/gspca/pac7311.o: warning: objtool: sd_int_pkt_scan()+0x11: can't find jump dest instruction at .text+0xac000059 LD [M] net/ipv6/ipv6.o drivers/net/sungem_phy.o: warning: objtool: bcm5421_init()+0x32: can't find jump dest instruction at .text+0x9600040d net/ipv6/xfrm6_mode_transport.o: warning: objtool: xfrm6_transport_output()+0xa4: call without frame pointer save/setup net/ipv6/xfrm6_mode_transport.o: warning: objtool: xfrm6_transport_input()+0x3c: call without frame pointer save/setup net/ipv6/xfrm6_mode_transport.o: warning: objtool: xfrm6_transport_init()+0x10: call without frame pointer save/setup net/ipv6/xfrm6_mode_transport.o: warning: objtool: xfrm6_transport_exit()+0x10: call without frame pointer save/setup CC drivers/virtio/virtio_ring.o net/ipv4/icmp.o: warning: objtool: icmp_unreach()+0x2a: can't find jump dest instruction at .text+0x3201034f CC [M] drivers/thunderbolt/switch.o CC [M] drivers/usb/chipidea/otg.o lib/cmdline.o: warning: objtool: memparse()+0x12: call without frame pointer save/setup lib/cmdline.o: warning: objtool: get_option()+0x2a: call without frame pointer save/setup lib/cmdline.o: warning: objtool: get_options()+0x30: call without frame pointer save/setup lib/cmdline.o: warning: objtool: parse_option_str()+0x38: call without frame pointer save/setup drivers/net/phy/vitesse.o: warning: objtool: vsc82x4_config_autocross_enable()+0x13: can't find jump dest instruction at .text+0x8800004c CC drivers/rtc/rtc-ds1307.o CC lib/decompress.o drivers/media/v4l2-core/v4l2-common.o: warning: objtool: v4l_bound_align_image.part.5()+0x78: can't find call dest symbol at offset 0x5cfd03d2 CC drivers/rtc/rtc-ds1511.o LD drivers/video/fbdev/omap2/omapfb/displays/built-in.o CC drivers/virtio/virtio_mmio.o CC [M] drivers/hwmon/lineage-pem.o drivers/media/i2c/ov7640.o: warning: objtool: ov7640_probe()+0x24: can't find jump dest instruction at .text+0xc800003e drivers/media/tuners/it913x.o: warning: objtool: it913x_set_params()+0x24: can't find jump dest instruction at .text+0xab020070 CC [M] drivers/scsi/arcmsr/arcmsr_hba.o LD drivers/video/fbdev/omap2/omapfb/dss/built-in.o CC [M] drivers/power/reset/rmobile-reset.o drivers/net/ethernet/cadence/macb.o: warning: objtool: macb_get_stats()+0x2c: can't find jump dest instruction at .text+0x3e010bb5 lib/asn1_decoder.o: warning: objtool: asn1_find_indefinite_length()+0x28: can't find jump dest instruction at .text+0xf500002e LD drivers/net/ethernet/cadence/built-in.o drivers/net/ethernet/cisco/enic/vnic_wq.o: warning: objtool: vnic_wq_alloc_bufs()+0x64: can't find jump dest instruction at .text+0xae00006a CC lib/decompress_bunzip2.o CC [M] drivers/power/ds2780_battery.o CC net/ipv4/gre_offload.o drivers/regulator/gpio-regulator.o: warning: objtool: gpio_regulator_probe()+0x52: can't find jump dest instruction at .text+0x5f02024a LD drivers/video/fbdev/omap2/omapfb/built-in.o CC drivers/regulator/max8649.o drivers/hwmon/iio_hwmon.o: warning: objtool: iio_hwmon_probe()+0x52: can't find jump dest instruction at .text+0x5502007c CC [M] fs/xfs/xfs_attr_list.o drivers/media/i2c/ak881x.o: warning: objtool: ak881x_probe()+0x45: can't find jump dest instruction at .text+0xfc00018a CC [M] drivers/net/ethernet/brocade/bna/cna_fwimg.o drivers/mfd/smsc-ece1099.o: warning: objtool: smsc_i2c_probe()+0x44: can't find jump dest instruction at .text+0xb2000049 drivers/misc/tifm_core.o: warning: objtool: tifm_alloc_device()+0x31: can't find jump dest instruction at .text+0xc200052e CC [M] crypto/wp512.o CC [M] drivers/media/usb/gspca/spca505.o CC [M] drivers/scsi/aic94xx/aic94xx_dump.o drivers/media/v4l2-core/v4l2-compat-ioctl32.o: warning: objtool: __put_v4l2_format32()+0x23: can't find jump dest instruction at .text+0xad000132 CC drivers/rtc/rtc-ds1672.o CC drivers/net/ethernet/chelsio/cxgb3/mc5.o CC [M] drivers/net/ethernet/mellanox/mlx4/eq.o drivers/media/tuners/mxl301rf.o: warning: objtool: mxl301rf_get_rf_strength()+0x4c: can't find jump dest instruction at .text+0xd5000176 lib/decompress.o: warning: objtool: decompress_method()+0x38: call without frame pointer save/setup CC [M] fs/xfs/xfs_bmap_util.o CC [M] drivers/net/irda/ma600-sir.o LD drivers/video/fbdev/omap2/built-in.o drivers/media/usb/gspca/se401.o: warning: objtool: sd_pkt_scan_janggu()+0x33: can't find jump dest instruction at .text+0x21020169 CC drivers/w1/w1.o drivers/media/i2c/ml86v7667.o: warning: objtool: ml86v7667_s_ctrl()+0x18: can't find jump dest instruction at .text+0xb1000205 drivers/net/irda/esi-sir.o: warning: objtool: esi_change_speed()+0x48: call without frame pointer save/setup drivers/net/irda/esi-sir.o: warning: objtool: esi_reset()+0xd: call without frame pointer save/setup drivers/net/irda/esi-sir.o: warning: objtool: esi_close()+0x8: call without frame pointer save/setup drivers/net/irda/esi-sir.o: warning: objtool: esi_open()+0x11: call without frame pointer save/setup drivers/net/irda/esi-sir.o: warning: objtool: esi_sir_init()+0xb: call without frame pointer save/setup drivers/net/irda/esi-sir.o: warning: objtool: esi_sir_cleanup()+0xb: call without frame pointer save/setup drivers/power/reset/brcmstb-reboot.o: warning: objtool: brcmstb_reboot_probe()+0xd: call without frame pointer save/setup drivers/power/reset/brcmstb-reboot.o: warning: objtool: brcmstb_reboot_init()+0x14: call without frame pointer save/setup drivers/pci/pci-driver.o: warning: objtool: store_remove_id()+0x6c: can't find jump dest instruction at .text+0x910000ad CC drivers/pci/irq.o CC drivers/tty/tty_ldisc.o drivers/power/tps65217_charger.o: warning: objtool: tps65217_charger_probe()+0x57: can't find jump dest instruction at .text+0xf80000a0 CC drivers/rtc/rtc-ds3232.o drivers/net/phy/icplus.o: warning: objtool: ip175c_config_init()+0x15: can't find jump dest instruction at .text+0xda000086 net/ipv6/xfrm6_mode_ro.o: warning: objtool: xfrm6_ro_output()+0xa4: call without frame pointer save/setup net/ipv6/xfrm6_mode_ro.o: warning: objtool: xfrm6_ro_init()+0x10: call without frame pointer save/setup net/ipv6/xfrm6_mode_ro.o: warning: objtool: xfrm6_ro_exit()+0x10: call without frame pointer save/setup crypto/crypto_user.o: warning: objtool: crypto_update_alg()+0x30: can't find jump dest instruction at .text+0x9d0001a0 CC [M] drivers/net/phy/mdio-cavium.o CC [M] drivers/vhost/vringh.o drivers/remoteproc/ste_modem_rproc.o: warning: objtool: sproc_find_rsc_table()+0x1e: can't find jump dest instruction at .text+0xe20001b7 drivers/media/tuners/qm1d1c0042.o: warning: objtool: qm1d1c0042_set_params()+0x92: can't find jump dest instruction at .text+0x17020200 drivers/net/phy/bcm7xxx.o: warning: objtool: bcm7xxx_suspend()+0x3b: can't find call dest symbol at offset 0xa300005d drivers/rtc/interface.o: warning: objtool: rtc_update_irq_enable()+0x28: can't find jump dest instruction at .text+0xa30004fe LD drivers/video/fbdev/built-in.o CC [M] crypto/tgr192.o drivers/media/i2c/ov2659.o: warning: objtool: ov2659_detect()+0x42: can't find jump dest instruction at .text+0xb90001ae drivers/net/irda/via-ircc.o: warning: objtool: via_ircc_net_open()+0x4d: can't find jump dest instruction at .text+0x5e010792 CC [M] drivers/net/irda/kingsun-sir.o CC drivers/rtc/rtc-jz4740.o CC [M] drivers/scsi/aacraid/commctrl.o CC drivers/net/ethernet/cisco/enic/vnic_vic.o CC [M] drivers/uwb/beacon.o CC [M] lib/raid6/int8.o drivers/hwmon/ibmpex.o: warning: objtool: create_sensor()+0x3f: can't find jump dest instruction at .text+0xf1000074 CC [M] drivers/vhost/vhost.o CC net/ipv4/ip_tunnel.o LD drivers/net/ethernet/dlink/built-in.o net/mac80211/key.o: warning: objtool: ieee80211_set_key_rx_seq()+0xf: can't find jump dest instruction at .text+0xae0000ad CC drivers/net/ethernet/cisco/enic/enic_ethtool.o lib/irq_poll.o: warning: objtool: arch_local_irq_save()+0x10: can't find call dest symbol at offset 0xd200003b CC drivers/net/ethernet/chelsio/cxgb3/xgmac.o CC lib/decompress_unlzma.o crypto/cmac.o: warning: objtool: cmac_create()+0x26: can't find jump dest instruction at .text+0x2701002c drivers/regulator/ltc3589.o: warning: objtool: ltc3589_probe()+0x39: can't find jump dest instruction at .text+0xdb0101df drivers/net/phy/marvell.o: warning: objtool: m88e1318_set_wol()+0x23: can't find jump dest instruction at .text+0x490100ff drivers/hwmon/ina2xx.o: warning: objtool: ina226_set_interval()+0x2f: can't find jump dest instruction at .text+0xb4000034 /home/kisskb/slave/src/net/mac80211/tx.c: In function 'ieee80211_build_hdr': /home/kisskb/slave/src/net/mac80211/tx.c:2189:27: warning: 'chanctx_conf' may be used uninitialized in this function [-Wuninitialized] CC drivers/w1/w1_int.o CC drivers/pci/vpd.o drivers/scsi/aacraid/linit.o: warning: objtool: aac_eh_abort()+0x4b: can't find jump dest instruction at .text+0xa0000089 drivers/thunderbolt/nhi.o: warning: objtool: nhi_shutdown()+0x2f: can't find jump dest instruction at .text+0xbe00015e net/ipv6/xfrm6_tunnel.o: warning: objtool: xfrm6_tunnel_init()+0x31: can't find jump dest instruction at .init.text+0x9500007f CC [M] drivers/hwmon/lm83.o CC drivers/video/backlight/bd6107.o CC [M] drivers/scsi/aacraid/comminit.o drivers/regulator/core.o: warning: objtool: regulator_attr_is_visible()+0x23: can't find jump dest instruction at .text+0xc10100d9 CC [M] drivers/usb/chipidea/debug.o CC [M] crypto/cts.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/cmd.o CC [M] lib/raid6/int16.o drivers/md/bcache/super.o: warning: objtool: read_super()+0x3f: can't find jump dest instruction at .text+0xd5030106 CC drivers/w1/w1_family.o LD [M] drivers/md/bcache/bcache.o drivers/net/irda/litelink-sir.o: warning: objtool: litelink_close()+0x8: call without frame pointer save/setup drivers/net/irda/litelink-sir.o: warning: objtool: litelink_change_speed()+0x2b: call without frame pointer save/setup drivers/net/irda/litelink-sir.o: warning: objtool: litelink_reset()+0x13: call without frame pointer save/setup drivers/net/irda/litelink-sir.o: warning: objtool: litelink_open()+0x14: call without frame pointer save/setup drivers/net/irda/litelink-sir.o: warning: objtool: litelink_sir_init()+0xb: call without frame pointer save/setup drivers/net/irda/litelink-sir.o: warning: objtool: litelink_sir_cleanup()+0xb: call without frame pointer save/setup drivers/net/ethernet/emulex/benet/be_ethtool.o: warning: objtool: convert_to_et_setting()+0x16: can't find jump dest instruction at .text+0x1a01017f drivers/misc/vmw_vmci/vmci_route.o: warning: objtool: vmci_route()+0x47: can't find jump dest instruction at .text+0xe500004d CC [M] sound/soc/codecs/wm8974.o CC drivers/watchdog/watchdog_core.o CC drivers/pci/setup-bus.o net/ipv6/xfrm6_mode_tunnel.o: warning: objtool: xfrm6_mode_tunnel_input()+0x1a: can't find jump dest instruction at .text+0x4d010044 CC [M] drivers/target/target_core_fabric_configfs.o drivers/infiniband/core/cm.o: warning: objtool: cm_format_paths_from_req()+0xbb: can't find jump dest instruction at .text+0xc50006a2 drivers/net/ethernet/cisco/enic/enic_res.o: warning: objtool: enic_get_vnic_config()+0x4a: can't find jump dest instruction at .text+0x8703004f drivers/misc/vmw_vmci/vmci_resource.o: warning: objtool: vmci_resource_add()+0x83: can't find jump dest instruction at .text+0xa5000179 drivers/hwmon/i5k_amb.o: warning: objtool: i5k_amb_hwmon_init()+0x58: can't find jump dest instruction at .text+0x62030568 CC [M] drivers/media/usb/gspca/spca506.o CC [M] drivers/ide/via82cxxx.o CC [M] drivers/hwmon/lm87.o CC drivers/rtc/rtc-lpc32xx.o drivers/net/ethernet/dlink/dl2k.o: warning: objtool: set_multicast()+0x38: can't find jump dest instruction at .text+0x86000361 CC [M] drivers/media/usb/gspca/spca508.o drivers/ide/pdc202xx_new.o: warning: objtool: pdc202new_init_one()+0x2f: can't find jump dest instruction at .text+0xa80000bb CC drivers/net/ethernet/cisco/enic/enic_api.o drivers/net/irda/old_belkin-sir.o: warning: objtool: old_belkin_close()+0x8: call without frame pointer save/setup drivers/net/irda/old_belkin-sir.o: warning: objtool: old_belkin_open()+0x13: call without frame pointer save/setup drivers/net/irda/old_belkin-sir.o: warning: objtool: old_belkin_sir_init()+0xb: call without frame pointer save/setup drivers/net/irda/old_belkin-sir.o: warning: objtool: old_belkin_sir_cleanup()+0xb: call without frame pointer save/setup drivers/scsi/aic94xx/aic94xx_init.o: warning: objtool: asd_map_memio()+0xd8: can't find jump dest instruction at .text+0xa4000384 CC [M] drivers/virtio/virtio_pci_modern.o crypto/asymmetric_keys/x509_public_key.o: warning: objtool: x509_key_preparse()+0x2d: can't find jump dest instruction at .text+0x4d010033 LD [M] drivers/infiniband/core/rdma_ucm.o drivers/mfd/twl-core.o: warning: objtool: add_numbered_child()+0x61: can't find jump dest instruction at .text+0xfb00015d CC [M] drivers/scsi/aic94xx/aic94xx_scb.o CC [M] drivers/ide/ide-generic.o CC drivers/net/ethernet/cisco/enic/enic_clsf.o CC [M] drivers/net/ethernet/mellanox/mlx4/fw.o drivers/net/irda/sir_dev.o: warning: objtool: sirdev_alloc_buffers()+0x40: can't find jump dest instruction at .text+0xa300014b drivers/misc/vmw_vmci/vmci_guest.o: warning: objtool: vmci_dispatch_dgs()+0x3f: can't find jump dest instruction at .text+0x10118 drivers/thunderbolt/ctl.o: warning: objtool: check_header()+0x56: can't find jump dest instruction at .text+0x9c00005b drivers/net/phy/ste10Xp.o: warning: objtool: ste10Xp_ack_interrupt()+0x16: call without frame pointer save/setup drivers/net/phy/ste10Xp.o: warning: objtool: ste10Xp_config_intr()+0x5f: call without frame pointer save/setup drivers/net/phy/ste10Xp.o: warning: objtool: ste10Xp_config_init()+0x18: call without frame pointer save/setup drivers/net/phy/ste10Xp.o: warning: objtool: phy_module_init()+0x17: call without frame pointer save/setup drivers/net/phy/ste10Xp.o: warning: objtool: phy_module_exit()+0x10: call without frame pointer save/setup drivers/net/ethernet/brocade/bna/bfa_cee.o: warning: objtool: bfa_cee_isr()+0x1d: can't find call dest symbol at offset 0xe0000f2 CC [M] drivers/ide/ide-gd.o CC [M] drivers/uwb/driver.o ASN.1 crypto/asymmetric_keys/pkcs7-asn1.c drivers/rtc/rtc-ab-b5ze-s3.o: warning: objtool: abb5zes3_rtc_set_time()+0x24: can't find jump dest instruction at .text+0x8400020c CC [M] drivers/net/irda/ksdazzle-sir.o CC [M] drivers/scsi/aacraid/commsup.o net/sunrpc/xprtrdma/verbs.o: warning: objtool: rpcrdma_create_id()+0x69: can't find jump dest instruction at .text+0x240100c5 CC [M] drivers/net/phy/microchip.o CC [M] drivers/virtio/virtio_pci_common.o drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.o: warning: objtool: t4vf_wr_mbox_core()+0x48: can't find jump dest instruction at .text+0x3d02011e drivers/thunderbolt/tb.o: warning: objtool: tb_find_unused_down_port()+0x18: can't find jump dest instruction at .text+0x9c000106 CC drivers/w1/w1_netlink.o CC drivers/video/backlight/backlight.o drivers/power/wm831x_backup.o: warning: objtool: wm831x_config_backup()+0x37: can't find jump dest instruction at .text+0xf5000054 CC [M] crypto/asymmetric_keys/pkcs7_trust.o CC drivers/usb/c67x00/c67x00-hcd.o CC [M] drivers/virtio/virtio_input.o crypto/asymmetric_keys/public_key.o: warning: objtool: public_key_verify_signature()+0x76: can't find jump dest instruction at .text+0x9f0100e6 net/mac80211/cfg.o: warning: objtool: ieee80211_get_key()+0x5e: can't find jump dest instruction at .text+0xdd01042f sound/soc/codecs/wm8804-i2c.o: warning: objtool: wm8804_i2c_remove()+0x8: call without frame pointer save/setup sound/soc/codecs/wm8804-i2c.o: warning: objtool: wm8804_i2c_probe()+0x1e: call without frame pointer save/setup sound/soc/codecs/wm8804-i2c.o: warning: objtool: wm8804_i2c_driver_init()+0x12: call without frame pointer save/setup sound/soc/codecs/wm8804-i2c.o: warning: objtool: wm8804_i2c_driver_exit()+0xb: call without frame pointer save/setup CC drivers/watchdog/watchdog_dev.o drivers/ide/piix.o: warning: objtool: piix_set_dma_mode()+0xde: can't find jump dest instruction at .text+0xd0000354 CC [M] sound/soc/codecs/wm8978.o drivers/media/v4l2-core/v4l2-mem2mem.o: warning: objtool: v4l2_m2m_try_schedule()+0x60: can't find jump dest instruction at .text+0xd601026b drivers/hwmon/dme1737.o: warning: objtool: dme1737_i2c_detect()+0x31: can't find jump dest instruction at .text+0xa0000077 lib/dec_and_lock.o: warning: objtool: _atomic_dec_and_lock()+0x28: call without frame pointer save/setup drivers/net/irda/girbil-sir.o: warning: objtool: girbil_change_speed()+0x2a: can't find jump dest instruction at .text+0xc0000041 LD [M] drivers/infiniband/core/ib_cm.o drivers/infiniband/core/uverbs_cmd.o: warning: objtool: kern_spec_to_ib_spec()+0xe: can't find jump dest instruction at .text+0x8c000393 sound/soc/codecs/wm8776.o: warning: objtool: wm8776_set_fmt()+0x18: can't find jump dest instruction at .text+0xaf00003b CC [M] drivers/net/irda/ks959-sir.o CC [M] drivers/hwmon/lm92.o drivers/net/ethernet/dec/tulip/de2104x.o: warning: objtool: de21041_get_srom_info()+0x118: can't find jump dest instruction at .text+0x400208b8 net/sunrpc/auth_gss/auth_gss.o: warning: objtool: alloc_enc_pages()+0x1f: can't find jump dest instruction at .text+0x8600027f net/sunrpc/auth_gss/gss_krb5_seal.o: warning: objtool: gss_get_mic_kerberos()+0x2a: can't find call dest symbol at offset 0xfdfd0302 CC [M] drivers/scsi/aacraid/dpcsup.o drivers/media/tuners/fc0013.o: warning: objtool: fc0013_get_rf_strength()+0x5d: can't find jump dest instruction at .text+0xdc00035a CC drivers/usb/c67x00/c67x00-sched.o LD [M] sound/soc/codecs/snd-soc-ac97.o CC lib/decompress_unxz.o CC drivers/video/backlight/gpio_backlight.o CC [M] lib/raid6/int32.o drivers/scsi/aic94xx/aic94xx_reg.o: warning: objtool: __asd_write_reg_byte()+0x7d: can't find call dest symbol at offset 0x460001b8 drivers/regulator/lp872x.o: warning: objtool: lp872x_regulator_register()+0x20: can't find jump dest instruction at .text+0xa6000025 CC [M] drivers/hwmon/lm93.o CC [M] drivers/scsi/aic94xx/aic94xx_dev.o CC net/mac80211/util.o CC drivers/regulator/max8660.o drivers/hwmon/jc42.o: warning: objtool: jc42_detect()+0x32: can't find jump dest instruction at .text+0xb700015b CC [M] drivers/power/reset/zx-reboot.o CC lib/dma-noop.o CC [M] drivers/hwmon/ltc2990.o drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_fw_info()+0x1c: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_stats_dump()+0x1c: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_add_station_addr()+0x40: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_del_station_addr()+0x40: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_packet_filter()+0x29: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_add_addr()+0x1c: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_del_addr()+0x1c: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_notify_unset()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_hang_notify()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_set_ig_vlan_rewrite_mode()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_enable()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_disable()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_dev_intr_coal_timer_info()+0x18: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_vlan_rx_add_vid()+0x1d: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/enic_dev.o: warning: objtool: enic_vlan_rx_kill_vid()+0x1d: call without frame pointer save/setup drivers/regulator/lp8755.o: warning: objtool: lp8755_regulator_init()+0xc5: can't find jump dest instruction at .text+0x730000f6 CC drivers/video/backlight/lm3639_bl.o crypto/async_tx/async_pq.o: warning: objtool: do_sync_gen_syndrome()+0xc5: can't find jump dest instruction at .text+0x760000ca CC [M] drivers/usb/chipidea/udc.o net/sunrpc/auth_gss/gss_rpc_xdr.o: warning: objtool: gssx_dec_status()+0x22: can't find jump dest instruction at .text+0x80000188 CC [M] net/sunrpc/auth_gss/gss_krb5_unseal.o CC drivers/net/ethernet/chelsio/cxgb3/sge.o CC drivers/watchdog/wdt_pci.o net/sunrpc/auth_gss/gss_rpc_upcall.o: warning: objtool: gssp_call()+0x4d: can't find jump dest instruction at .text+0x870000ec drivers/mfd/twl6040.o: warning: objtool: twl6040_probe()+0x49: can't find jump dest instruction at .text+0x1e030141 CC [M] crypto/asymmetric_keys/pkcs7_verify.o drivers/net/irda/sir_dongle.o: warning: objtool: sirdev_get_dongle()+0x34: can't find jump dest instruction at .text+0x920000d1 drivers/rtc/rtc-armada38x.o: warning: objtool: armada38x_rtc_probe()+0x34: can't find jump dest instruction at .init.text+0x44010055 net/sunrpc/auth_gss/gss_mech_switch.o: warning: objtool: gss_mech_get_by_OID()+0x2e: can't find jump dest instruction at .text+0x96000354 crypto/md4.o: warning: objtool: md4_final()+0x48: can't find call dest symbol at offset 0xb2fa064d drivers/power/reset/rmobile-reset.o: warning: objtool: rmobile_reset_remove()+0xb: call without frame pointer save/setup drivers/power/reset/rmobile-reset.o: warning: objtool: rmobile_reset_handler()+0x17: call without frame pointer save/setup drivers/power/reset/rmobile-reset.o: warning: objtool: rmobile_reset_driver_init()+0x12: call without frame pointer save/setup drivers/power/reset/rmobile-reset.o: warning: objtool: rmobile_reset_driver_exit()+0xb: call without frame pointer save/setup drivers/uio/uio_aec.o: warning: objtool: probe()+0x2a: can't find jump dest instruction at .text+0x77010191 CC lib/dump_stack.o CC drivers/rtc/rtc-m48t35.o CC [M] net/sunrpc/auth_gss/gss_krb5_seqnum.o CC [M] drivers/ide/ide-floppy.o drivers/rtc/rtc-bq4802.o: warning: objtool: bq4802_probe()+0x2e: can't find jump dest instruction at .text+0xd6000353 net/ipv6/tunnel6.o: warning: objtool: tunnel6_rcv()+0x5a: call without frame pointer save/setup net/ipv6/tunnel6.o: warning: objtool: tunnel46_rcv()+0x5a: call without frame pointer save/setup net/ipv6/tunnel6.o: warning: objtool: xfrm6_tunnel_register()+0x1d: call without frame pointer save/setup net/ipv6/tunnel6.o: warning: objtool: xfrm6_tunnel_deregister()+0x16: call without frame pointer save/setup net/ipv6/tunnel6.o: warning: objtool: tunnel6_init()+0x10: call without frame pointer save/setup net/ipv6/tunnel6.o: warning: objtool: tunnel6_fini()+0x10: call without frame pointer save/setup CC drivers/rtc/rtc-m48t59.o CC [M] crypto/pcrypt.o drivers/rtc/rtc-at32ap700x.o: warning: objtool: at32_rtc_probe()+0x36: can't find jump dest instruction at .init.text+0x96010057 CC drivers/w1/w1_io.o drivers/media/i2c/ov7670.o: warning: objtool: ov7670_calc_cmatrix.isra.6()+0x34: can't find jump dest instruction at .text+0xde0004eb drivers/ide/triflex.o: warning: objtool: triflex_set_pio_mode()+0xa: can't find call dest symbol at offset 0x4a0000d7 LD [M] net/sunrpc/sunrpc.o drivers/rtc/rtc-digicolor.o: warning: objtool: dc_rtc_probe()+0x31: can't find jump dest instruction at .init.text+0x84000052 CC [M] crypto/tea.o CC [M] drivers/ide/ide-floppy_ioctl.o drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_interrupt_mask()+0x24: call without frame pointer save/setup drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_interrupt_unmask()+0x27: call without frame pointer save/setup drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_mmc_card_detect_config()+0x17: call without frame pointer save/setup drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_mmc_card_detect()+0x42: call without frame pointer save/setup drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_init_irq()+0xd: call without frame pointer save/setup drivers/mfd/twl6030-irq.o: warning: objtool: twl6030_exit_irq()+0x1c: call without frame pointer save/setup drivers/hwmon/k8temp.o: warning: objtool: k8temp_probe()+0x39: can't find jump dest instruction at .text+0x89020199 drivers/media/v4l2-core/videobuf-vmalloc.o: warning: objtool: __videobuf_iolock()+0x4b: can't find jump dest instruction at .text+0xc4000110 CC drivers/watchdog/pcwd_usb.o LD drivers/power/reset/built-in.o drivers/net/irda/act200l-sir.o: warning: objtool: act200l_reset()+0x48: can't find jump dest instruction at .text+0x84000124 SHIPPED drivers/scsi/aic7xxx/aic79xx_reg.h drivers/usb/c67x00/c67x00-drv.o: warning: objtool: c67x00_drv_probe()+0x2d: can't find jump dest instruction at .text+0xc7010175 CC [M] drivers/power/ltc2941-battery-gauge.o drivers/net/ethernet/mellanox/mlx4/alloc.o: warning: objtool: mlx4_db_alloc()+0x54: can't find jump dest instruction at .text+0xa5000232 drivers/ide/slc90e66.o: warning: objtool: slc90e66_set_dma_mode()+0xa7: can't find jump dest instruction at .text+0x840002ec CC [M] drivers/net/ethernet/mellanox/mlx5/core/debugfs.o net/sunrpc/xprtrdma/physical_ops.o: warning: objtool: physical_op_unmap_sync()+0x1c: can't find jump dest instruction at .text+0xa80000b5 CC [M] drivers/target/target_core_fabric_lib.o CC [M] net/sunrpc/xprtrdma/svc_rdma_transport.o LD [M] drivers/net/irda/sir-dev.o CC [M] drivers/hwmon/ltc4151.o CC [M] drivers/ide/ide-cd.o CC [M] net/sunrpc/xprtrdma/svc_rdma_marshal.o drivers/rtc/rtc-coh901331.o: warning: objtool: coh901331_probe()+0x36: can't find jump dest instruction at .init.text+0xcd000057 CC [M] drivers/target/target_core_hba.o lib/cpumask.o: warning: objtool: cpumask_local_spread()+0x3b: can't find jump dest instruction at .text+0x9900011e drivers/uio/uio_sercos3.o: warning: objtool: sercos3_setup_iomem()+0x3d: can't find jump dest instruction at .text+0x970000a4 CC drivers/uio/uio_pci_generic.o drivers/scsi/arcmsr/arcmsr_attr.o: warning: objtool: arcmsr_sysfs_iop_message_read()+0x27: can't find jump dest instruction at .text+0xe70001b3 crypto/async_tx/raid6test.o: warning: objtool: raid6_dual_recov.constprop.5()+0x34: can't find jump dest instruction at .text+0x16010066 CC [M] crypto/seed.o drivers/mfd/mfd-core.o: warning: objtool: mfd_add_device()+0x3d: can't find jump dest instruction at .text+0x72020075 CC [M] drivers/uio/uio_cif.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/fw.o CC drivers/mfd/da9052-core.o CC [M] net/sunrpc/xprtrdma/svc_rdma_sendto.o CC [M] drivers/target/target_core_pr.o CC [M] drivers/scsi/aic94xx/aic94xx_tmf.o drivers/usb/c67x00/c67x00-ll-hpi.o: warning: objtool: c67x00_ll_write_mem_le16()+0x42: can't find jump dest instruction at .text+0xd8000766 CC [M] drivers/net/ethernet/mellanox/mlx5/core/eq.o drivers/net/ethernet/natsemi/ns83820.o: warning: objtool: phy_intr()+0x3e: can't find jump dest instruction at .text+0xca000317 drivers/md/md.o: warning: objtool: does_sb_need_changing()+0x32: can't find jump dest instruction at .text+0xe000010d drivers/media/v4l2-core/videobuf2-memops.o: warning: objtool: vb2_destroy_framevec()+0x9: call without frame pointer save/setup drivers/media/v4l2-core/videobuf2-memops.o: warning: objtool: vb2_create_framevec()+0x30: call without frame pointer save/setup drivers/video/console/dummycon.o: warning: objtool: dummycon_init()+0x2f: call without frame pointer save/setup CC [M] drivers/misc/ioc4.o LD [M] drivers/md/md-mod.o CC [M] drivers/power/sbs-battery.o drivers/scsi/aic94xx/aic94xx_hwi.o: warning: objtool: asd_ascb_alloc()+0x29: can't find jump dest instruction at .text+0x150100f1 drivers/ide/siimage.o: warning: objtool: siimage_init_one()+0x8d: can't find jump dest instruction at .text+0xe6000384 CC drivers/rtc/rtc-moxart.o drivers/net/ethernet/chelsio/cxgb4/clip_tbl.o: warning: objtool: cxgb4_clip_get()+0x33: can't find jump dest instruction at .text+0xc0200b1 CC [M] drivers/ide/ide-cd_ioctl.o CC [M] drivers/scsi/aic7xxx/aic7xxx_core.o sound/soc/codecs/wm8753.o: warning: objtool: wm8753_pcm_set_dai_fmt()+0x55: can't find jump dest instruction at .text+0x9a000156 net/sunrpc/auth_gss/gss_krb5_mech.o: warning: objtool: context_derive_keys_rc4()+0x9d: can't find jump dest instruction at .text+0x1a0101a7 net/sunrpc/xprtrdma/fmr_ops.o: warning: objtool: fmr_op_init()+0x84: can't find jump dest instruction at .text+0xb0000130 LD drivers/vme/boards/built-in.o CC drivers/net/ethernet/chelsio/cxgb3/l2t.o drivers/rtc/rtc-ds1672.o: warning: objtool: ds1672_get_datetime()+0x8c: can't find jump dest instruction at .text+0xac000105 CC [M] drivers/net/ethernet/mellanox/mlx5/core/uar.o CC drivers/rtc/rtc-mt6397.o CC drivers/rtc/rtc-omap.o lib/raid6/int4.o: warning: objtool: raid6_int4_gen_syndrome()+0x43: can't find jump dest instruction at .text+0xd9010066 drivers/net/ethernet/mellanox/mlx5/core/main.o: warning: objtool: mlx5_core_set_issi()+0x72: can't find jump dest instruction at .text+0x9000019c drivers/hwmon/lineage-pem.o: warning: objtool: pem_probe()+0x28: can't find jump dest instruction at .text+0x9a01007c CC drivers/rtc/rtc-pcf85063.o CC drivers/regulator/max8952.o CC [M] drivers/vme/boards/vme_vmivme7805.o net/ipv4/udp.o: warning: objtool: udp_lib_getsockopt()+0x1f: can't find jump dest instruction at .text+0x9f00042d CC drivers/vme/bridges/vme_tsi148.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/pagealloc.o CC [M] drivers/hwmon/ltc4222.o CC net/ipv4/sysctl_net_ipv4.o fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_write_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_itruncate_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_rename_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_link_reservation()+0xa: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_iunlink_add_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_remove_reservation()+0xa: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_create_resv_modify()+0xf: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: __xfs_calc_create_reservation()+0xa: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_icreate_resv_alloc()+0x3d: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_icreate_reservation()+0xa: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_create_reservation()+0x17: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_create_tmpfile_reservation()+0x1d: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_mkdir_reservation()+0x4: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_symlink_reservation()+0x4: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_ifree_reservation()+0x1b: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_ichange_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_growrtalloc_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_growrtfree_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_swrite_reservation()+0x9: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_writeid_reservation()+0x9: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_addafork_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_attrinval_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_attrsetm_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_attrrm_reservation()+0xd: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_calc_qm_dqalloc_reservation()+0x8: call without frame pointer save/setup fs/xfs/libxfs/xfs_trans_resv.o: warning: objtool: xfs_trans_resv_calc()+0xd: call without frame pointer save/setup drivers/net/ethernet/brocade/bna/bfa_ioc_ct.o: warning: objtool: bfa_ioc_ct2_pll_init()+0x2f: can't find jump dest instruction at .text+0xd10006b7 drivers/scsi/aic7xxx/aic7xxx_osm.o: warning: objtool: ahc_linux_run_command()+0x2e: can't find jump dest instruction at .text+0x92030124 CC drivers/video/backlight/pwm_bl.o CC [M] drivers/net/ethernet/ec_bhf.o CC [M] drivers/scsi/aic7xxx/aic7xxx_93cx6.o drivers/net/phy/mdio-thunder.o: warning: objtool: thunder_mdiobus_pci_probe()+0x33: can't find jump dest instruction at .text+0xa200009c drivers/mfd/da903x.o: warning: objtool: da9034_init_chip()+0x21: can't find jump dest instruction at .text+0xc00003df drivers/net/ethernet/cisco/enic/enic_pp.o: warning: objtool: enic_pp_disassociate()+0x4e: can't find jump dest instruction at .text+0x640100cc CC [M] net/sunrpc/auth_gss/gss_krb5_wrap.o CC [M] drivers/uio/uio_mf624.o drivers/mfd/da9052-irq.o: warning: objtool: da9052_auxadc_irq()+0xb: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_free_irq()+0x10: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_request_irq()+0x1c: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_disable_irq_nosync()+0xb: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_disable_irq()+0xb: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_enable_irq()+0xb: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_irq_init()+0x2a: call without frame pointer save/setup drivers/mfd/da9052-irq.o: warning: objtool: da9052_irq_exit()+0x12: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_vic.o: warning: objtool: vic_provinfo_alloc()+0x35: call without frame pointer save/setup drivers/net/ethernet/cisco/enic/vnic_vic.o: warning: objtool: vic_provinfo_free()+0x4: call without frame pointer save/setup drivers/usb/chipidea/otg.o: warning: objtool: ci_otg_work()+0x2d: can't find jump dest instruction at .text+0x84000199 CC drivers/watchdog/lpc18xx_wdt.o CC [M] drivers/target/target_core_alua.o CC [M] drivers/vme/bridges/vme_ca91cx42.o CC [M] drivers/usb/chipidea/host.o drivers/video/backlight/lcd.o: warning: objtool: lcd_device_register()+0x32: can't find jump dest instruction at .text+0x9700028d fs/xfs/xfs_attr_inactive.o: warning: objtool: xfs_attr3_leaf_freextent()+0x1b: can't find jump dest instruction at .text+0x7010047 drivers/net/irda/mcp2120-sir.o: warning: objtool: mcp2120_change_speed()+0x29: can't find jump dest instruction at .text+0xb1000046 CC drivers/video/backlight/kb3886_bl.o drivers/media/v4l2-core/v4l2-ctrls.o: warning: objtool: v4l2_ctrl_get_menu()+0x11: can't find jump dest instruction at .text+0x6303003a CC drivers/watchdog/bcm7038_wdt.o drivers/net/phy/mdio-bitbang.o: warning: objtool: mdiobb_send_num()+0x28: can't find call dest symbol at offset 0x920000f7 crypto/async_tx/async_raid6_recov.o: warning: objtool: async_raid6_datap_recov()+0x2d: call without frame pointer save/setup crypto/async_tx/async_raid6_recov.o: warning: objtool: async_raid6_2data_recov()+0x45: call without frame pointer save/setup drivers/net/ethernet/emulex/benet/be_roce.o: warning: objtool: _be_roce_dev_add()+0x1c: can't find jump dest instruction at .text+0x69010022 LD [M] drivers/media/v4l2-core/videodev.o CC drivers/watchdog/renesas_wdt.o CC [M] drivers/ide/ide-cd_verbose.o drivers/uwb/allocator.o: warning: objtool: uwb_rsv_find_best_column_set()+0x32: can't find jump dest instruction at .text+0xb8000037 drivers/hwmon/lm83.o: warning: objtool: lm83_detect()+0x2e: can't find jump dest instruction at .text+0xbf000034 net/ipv4/devinet.o: warning: objtool: inet_fill_ifaddr()+0x28: can't find jump dest instruction at .text+0xef0103e9 drivers/net/ethernet/cisco/enic/vnic_rq.o: warning: objtool: vnic_rq_alloc_bufs()+0x64: can't find jump dest instruction at .text+0x98000174 drivers/ide/trm290.o: warning: objtool: init_hwif_trm290()+0xbc: can't find jump dest instruction at .text+0xe7000277 CC [M] drivers/usb/chipidea/ci_hdrc_usb2.o CC net/ipv4/proc.o drivers/video/backlight/bd6107.o: warning: objtool: bd6107_remove()+0x20: call without frame pointer save/setup drivers/video/backlight/bd6107.o: warning: objtool: bd6107_probe()+0x94: call without frame pointer save/setup drivers/video/backlight/bd6107.o: warning: objtool: bd6107_driver_init()+0xd: call without frame pointer save/setup drivers/video/backlight/bd6107.o: warning: objtool: bd6107_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/hwmon/ltc4245.o LD crypto/asymmetric_keys/asymmetric_keys.o CC drivers/video/backlight/tps65217_bl.o CC drivers/rtc/rtc-pcf8563.o net/sunrpc/xprtrdma/svc_rdma.o: warning: objtool: read_reset_stat()+0x27: can't find jump dest instruction at .text+0x9200002d drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.o: warning: objtool: cxgb4vf_set_ringparam()+0x1b: can't find jump dest instruction at .text+0xa20002b3 drivers/rtc/rtc-ds1511.o: warning: objtool: ds1511_rtc_set_time()+0x34: can't find jump dest instruction at .text+0x930102db CC [M] fs/xfs/xfs_buf.o CC [M] drivers/net/ethernet/mellanox/mlx4/fw_qos.o net/sunrpc/xprtrdma/frwr_ops.o: warning: objtool: frwr_op_map()+0x58: can't find jump dest instruction at .text+0x790302c7 drivers/pci/rom.o: warning: objtool: pci_enable_rom()+0x34: call without frame pointer save/setup drivers/pci/rom.o: warning: objtool: pci_disable_rom()+0x24: call without frame pointer save/setup drivers/pci/rom.o: warning: objtool: pci_unmap_rom()+0xc: call without frame pointer save/setup drivers/pci/rom.o: warning: objtool: pci_get_rom_size()+0x5d: call without frame pointer save/setup drivers/pci/rom.o: warning: objtool: pci_map_rom()+0x60: call without frame pointer save/setup drivers/media/usb/gspca/spca505.o: warning: objtool: sd_start()+0xa8: can't find jump dest instruction at .text+0xe30002b9 CC [M] net/sunrpc/xprtrdma/svc_rdma_recvfrom.o CC drivers/mfd/da9052-i2c.o drivers/power/ds2780_battery.o: warning: objtool: ds2780_battery_probe()+0x41: can't find jump dest instruction at .text+0x4701031b CC drivers/video/backlight/wm831x_bl.o CC [M] drivers/net/ethernet/mellanox/mlx4/icm.o CC [M] drivers/media/usb/gspca/spca561.o drivers/regulator/max8649.o: warning: objtool: max8649_regulator_probe()+0x4a: can't find jump dest instruction at .text+0x4a02018e drivers/power/reset/zx-reboot.o: warning: objtool: zx_restart_handler()+0x2e: call without frame pointer save/setup drivers/power/reset/zx-reboot.o: warning: objtool: zx_reboot_probe()+0x24: call without frame pointer save/setup drivers/power/reset/zx-reboot.o: warning: objtool: zx_reboot_driver_init()+0x12: call without frame pointer save/setup drivers/power/reset/zx-reboot.o: warning: objtool: zx_reboot_driver_exit()+0xb: call without frame pointer save/setup CC drivers/tty/tty_buffer.o drivers/media/v4l2-core/videobuf-core.o: warning: objtool: videobuf_queue_is_busy.part.3()+0x22: can't find jump dest instruction at .text+0xab000362 CC [M] fs/xfs/xfs_dir2_readdir.o CC drivers/usb/class/cdc-wdm.o CC drivers/usb/common/common.o CC [M] drivers/power/lp8727_charger.o drivers/media/usb/gspca/sonixj.o: warning: objtool: reg_w1()+0x1d: can't find jump dest instruction at .text+0x8f0000b3 drivers/misc/vmw_vmci/vmci_host.o: warning: objtool: vmci_host_setup_notify()+0x1e: can't find jump dest instruction at .text+0xb30000ca CC [M] drivers/media/usb/gspca/sq905.o lib/decompress_bunzip2.o: warning: objtool: get_bits()+0x1a: can't find jump dest instruction at .init.text+0x8700001f drivers/pci/pci-sysfs.o: warning: objtool: sriov_numvfs_store()+0x28: can't find jump dest instruction at .text+0xd2000092 CC [M] drivers/net/ethernet/dnet.o CC drivers/pci/vc.o CC drivers/pci/proc.o drivers/watchdog/watchdog_core.o: warning: objtool: __watchdog_register_device()+0x17: can't find jump dest instruction at .text+0x8001010d LD [M] sound/soc/codecs/snd-soc-adau1701.o CC drivers/w1/masters/ds2490.o drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.o: warning: objtool: set_sge_param()+0x1b: can't find jump dest instruction at .text+0xa8000305 LD [M] sound/soc/codecs/snd-soc-ak4554.o LD drivers/scsi/bfa/built-in.o CC [M] drivers/scsi/aacraid/rx.o LD drivers/scsi/csiostor/built-in.o drivers/virtio/virtio_mmio.o: warning: objtool: vm_setup_vq()+0x20: can't find jump dest instruction at .text+0x2020276 drivers/net/irda/ma600-sir.o: warning: objtool: ma600_change_speed()+0x2c: can't find call dest symbol at offset 0x380000c8 drivers/w1/w1_family.o: warning: objtool: w1_unregister_family()+0x11: call without frame pointer save/setup drivers/w1/w1_family.o: warning: objtool: w1_register_family()+0x11: call without frame pointer save/setup drivers/w1/w1_family.o: warning: objtool: w1_family_put()+0x10: call without frame pointer save/setup crypto/tgr192.o: warning: objtool: tgr192_update()+0x3d: can't find jump dest instruction at .text+0xa10003e0 CC [M] drivers/scsi/csiostor/csio_attr.o drivers/virtio/virtio.o: warning: objtool: virtio_dev_probe()+0x102: can't find jump dest instruction at .text+0x850005f4 drivers/rtc/rtc-lpc32xx.o: warning: objtool: lpc32xx_rtc_probe()+0x5a: can't find jump dest instruction at .text+0xe0102d7 CC [M] net/sunrpc/auth_gss/gss_krb5_crypto.o CC [M] drivers/video/backlight/platform_lcd.o CC drivers/regulator/pv88080-regulator.o CC [M] crypto/asymmetric_keys/x509-asn1.o CC [M] drivers/scsi/bfa/bfad.o drivers/rtc/rtc-ds3232.o: warning: objtool: ds3232_set_alarm()+0x1e: can't find jump dest instruction at .text+0xd100014a CC [M] crypto/salsa20_generic.o drivers/usb/c67x00/c67x00-hcd.o: warning: objtool: c67x00_hub_control()+0x22: can't find jump dest instruction at .text+0x1b010101 drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_resume()+0x20: call without frame pointer save/setup drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_suspend()+0xf: call without frame pointer save/setup drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_i2c_remove()+0x11: call without frame pointer save/setup drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_i2c_probe()+0x22: call without frame pointer save/setup drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_driver_init()+0x12: call without frame pointer save/setup drivers/power/ltc2941-battery-gauge.o: warning: objtool: ltc294x_driver_exit()+0xb: call without frame pointer save/setup drivers/hwmon/ltc2990.o: warning: objtool: ltc2990_get_value()+0x18: can't find jump dest instruction at .text+0x9e00001e drivers/misc/bh1770glc.o: warning: objtool: bh1770_set_prox_thres()+0x34: can't find jump dest instruction at .text+0x8e00011e CC [M] drivers/scsi/csiostor/csio_init.o drivers/net/ethernet/brocade/bna/bna_tx_rx.o: warning: objtool: bna_rxf_vlan_cfg_apply()+0x10: can't find jump dest instruction at .text+0xbf0005f4 CC [M] lib/raid6/tables.o CC [M] drivers/scsi/aic94xx/aic94xx_task.o CC [M] drivers/power/max77693_charger.o drivers/media/v4l2-core/videobuf2-vmalloc.o: warning: objtool: vb2_vmalloc_get_userptr()+0x2c: can't find jump dest instruction at .text+0xe0000157 CC net/mac80211/wme.o drivers/uio/uio.o: warning: objtool: uio_mmap()+0x28: can't find jump dest instruction at .text+0x9a0004d4 CC [M] drivers/video/backlight/aat2870_bl.o CC drivers/mfd/da9055-core.o CC drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.o drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.o: warning: objtool: set_sge_param()+0x1b: can't find jump dest instruction at .text+0xb80002dd lib/decompress_unxz.o: warning: objtool: unxz()+0x61: can't find jump dest instruction at .init.text+0xa4010067 CC drivers/w1/slaves/w1_therm.o CC [M] drivers/usb/chipidea/ci_hdrc_msm.o CC [M] fs/xfs/xfs_discard.o CC [M] drivers/net/ethernet/mellanox/mlx4/intf.o drivers/rtc/rtc-moxart.o: warning: objtool: moxart_rtc_probe()+0x17: call without frame pointer save/setup drivers/rtc/rtc-moxart.o: warning: objtool: moxart_rtc_driver_init()+0xd: call without frame pointer save/setup drivers/rtc/rtc-moxart.o: warning: objtool: moxart_rtc_driver_exit()+0xb: call without frame pointer save/setup CC drivers/mfd/da9055-i2c.o drivers/net/ethernet/cisco/enic/enic_main.o: warning: objtool: enic_get_vf_port()+0x5f: can't find jump dest instruction at .text+0xe30001df CC [M] drivers/video/backlight/adp5520_bl.o CC [M] drivers/thunderbolt/cap.o crypto/cts.o: warning: objtool: crypto_cts_alloc.part.1()+0x25: can't find jump dest instruction at .text+0xff0000cd lib/decompress_unlzma.o: warning: objtool: unlzma()+0x6b: can't find jump dest instruction at .init.text+0x2409025b CC drivers/pci/slot.o drivers/media/usb/gspca/spca508.o: warning: objtool: ssi_w()+0x26: can't find jump dest instruction at .text+0xae0002a6 CC [M] net/sunrpc/auth_gss/gss_krb5_keys.o drivers/pci/setup-res.o: warning: objtool: pci_update_resource()+0x37: can't find jump dest instruction at .text+0x9f01025e drivers/uwb/driver.o: warning: objtool: beacon_timeout_ms_store()+0x1c: call without frame pointer save/setup drivers/uwb/driver.o: warning: objtool: beacon_timeout_ms_show()+0x1c: call without frame pointer save/setup drivers/uwb/driver.o: warning: objtool: uwb_subsys_init()+0x6: call without frame pointer save/setup drivers/uwb/driver.o: warning: objtool: uwb_subsys_exit()+0x4: call without frame pointer save/setup CC drivers/pci/quirks.o CC [M] drivers/media/usb/gspca/sq905c.o CC drivers/w1/slaves/w1_ds2408.o drivers/uwb/beacon.o: warning: objtool: uwb_rc_start_beacon()+0x30: can't find jump dest instruction at .text+0x83000293 drivers/media/v4l2-core/videobuf2-v4l2.o: warning: objtool: __verify_length()+0x2a: can't find jump dest instruction at .text+0x84000030 CC [M] drivers/thunderbolt/path.o drivers/video/backlight/gpio_backlight.o: warning: objtool: gpio_backlight_probe()+0x47: call without frame pointer save/setup drivers/video/backlight/gpio_backlight.o: warning: objtool: gpio_backlight_driver_init()+0xd: call without frame pointer save/setup drivers/video/backlight/gpio_backlight.o: warning: objtool: gpio_backlight_driver_exit()+0xb: call without frame pointer save/setup drivers/thunderbolt/switch.o: warning: objtool: tb_port_state()+0x14: can't find jump dest instruction at .text+0x81000038 drivers/rtc/rtc-m48t35.o: warning: objtool: m48t35_set_time()+0x42: can't find jump dest instruction at .text+0xf0000048 CC [M] drivers/target/target_core_tmr.o CC [M] drivers/media/usb/gspca/sq930x.o CC [M] drivers/uwb/drp.o CC drivers/rtc/rtc-pcf8583.o lib/raid6/int8.o: warning: objtool: raid6_int8_gen_syndrome()+0x49: can't find jump dest instruction at .text+0xf04006c LD [M] sound/soc/codecs/snd-soc-ak5386.o CC net/mac80211/chan.o drivers/scsi/aic94xx/aic94xx_sds.o: warning: objtool: asd_ms_get_phy_params()+0x85: can't find jump dest instruction at .text+0x9e000107 CC [M] drivers/power/bq2415x_charger.o CC drivers/usb/class/usbtmc.o drivers/media/usb/gspca/spca506.o: warning: objtool: sd_s_ctrl()+0x22: can't find jump dest instruction at .text+0xbe0003f2 CC drivers/mfd/da9063-core.o drivers/net/phy/microchip.o: warning: objtool: lan88xx_remove()+0x10: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: lan88xx_phy_ack_interrupt()+0x16: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: lan88xx_phy_config_intr()+0x61: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: lan88xx_probe()+0x14: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: lan88xx_suspend()+0x11: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: phy_module_init()+0x17: call without frame pointer save/setup drivers/net/phy/microchip.o: warning: objtool: phy_module_exit()+0x10: call without frame pointer save/setup LD drivers/net/phy/libphy.o drivers/hwmon/ltc4151.o: warning: objtool: ltc4151_show_value()+0x18: can't find jump dest instruction at .text+0x99000104 LD [M] sound/soc/codecs/snd-soc-alc5623.o net/sunrpc/auth_gss/gss_krb5_seqnum.o: warning: objtool: krb5_get_rc4_seq_num()+0x5e: can't find jump dest instruction at .text+0x82000064 CC drivers/tty/tty_port.o lib/dump_stack.o: warning: objtool: dump_stack()+0x3a: can't find call dest symbol at offset 0xb500004b drivers/hwmon/lm92.o: warning: objtool: max6635_check()+0x3b: can't find jump dest instruction at .text+0x1e010041 net/sunrpc/auth_gss/gss_krb5_unseal.o: warning: objtool: gss_verify_mic_v1()+0x63: can't find jump dest instruction at .text+0x17010069 drivers/infiniband/core/cma.o: warning: objtool: cma_netdev_change()+0x20: can't find jump dest instruction at .text+0xbd000286 CC [M] fs/xfs/xfs_error.o CC [M] drivers/hwmon/ltc4261.o CC drivers/mfd/da9063-irq.o CC drivers/w1/masters/ds1wm.o drivers/net/ethernet/cisco/enic/enic_ethtool.o: warning: objtool: enic_get_rxnfc()+0x19: can't find jump dest instruction at .text+0xf90000f5 CC [M] net/sunrpc/xprtrdma/module.o net/ipv4/igmp.o: warning: objtool: igmp_mc_seq_show()+0x25: can't find jump dest instruction at .text+0x8a000170 LD [M] drivers/infiniband/core/ib_uverbs.o crypto/asymmetric_keys/pkcs7_trust.o: warning: objtool: pkcs7_validate_trust_one.isra.0()+0x24: can't find jump dest instruction at .text+0x2a01002a crypto/wp512.o: warning: objtool: wp512_process_buffer()+0x159: can't find jump dest instruction at .text+0xfb0a01de CC [M] drivers/scsi/aacraid/sa.o drivers/ide/ide-generic.o: warning: objtool: ide_generic_check_pci_legacy_iobases()+0x15: can't find jump dest instruction at .text.unlikely+0x8f00001a LD [M] sound/soc/codecs/snd-soc-cs35l32.o CC drivers/w1/slaves/w1_ds2413.o drivers/net/vmxnet3/vmxnet3_drv.o: warning: objtool: vmxnet3_alloc_intr_resources()+0x72: can't find jump dest instruction at .text+0x4a010218 LD [M] sound/soc/codecs/snd-soc-cs42l51.o CC [M] drivers/target/target_core_tpg.o LD [M] drivers/net/vmxnet3/vmxnet3.o LD [M] drivers/infiniband/core/rdma_cm.o drivers/net/ethernet/brocade/bna/bnad.o: warning: objtool: bnad_init()+0x8c: can't find jump dest instruction at .text+0xa0103ab CC drivers/w1/slaves/w1_ds2431.o drivers/pci/irq.o: warning: objtool: pci_lost_interrupt()+0x19: can't find call dest symbol at offset 0x69000097 drivers/net/ethernet/chelsio/cxgb3/mc5.o: warning: objtool: init_idt52100()+0x12f: can't find jump dest instruction at .text+0xe40002d0 drivers/usb/chipidea/debug.o: warning: objtool: ci_registers_show()+0x1c: can't find jump dest instruction at .text+0xca00022e CC [M] drivers/thunderbolt/tunnel_pci.o LD [M] sound/soc/codecs/snd-soc-cs42l52.o CC drivers/net/ethernet/chelsio/cxgb3/aq100x.o drivers/virtio/virtio_pci_modern.o: warning: objtool: map_capability()+0xaf: can't find jump dest instruction at .text+0x3401031a net/sunrpc/xprtrdma/svc_rdma_backchannel.o: warning: objtool: svc_rdma_bc_sendto()+0x35: can't find jump dest instruction at .text+0xa80100a1 CC [M] drivers/scsi/csiostor/csio_lnode.o CC [M] drivers/hwmon/max16065.o drivers/scsi/aacraid/dpcsup.o: warning: objtool: aac_response_normal()+0x38: can't find jump dest instruction at .text+0x7801004d CC [M] drivers/scsi/aacraid/rkt.o crypto/tea.o: warning: objtool: tea_mod_init()+0x10: call without frame pointer save/setup crypto/tea.o: warning: objtool: tea_mod_fini()+0x10: call without frame pointer save/setup LD drivers/net/phy/built-in.o sound/soc/codecs/wm8804.o: warning: objtool: wm8804_set_fmt()+0xab: can't find jump dest instruction at .text+0xae0001b2 drivers/rtc/rtc-jz4740.o: warning: objtool: jz4740_rtc_probe()+0x34: can't find jump dest instruction at .text+0x3101026a CC [M] crypto/chacha20_generic.o CC [M] drivers/hwmon/max6639.o sound/soc/codecs/wm8960.o: warning: objtool: wm8960_set_dai_clkdiv()+0x16: can't find jump dest instruction at .text+0x9900026f LD [M] sound/soc/codecs/snd-soc-cs42l56.o drivers/net/ethernet/sun/sunhme.o: warning: objtool: happy_meal_set_multicast()+0x57: can't find jump dest instruction at .text+0x8600021f CC drivers/regulator/pv88090-regulator.o CC drivers/rtc/rtc-rv3029c2.o net/ipv4/inet_fragment.o: warning: objtool: inet_frag_secret_rebuild()+0x65: can't find jump dest instruction at .text+0x4201046a CC [M] drivers/scsi/csiostor/csio_scsi.o LD [M] drivers/ide/ide-core.o net/ipv4/af_inet.o: warning: objtool: inet_create()+0x27: can't find jump dest instruction at .text+0x740200c5 CC [M] drivers/thunderbolt/eeprom.o drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.o: warning: objtool: cxgb4_dcb_cleanup_apps()+0x2d: can't find jump dest instruction at .text+0x8800019b LD [M] sound/soc/codecs/snd-soc-cs42l73.o drivers/ide/ide-gd.o: warning: objtool: ide_gd_open()+0x6c: can't find jump dest instruction at .text+0xa20002db drivers/hwmon/ltc4222.o: warning: objtool: ltc4222_show_value()+0xd: can't find call dest symbol at offset 0x70000117 CC drivers/regulator/tps51632-regulator.o CC [M] drivers/power/axp288_fuel_gauge.o CC drivers/usb/common/led.o drivers/watchdog/bcm7038_wdt.o: warning: objtool: bcm7038_wdt_probe()+0x30: can't find jump dest instruction at .text+0x2101017c net/ipv6/fou6.o: warning: objtool: gue6_build_header()+0x57: can't find call dest symbol at offset 0x130000ed LD [M] sound/soc/codecs/snd-soc-cs4270.o drivers/video/backlight/lm3639_bl.o: warning: objtool: lm3639_chip_init()+0x3f: can't find jump dest instruction at .text+0xb0000152 CC [M] drivers/scsi/aacraid/nark.o CC [M] crypto/asymmetric_keys/x509_akid-asn1.o CC [M] drivers/scsi/aic7xxx/aic7xxx_pci.o CC drivers/pci/host/pcie-designware.o CC drivers/tty/tty_mutex.o sound/soc/codecs/wm8974.o: warning: objtool: wm8974_set_dai_fmt()+0x3b: can't find jump dest instruction at .text+0x9f000125 CC [M] drivers/scsi/csiostor/csio_hw.o CC [M] drivers/usb/chipidea/ci_hdrc_zevio.o drivers/pci/pci.o: warning: objtool: pci_specified_resource_alignment()+0x27: can't find jump dest instruction at .text+0xb010324 drivers/net/ethernet/brocade/bna/cna_fwimg.o: warning: objtool: cna_get_firmware_buf()+0x2c: can't find call dest symbol at offset 0x5b0000a5 drivers/watchdog/watchdog_dev.o: warning: objtool: watchdog_ioctl()+0x36: can't find jump dest instruction at .text+0x90203e4 CC [M] drivers/net/ethernet/mellanox/mlx5/core/health.o CC [M] crypto/lz4.o CC [M] crypto/asymmetric_keys/x509_cert_parser.o CC drivers/watchdog/f71808e_wdt.o drivers/watchdog/lpc18xx_wdt.o: warning: objtool: lpc18xx_wdt_probe()+0x34: can't find jump dest instruction at .text+0x41020264 drivers/scsi/aacraid/comminit.o: warning: objtool: aac_alloc_comm.constprop.4()+0xd6: can't find jump dest instruction at .text+0xf601018c drivers/regulator/max8660.o: warning: objtool: max8660_probe()+0x3d: can't find jump dest instruction at .text+0xe301035c CC drivers/pci/hotplug-pci.o CC [M] drivers/net/ethernet/mellanox/mlx4/main.o CC drivers/regulator/rc5t583-regulator.o drivers/rtc/rtc-mt6397.o: warning: objtool: mtk_rtc_read_alarm()+0x41: can't find jump dest instruction at .text+0x8c0002fe CC drivers/pci/host/pcie-designware-plat.o CC [M] drivers/target/target_core_transport.o CC drivers/watchdog/sp5100_tco.o /home/kisskb/slave/src/sound/soc/codecs/wm8978.c: In function 'wm8978_hw_params': /home/kisskb/slave/src/sound/soc/codecs/wm8978.c:814:5: warning: 'diff' may be used uninitialized in this function [-Wuninitialized] drivers/scsi/aacraid/commctrl.o: warning: objtool: ioctl_send_fib()+0x1f: can't find jump dest instruction at .text+0x8f020043 CC drivers/rtc/rtc-rv8803.o drivers/net/ethernet/chelsio/cxgb3/t3_hw.o: warning: objtool: init_parity()+0x23: can't find jump dest instruction at .text+0xe4000be0 drivers/hwmon/lm87.o: warning: objtool: lm87_detect()+0x2f: can't find jump dest instruction at .text+0x98000035 drivers/w1/w1_io.o: warning: objtool: w1_reset_bus()+0x16: can't find call dest symbol at offset 0x1a0000f3 drivers/net/ethernet/fealnx.o: warning: objtool: getlinktype()+0x57: can't find jump dest instruction at .text+0x6401069e lib/dma-noop.o: warning: objtool: dma_noop_map_sg()+0x23: can't find call dest symbol at offset 0xb90000fa CC [M] drivers/scsi/aacraid/src.o CC drivers/pci/hotplug/pci_hotplug_core.o CC [M] drivers/scsi/csiostor/csio_hw_t5.o drivers/rtc/rtc-ds1307.o: warning: objtool: mcp794xx_read_alarm()+0x2b: can't find jump dest instruction at .text+0x3901011a drivers/net/ethernet/brocade/bna/bfa_ioc.o: warning: objtool: bfa_ioc_fw_ver_patch_cmp()+0xa: can't find jump dest instruction at .text+0x840000b0 net/ipv6/sit.o: warning: objtool: ipip6_err_gen_icmpv6_unreach()+0x38: can't find jump dest instruction at .text+0xce000259 CC [M] drivers/hwmon/max6642.o drivers/watchdog/renesas_wdt.o: warning: objtool: rwdt_probe()+0x30: can't find jump dest instruction at .text+0x70010180 CC [M] drivers/misc/enclosure.o drivers/rtc/rtc-pcf85063.o: warning: objtool: pcf85063_set_datetime()+0x4d: can't find jump dest instruction at .text+0xa3000052 drivers/uio/uio_pci_generic.o: warning: objtool: probe()+0x37: can't find jump dest instruction at .text+0xd600006a CC [M] fs/xfs/xfs_export.o LD [M] drivers/net/ethernet/brocade/bna/bna.o net/ipv6/ip6_gre.o: warning: objtool: ip6gre_tnl_link_config()+0x139: can't find jump dest instruction at .text+0xad0006a8 drivers/ide/via82cxxx.o: warning: objtool: via_cable_detect()+0x10: can't find jump dest instruction at .text+0xae000016 LD drivers/scsi/cxgbi/built-in.o drivers/rtc/rtc-m48t59.o: warning: objtool: m48t59_rtc_setalarm()+0x38: can't find jump dest instruction at .text+0x8f010265 CC [M] crypto/xor.o CC drivers/watchdog/eurotechwdt.o net/ipv4/gre_offload.o: warning: objtool: gre_gro_receive()+0x1d: can't find jump dest instruction at .text+0xa2020163 CC drivers/rtc/rtc-rx8581.o CC [M] crypto/asymmetric_keys/pkcs7-asn1.o CC drivers/w1/slaves/w1_ds2781.o drivers/scsi/aic94xx/aic94xx_scb.o: warning: objtool: asd_form_port()+0x37: can't find jump dest instruction at .text+0xae0001b4 drivers/uio/uio_cif.o: warning: objtool: hilscher_pci_probe()+0x2c: can't find jump dest instruction at .text+0x67010071 drivers/scsi/aacraid/aachba.o: warning: objtool: query_disk()+0x22: can't find jump dest instruction at .text+0xeb000056 CC net/ipv4/ipip.o drivers/net/ethernet/chelsio/cxgb4/cxgb4_ppm.o: warning: objtool: ppm_alloc_cpu_pool()+0x6b: can't find jump dest instruction at .text+0x95000071 CC [M] drivers/scsi/cxgbi/libcxgbi.o CC [M] fs/xfs/xfs_extent_busy.o CC [M] drivers/media/usb/gspca/sunplus.o drivers/net/phy/mdio-cavium.o: warning: objtool: cavium_mdiobus_c45_addr()+0x18: can't find call dest symbol at offset 0xae000052 CC net/ipv4/fou.o drivers/ide/ide-floppy_ioctl.o: warning: objtool: ide_floppy_get_format_capacities()+0x32: can't find jump dest instruction at .text+0xcf000038 CC [M] drivers/video/backlight/adp8860_bl.o LD drivers/uio/built-in.o CC drivers/mfd/da9063-i2c.o drivers/vme/boards/vme_vmivme7805.o: warning: objtool: vmic_probe()+0x2b: can't find jump dest instruction at .text+0xc9000059 drivers/uwb/address.o: warning: objtool: uwb_rc_dev_addr_mgmt()+0x38: can't find jump dest instruction at .text+0xd600003e drivers/watchdog/wdt_pci.o: warning: objtool: wdtpci_ioctl()+0x80: can't find jump dest instruction at .text+0xa60004e9 drivers/video/backlight/kb3886_bl.o: warning: objtool: kb3886bl_resume()+0x13: can't find call dest symbol at offset 0x97000100 CC net/mac80211/trace.o CC [M] drivers/video/backlight/da903x_bl.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/mcg.o CC drivers/usb/core/usb.o CC [M] drivers/media/usb/gspca/stv0680.o drivers/virtio/virtio_input.o: warning: objtool: virtinput_send_status()+0x3b: can't find jump dest instruction at .text+0x850001e3 CC [M] drivers/video/backlight/lp855x_bl.o CC drivers/mfd/da9150-core.o drivers/virtio/virtio_ring.o: warning: objtool: __vring_new_virtqueue()+0x5e: can't find jump dest instruction at .text+0x33010228 CC drivers/usb/core/hub.o drivers/scsi/aic94xx/aic94xx_dev.o: warning: objtool: asd_init_sata_pm_port_ddb()+0x30: can't find jump dest instruction at .text+0xda000347 CC [M] drivers/media/usb/gspca/t613.o drivers/net/ethernet/mellanox/mlx4/cq.o: warning: objtool: mlx4_cq_alloc()+0x35: can't find jump dest instruction at .text+0x5f020681 CC drivers/usb/dwc2/core.o drivers/watchdog/pcwd_usb.o: warning: objtool: usb_pcwd_send_command()+0x28: can't find jump dest instruction at .text+0xe9000041 drivers/video/backlight/pwm_bl.o: warning: objtool: pwm_backlight_update_status()+0x46: can't find jump dest instruction at .text+0x9e0002f3 drivers/net/irda/kingsun-sir.o: warning: objtool: kingsun_disconnect()+0x14: can't find jump dest instruction at .text+0x8000008b crypto/asymmetric_keys/pkcs7_verify.o: warning: objtool: pkcs7_digest()+0x29: can't find jump dest instruction at .text+0x7401002f CC drivers/watchdog/it87_wdt.o net/sunrpc/auth_gss/svcauth_gss.o: warning: objtool: rsc_parse()+0x50: can't find jump dest instruction at .text+0x56020715 CC [M] drivers/video/backlight/pm8941-wled.o LD drivers/scsi/cxgbi/cxgb3i/built-in.o CC drivers/usb/dwc2/core_intr.o CC [M] drivers/net/ethernet/mellanox/mlx4/mcg.o LD drivers/usb/isp1760/built-in.o CC [M] crypto/asymmetric_keys/pkcs7_parser.o drivers/video/backlight/wm831x_bl.o: warning: objtool: wm831x_backlight_set()+0x67: can't find jump dest instruction at .text+0xa100007d drivers/hwmon/ltc4245.o: warning: objtool: ltc4245_update_gpios()+0x27: can't find jump dest instruction at .text+0x8c00002c fs/xfs/xfs_attr_list.o: warning: objtool: xfs_attr_shortform_list()+0xaa: can't find jump dest instruction at .text+0x57020255 drivers/rtc/rtc-omap.o: warning: objtool: omap_rtc_set_alarm()+0x21: can't find jump dest instruction at .text+0xb7000338 drivers/vhost/vringh.o: warning: objtool: vringh_iov_xfer()+0x1d: can't find jump dest instruction at .text+0x8a000022 drivers/virtio/virtio_pci_common.o: warning: objtool: vp_setup_vq()+0x43: can't find jump dest instruction at .text+0x990002cb CC net/mac80211/mlme.o CC [M] drivers/media/usb/gspca/topro.o drivers/video/backlight/backlight.o: warning: objtool: backlight_device_register()+0x38: can't find jump dest instruction at .text+0x22010408 LD drivers/virtio/built-in.o CC [M] drivers/uwb/drp-avail.o CC [M] drivers/usb/isp1760/isp1760-core.o CC drivers/tty/tty_ldsem.o CC [M] drivers/scsi/cxgbi/cxgb3i/cxgb3i.o LD [M] drivers/virtio/virtio_pci.o CC [M] drivers/hwmon/max31790.o CC drivers/usb/host/pci-quirks.o drivers/scsi/aic94xx/aic94xx_seq.o: warning: objtool: asd_verify_lseq()+0x43: can't find jump dest instruction at .text+0x850001c6 drivers/net/ethernet/cisco/enic/enic_clsf.o: warning: objtool: enic_addfltr_5t()+0x1b: can't find jump dest instruction at .text+0x82000055 drivers/tty/tty_ioctl.o: warning: objtool: tty_wait_until_sent()+0x34: can't find jump dest instruction at .text+0x8200065c drivers/net/ethernet/chelsio/cxgb4vf/sge.o: warning: objtool: process_intrq()+0x3d: can't find jump dest instruction at .text+0xe2000341 CC [M] drivers/w1/masters/matrox_w1.o drivers/mfd/da9052-i2c.o: warning: objtool: da9052_i2c_probe()+0x39: can't find jump dest instruction at .text+0xc9000053 CC drivers/pci/msi.o drivers/power/sbs-battery.o: warning: objtool: sbs_read_string_data()+0x5e: can't find jump dest instruction at .text+0xfe00023a crypto/pcrypt.o: warning: objtool: pcrypt_create_aead.isra.9()+0x22: can't find jump dest instruction at .text+0x41010478 sound/soc/codecs/wm8978.o: warning: objtool: wm8978_configure_pll()+0x33: can't find jump dest instruction at .text+0xd90100c2 drivers/net/irda/ksdazzle-sir.o: warning: objtool: ksdazzle_disconnect()+0x14: can't find jump dest instruction at .text+0x9f0000ae CC [M] drivers/hwmon/mcp3021.o drivers/usb/chipidea/ci_hdrc_usb2.o: warning: objtool: ci_hdrc_usb2_probe()+0x73: can't find jump dest instruction at .text+0x7d0100b6 LD drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf.o drivers/regulator/max8952.o: warning: objtool: max8952_pmic_probe()+0x55: can't find jump dest instruction at .text+0x260200dc drivers/net/ethernet/ethoc.o: warning: objtool: ethoc_tx()+0x21: can't find jump dest instruction at .text+0x820006a5 LD [M] net/sunrpc/auth_gss/auth_rpcgss.o CC drivers/usb/misc/adutux.o CC drivers/watchdog/sc1200wdt.o CC drivers/tty/pty.o CC [M] drivers/net/ethernet/mellanox/mlx4/mr.o net/mac80211/rx.o: warning: objtool: ieee80211_rx_mesh_check()+0x52: can't find jump dest instruction at .text+0xaa000175 drivers/net/ethernet/sun/sungem.o: warning: objtool: gem_stop_phy()+0x36: can't find jump dest instruction at .text+0x9600057d CC drivers/regulator/s2mps11.o CC drivers/rtc/rtc-stmp3xxx.o LD drivers/power/power_supply.o drivers/w1/slaves/w1_ds2413.o: warning: objtool: output_write()+0x16: can't find jump dest instruction at .text+0xa200001c CC [M] drivers/hwmon/nct6683.o CC drivers/usb/misc/appledisplay.o drivers/video/console/vgacon.o: warning: objtool: vgacon_scrollback_update()+0x1a: can't find jump dest instruction at .text+0x9e000108 CC drivers/w1/slaves/w1_bq27000.o CC drivers/usb/dwc2/platform.o LD drivers/video/console/built-in.o LD drivers/net/ethernet/chelsio/cxgb4vf/built-in.o CC [M] drivers/usb/isp1760/isp1760-if.o drivers/tty/tty_ldisc.o: warning: objtool: tty_ldisc_restore.isra.5()+0x81: can't find jump dest instruction at .text+0x8c000532 CC drivers/usb/misc/cypress_cy7c63.o drivers/usb/chipidea/host.o: warning: objtool: host_start()+0x1a: can't find jump dest instruction at .text+0xa2010182 fs/xfs/xfs_aops.o: warning: objtool: xfs_vm_set_page_dirty()+0x45: can't find jump dest instruction at .text+0x4a01004a CC net/ipv4/udp_tunnel.o drivers/ide/ide-cd_ioctl.o: warning: objtool: ide_cd_fake_play_trkind()+0x1f: can't find jump dest instruction at .text+0xb900008e drivers/ide/ide-floppy.o: warning: objtool: ide_floppy_callback()+0x37: can't find jump dest instruction at .text+0xe2000043 CC drivers/pci/htirq.o drivers/uio/uio_mf624.o: warning: objtool: mf624_pci_probe()+0x26: can't find jump dest instruction at .text+0xbc01002c CC [M] drivers/media/usb/gspca/touptek.o CC drivers/mfd/max14577.o CC [M] drivers/uwb/drp-ie.o drivers/usb/c67x00/c67x00-sched.o: warning: objtool: c67x00_create_td()+0x41: can't find jump dest instruction at .text+0x3e0103ea CC net/mac80211/tdls.o net/ipv4/fib_semantics.o: warning: objtool: fib_convert_metrics.isra.18()+0x21: can't find jump dest instruction at .text+0xdf0002f3 LD drivers/usb/c67x00/c67x00.o CC drivers/w1/slaves/w1_ds28e04.o CC drivers/watchdog/pc87413_wdt.o drivers/pci/vc.o: warning: objtool: pci_vc_enable()+0x1e: can't find jump dest instruction at .text+0x820100c4 LD drivers/scsi/device_handler/built-in.o LD drivers/usb/gadget/legacy/built-in.o drivers/video/backlight/tps65217_bl.o: warning: objtool: tps65217_bl_hw_init()+0x1a: can't find jump dest instruction at .text+0xb900010b LD drivers/usb/c67x00/built-in.o CC [M] drivers/media/usb/gspca/tv8532.o drivers/power/lp8727_charger.o: warning: objtool: lp8727_id_detection()+0x24: can't find jump dest instruction at .text+0x9b0000da CC drivers/watchdog/nv_tco.o drivers/ide/ide-cd_verbose.o: warning: objtool: ide_cd_log_error()+0x99: can't find jump dest instruction at .text+0x9800009e drivers/video/backlight/platform_lcd.o: warning: objtool: platform_lcd_probe()+0x34: can't find jump dest instruction at .text+0x980000f0 drivers/mfd/da9052-core.o: warning: objtool: da9052_adc_manual_read()+0x1b: can't find jump dest instruction at .text+0xc2000170 CC drivers/usb/host/sl811-hcd.o CC [M] drivers/scsi/device_handler/scsi_dh_rdac.o drivers/mfd/da9055-i2c.o: warning: objtool: da9055_i2c_remove()+0xb: call without frame pointer save/setup drivers/mfd/da9055-i2c.o: warning: objtool: da9055_i2c_probe()+0x25: call without frame pointer save/setup drivers/mfd/da9055-i2c.o: warning: objtool: da9055_i2c_init()+0xf: call without frame pointer save/setup drivers/mfd/da9055-i2c.o: warning: objtool: da9055_i2c_exit()+0xb: call without frame pointer save/setup net/ipv4/fib_frontend.o: warning: objtool: inet_dump_fib()+0x29: can't find jump dest instruction at .text+0x8d000150 drivers/video/backlight/adp5520_bl.o: warning: objtool: adp5520_bl_setup()+0x51: can't find jump dest instruction at .text+0xd70001dc LD drivers/video/backlight/built-in.o /home/kisskb/slave/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /home/kisskb/slave/src/drivers/w1/slaves/w1_therm.c:517:15: warning: 'crc' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/uwb/est.o LD [M] drivers/ide/ide-gd_mod.o CC drivers/rtc/rtc-sunxi.o CC [M] fs/xfs/xfs_file.o CC [M] drivers/usb/gadget/legacy/zero.o drivers/net/ethernet/myricom/myri10ge/myri10ge.o: warning: objtool: myri10ge_get_ethtool_stats()+0x1f2: can't find jump dest instruction at .text+0xe5000313 CC drivers/usb/misc/cytherm.o LD drivers/usb/mon/built-in.o CC drivers/usb/gadget/udc/udc-core.o drivers/net/ethernet/chelsio/cxgb3/xgmac.o: warning: objtool: t3b2_mac_reset()+0x140: can't find jump dest instruction at .text+0xf90001e7 drivers/net/irda/ks959-sir.o: warning: objtool: ks959_disconnect()+0x14: can't find jump dest instruction at .text+0xcf0000ae CC drivers/usb/gadget/udc/pxa27x_udc.o drivers/w1/w1.o: warning: objtool: w1_family_notify()+0x1b: can't find jump dest instruction at .text+0x87000124 CC [M] drivers/scsi/bfa/bfad_im.o CC [M] drivers/scsi/csiostor/csio_isr.o CC drivers/regulator/stw481x-vmmc.o CC [M] drivers/usb/mon/mon_main.o CC [M] drivers/target/target_core_sbc.o drivers/w1/slaves/w1_ds2431.o: warning: objtool: w1_f2d_readblock()+0x4a: can't find jump dest instruction at .text+0x83000050 net/sunrpc/auth_gss/gss_krb5_wrap.o: warning: objtool: gss_unwrap_kerberos_v1()+0x79: can't find jump dest instruction at .text+0x4803007f CC [M] drivers/w1/slaves/w1_smem.o LD [M] sound/soc/codecs/snd-soc-cs4349.o CC net/mac80211/ocb.o drivers/tty/tty_io.o: warning: objtool: do_tty_write()+0x39: can't find jump dest instruction at .text+0x330102db drivers/thunderbolt/cap.o: warning: objtool: tb_find_cap()+0x27: can't find jump dest instruction at .text+0x3301002c LD drivers/usb/gadget/function/built-in.o LD [M] sound/soc/codecs/snd-soc-gtm601.o CC drivers/usb/phy/phy.o drivers/power/max77693_charger.o: warning: objtool: max77693_charger_get_property()+0x22: can't find jump dest instruction at .text+0x50102a8 sound/soc/codecs/wm8903.o: warning: objtool: wm8903_set_dai_fmt()+0x38: can't find jump dest instruction at .text+0x9c00012a LD drivers/power/built-in.o drivers/rtc/rtc-pcf8563.o: warning: objtool: pcf8563_get_datetime()+0x33: can't find jump dest instruction at .text+0x64010287 LD [M] sound/soc/codecs/snd-soc-jz4740-codec.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/cq.o drivers/media/usb/gspca/sq905.o: warning: objtool: sq905_dostream()+0x40: can't find jump dest instruction at .text+0xb001040e CC drivers/usb/phy/phy-gpio-vbus-usb.o drivers/w1/slaves/w1_ds2408.o: warning: objtool: status_control_write()+0x16: can't find jump dest instruction at .text+0xd500001c CC [M] drivers/media/usb/gspca/vicam.o CC drivers/regulator/tps62360-regulator.o CC [M] drivers/usb/gadget/function/f_acm.o CC [M] drivers/w1/slaves/w1_ds2406.o drivers/usb/common/common.o: warning: objtool: usb_get_dr_mode()+0x16: call without frame pointer save/setup drivers/usb/common/common.o: warning: objtool: usb_get_maximum_speed()+0x16: call without frame pointer save/setup CC [M] drivers/usb/mon/mon_stat.o LD [M] sound/soc/codecs/snd-soc-pcm3168a.o CC [M] drivers/usb/isp1760/isp1760-hcd.o drivers/hwmon/ltc4261.o: warning: objtool: ltc4261_show_value()+0x1c: can't find jump dest instruction at .text+0x95000157 drivers/usb/chipidea/ci_hdrc_msm.o: warning: objtool: ci_hdrc_msm_remove()+0x16: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_msm.o: warning: objtool: ci_hdrc_msm_probe()+0x1d: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_msm.o: warning: objtool: ci_hdrc_msm_driver_init()+0x12: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_msm.o: warning: objtool: ci_hdrc_msm_driver_exit()+0xb: call without frame pointer save/setup LD drivers/net/ethernet/sun/built-in.o drivers/usb/chipidea/core.o: warning: objtool: hw_phymode_configure()+0x19: can't find jump dest instruction at .text+0xab0002ce CC [M] drivers/hwmon/nct7802.o CC [M] drivers/usb/chipidea/ci_hdrc_pci.o net/ipv4/ip_tunnel_core.o: warning: objtool: __iptunnel_pull_header()+0x35: can't find jump dest instruction at .text+0x12010189 drivers/video/backlight/aat2870_bl.o: warning: objtool: aat2870_bl_update_status()+0x44: can't find jump dest instruction at .text+0x880000b0 CC drivers/usb/phy/phy-isp1301.o CC drivers/pci/ats.o drivers/media/usb/gspca/sq905c.o: warning: objtool: sd_config()+0xd4: can't find jump dest instruction at .text+0xb90002bf CC drivers/regulator/tps6507x-regulator.o drivers/scsi/aacraid/rx.o: warning: objtool: aac_rx_restart_adapter()+0x2b: can't find jump dest instruction at .text+0xd0100e2 CC [M] drivers/net/ethernet/mellanox/mlx5/core/srq.o LD [M] sound/soc/codecs/snd-soc-pcm3168a-i2c.o CC drivers/watchdog/sbc60xxwdt.o crypto/lz4.o: warning: objtool: lz4_exit()+0x8: call without frame pointer save/setup crypto/lz4.o: warning: objtool: lz4_init()+0xe: call without frame pointer save/setup crypto/lz4.o: warning: objtool: lz4_decompress_crypto()+0x22: call without frame pointer save/setup crypto/lz4.o: warning: objtool: lz4_compress_crypto()+0x29: call without frame pointer save/setup crypto/lz4.o: warning: objtool: lz4_mod_init()+0xb: call without frame pointer save/setup crypto/lz4.o: warning: objtool: lz4_mod_fini()+0xb: call without frame pointer save/setup CC drivers/tty/tty_audit.o fs/xfs/xfs_bmap_util.o: warning: objtool: xfs_swap_extents_check_format()+0x13: can't find jump dest instruction at .text+0xb7010019 drivers/scsi/aic7xxx/aic7xxx_93cx6.o: warning: objtool: send_seeprom_cmd()+0x53: can't find jump dest instruction at .text+0x8a000068 LD [M] sound/soc/codecs/snd-soc-pcm512x.o CC drivers/usb/phy/phy-ulpi-viewport.o drivers/w1/slaves/w1_therm.o: warning: objtool: w1_seq_show()+0x35: can't find jump dest instruction at .text+0xb801005a LD crypto/crypto.o drivers/net/ethernet/cisco/enic/enic_api.o: warning: objtool: enic_api_devcmd_proxy_by_index()+0x3d: call without frame pointer save/setup drivers/media/usb/gspca/spca561.o: warning: objtool: sd_s_ctrl()+0x26: can't find jump dest instruction at .text+0xa8010259 LD [M] sound/soc/codecs/snd-soc-pcm512x-i2c.o CC drivers/watchdog/sch311x_wdt.o CC [M] drivers/w1/slaves/w1_ds2780.o net/sunrpc/xprtrdma/svc_rdma_marshal.o: warning: objtool: svc_rdma_xdr_decode_req()+0x29: can't find jump dest instruction at .text+0xa2010150 LD crypto/crypto_algapi.o CC [M] drivers/usb/phy/phy-generic.o CC [M] drivers/media/usb/gspca/xirlink_cit.o LD crypto/crypto_blkcipher.o drivers/target/target_core_fabric_lib.o: warning: objtool: iscsi_get_pr_transport_id()+0x48: can't find jump dest instruction at .text+0xa200004e LD [M] sound/soc/codecs/snd-soc-rl6231.o drivers/regulator/pv88080-regulator.o: warning: objtool: pv88080_i2c_probe()+0x4b: can't find jump dest instruction at .text+0x8a0201dc drivers/mfd/da9055-core.o: warning: objtool: da9055_device_init()+0x34: can't find jump dest instruction at .text+0x940000ed CC [M] drivers/scsi/aic7xxx/aic7xxx_reg_print.o LD crypto/crypto_hash.o drivers/pci/proc.o: warning: objtool: show_device()+0x1a: can't find jump dest instruction at .text+0xa010077 drivers/mfd/da9063-irq.o: warning: objtool: da9063_irq_init()+0x41: call without frame pointer save/setup drivers/mfd/da9063-irq.o: warning: objtool: da9063_irq_exit()+0xb: call without frame pointer save/setup CC drivers/regulator/tps65217-regulator.o LD [M] sound/soc/codecs/snd-soc-rt5631.o CC drivers/mfd/max8907.o CC net/mac80211/led.o drivers/rtc/rtc-pcf8583.o: warning: objtool: pcf8583_rtc_read_time()+0x8e: can't find call dest symbol at offset 0x8dff023d drivers/w1/masters/ds2490.o: warning: objtool: ds_probe()+0x3f: can't find jump dest instruction at .text+0xb7010322 CC drivers/usb/dwc2/hcd.o drivers/net/ethernet/jme.o: warning: objtool: jme_rxsum_ok()+0x19: can't find jump dest instruction at .text+0x920002fd LD [M] sound/soc/codecs/snd-soc-rt5640.o CC net/mac80211/mesh.o CC [M] drivers/usb/gadget/usbstring.o drivers/misc/ioc4.o: warning: objtool: ioc4_probe()+0x4b: can't find jump dest instruction at .text+0xf20204c6 CC drivers/usb/gadget/udc/renesas_usb3.o drivers/vhost/scsi.o: warning: objtool: vhost_scsi_make_tport()+0x36: can't find jump dest instruction at .text+0xeb00022b drivers/vme/vme.o: warning: objtool: __vme_register_driver_bus()+0x30: can't find jump dest instruction at .text+0xb9000200 drivers/mfd/da9063-core.o: warning: objtool: da9063_device_init()+0xce: can't find jump dest instruction at .text+0x40100d4 CC [M] drivers/misc/cs5535-mfgpt.o LD [M] drivers/vhost/vhost_scsi.o CC drivers/regulator/tps6586x-regulator.o CC [M] drivers/usb/gadget/udc/amd5536udc.o drivers/net/ethernet/dec/tulip/de4x5.o: warning: objtool: de4x5_rst_desc_ring()+0xf: can't find jump dest instruction at .text+0xc1000169 CC lib/earlycpio.o LD [M] sound/soc/codecs/snd-soc-rt5651.o CC drivers/mfd/abx500-core.o crypto/salsa20_generic.o: warning: objtool: salsa20_wordtobyte()+0x46b: can't find jump dest instruction at .text+0x1afd0647 LD drivers/net/ethernet/dec/tulip/built-in.o drivers/hwmon/max6642.o: warning: objtool: max6642_update_device()+0x44: can't find jump dest instruction at .text+0xa300004a drivers/thunderbolt/path.o: warning: objtool: tb_path_deactivate()+0x67: can't find jump dest instruction at .text+0x8e00053b drivers/hwmon/max16065.o: warning: objtool: max16065_update_device()+0x4a: can't find jump dest instruction at .text+0x9f0000f6 CC [M] drivers/hwmon/pwm-fan.o LD crypto/cryptomgr.o CC [M] drivers/usb/gadget/function/f_loopback.o drivers/net/ethernet/ec_bhf.o: warning: objtool: ec_bhf_process_rx()+0x19: can't find jump dest instruction at .text+0xe00003f6 LD drivers/net/ethernet/dec/built-in.o LD [M] sound/soc/codecs/snd-soc-sgtl5000.o net/sunrpc/auth_gss/gss_krb5_keys.o: warning: objtool: krb5_nfold()+0xe3: can't find jump dest instruction at .text+0x74000132 crypto/seed.o: warning: objtool: seed_set_key()+0x103: can't find jump dest instruction at .text+0x1a0019ae CC [M] drivers/net/ethernet/mellanox/mlx5/core/alloc.o CC [M] drivers/uwb/ie.o net/ipv4/ping.o: warning: objtool: ping_recvmsg()+0x31: can't find jump dest instruction at .text+0x830202e0 CC [M] drivers/usb/phy/phy-msm-usb.o drivers/net/ethernet/cisco/enic/vnic_dev.o: warning: objtool: _vnic_dev_cmd2()+0x44: can't find jump dest instruction at .text+0x9c010104 LD crypto/jitterentropy_rng.o drivers/scsi/aic94xx/aic94xx_tmf.o: warning: objtool: asd_initiate_ssp_tmf()+0x81: can't find jump dest instruction at .text+0x5d010295 CC [M] drivers/net/ethernet/mellanox/mlx5/core/qp.o LD drivers/net/ethernet/cisco/enic/enic.o LD [M] sound/soc/codecs/snd-soc-sigmadsp.o CC drivers/usb/dwc2/hcd_intr.o CC drivers/usb/gadget/udc/bdc/bdc_core.o drivers/pci/host/pcie-designware-plat.o: warning: objtool: dw_plat_pcie_probe()+0x6e: can't find call dest symbol at offset 0xd4ff014d drivers/hwmon/max6639.o: warning: objtool: max6639_init_client()+0x33: can't find jump dest instruction at .text+0xa401009d CC drivers/usb/dwc2/hcd_queue.o CC [M] drivers/media/usb/gspca/zc3xx.o CC [M] drivers/scsi/csiostor/csio_mb.o net/sunrpc/xprtrdma/svc_rdma_sendto.o: warning: objtool: send_write()+0x50: can't find jump dest instruction at .text+0x2f02021f CC drivers/usb/dwc2/hcd_ddma.o CC [M] drivers/hwmon/sch56xx-common.o drivers/scsi/aacraid/rkt.o: warning: objtool: aac_rkt_select_comm()+0xd: call without frame pointer save/setup drivers/scsi/aacraid/rkt.o: warning: objtool: aac_rkt_ioremap()+0x24: call without frame pointer save/setup drivers/scsi/aacraid/rkt.o: warning: objtool: aac_rkt_init()+0x1a: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_zevio.o: warning: objtool: ci_hdrc_zevio_remove()+0xb: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_zevio.o: warning: objtool: ci_hdrc_zevio_probe()+0x28: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_zevio.o: warning: objtool: ci_hdrc_zevio_driver_init()+0x12: call without frame pointer save/setup drivers/usb/chipidea/ci_hdrc_zevio.o: warning: objtool: ci_hdrc_zevio_driver_exit()+0xb: call without frame pointer save/setup LD drivers/scsi/hisi_sas/built-in.o drivers/video/backlight/da903x_bl.o: warning: objtool: da903x_backlight_probe()+0x3c: can't find jump dest instruction at .text+0xf4000129 drivers/media/usb/gspca/sq930x.o: warning: objtool: reg_wb()+0x27: can't find jump dest instruction at .text+0xbc0000b0 CC lib/extable.o LD [M] sound/soc/codecs/snd-soc-sigmadsp-i2c.o drivers/scsi/aacraid/sa.o: warning: objtool: aac_sa_intr()+0x2a: can't find jump dest instruction at .text+0xcf00009e LD drivers/net/ethernet/cisco/enic/built-in.o drivers/tty/n_tty.o: warning: objtool: canon_copy_from_read_buf()+0x2c: can't find jump dest instruction at .text+0xd00103ce CC lib/flex_proportions.o drivers/w1/slaves/w1_bq27000.o: warning: objtool: w1_bq27000_remove_slave()+0xb: call without frame pointer save/setup drivers/w1/slaves/w1_bq27000.o: warning: objtool: w1_bq27000_add_slave()+0x18: call without frame pointer save/setup drivers/w1/slaves/w1_bq27000.o: warning: objtool: w1_bq27000_read()+0x1a: call without frame pointer save/setup drivers/w1/slaves/w1_bq27000.o: warning: objtool: w1_bq27000_init()+0x1b: call without frame pointer save/setup drivers/w1/slaves/w1_bq27000.o: warning: objtool: w1_bq27000_exit()+0xb: call without frame pointer save/setup CC drivers/usb/core/hcd.o CC [M] drivers/usb/gadget/udc/m66592-udc.o drivers/target/target_core_fabric_configfs.o: warning: objtool: target_fabric_make_tpg()+0x3b: can't find jump dest instruction at .text+0x3401027b LD [M] sound/soc/codecs/snd-soc-spdif-rx.o CC [M] drivers/scsi/hisi_sas/hisi_sas_main.o CC lib/idr.o drivers/watchdog/eurotechwdt.o: warning: objtool: eurwdt_ioctl()+0x14: can't find jump dest instruction at .text+0xd400020d LD drivers/net/ethernet/cisco/built-in.o drivers/thunderbolt/tunnel_pci.o: warning: objtool: tb_pci_alloc()+0x2b: can't find jump dest instruction at .text+0x4b0200fc CC drivers/rtc/rtc-v3020.o drivers/scsi/aacraid/nark.o: warning: objtool: aac_nark_ioremap()+0x42: can't find jump dest instruction at .text+0x8b000047 drivers/w1/w1_int.o: warning: objtool: w1_alloc_dev.constprop.3()+0x40: can't find jump dest instruction at .text+0x72010045 drivers/tty/tty_buffer.o: warning: objtool: tty_insert_flip_string_fixed_flag()+0x9f: can't find jump dest instruction at .text+0x79000359 CC drivers/tty/n_hdlc.o LD [M] sound/soc/codecs/snd-soc-spdif-tx.o drivers/w1/slaves/w1_ds2781.o: warning: objtool: w1_ds2781_do_io()+0x22: can't find jump dest instruction at .text+0x8600014e drivers/rtc/rtc-rx8581.o: warning: objtool: rx8581_set_datetime()+0xd1: can't find jump dest instruction at .text+0x81000127 drivers/regulator/tps51632-regulator.o: warning: objtool: tps51632_init_dcdc()+0x1e: can't find jump dest instruction at .text+0xac0000d4 CC [M] drivers/hwmon/sch5627.o CC [M] drivers/usb/isp1760/isp1760-udc.o drivers/pci/setup-bus.o: warning: objtool: reassign_resources_sorted()+0x1e: can't find jump dest instruction at .text+0xf600014f CC drivers/rtc/rtc-vr41xx.o CC [M] drivers/usb/gadget/udc/mv_udc_core.o drivers/regulator/rc5t583-regulator.o: warning: objtool: rc5t583_regulator_probe()+0x5f: can't find jump dest instruction at .text+0x2401009b CC [M] drivers/usb/gadget/legacy/audio.o CC drivers/pci/iov.o CC [M] drivers/hwmon/sch5636.o drivers/w1/slaves/w1_smem.o: warning: objtool: w1_smem_init()+0xf: call without frame pointer save/setup drivers/w1/slaves/w1_smem.o: warning: objtool: w1_smem_fini()+0xb: call without frame pointer save/setup drivers/regulator/pv88090-regulator.o: warning: objtool: pv88090_i2c_probe()+0x4b: can't find jump dest instruction at .text+0x6f0201cd LD [M] sound/soc/codecs/snd-soc-sta350.o lib/earlycpio.o: warning: objtool: find_cpio_data()+0x48: can't find jump dest instruction at .text+0x8701004d drivers/usb/common/led.o: warning: objtool: usb_led_activity()+0x30: call without frame pointer save/setup drivers/usb/common/led.o: warning: objtool: ledtrig_usb_init()+0x12: call without frame pointer save/setup drivers/usb/common/led.o: warning: objtool: ledtrig_usb_exit()+0xb: call without frame pointer save/setup LD drivers/w1/wire.o drivers/w1/masters/ds1wm.o: warning: objtool: ds1wm_search()+0x3c: can't find jump dest instruction at .text+0xd7010408 CC drivers/usb/core/urb.o LD drivers/usb/common/usb-common.o CC [M] drivers/usb/gadget/legacy/ether.o CC [M] drivers/usb/mon/mon_text.o drivers/uwb/drp.o: warning: objtool: evaluate_conflict_action()+0x2a: can't find jump dest instruction at .text+0x8c000030 CC [M] fs/xfs/xfs_filestream.o net/ipv4/fib_trie.o: warning: objtool: fib_route_seq_show()+0x39: can't find jump dest instruction at .text+0x79010415 drivers/ide/ide-cd.o: warning: objtool: idecd_locked_ioctl()+0x30: can't find jump dest instruction at .text+0x8e0002db CC lib/int_sqrt.o LD drivers/media/usb/gspca/m5602/built-in.o CC [M] drivers/usb/mon/mon_bin.o CC [M] drivers/usb/host/ehci-hcd.o LD [M] drivers/ide/ide-cd_mod.o LD [M] sound/soc/codecs/snd-soc-sti-sas.o drivers/hwmon/mcp3021.o: warning: objtool: mcp3021_probe()+0x28: can't find jump dest instruction at .text+0xcd0000e9 LD drivers/media/usb/gspca/gl860/built-in.o LD drivers/usb/common/built-in.o drivers/hwmon/lm93.o: warning: objtool: lm93_detect()+0x2e: can't find jump dest instruction at .text+0xc9000230 drivers/usb/atm/usbatm.o: warning: objtool: usbatm_usb_disconnect()+0x1b: can't find jump dest instruction at .text+0xbc0100d7 CC [M] drivers/net/ethernet/mellanox/mlx5/core/port.o drivers/watchdog/f71808e_wdt.o: warning: objtool: watchdog_start.part.5()+0x25: can't find jump dest instruction at .text+0x6501039c CC [M] drivers/media/usb/gspca/m5602/m5602_core.o drivers/rtc/rtc-rv8803.o: warning: objtool: rv8803_set_time()+0x28: can't find jump dest instruction at .text+0xb3000098 LD drivers/media/usb/gspca/stv06xx/built-in.o net/ipv4/proc.o: warning: objtool: icmpmsg_put()+0x5a: can't find call dest symbol at offset 0x200056c drivers/usb/isp1760/isp1760-core.o: warning: objtool: isp1760_init_core()+0x5e: call without frame pointer save/setup drivers/usb/isp1760/isp1760-core.o: warning: objtool: isp1760_register()+0x10: call without frame pointer save/setup drivers/usb/isp1760/isp1760-core.o: warning: objtool: isp1760_unregister()+0x10: call without frame pointer save/setup LD drivers/usb/renesas_usbhs/built-in.o CC drivers/rtc/rtc-wm831x.o CC net/ipv4/syncookies.o CC drivers/watchdog/via_wdt.o LD drivers/usb/atm/built-in.o CC [M] drivers/hwmon/shtc1.o CC [M] drivers/media/usb/gspca/gl860/gl860.o CC [M] drivers/w1/masters/ds2482.o drivers/video/backlight/lp855x_bl.o: warning: objtool: lp855x_configure()+0x16: can't find jump dest instruction at .text+0x3c010128 CC [M] drivers/usb/renesas_usbhs/common.o CC [M] drivers/target/target_core_spc.o drivers/thunderbolt/eeprom.o: warning: objtool: tb_eeprom_get_drom_offset()+0x7d: can't find jump dest instruction at .text+0x9e000083 CC [M] drivers/net/ethernet/mellanox/mlx4/pd.o LD [M] drivers/thunderbolt/thunderbolt.o fs/xfs/xfs_discard.o: warning: objtool: xfs_trim_extents()+0x5a: can't find jump dest instruction at .text+0xcf010060 drivers/usb/chipidea/udc.o: warning: objtool: _ep_set_halt()+0x23: can't find jump dest instruction at .text+0x640103e1 CC lib/ioremap.o LD [M] sound/soc/codecs/snd-soc-tas5086.o CC [M] drivers/media/usb/gspca/stv06xx/stv06xx.o CC net/mac80211/mesh_pathtbl.o CC [M] drivers/usb/renesas_usbhs/mod.o drivers/video/backlight/pm8941-wled.o: warning: objtool: pm8941_wled_probe()+0x13: call without frame pointer save/setup drivers/video/backlight/pm8941-wled.o: warning: objtool: pm8941_wled_driver_init()+0x12: call without frame pointer save/setup drivers/video/backlight/pm8941-wled.o: warning: objtool: pm8941_wled_driver_exit()+0xb: call without frame pointer save/setup CC drivers/regulator/twl-regulator.o LD [M] sound/soc/codecs/snd-soc-tfa9879.o drivers/scsi/csiostor/csio_attr.o: warning: objtool: csio_fcoe_free_vnp()+0x4a: can't find jump dest instruction at .text+0xe100016e net/ipv4/sysctl_net_ipv4.o: warning: objtool: proc_tcp_fastopen_key()+0x51: can't find jump dest instruction at .text+0xb010383 drivers/net/ethernet/mellanox/mlx5/core/pagealloc.o: warning: objtool: page_notify_fail()+0x2a: can't find jump dest instruction at .text+0x940000f2 CC drivers/usb/core/message.o CC [M] drivers/usb/gadget/legacy/g_ffs.o drivers/watchdog/sp5100_tco.o: warning: objtool: sp5100_tco_ioctl()+0x10: can't find jump dest instruction at .text+0xae00023c CC [M] drivers/scsi/hisi_sas/hisi_sas_v1_hw.o CC net/mac80211/mesh_plink.o drivers/net/ethernet/mellanox/mlx4/icm.o: warning: objtool: mlx4_alloc_icm_coherent()+0x40: can't find jump dest instruction at .text+0xae0000b9 LD [M] sound/soc/codecs/snd-soc-tlv320aic23.o drivers/uwb/drp-avail.o: warning: objtool: uwb_drp_avail_init()+0xf: can't find call dest symbol at offset 0xa20000fc /home/kisskb/slave/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_level_show': /home/kisskb/slave/src/drivers/video/backlight/adp8860_bl.c:579:10: warning: 'ret_val' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/hwmon/smm665.o drivers/hwmon/max31790.o: warning: objtool: set_pwm_enable()+0x3c: can't find jump dest instruction at .text+0x95000087 drivers/tty/tty_mutex.o: warning: objtool: tty_lock()+0x31: can't find call dest symbol at offset 0x850000c3 drivers/tty/tty_ldsem.o: warning: objtool: down_write_failed()+0x53: can't find jump dest instruction at .sched.text+0xd6000058 CC [M] drivers/hwmon/smsc47b397.o CC drivers/tty/n_gsm.o drivers/mfd/da9063-i2c.o: warning: objtool: da9063_i2c_probe()+0x30: can't find jump dest instruction at .text+0xb400004a LD [M] sound/soc/codecs/snd-soc-tlv320aic23-i2c.o drivers/pci/hotplug-pci.o: warning: objtool: pci_hp_add_bridge()+0x41: call without frame pointer save/setup drivers/media/v4l2-core/videobuf2-core.o: warning: objtool: __vb2_buf_mem_free()+0x1e: can't find jump dest instruction at .text+0x90000023 CC net/ipv4/ipcomp.o CC [M] drivers/usb/host/ehci-pci.o net/mac80211/tx.o: warning: objtool: ieee80211_tx_h_check_assoc()+0x1a: can't find jump dest instruction at .text+0xe0000130 CC [M] drivers/net/ethernet/mellanox/mlx5/core/mr.o drivers/watchdog/it87_wdt.o: warning: objtool: wdt_ioctl()+0x16: can't find jump dest instruction at .text+0x980003a5 CC [M] drivers/w1/masters/mxc_w1.o LD [M] sound/soc/codecs/snd-soc-tlv320aic3x.o drivers/misc/vmw_vmci/vmci_queue_pair.o: warning: objtool: qp_host_map_queues()+0x1f: can't find jump dest instruction at .text+0x84000136 CC [M] drivers/net/ethernet/mellanox/mlx5/core/pd.o net/mac80211/wme.o: warning: objtool: ieee80211_downgrade_queue()+0x33: can't find jump dest instruction at .text+0x85000039 drivers/rtc/rtc-rv3029c2.o: warning: objtool: rv3029_set_time()+0x23: can't find jump dest instruction at .text+0xbf000135 LD drivers/misc/vmw_vmci/vmw_vmci.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/mad.o CC [M] drivers/uwb/ie-rcv.o drivers/target/target_core_device.o: warning: objtool: transport_lookup_cmd_lun()+0x3a: can't find jump dest instruction at .text+0x97000328 drivers/usb/misc/cypress_cy7c63.o: warning: objtool: cypress_probe()+0x37: can't find jump dest instruction at .text+0x960000b6 CC [M] drivers/usb/phy/phy-qcom-8x16-usb.o LD [M] sound/soc/codecs/snd-soc-wm8510.o CC drivers/rtc/rtc-x1205.o CC drivers/usb/misc/ftdi-elan.o drivers/scsi/csiostor/csio_hw_t5.o: warning: objtool: csio_t5_memory_rw()+0x1c: can't find jump dest instruction at .text+0xd6000056 net/ipv6/ip6_tunnel.o: warning: objtool: ip6_tnl_fill_info()+0x37: can't find jump dest instruction at .text+0xb4010424 LD drivers/misc/vmw_vmci/built-in.o drivers/watchdog/sc1200wdt.o: warning: objtool: sc1200wdt_ioctl()+0x14: can't find jump dest instruction at .text+0xe100016e CC [M] drivers/regulator/aat2870-regulator.o CC drivers/tty/n_tracesink.o drivers/pci/slot.o: warning: objtool: make_slot_name()+0x24: can't find jump dest instruction at .text+0x8700025c LD [M] sound/soc/codecs/snd-soc-wm8580.o drivers/w1/slaves/w1_ds2406.o: warning: objtool: w1_f12_read_state()+0x31: can't find jump dest instruction at .text+0xbf000063 drivers/net/ethernet/emulex/benet/be_cmds.o: warning: objtool: be_check_ufi_compatibility()+0x21: can't find jump dest instruction at .text+0x9c000192 drivers/net/ethernet/mellanox/mlx4/fw_qos.o: warning: objtool: mlx4_SET_VPORT_QOS_set()+0x2c: can't find jump dest instruction at .text+0x81000032 drivers/usb/dwc2/core_intr.o: warning: objtool: dwc2_handle_otg_intr()+0x5a: can't find jump dest instruction at .text+0xa500021e CC drivers/usb/dwc2/debugfs.o crypto/xor.o: warning: objtool: xor_sse_5()+0x44a: can't find jump dest instruction at .text+0x1fd049e drivers/w1/slaves/w1_ds28e04.o: warning: objtool: pio_write()+0x1b: can't find jump dest instruction at .text+0xa6000021 crypto/asymmetric_keys/x509_cert_parser.o: warning: objtool: x509_decode_time()+0x1f: can't find jump dest instruction at .text+0x59020025 LD drivers/w1/slaves/built-in.o CC [M] drivers/media/usb/gspca/gl860/gl860-mi1320.o CC [M] drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.o CC [M] drivers/target/target_core_ua.o fs/xfs/xfs_error.o: warning: objtool: xfs_error_test()+0x23: call without frame pointer save/setup fs/xfs/xfs_error.o: warning: objtool: xfs_errortag_add()+0xd7: call without frame pointer save/setup fs/xfs/xfs_error.o: warning: objtool: xfs_errortag_clearall()+0x9b: call without frame pointer save/setup fs/xfs/xfs_error.o: warning: objtool: xfs_error_report()+0x2e: call without frame pointer save/setup fs/xfs/xfs_error.o: warning: objtool: xfs_corruption_error()+0x49: call without frame pointer save/setup fs/xfs/xfs_error.o: warning: objtool: xfs_verifier_error()+0x4c: call without frame pointer save/setup drivers/usb/isp1760/isp1760-if.o: warning: objtool: isp1761_pci_init()+0x76: can't find jump dest instruction at .text+0x640100c2 drivers/rtc/rtc-stmp3xxx.o: warning: objtool: stmp3xxx_rtc_probe()+0x36: can't find jump dest instruction at .text+0xb401016d LD [M] sound/soc/codecs/snd-soc-wm8728.o CC [M] drivers/usb/renesas_usbhs/pipe.o CC [M] drivers/misc/hpilo.o CC net/ipv4/xfrm4_tunnel.o drivers/watchdog/pc87413_wdt.o: warning: objtool: pc87413_ioctl()+0x12: can't find jump dest instruction at .text+0xa200023b LD [M] sound/soc/codecs/snd-soc-wm8753.o drivers/w1/masters/matrox_w1.o: warning: objtool: matrox_w1_probe()+0x7c: can't find jump dest instruction at .text+0x45010142 drivers/uwb/drp-ie.o: warning: objtool: uwb_drp_ie_update()+0x27: can't find jump dest instruction at .text+0x8001013a CC [M] drivers/scsi/csiostor/csio_rnode.o CC [M] drivers/scsi/bfa/bfad_attr.o LD drivers/w1/masters/built-in.o drivers/net/ethernet/dnet.o: warning: objtool: dnet_mii_probe()+0x2f: can't find jump dest instruction at .text+0xbc0003fb drivers/scsi/aic94xx/aic94xx_task.o: warning: objtool: asd_get_response_tasklet()+0x4e: can't find jump dest instruction at .text+0x8c000072 drivers/net/ethernet/chelsio/cxgb3/aq100x.o: warning: objtool: t3_aq100x_phy_prep()+0xf0: can't find jump dest instruction at .text+0x96010494 /home/kisskb/slave/src/drivers/scsi/aacraid/src.c: In function 'aac_src_intr_message': /home/kisskb/slave/src/drivers/scsi/aacraid/src.c:97:4: warning: 'bellbits' may be used uninitialized in this function [-Wuninitialized] drivers/media/usb/gspca/stv0680.o: warning: objtool: stv0680_set_video_mode()+0x1b: can't find jump dest instruction at .text+0x930001e5 LD [M] drivers/scsi/aic94xx/aic94xx.o LD [M] sound/soc/codecs/snd-soc-wm8776.o net/sunrpc/xprtrdma/module.o: warning: objtool: rpc_rdma_cleanup()+0x4: call without frame pointer save/setup net/sunrpc/xprtrdma/module.o: warning: objtool: rpc_rdma_init()+0x8: call without frame pointer save/setup CC net/mac80211/mesh_hwmp.o LD [M] drivers/media/usb/gspca/gspca_main.o CC [M] drivers/uwb/lc-dev.o CC [M] drivers/usb/host/ehci-platform.o CC [M] drivers/usb/gadget/function/f_sourcesink.o CC drivers/usb/gadget/udc/bdc/bdc_cmd.o CC [M] drivers/rtc/rtc-ab3100.o drivers/watchdog/sbc60xxwdt.o: warning: objtool: fop_ioctl()+0x12: can't find jump dest instruction at .text+0xa5000199 LD drivers/usb/storage/built-in.o CC [M] drivers/scsi/aic7xxx/aic79xx_core.o lib/extable.o: warning: objtool: sort_extable()+0x2c: call without frame pointer save/setup CC lib/irq_regs.o LD drivers/scsi/isci/built-in.o LD [M] drivers/media/usb/gspca/gspca_benq.o LD [M] sound/soc/codecs/snd-soc-wm8804.o CC [M] drivers/usb/host/oxu210hp-hcd.o drivers/usb/mon/mon_stat.o: warning: objtool: mon_stat_release()+0x16: call without frame pointer save/setup drivers/usb/mon/mon_stat.o: warning: objtool: mon_stat_open()+0x1c: call without frame pointer save/setup drivers/usb/mon/mon_stat.o: warning: objtool: mon_stat_read()+0x1e: call without frame pointer save/setup drivers/power/axp288_fuel_gauge.o: warning: objtool: fuel_gauge_set_property()+0x33: can't find jump dest instruction at .text+0xb60003dd CC [M] drivers/usb/gadget/function/u_serial.o net/sunrpc/auth_gss/gss_krb5_crypto.o: warning: objtool: gss_krb5_cts_crypt()+0x52: can't find jump dest instruction at .text+0xd600009f CC [M] drivers/scsi/hisi_sas/hisi_sas_v2_hw.o CC [M] drivers/usb/storage/scsiglue.o LD [M] net/sunrpc/auth_gss/rpcsec_gss_krb5.o CC [M] drivers/scsi/isci/init.o net/sunrpc/xprtrdma/svc_rdma_transport.o: warning: objtool: rdma_create_xprt()+0x26: can't find jump dest instruction at .text+0x6e0101a5 CC drivers/usb/usbip/usbip_common.o crypto/chacha20_generic.o: warning: objtool: chacha20_block()+0x22f: can't find jump dest instruction at .text+0x4eff0234 LD [M] sound/soc/codecs/snd-soc-wm8804-i2c.o drivers/media/usb/gspca/tv8532.o: warning: objtool: sd_s_ctrl()+0x26: can't find jump dest instruction at .text+0x900002b5 CC [M] drivers/usb/dwc2/pci.o drivers/vme/bridges/vme_ca91cx42.o: warning: objtool: ca91cx42_slave_set()+0xb0: can't find jump dest instruction at .text+0x2a010489 fs/xfs/xfs_dir2_readdir.o: warning: objtool: xfs_dir2_sf_getdents()+0x56: can't find jump dest instruction at .text+0x4b0200c6 drivers/usb/misc/appledisplay.o: warning: objtool: appledisplay_probe()+0x38: can't find jump dest instruction at .text+0x600301cd drivers/regulator/stw481x-vmmc.o: warning: objtool: stw481x_vmmc_regulator_probe()+0x46: call without frame pointer save/setup drivers/regulator/stw481x-vmmc.o: warning: objtool: stw481x_vmmc_regulator_driver_init()+0xd: call without frame pointer save/setup drivers/regulator/stw481x-vmmc.o: warning: objtool: stw481x_vmmc_regulator_driver_exit()+0xb: call without frame pointer save/setup drivers/usb/gadget/legacy/zero.o: warning: objtool: zero_bind.part.2()+0x85: can't find jump dest instruction at .text+0xd7010210 drivers/scsi/aacraid/commsup.o: warning: objtool: aac_handle_aif.isra.8()+0x1a: can't find jump dest instruction at .text+0x74070297 CC lib/is_single_threaded.o net/sunrpc/xprtrdma/svc_rdma_recvfrom.o: warning: objtool: rdma_copy_tail.isra.12()+0x3a: can't find jump dest instruction at .text+0x3d010354 drivers/rtc/rtc-sunxi.o: warning: objtool: sunxi_rtc_probe()+0x34: can't find jump dest instruction at .text+0xc0000171 CC [M] drivers/scsi/aic7xxx/aic79xx_pci.o CC [M] drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.o LD drivers/scsi/megaraid/built-in.o CC [M] drivers/usb/gadget/legacy/mass_storage.o CC [M] fs/xfs/xfs_fsops.o LD drivers/tty/ipwireless/built-in.o drivers/power/bq2415x_charger.o: warning: objtool: bq2415x_sysfs_show_limit()+0x50: can't find jump dest instruction at .text+0x43010315 LD [M] net/sunrpc/xprtrdma/rpcrdma.o LD [M] sound/soc/codecs/snd-soc-wm8903.o drivers/tty/tty_port.o: warning: objtool: tty_port_block_til_ready()+0x83: can't find jump dest instruction at .text+0x3e010451 CC [M] drivers/usb/renesas_usbhs/fifo.o CC [M] drivers/misc/tsl2550.o drivers/usb/dwc2/platform.o: warning: objtool: __dwc2_lowlevel_hw_enable()+0x28: can't find jump dest instruction at .text+0x8700002e LD drivers/scsi/libsas/built-in.o drivers/net/ethernet/mellanox/mlx4/cmd.o: warning: objtool: mlx4_set_vport_qos()+0x68: can't find jump dest instruction at .text+0xc3000140 drivers/target/target_core_configfs.o: warning: objtool: pi_prot_type_store()+0x2f: can't find jump dest instruction at .text+0xef0007f0 CC [M] drivers/hwmon/amc6821.o CC [M] drivers/usb/storage/protocol.o CC [M] drivers/scsi/megaraid/megaraid_mm.o CC [M] drivers/usb/phy/phy-keystone.o LD crypto/asymmetric_keys/built-in.o CC [M] drivers/scsi/libsas/sas_init.o drivers/video/backlight/adp8860_bl.o: warning: objtool: adp8860_bl_setup()+0x6a: can't find jump dest instruction at .text+0xd7000167 drivers/usb/misc/cytherm.o: warning: objtool: cytherm_probe()+0x42: can't find jump dest instruction at .text+0x6010118 CC [M] drivers/hwmon/vt1211.o CC [M] drivers/scsi/libsas/sas_phy.o drivers/media/usb/gspca/sunplus.o: warning: objtool: sd_pkt_scan()+0x30: can't find jump dest instruction at .text+0xcd000054 LD [M] sound/soc/codecs/snd-soc-wm8960.o CC [M] drivers/usb/storage/transport.o CC [M] drivers/scsi/aic7xxx/aic79xx_osm.o CC [M] drivers/media/usb/gspca/gl860/gl860-ov2640.o LD [M] sound/soc/codecs/snd-soc-wm8974.o drivers/net/ethernet/mellanox/mlx5/core/health.o: warning: objtool: mlx5_handle_bad_state()+0x34: can't find jump dest instruction at .text+0xa400003a LD drivers/video/built-in.o drivers/media/usb/gspca/touptek.o: warning: objtool: sd_pkt_scan()+0x15: can't find jump dest instruction at .text+0x9500007a CC [M] drivers/net/ethernet/mellanox/mlx5/core/transobj.o LD drivers/scsi/lpfc/built-in.o drivers/hwmon/pwm-fan.o: warning: objtool: pwm_fan_probe()+0x34: can't find jump dest instruction at .text+0x3c0102e5 LD [M] drivers/media/usb/gspca/gspca_conex.o CC net/mac80211/mesh_sync.o crypto/asymmetric_keys/pkcs7_parser.o: warning: objtool: pkcs7_parse_message()+0x2b: can't find jump dest instruction at .text+0x190100da CC [M] drivers/scsi/isci/phy.o drivers/scsi/aacraid/src.o: warning: objtool: aac_src_deliver_message()+0x77: can't find jump dest instruction at .text+0x9c0000f9 LD [M] crypto/asymmetric_keys/x509_key_parser.o drivers/misc/enclosure.o: warning: objtool: enclosure_register()+0x42: can't find jump dest instruction at .text+0xc50008ae drivers/usb/mon/mon_main.o: warning: objtool: mon_bus_init()+0x21: can't find jump dest instruction at .text+0x8e000027 CC [M] drivers/scsi/bfa/bfad_debugfs.o LD [M] sound/soc/codecs/snd-soc-wm8978.o drivers/usb/phy/phy-gpio-vbus-usb.o: warning: objtool: gpio_vbus_pm_resume()+0x2f: call without frame pointer save/setup drivers/usb/phy/phy-gpio-vbus-usb.o: warning: objtool: gpio_vbus_pm_suspend()+0x32: call without frame pointer save/setup drivers/usb/phy/phy-gpio-vbus-usb.o: warning: objtool: gpio_vbus_remove()+0x13: call without frame pointer save/setup drivers/usb/phy/phy-gpio-vbus-usb.o: warning: objtool: gpio_vbus_driver_init()+0xd: call without frame pointer save/setup drivers/usb/phy/phy-gpio-vbus-usb.o: warning: objtool: gpio_vbus_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/hwmon/w83627ehf.o CC [M] drivers/scsi/lpfc/lpfc_mem.o CC drivers/tty/vt/vt_ioctl.o drivers/tty/pty.o: warning: objtool: pty_set_termios()+0x1b: can't find jump dest instruction at .text+0xdd0000af LD [M] drivers/scsi/aacraid/aacraid.o LD drivers/scsi/mvsas/built-in.o CC drivers/usb/usbip/usbip_event.o drivers/net/ethernet/chelsio/cxgb4/sge.o: warning: objtool: t4_sge_init_soft()+0x81: can't find jump dest instruction at .text+0x420101a5 CC drivers/tty/moxa.o CC [M] drivers/rtc/rtc-abx80x.o CC drivers/usb/wusbcore/cbaf.o drivers/usb/gadget/function/f_acm.o: warning: objtool: acm_set_alt()+0x64: can't find jump dest instruction at .text+0xd40000da CC drivers/tty/serial/serial_core.o CC [M] drivers/usb/renesas_usbhs/rcar2.o CC [M] drivers/scsi/csiostor/csio_wr.o CC [M] drivers/scsi/lpfc/lpfc_sli.o drivers/watchdog/nv_tco.o: warning: objtool: nv_tco_ioctl()+0x10: can't find jump dest instruction at .text+0xae000301 CC drivers/tty/vt/vc_screen.o drivers/scsi/csiostor/csio_init.o: warning: objtool: csio_pci_init()+0x2a: can't find jump dest instruction at .text+0xbc000145 drivers/pci/host/pcie-designware.o: warning: objtool: dw_pcie_setup_rc()+0xaa: can't find jump dest instruction at .text+0x6201049e CC [M] drivers/scsi/mvsas/mv_init.o CC [M] fs/xfs/xfs_globals.o drivers/mfd/da9150-core.o: warning: objtool: da9150_volatile_reg()+0x12: can't find jump dest instruction at .text+0xe1000018 CC [M] drivers/usb/gadget/config.o CC [M] drivers/scsi/aic7xxx/aic79xx_proc.o LD drivers/pci/host/built-in.o CC [M] drivers/usb/gadget/udc/fotg210-udc.o drivers/mfd/max8907.o: warning: objtool: max8907_i2c_probe()+0x4c: can't find jump dest instruction at .text+0x8b020146 CC [M] drivers/media/usb/gspca/gl860/gl860-ov9655.o LD drivers/scsi/mpt3sas/built-in.o LD [M] crypto/asymmetric_keys/pkcs7_message.o fs/xfs/xfs_export.o: warning: objtool: xfs_fs_encode_fh()+0x63: can't find jump dest instruction at .text+0x8200009c CC drivers/mfd/ab3100-core.o drivers/media/usb/gspca/t613.o: warning: objtool: sd_g_volatile_ctrl()+0x21: can't find jump dest instruction at .text+0xae0000bb CC [M] drivers/media/usb/gspca/m5602/m5602_ov9650.o drivers/pci/htirq.o: warning: objtool: __ht_create_irq()+0x30: can't find jump dest instruction at .text+0x87000041 drivers/usb/class/cdc-wdm.o: warning: objtool: wdm_open()+0x7a: can't find jump dest instruction at .text+0xe800031f CC [M] drivers/scsi/mpt3sas/mpt3sas_base.o drivers/scsi/device_handler/scsi_dh_rdac.o: warning: objtool: mode_select_handle_sense()+0x30: can't find jump dest instruction at .text+0x9e00016f drivers/net/ethernet/chelsio/cxgb4/t4_hw.o: warning: objtool: t4_edc_err_read()+0x40: can't find jump dest instruction at .text+0x1010231 drivers/usb/chipidea/ci_hdrc_pci.o: warning: objtool: ci_hdrc_pci_probe()+0x4c: can't find jump dest instruction at .text+0xf7000074 CC drivers/tty/vt/selection.o CC drivers/usb/misc/idmouse.o drivers/net/ethernet/mellanox/mlx4/intf.o: warning: objtool: mlx4_register_interface()+0x13: can't find jump dest instruction at .text+0xb200021f CC drivers/pci/pci-label.o CC [M] drivers/usb/gadget/legacy/serial.o drivers/usb/class/usbtmc.o: warning: objtool: usbtmc_ioctl_indicator_pulse()+0x33: can't find jump dest instruction at .text+0x820002c8 CC [M] drivers/usb/host/xhci.o LD [M] drivers/usb/chipidea/ci_hdrc.o LD crypto/built-in.o LD drivers/usb/class/built-in.o drivers/net/ethernet/emulex/benet/be_main.o: warning: objtool: be_set_vf_mac()+0x2b: can't find jump dest instruction at .text+0x19010ccb LD [M] drivers/net/ethernet/emulex/benet/be2net.o CC [M] drivers/usb/host/xhci-mem.o fs/xfs/xfs_extent_busy.o: warning: objtool: xfs_extent_busy_insert()+0x40: can't find jump dest instruction at .text+0x22010045 drivers/regulator/tps62360-regulator.o: warning: objtool: tps62360_set_mode()+0x24: can't find jump dest instruction at .text+0xa8000096 drivers/tty/tty_audit.o: warning: objtool: tty_audit_buf_get()+0x12: can't find jump dest instruction at .text+0xb10001bd drivers/regulator/tps65217-regulator.o: warning: objtool: tps65217_regulator_probe()+0x56: can't find jump dest instruction at .text+0x8300015d CC [M] drivers/scsi/aic7xxx/aic79xx_osm_pci.o CC [M] drivers/scsi/mvsas/mv_sas.o drivers/vme/bridges/vme_tsi148.o: warning: objtool: tsi148_slave_set()+0xa0: can't find jump dest instruction at .text+0xb90106f8 drivers/usb/misc/adutux.o: warning: objtool: adu_open()+0x23: can't find jump dest instruction at .text+0x630100ad drivers/watchdog/sch311x_wdt.o: warning: objtool: sch311x_wdt_ioctl()+0x14: can't find jump dest instruction at .text+0xc400028b CC [M] drivers/regulator/anatop-regulator.o CC drivers/watchdog/w83977f_wdt.o CC [M] fs/xfs/xfs_icache.o LD drivers/vme/bridges/built-in.o CC [M] drivers/usb/gadget/legacy/printer.o CC drivers/usb/misc/isight_firmware.o drivers/target/target_core_hba.o: warning: objtool: transport_backend_register()+0x22: can't find jump dest instruction at .text+0x8b0000a1 drivers/w1/slaves/w1_ds2780.o: warning: objtool: w1_ds2780_do_io()+0x22: can't find jump dest instruction at .text+0x8600014e CC drivers/pci/pci-stub.o drivers/hwmon/nct6683.o: warning: objtool: nct6683_create_attr_group()+0x23: can't find jump dest instruction at .text+0x71010425 drivers/mfd/max14577.o: warning: objtool: max77836_init()+0x3e: can't find jump dest instruction at .text+0xe000011b CC [M] fs/xfs/xfs_ioctl.o CC drivers/usb/usbip/stub_dev.o CC [M] drivers/usb/wusbcore/crypto.o drivers/pci/hotplug/pci_hotplug_core.o: warning: objtool: pci_hp_deregister()+0x16: can't find jump dest instruction at .text+0xc90005b3 drivers/media/usb/gspca/vicam.o: warning: objtool: sd_init()+0x59: can't find jump dest instruction at .text+0xed000461 CC drivers/tty/vt/keyboard.o LD drivers/vme/built-in.o LD [M] drivers/media/usb/gspca/gspca_etoms.o LD drivers/pci/hotplug/pci_hotplug.o CC [M] drivers/regulator/arizona-micsupp.o drivers/regulator/tps6507x-regulator.o: warning: objtool: tps6507x_pmic_probe()+0x3e: can't find jump dest instruction at .text+0x73010044 CC [M] drivers/regulator/arizona-ldo1.o CC drivers/tty/rocket.o LD drivers/pci/hotplug/built-in.o drivers/net/ethernet/mellanox/mlx5/core/fw.o: warning: objtool: mlx5_query_hca_caps()+0x16: can't find jump dest instruction at .text+0xa01013e CC drivers/watchdog/machzwd.o drivers/usb/renesas_usbhs/mod.o: warning: objtool: usbhs_interrupt()+0x1f: can't find jump dest instruction at .text+0xd60101d1 CC [M] drivers/usb/gadget/function/f_serial.o CC [M] drivers/usb/storage/usb.o drivers/usb/gadget/legacy/audio.o: warning: objtool: audio_bind()+0x25: can't find jump dest instruction at .text+0xf6000096 drivers/vhost/vhost.o: warning: objtool: set_bit_to_user()+0x29: can't find jump dest instruction at .text+0xc5000106 LD [M] drivers/media/usb/gspca/gspca_jeilinj.o CC [M] drivers/usb/gadget/legacy/gmidi.o drivers/regulator/tps6586x-regulator.o: warning: objtool: tps6586x_regulator_probe()+0x4d: can't find jump dest instruction at .text+0xa8020052 lib/flex_proportions.o: warning: objtool: fprop_reflect_period_percpu.isra.6()+0x14: can't find jump dest instruction at .text+0x8e000103 CC drivers/watchdog/mei_wdt.o CC lib/klist.o CC [M] drivers/uwb/lc-rc.o drivers/regulator/s2mps11.o: warning: objtool: s2mps11_set_ramp_delay()+0x2f: can't find jump dest instruction at .text+0xd0010203 CC [M] drivers/scsi/libsas/sas_port.o CC [M] drivers/regulator/da903x.o CC [M] drivers/scsi/mvsas/mv_64xx.o drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scsiseq_print()+0x26: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sxfrctl0_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scsisigi_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scsirate_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sstat0_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sstat1_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sstat2_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sstat3_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_simode0_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_simode1_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scsibusl_print()+0x21: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sblkctl_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_seq_flags_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_lastphase_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_seqctl_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_sram_base_print()+0x21: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_error_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_dfcntrl_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_dfstatus_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scsiphase_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scb_base_print()+0x21: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scb_control_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scb_scsiid_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scb_lun_print()+0x29: call without frame pointer save/setup drivers/scsi/aic7xxx/aic7xxx_reg_print.o: warning: objtool: ahc_scb_tag_print()+0x21: call without frame pointer save/setup drivers/rtc/rtc-vr41xx.o: warning: objtool: rtc_probe()+0x1f: can't find jump dest instruction at .text+0xd20103b9 CC drivers/usb/core/driver.o CC [M] drivers/scsi/mvsas/mv_94xx.o CC [M] drivers/rtc/rtc-at91sam9.o drivers/hwmon/shtc1.o: warning: objtool: shtc1_probe()+0x2a: can't find jump dest instruction at .text+0x87000030 drivers/usb/gadget/udc/renesas_usb3.o: warning: objtool: renesas_usb3_remove()+0x1a: call without frame pointer save/setup drivers/usb/gadget/udc/renesas_usb3.o: warning: objtool: renesas_usb3_driver_init()+0xd: call without frame pointer save/setup drivers/usb/gadget/udc/renesas_usb3.o: warning: objtool: renesas_usb3_driver_exit()+0xb: call without frame pointer save/setup CC lib/kobject.o drivers/hwmon/sch5627.o: warning: objtool: sch5627_update_device()+0x7e: can't find jump dest instruction at .text+0xc20001eb CC drivers/tty/serial/earlycon.o drivers/usb/phy/phy-ulpi-viewport.o: warning: objtool: ulpi_viewport_write()+0x25: can't find call dest symbol at offset 0x98000068 drivers/net/ethernet/mellanox/mlx5/core/uar.o: warning: objtool: mlx5_alloc_map_uar()+0x66: can't find jump dest instruction at .text+0xe5000173 CC [M] drivers/hwmon/w83l785ts.o drivers/hwmon/nct7802.o: warning: objtool: nct7802_temp_is_visible()+0x2f: can't find jump dest instruction at .text+0x8200017e CC [M] drivers/scsi/libsas/sas_event.o CC [M] drivers/uwb/neh.o drivers/usb/gadget/usbstring.o: warning: objtool: usb_gadget_get_string()+0x7a: call without frame pointer save/setup drivers/uwb/est.o: warning: objtool: uwb_est_register()+0x51: can't find jump dest instruction at .text+0x94000364 drivers/watchdog/via_wdt.o: warning: objtool: wdt_probe()+0x32: can't find jump dest instruction at .text+0x14020127 CC [M] drivers/usb/gadget/epautoconf.o CC [M] drivers/usb/wusbcore/devconnect.o CC [M] drivers/misc/ds1682.o drivers/net/ethernet/mellanox/mlx5/core/debugfs.o: warning: objtool: cq_read_field()+0x2a: can't find jump dest instruction at .text+0x90000135 CC [M] drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.o drivers/w1/masters/mxc_w1.o: warning: objtool: mxc_w1_probe()+0x35: can't find jump dest instruction at .text+0xe300006b CC [M] drivers/net/ethernet/mellanox/mlx5/core/vport.o drivers/scsi/arcmsr/arcmsr_hba.o: warning: objtool: arcmsr_clear_doorbell_queue_buffer()+0x19: can't find jump dest instruction at .text+0xf0101a6 drivers/usb/host/pci-quirks.o: warning: objtool: quirk_usb_handoff_ohci()+0x1c: can't find jump dest instruction at .text+0xfe00005c CC [M] drivers/usb/gadget/udc/udc-xilinx.o LD [M] drivers/scsi/arcmsr/arcmsr.o CC drivers/usb/gadget/udc/bdc/bdc_ep.o drivers/usb/gadget/function/f_loopback.o: warning: objtool: loopback_bind()+0x15: can't find jump dest instruction at .text+0xc200009a drivers/hwmon/sch5636.o: warning: objtool: sch5636_update_device()+0x47: can't find jump dest instruction at .text+0x19010131 CC [M] drivers/usb/gadget/function/f_obex.o drivers/rtc/rtc-wm831x.o: warning: objtool: wm831x_rtc_readtime()+0x48: can't find jump dest instruction at .text+0xba000313 drivers/scsi/bfa/bfad.o: warning: objtool: bfad_sm_uninit()+0x31: can't find jump dest instruction at .text+0x9e000491 drivers/rtc/rtc-v3020.o: warning: objtool: rtc_probe()+0x3d: can't find jump dest instruction at .text+0x8010582 CC [M] drivers/usb/gadget/legacy/cdc2.o CC [M] drivers/rtc/rtc-cmos.o drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_remove()+0xb: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_probe()+0x1e: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_phy_init()+0x1a: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_phy_set_vbus()+0x20: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_get_client()+0x23: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_driver_init()+0xd: call without frame pointer save/setup drivers/usb/phy/phy-isp1301.o: warning: objtool: isp1301_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/scsi/mpt3sas/mpt3sas_config.o CC [M] drivers/hwmon/wm831x-hwmon.o CC [M] drivers/scsi/megaraid/megaraid_mbox.o net/ipv4/ip_tunnel.o: warning: objtool: ip_tunnel_lookup()+0x96: can't find jump dest instruction at .text+0xcf0100f7 drivers/w1/masters/ds2482.o: warning: objtool: ds2482_probe()+0x32: can't find jump dest instruction at .text+0xe5010156 CC [M] drivers/media/usb/gspca/m5602/m5602_ov7660.o drivers/usb/phy/phy.o: warning: objtool: usb_add_phy()+0x30: can't find jump dest instruction at .text+0xb200014b drivers/net/ethernet/chelsio/cxgb3/l2t.o: warning: objtool: setup_l2e_send_pending()+0x30: can't find jump dest instruction at .text+0xef000049 CC [M] drivers/usb/gadget/composite.o LD drivers/w1/built-in.o CC [M] drivers/usb/host/xhci-ring.o net/ipv4/ipip.o: warning: objtool: ipip_fill_info()+0x37: can't find jump dest instruction at .text+0x72010048 drivers/misc/cs5535-mfgpt.o: warning: objtool: cs5535_mfgpt_alloc_timer()+0x17: can't find jump dest instruction at .text+0xff0000bf LD drivers/usb/phy/built-in.o CC [M] drivers/misc/hmc6352.o CC [M] drivers/usb/host/xhci-hub.o drivers/net/ethernet/mellanox/mlx5/core/eq.o: warning: objtool: mlx5_create_map_eq()+0x65: can't find jump dest instruction at .text+0x3202020c CC [M] drivers/scsi/megaraid/megaraid_sas_base.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/sriov.o drivers/media/usb/gspca/m5602/m5602_core.o: warning: objtool: m5602_probe_sensor()+0x1f: can't find jump dest instruction at .text+0x920000db LD [M] lib/raid6/raid6_pq.o lib/is_single_threaded.o: warning: objtool: current_is_single_threaded()+0x2c: can't find jump dest instruction at .text+0xc7000032 CC [M] drivers/scsi/mpt3sas/mpt3sas_scsih.o drivers/scsi/aic7xxx/aic7xxx_pci.o: warning: objtool: configure_termination()+0x50: can't find jump dest instruction at .text+0xf3030568 CC lib/kobject_uevent.o CC lib/md5.o CC [M] drivers/scsi/mpt3sas/mpt3sas_transport.o CC net/mac80211/mesh_ps.o drivers/hwmon/smsc47b397.o: warning: objtool: smsc47b397_update_device()+0x4a: can't find jump dest instruction at .text+0xaa000097 drivers/usb/gadget/udc/bdc/bdc_core.o: warning: objtool: bdc_mem_alloc()+0x56: can't find jump dest instruction at .text+0xee000482 drivers/usb/renesas_usbhs/common.o: warning: objtool: usbhs_probe()+0x5f: can't find jump dest instruction at .text+0xfa0002d7 drivers/net/ethernet/chelsio/cxgb3/sge.o: warning: objtool: write_wr_hdr_sgl()+0x76: can't find jump dest instruction at .text+0xf8000325 CC [M] fs/xfs/xfs_iomap.o drivers/net/ethernet/mellanox/mlx4/eq.o: warning: objtool: mlx4_assign_eq()+0x47: can't find jump dest instruction at .text+0xa80001d0 CC lib/nmi_backtrace.o CC [M] drivers/scsi/lpfc/lpfc_ct.o CC [M] drivers/net/ethernet/mellanox/mlx4/port.o drivers/net/ethernet/mellanox/mlx5/core/cmd.o: warning: objtool: mlx5_internal_err_ret_value()+0x16: can't find jump dest instruction at .text+0x300300fc CC net/mac80211/pm.o net/mac80211/ocb.o: warning: objtool: ieee80211_ocb_rx_no_sta()+0x30: can't find jump dest instruction at .text+0x2701005a CC [M] drivers/net/ethernet/mellanox/mlx4/profile.o drivers/pci/ats.o: warning: objtool: pci_enable_ats()+0x17: can't find jump dest instruction at .text+0x83000187 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.o: warning: objtool: vv6410_s_ctrl()+0x21: can't find jump dest instruction at .text+0xf800024a LD drivers/hwmon/pmbus/built-in.o CC [M] drivers/usb/gadget/legacy/hid.o CC [M] drivers/usb/host/xhci-dbg.o drivers/scsi/csiostor/csio_lnode.o: warning: objtool: csio_ln_fdmi_exit()+0x1f: can't find jump dest instruction at .text+0x850000f2 drivers/scsi/csiostor/csio_isr.o: warning: objtool: csio_enable_msix()+0x64: can't find jump dest instruction at .text+0x60100b7 CC [M] drivers/hwmon/pmbus/pmbus_core.o CC [M] drivers/scsi/lpfc/lpfc_els.o drivers/hwmon/smm665.o: warning: objtool: smm665_probe()+0x36: can't find jump dest instruction at .text+0xe60103d4 drivers/media/usb/gspca/topro.o: warning: objtool: bulk_w()+0x28: can't find jump dest instruction at .text+0x9400034f drivers/uwb/ie.o: warning: objtool: uwb_rc_get_ie()+0x39: can't find jump dest instruction at .text+0x9400013f CC [M] drivers/target/target_core_rd.o drivers/tty/n_tracesink.o: warning: objtool: n_tracesink_close()+0x12: call without frame pointer save/setup drivers/tty/n_tracesink.o: warning: objtool: n_tracesink_datadrain()+0x16: call without frame pointer save/setup drivers/tty/n_tracesink.o: warning: objtool: n_tracesink_open()+0x19: call without frame pointer save/setup drivers/tty/n_tracesink.o: warning: objtool: n_tracesink_init()+0x12: call without frame pointer save/setup drivers/tty/n_tracesink.o: warning: objtool: n_tracesink_exit()+0x9: call without frame pointer save/setup CC net/mac80211/rc80211_minstrel.o CC [M] drivers/scsi/libsas/sas_dump.o CC drivers/watchdog/imgpdc_wdt.o drivers/uwb/ie-rcv.o: warning: objtool: uwbd_evt_handle_rc_ie_rcv()+0x4d: call without frame pointer save/setup CC drivers/tty/synclink.o LD [M] drivers/media/usb/gspca/gspca_jl2005bcd.o CC [M] drivers/uwb/pal.o drivers/usb/phy/phy-qcom-8x16-usb.o: warning: objtool: phy_8x16_read_devicetree()+0x29: can't find jump dest instruction at .text+0x8900012e drivers/usb/host/ehci-pci.o: warning: objtool: ehci_pci_setup()+0x34: can't find jump dest instruction at .text+0x101008d drivers/usb/core/usb.o: warning: objtool: usb_lock_device_for_reset()+0x26: can't find jump dest instruction at .text+0x8200027f drivers/usb/dwc2/debugfs.o: warning: objtool: dwc2_debugfs_init()+0x1b: call without frame pointer save/setup drivers/usb/dwc2/debugfs.o: warning: objtool: dwc2_debugfs_exit()+0x10: call without frame pointer save/setup LD [M] drivers/media/usb/gspca/gspca_konica.o CC [M] drivers/net/ethernet/mellanox/mlx4/qp.o CC [M] drivers/usb/host/xhci-trace.o drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_ldo_is_enabled()+0x9: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_ldo_disable()+0x4: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_ldo_enable()+0x4: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_ldo_get_voltage_sel()+0x9: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_ldo_set_voltage_sel()+0x8: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_regulator_probe()+0xe9: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_regulator_init()+0x12: call without frame pointer save/setup drivers/regulator/aat2870-regulator.o: warning: objtool: aat2870_regulator_exit()+0xb: call without frame pointer save/setup drivers/usb/renesas_usbhs/rcar2.o: warning: objtool: usbhs_rcar2_power_ctrl()+0xe: call without frame pointer save/setup drivers/usb/renesas_usbhs/rcar2.o: warning: objtool: usbhs_rcar2_hardware_exit()+0x7: call without frame pointer save/setup drivers/usb/renesas_usbhs/rcar2.o: warning: objtool: usbhs_rcar2_hardware_init()+0xa: call without frame pointer save/setup CC drivers/usb/usbip/stub_main.o CC lib/nodemask.o CC [M] drivers/scsi/isci/request.o drivers/media/usb/gspca/gl860/gl860.o: warning: objtool: sd_s_ctrl()+0x13: can't find jump dest instruction at .text+0xc1000019 CC [M] drivers/scsi/megaraid/megaraid_sas_fusion.o drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.o: warning: objtool: link_start()+0x56: can't find jump dest instruction at .text+0xa6000377 CC [M] drivers/regulator/da9052-regulator.o CC [M] drivers/net/ethernet/mellanox/mlx4/reset.o CC [M] drivers/misc/vmw_balloon.o drivers/usb/gadget/legacy/ether.o: warning: objtool: eth_bind()+0x3f: can't find jump dest instruction at .text+0x8c0200da drivers/media/usb/gspca/stv06xx/stv06xx.o: warning: objtool: stv06xx_pkt_scan()+0x21: can't find jump dest instruction at .text+0xd60201ac CC [M] drivers/usb/misc/emi26.o CC [M] drivers/net/ethernet/mellanox/mlx4/sense.o fs/xfs/xfs_buf.o: warning: objtool: _xfs_buf_alloc()+0x32: can't find jump dest instruction at .text+0xfd0102fe drivers/usb/phy/phy-generic.o: warning: objtool: usb_phy_gen_create_phy()+0x3f: can't find jump dest instruction at .text+0x20010085 drivers/rtc/rtc-x1205.o: warning: objtool: x1205_get_atrim()+0x84: can't find jump dest instruction at .text+0x8f0001c8 drivers/usb/gadget/legacy/mass_storage.o: warning: objtool: msg_bind()+0x31: can't find jump dest instruction at .text+0x51010080 drivers/mfd/abx500-core.o: warning: objtool: abx500_set_register_interruptible()+0x22: can't find call dest symbol at offset 0xaa000056 CC [M] fs/xfs/xfs_iops.o CC net/ipv4/tunnel4.o CC [M] drivers/usb/gadget/function/u_ether.o drivers/misc/tsl2550.o: warning: objtool: __tsl2550_show_lux()+0x3e: can't find jump dest instruction at .text+0xa10001a0 CC drivers/usb/gadget/udc/bdc/bdc_udc.o CC drivers/watchdog/da9055_wdt.o drivers/usb/phy/phy-keystone.o: warning: objtool: keystone_usbphy_remove()+0xb: call without frame pointer save/setup drivers/usb/phy/phy-keystone.o: warning: objtool: keystone_usbphy_probe()+0x1e: call without frame pointer save/setup drivers/usb/phy/phy-keystone.o: warning: objtool: keystone_usbphy_driver_init()+0x12: call without frame pointer save/setup drivers/usb/phy/phy-keystone.o: warning: objtool: keystone_usbphy_driver_exit()+0xb: call without frame pointer save/setup drivers/rtc/rtc-abx80x.o: warning: objtool: oscillator_store()+0x62: can't find jump dest instruction at .text+0x97000187 CC [M] drivers/misc/pch_phub.o drivers/target/target_core_tmr.o: warning: objtool: core_tmr_drain_tmr_list()+0x57: can't find jump dest instruction at .text+0x5e010080 CC [M] drivers/usb/wusbcore/dev-sysfs.o CC [M] drivers/rtc/rtc-da9052.o CC [M] drivers/target/target_core_stat.o drivers/media/usb/gspca/gl860/gl860-ov9655.o: warning: objtool: ov9655_init_post_alt()+0x573: can't find call dest symbol at offset 0xa6fa06bf drivers/usb/dwc2/core.o: warning: objtool: dwc2_restore_global_registers()+0x4e: can't find jump dest instruction at .text+0xbd000109 CC [M] drivers/usb/wusbcore/mmc.o CC [M] drivers/media/usb/gspca/gl860/gl860-mi2020.o CC [M] drivers/target/target_core_xcopy.o drivers/regulator/twl-regulator.o: warning: objtool: twl6030smps_map_voltage()+0x16: can't find jump dest instruction at .text+0x85000036 CC [M] drivers/usb/misc/ezusb.o drivers/usb/gadget/legacy/g_ffs.o: warning: objtool: gfs_bind()+0x17: can't find jump dest instruction at .text+0x480100c5 drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_set_mmss()+0x68: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_set_alarm()+0x2a: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_irq_enable()+0x1d: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_read_alarm()+0x1c: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_read_time()+0x1c: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_probe()+0x22: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_driver_init()+0x19: call without frame pointer save/setup drivers/rtc/rtc-ab3100.o: warning: objtool: ab3100_rtc_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/usb/gadget/legacy/dbgp.o lib/ioremap.o: warning: objtool: ioremap_pte_range()+0x33: can't find jump dest instruction at .text+0xbe000039 drivers/tty/n_hdlc.o: warning: objtool: n_hdlc_send_frames()+0x7f: can't find jump dest instruction at .text+0x6c010160 CC lib/plist.o CC [M] drivers/rtc/rtc-da9055.o drivers/pci/pci-stub.o: warning: objtool: pci_stub_init.part.0()+0x11: can't find jump dest instruction at .init.text+0xd3000016 drivers/scsi/bfa/bfad_im.o: warning: objtool: bfad_im_reset_lun_handler()+0x92: can't find jump dest instruction at .text+0x9300017b drivers/usb/dwc2/pci.o: warning: objtool: dwc2_pci_probe()+0x41: can't find jump dest instruction at .text+0x4d010081 drivers/media/usb/gspca/gl860/gl860-ov2640.o: warning: objtool: ov2640_camera_settings()+0xca: can't find jump dest instruction at .text+0xa500010b CC [M] fs/xfs/xfs_inode.o CC drivers/usb/usbip/stub_rx.o CC [M] drivers/scsi/bfa/bfad_bsg.o drivers/usb/host/ehci-platform.o: warning: objtool: ehci_platform_power_on()+0x29: can't find jump dest instruction at .text+0xd80001cf CC [M] drivers/usb/gadget/legacy/multi.o drivers/usb/gadget/legacy/serial.o: warning: objtool: serial_register_ports.constprop.1()+0x27: can't find jump dest instruction at .text+0xc5000078 drivers/usb/gadget/legacy/gmidi.o: warning: objtool: midi_bind()+0x25: can't find jump dest instruction at .text+0xd500004b drivers/usb/renesas_usbhs/pipe.o: warning: objtool: usbhs_pipe_malloc()+0x5c: can't find jump dest instruction at .text+0x5d010728 drivers/media/usb/gspca/gl860/gl860-mi1320.o: warning: objtool: mi1320_camera_settings()+0xd4: can't find jump dest instruction at .text+0xb6000115 CC [M] drivers/scsi/mpt3sas/mpt3sas_ctl.o drivers/usb/gadget/udc/bdc/bdc_cmd.o: warning: objtool: bdc_submit_cmd()+0x3f: can't find jump dest instruction at .text+0x10010044 drivers/usb/mon/mon_text.o: warning: objtool: mon_text_open()+0x3d: can't find jump dest instruction at .text+0x2010043 CC [M] drivers/rtc/rtc-da9063.o CC [M] drivers/usb/renesas_usbhs/rcar3.o CC net/ipv4/xfrm4_mode_tunnel.o CC [M] drivers/usb/host/xhci-pci.o drivers/hwmon/sch56xx-common.o: warning: objtool: watchdog_set_timeout()+0x2f: can't find jump dest instruction at .text+0x8b00017d CC [M] drivers/scsi/lpfc/lpfc_hbadisc.o CC [M] drivers/usb/gadget/legacy/webcam.o CC [M] drivers/usb/misc/usblcd.o drivers/scsi/csiostor/csio_scsi.o: warning: objtool: csio_scsis_aborting()+0x1c: can't find jump dest instruction at .text+0xa1000371 CC [M] drivers/scsi/mpt3sas/mpt3sas_trigger_diag.o drivers/usb/gadget/legacy/printer.o: warning: objtool: printer_bind()+0x26: can't find jump dest instruction at .text+0xfb000063 net/ipv4/ipcomp.o: warning: objtool: ipcomp4_err()+0x40: can't find jump dest instruction at .text+0x9f000061 LD drivers/hwmon/built-in.o drivers/pci/pci-label.o: warning: objtool: find_smbios_instance_string()+0xaa: can't find jump dest instruction at .text+0x760000af drivers/usb/mon/mon_bin.o: warning: objtool: mon_alloc_buff()+0x16: can't find jump dest instruction at .text+0x86000072 CC [M] drivers/usb/gadget/legacy/tcm_usb_gadget.o LD [M] drivers/usb/mon/usbmon.o CC net/ipv4/ipconfig.o net/ipv4/udp_tunnel.o: warning: objtool: udp_tun_rx_dst()+0x33: can't find jump dest instruction at .text+0x9d000039 CC [M] drivers/usb/host/xhci-plat.o drivers/media/usb/gspca/stv06xx/stv06xx_hdcs.o: warning: objtool: hdcs_probe_1020()+0x1e: can't find jump dest instruction at .text+0x8d0003b8 CC [M] drivers/scsi/megaraid/megaraid_sas_fp.o CC [M] drivers/hwmon/pmbus/ltc2978.o drivers/target/target_core_ua.o: warning: objtool: core_scsi3_ua_allocate()+0x4a: can't find jump dest instruction at .text+0xb6000115 drivers/net/ethernet/mellanox/mlx5/core/mcg.o: warning: objtool: mlx5_core_detach_mcg()+0x55: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx5/core/mcg.o: warning: objtool: mlx5_core_attach_mcg()+0x55: call without frame pointer save/setup drivers/usb/gadget/udc/udc-core.o: warning: objtool: usb_udc_softconn_store()+0x30: can't find jump dest instruction at .text+0xb4000577 drivers/usb/misc/isight_firmware.o: warning: objtool: isight_firmware_load()+0x31: can't find jump dest instruction at .text+0xff01003d drivers/watchdog/w83977f_wdt.o: warning: objtool: wdt_ioctl()+0x18: can't find jump dest instruction at .text+0x440104ee CC drivers/tty/goldfish.o CC drivers/usb/core/config.o CC [M] drivers/usb/wusbcore/pal.o CC net/ipv4/tcp_cubic.o CC [M] drivers/hwmon/pmbus/ltc3815.o drivers/watchdog/machzwd.o: warning: objtool: zf_init.part.1()+0x7b: can't find jump dest instruction at .init.text+0x89000080 drivers/target/target_core_pr.o: warning: objtool: core_scsi3_pr_seq_non_holder()+0x5a: can't find jump dest instruction at .text+0x3301013f CC drivers/tty/vt/consolemap.o drivers/usb/phy/phy-msm-usb.o: warning: objtool: msm_hsusb_ldo_set_mode()+0x33: can't find jump dest instruction at .text+0x860000b4 drivers/usb/isp1760/isp1760-hcd.o: warning: objtool: enqueue_qtds()+0x41: can't find jump dest instruction at .text+0xce010749 drivers/usb/host/sl811-hcd.o: warning: objtool: port_power()+0x15: can't find jump dest instruction at .text+0xf70000d4 CC drivers/mfd/adp5520.o drivers/usb/misc/idmouse.o: warning: objtool: idmouse_create_image()+0x64: can't find jump dest instruction at .text+0xe601007a CC drivers/tty/serial/imx.o CC [M] drivers/usb/misc/ldusb.o drivers/usb/dwc2/hcd_queue.o: warning: objtool: dwc2_pick_first_frame()+0x39: can't find jump dest instruction at .text+0xb600003e CC [M] drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.o drivers/scsi/libsas/sas_phy.o: warning: objtool: sas_register_phys()+0x17: can't find jump dest instruction at .text+0x570201ab CC [M] drivers/uwb/radio.o LD [M] drivers/usb/dwc2/dwc2_pci.o CC [M] drivers/usb/misc/usbled.o CC [M] drivers/tty/n_r3964.o drivers/usb/dwc2/hcd_ddma.o: warning: objtool: dwc2_recalc_initial_desc_idx()+0x12: can't find jump dest instruction at .text+0x83000036 drivers/hwmon/w83l785ts.o: warning: objtool: w83l785ts_detect()+0x2f: can't find jump dest instruction at .text+0xd1000117 CC [M] drivers/hwmon/pmbus/max16064.o drivers/net/ethernet/sun/cassini.o: warning: objtool: cas_saturn_firmware_load()+0x12: can't find jump dest instruction at .text+0x170103dd CC [M] drivers/usb/wusbcore/rh.o CC [M] drivers/misc/panel.o drivers/pci/quirks.o: warning: objtool: nv_ht_enable_msi_mapping()+0x59: can't find jump dest instruction at .text+0xda000b51 drivers/usb/gadget/function/f_serial.o: warning: objtool: gser_bind()+0x2b: can't find jump dest instruction at .text+0xcf0000f7 CC [M] drivers/uwb/reset.o fs/xfs/xfs_filestream.o: warning: objtool: xfs_filestream_pick_ag()+0xc0: can't find jump dest instruction at .text+0x4c010192 drivers/usb/isp1760/isp1760-udc.o: warning: objtool: __isp1760_udc_set_halt()+0x2b: can't find jump dest instruction at .text+0x90000119 lib/plist.o: warning: objtool: plist_add()+0xad: call without frame pointer save/setup lib/plist.o: warning: objtool: plist_del()+0x50: call without frame pointer save/setup lib/plist.o: warning: objtool: plist_requeue()+0x42: call without frame pointer save/setup CC drivers/watchdog/da9063_wdt.o drivers/usb/dwc2/hcd_intr.o: warning: objtool: dwc2_hprt0_enable()+0x75: can't find jump dest instruction at .text+0x90101e2 CC [M] drivers/usb/gadget/function/f_ecm.o CC [M] drivers/usb/storage/initializers.o CC [M] drivers/scsi/isci/remote_device.o LD [M] drivers/usb/isp1760/isp1760.o drivers/hwmon/amc6821.o: warning: objtool: amc6821_init_client()+0x18: can't find jump dest instruction at .text+0x7010136 drivers/media/usb/gspca/zc3xx.o: warning: objtool: send_unknown()+0x1d: can't find jump dest instruction at .text+0xcd00048e CC [M] drivers/scsi/isci/port.o drivers/misc/ds1682.o: warning: objtool: ds1682_remove()+0x14: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_eeprom_write()+0x1f: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_eeprom_read()+0x1f: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_show()+0x28: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_probe()+0x4a: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_store()+0x1f: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_driver_init()+0x12: call without frame pointer save/setup drivers/misc/ds1682.o: warning: objtool: ds1682_driver_exit()+0xb: call without frame pointer save/setup drivers/regulator/anatop-regulator.o: warning: objtool: anatop_regulator_probe()+0x12: call without frame pointer save/setup drivers/regulator/anatop-regulator.o: warning: objtool: anatop_regulator_init()+0x12: call without frame pointer save/setup drivers/regulator/anatop-regulator.o: warning: objtool: anatop_regulator_exit()+0xb: call without frame pointer save/setup CC [M] drivers/usb/renesas_usbhs/mod_host.o drivers/hwmon/wm831x-hwmon.o: warning: objtool: show_chip_temp()+0x13: call without frame pointer save/setup drivers/hwmon/wm831x-hwmon.o: warning: objtool: show_label()+0x1c: call without frame pointer save/setup drivers/hwmon/wm831x-hwmon.o: warning: objtool: show_voltage()+0x14: call without frame pointer save/setup drivers/hwmon/wm831x-hwmon.o: warning: objtool: wm831x_hwmon_probe()+0x21: call without frame pointer save/setup drivers/hwmon/wm831x-hwmon.o: warning: objtool: wm831x_hwmon_driver_init()+0x12: call without frame pointer save/setup drivers/hwmon/wm831x-hwmon.o: warning: objtool: wm831x_hwmon_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/scsi/isci/host.o CC [M] drivers/usb/wusbcore/reservation.o CC [M] drivers/usb/misc/legousbtower.o LD drivers/scsi/osd/built-in.o lib/idr.o: warning: objtool: idr_get_next()+0x1d: can't find jump dest instruction at .text+0x880000fe drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.o: warning: objtool: pb0100_set_gain()+0x6a: can't find jump dest instruction at .text+0xd60000d9 CC drivers/tty/serial/8250/8250_core.o drivers/usb/gadget/function/f_sourcesink.o: warning: objtool: sourcesink_bind()+0x15: can't find jump dest instruction at .text+0x70020126 CC [M] drivers/media/usb/gspca/stv06xx/stv06xx_st6422.o drivers/pci/msi.o: warning: objtool: msi_setup_entry()+0x29: can't find jump dest instruction at .text+0xc8000209 drivers/tty/serial/earlycon.o: warning: objtool: parse_options.constprop.2()+0x2a: can't find jump dest instruction at .init.text+0x99000030 CC [M] drivers/scsi/lpfc/lpfc_init.o drivers/tty/vt/vc_screen.o: warning: objtool: vcs_write()+0x4d: can't find jump dest instruction at .text+0x28040184 drivers/tty/vt/selection.o: warning: objtool: set_selection()+0x4a: can't find jump dest instruction at .text+0xbf04011b net/mac80211/led.o: warning: objtool: tpt_trig_timer()+0x20: can't find jump dest instruction at .text+0xf7000122 CONMK drivers/tty/vt/consolemap_deftbl.c CC net/mac80211/rc80211_minstrel_ht.o CC [M] drivers/usb/host/xhci-mvebu.o CC [M] fs/xfs/xfs_itable.o CC [M] drivers/scsi/osd/osd_initiator.o drivers/misc/hmc6352.o: warning: objtool: compass_power_mode_store()+0x11: can't find call dest symbol at offset 0x360000e2 drivers/scsi/aic7xxx/aic79xx_proc.o: warning: objtool: ahd_format_transinfo()+0x25: can't find jump dest instruction at .text+0xe40100ef drivers/target/target_core_tpg.o: warning: objtool: target_alloc_node_acl()+0x35: can't find jump dest instruction at .text+0x3001031e drivers/usb/gadget/legacy/hid.o: warning: objtool: hid_bind()+0x37: can't find jump dest instruction at .text+0x370100d5 CC drivers/tty/serial/sccnxp.o CC drivers/tty/vt/vt.o SHIPPED drivers/tty/vt/defkeymap.c CC net/ipv4/cipso_ipv4.o LD drivers/misc/built-in.o CC [M] drivers/usb/renesas_usbhs/mod_gadget.o drivers/regulator/arizona-ldo1.o: warning: objtool: arizona_ldo1_probe()+0x5a: can't find jump dest instruction at .text+0x55010174 drivers/media/usb/gspca/m5602/m5602_ov9650.o: warning: objtool: ov9650_start()+0xfb: can't find jump dest instruction at .text+0x2e02013f CC drivers/tty/serial/uartlite.o lib/nmi_backtrace.o: warning: objtool: nmi_trigger_all_cpu_backtrace()+0x32: can't find call dest symbol at offset 0x8f000071 CC drivers/watchdog/wm831x_wdt.o net/ipv4/xfrm4_tunnel.o: warning: objtool: xfrm_tunnel_rcv()+0x33: call without frame pointer save/setup net/ipv4/xfrm4_tunnel.o: warning: objtool: ipip_output()+0x1e: call without frame pointer save/setup net/ipv4/xfrm4_tunnel.o: warning: objtool: ipip_init()+0x10: call without frame pointer save/setup net/ipv4/xfrm4_tunnel.o: warning: objtool: ipip_fini()+0x10: call without frame pointer save/setup CC [M] fs/xfs/xfs_message.o CC [M] drivers/scsi/isci/task.o CC [M] drivers/target/target_core_iblock.o CC drivers/tty/serial/mxs-auart.o CC [M] drivers/usb/gadget/function/f_eem.o drivers/scsi/csiostor/csio_hw.o: warning: objtool: csio_do_hello()+0x52: can't find jump dest instruction at .text+0xf901029e drivers/usb/renesas_usbhs/fifo.o: warning: objtool: usbhsf_fifo_select()+0x33: can't find jump dest instruction at .text+0xca0000d6 drivers/misc/hpilo.o: warning: objtool: ilo_ccb_close()+0xab: can't find jump dest instruction at .text+0x890002e3 drivers/regulator/da903x.o: warning: objtool: da903x_regulator_probe()+0x63: can't find jump dest instruction at .text+0xa0000376 drivers/uwb/lc-dev.o: warning: objtool: uwbd_dev_onair()+0x7b: can't find jump dest instruction at .text+0x20010704 drivers/usb/usbip/usbip_event.o: warning: objtool: event_handler()+0xf: can't find jump dest instruction at .text+0xd1000094 net/mac80211/mesh.o: warning: objtool: ieee80211_mesh_process_chnswitch()+0x40: can't find jump dest instruction at .text+0xfc010148 CC drivers/usb/core/file.o LD drivers/scsi/pm8001/built-in.o CC drivers/mfd/lpc_sch.o CC drivers/tty/serial/8250/8250_port.o LD [M] drivers/media/usb/gspca/gspca_mars.o CC [M] drivers/net/ethernet/mellanox/mlx4/srq.o CC [M] drivers/regulator/da9055-regulator.o fs/xfs/xfs_file.o: warning: objtool: xfs_file_splice_read()+0x6f: can't find jump dest instruction at .text+0x8e000376 drivers/scsi/lpfc/lpfc_mem.o: warning: objtool: lpfc_mem_alloc()+0x71: can't find jump dest instruction at .text+0xd50200f4 drivers/usb/gadget/function/f_obex.o: warning: objtool: obex_set_alt()+0x2a: can't find jump dest instruction at .text+0xb2000053 drivers/pci/iov.o: warning: objtool: sriov_init()+0xb5: can't find jump dest instruction at .text+0xd10202fb CC [M] fs/xfs/xfs_mount.o drivers/regulator/arizona-micsupp.o: warning: objtool: arizona_micsupp_probe()+0x51: can't find jump dest instruction at .text+0x7a010124 CC [M] drivers/regulator/da9063-regulator.o CC [M] drivers/scsi/pm8001/pm8001_init.o LD drivers/pci/built-in.o CC [M] drivers/usb/gadget/function/f_subset.o lib/klist.o: warning: objtool: klist_dec_and_del()+0x13: can't find call dest symbol at offset 0x4f00014e drivers/scsi/aic7xxx/aic79xx_pci.o: warning: objtool: ahd_aic790X_setup()+0x59: can't find jump dest instruction at .text+0x1601005e CC drivers/usb/core/buffer.o CC drivers/watchdog/softdog.o drivers/watchdog/mei_wdt.o: warning: objtool: mei_wdt_register()+0x17: can't find jump dest instruction at .text+0x9800016f drivers/media/usb/gspca/m5602/m5602_ov7660.o: warning: objtool: ov7660_s_ctrl()+0x21: can't find jump dest instruction at .text+0x400201da CC lib/radix-tree.o drivers/usb/gadget/udc/pxa27x_udc.o: warning: objtool: find_pxa_ep()+0x43: can't find jump dest instruction at .text+0x92000048 drivers/scsi/csiostor/csio_rnode.o: warning: objtool: csio_rn_verify_rparams()+0x24: can't find jump dest instruction at .text+0xe100002a drivers/usb/core/urb.o: warning: objtool: usb_submit_urb.part.9()+0x23: can't find jump dest instruction at .text+0xd90303cb CC [M] drivers/media/usb/gspca/m5602/m5602_mt9m111.o CC [M] drivers/net/ethernet/mellanox/mlx5/core/fs_core.o CC [M] drivers/watchdog/pcwd_pci.o net/mac80211/mesh_sync.o: warning: objtool: mesh_sync_offset_rx_bcn_presp()+0x48: can't find jump dest instruction at .text+0x62010114 CC [M] drivers/usb/storage/sierra_ms.o CC [M] fs/xfs/xfs_mru_cache.o drivers/scsi/bfa/bfad_debugfs.o: warning: objtool: bfad_debugfs_write_regwr()+0x37: can't find jump dest instruction at .text+0xdc0001cb CC [M] drivers/scsi/libsas/sas_discover.o CC lib/ratelimit.o drivers/scsi/csiostor/csio_mb.o: warning: objtool: csio_mb_process_portparams_rsp()+0x2b: can't find jump dest instruction at .text+0xbc000ef8 drivers/rtc/rtc-at91sam9.o: warning: objtool: at91_rtc_probe()+0x2c: can't find jump dest instruction at .text+0x3d010227 drivers/scsi/aic7xxx/aic79xx_osm_pci.o: warning: objtool: ahd_linux_pci_reserve_mem_region()+0x1b: can't find jump dest instruction at .text+0x87000021 drivers/scsi/hisi_sas/hisi_sas_v1_hw.o: warning: objtool: init_reg_v1_hw()+0x18f: can't find jump dest instruction at .text+0x9d000194 CC [M] drivers/uwb/rsv.o LD [M] drivers/media/usb/gspca/gspca_mr97310a.o CC [M] drivers/rtc/rtc-davinci.o CC [M] drivers/regulator/isl9305.o drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.o: warning: objtool: tid_info_show()+0x31: can't find jump dest instruction at .text+0xad000488 drivers/usb/wusbcore/cbaf.o: warning: objtool: cbaf_check()+0x77: can't find jump dest instruction at .text+0x570105de CC [M] drivers/regulator/lp3972.o LD [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4.o drivers/usb/usbip/stub_dev.o: warning: objtool: store_sockfd()+0x46: can't find jump dest instruction at .text+0x5c0100bf drivers/scsi/isci/init.o: warning: objtool: isci_pci_init()+0x33: can't find jump dest instruction at .text+0xbc00020d CC drivers/usb/usbip/stub_tx.o CC [M] drivers/rtc/rtc-ds1742.o CC [M] drivers/scsi/isci/probe_roms.o LD [M] drivers/media/usb/gspca/gspca_nw80x.o LD drivers/scsi/qla2xxx/built-in.o /home/kisskb/slave/src/net/mac80211/mesh_pathtbl.c: In function 'mesh_path_add': /home/kisskb/slave/src/net/mac80211/mesh_pathtbl.c:450:11: warning: 'mpath' may be used uninitialized in this function [-Wuninitialized] drivers/usb/misc/emi26.o: warning: objtool: emi26_load_firmware()+0x43: can't find jump dest instruction at .text+0xb030223 drivers/usb/wusbcore/crypto.o: warning: objtool: wusb_ccm_mac()+0xe4: can't find jump dest instruction at .text+0x9a010189 CC [M] drivers/usb/misc/uss720.o drivers/usb/gadget/udc/m66592-udc.o: warning: objtool: m66592_ep_setting()+0x7: can't find jump dest instruction at .text+0x8300000d drivers/usb/gadget/epautoconf.o: warning: objtool: usb_ep_autoconfig_ss()+0x6b: can't find jump dest instruction at .text+0xc10000c5 CC [M] drivers/usb/wusbcore/security.o LD drivers/scsi/ufs/built-in.o CC [M] drivers/usb/gadget/functions.o drivers/hwmon/vt1211.o: warning: objtool: vt1211_update_device()+0x3e: can't find jump dest instruction at .text+0xe80100fe LD [M] drivers/media/usb/gspca/gspca_ov534.o CC [M] drivers/scsi/qla2xxx/qla_os.o LD [M] drivers/media/usb/gspca/gspca_ov534_9.o CC [M] drivers/scsi/ufs/ufshcd.o CC [M] drivers/usb/wusbcore/wusbhc.o CC lib/rbtree.o drivers/usb/usbip/stub_main.o: warning: objtool: store_match_busid()+0x1e: can't find jump dest instruction at .text+0x3001026b LD drivers/scsi/sym53c8xx_2/built-in.o CC net/ipv4/xfrm4_policy.o lib/nodemask.o: warning: objtool: __next_node_in()+0x1d: call without frame pointer save/setup lib/nodemask.o: warning: objtool: node_random()+0x1d: call without frame pointer save/setup LD [M] drivers/media/usb/gspca/gspca_pac7302.o drivers/usb/gadget/config.o: warning: objtool: usb_otg_descriptor_alloc()+0x27: call without frame pointer save/setup drivers/usb/gadget/config.o: warning: objtool: usb_free_all_descriptors()+0xd: call without frame pointer save/setup drivers/usb/gadget/config.o: warning: objtool: usb_copy_descriptors()+0x31: call without frame pointer save/setup drivers/usb/gadget/config.o: warning: objtool: usb_assign_descriptors()+0x88: call without frame pointer save/setup drivers/usb/gadget/config.o: warning: objtool: usb_gadget_config_buf()+0x2a: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/pd.o: warning: objtool: mlx4_bf_free()+0x17: can't find jump dest instruction at .text+0xa6000037 drivers/usb/storage/protocol.o: warning: objtool: usb_stor_access_xfer_buf()+0x7b: can't find jump dest instruction at .text+0x8f000080 CC drivers/usb/usbip/vudc_dev.o CC [M] drivers/scsi/scsi.o CC lib/seq_buf.o CC [M] drivers/net/ethernet/mellanox/mlx4/resource_tracker.o CC [M] drivers/usb/storage/option_ms.o drivers/net/ethernet/mellanox/mlx4/fw.o: warning: objtool: mlx4_ACCESS_REG.constprop.15()+0x2e: can't find jump dest instruction at .text+0xda0004e3 CC [M] drivers/scsi/hosts.o In file included from /home/kisskb/slave/src/drivers/rtc/rtc-da9052.c:21:0: /home/kisskb/slave/src/include/linux/mfd/da9052/da9052.h: In function 'da9052_group_write': /home/kisskb/slave/src/include/linux/mfd/da9052/da9052.h:174:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/scsi/sym53c8xx_2/sym_fw.o drivers/watchdog/da9055_wdt.o: warning: objtool: da9055_wdt_start()+0x7: can't find call dest symbol at offset 0x4e0000c6 CC drivers/tty/serial/arc_uart.o drivers/hwmon/pmbus/max16064.o: warning: objtool: max16064_probe()+0xb: call without frame pointer save/setup drivers/hwmon/pmbus/max16064.o: warning: objtool: max16064_write_word_data()+0x33: call without frame pointer save/setup drivers/hwmon/pmbus/max16064.o: warning: objtool: max16064_read_word_data()+0x40: call without frame pointer save/setup drivers/hwmon/pmbus/max16064.o: warning: objtool: max16064_driver_init()+0x12: call without frame pointer save/setup drivers/hwmon/pmbus/max16064.o: warning: objtool: max16064_driver_exit()+0xb: call without frame pointer save/setup LD [M] drivers/media/usb/gspca/gspca_pac7311.o LD drivers/scsi/qla4xxx/built-in.o CC [M] drivers/hwmon/pmbus/max20751.o /home/kisskb/slave/src/include/linux/mfd/da9052/da9052.h: In function 'da9052_group_read': /home/kisskb/slave/src/include/linux/mfd/da9052/da9052.h:151:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] drivers/scsi/bfa/bfad_attr.o: warning: objtool: bfad_im_model_desc_show()+0x7a: can't find jump dest instruction at .text+0x960203f0 drivers/target/target_core_alua.o: warning: objtool: core_alua_queue_state_change_ua()+0x3b: can't find jump dest instruction at .text+0x6e0101b3 CC [M] drivers/scsi/qla4xxx/ql4_os.o drivers/scsi/cxgbi/cxgb3i/cxgb3i.o: warning: objtool: send_abort_req()+0x17: can't find jump dest instruction at .text+0x26010679 CC [M] drivers/scsi/isci/remote_node_context.o drivers/usb/renesas_usbhs/rcar3.o: warning: objtool: usbhs_rcar3_power_ctrl()+0xa: call without frame pointer save/setup drivers/usb/renesas_usbhs/rcar3.o: warning: objtool: usbhs_write32()+0xb: call without frame pointer save/setup CC [M] drivers/usb/misc/usbsevseg.o CC net/ipv4/xfrm4_state.o drivers/usb/gadget/legacy/cdc2.o: warning: objtool: cdc_bind()+0x18: can't find jump dest instruction at .text+0x620100a1 drivers/scsi/libsas/sas_port.o: warning: objtool: sas_resume_port()+0x40: can't find jump dest instruction at .text+0x94000046 LD [M] drivers/media/usb/gspca/gspca_se401.o CC [M] drivers/usb/misc/lvstest.o CC [M] drivers/scsi/bfa/bfa_ioc.o drivers/usb/gadget/udc/mv_udc_core.o: warning: objtool: udc_reset()+0x58: can't find jump dest instruction at .text+0xa60001e6 LD [M] drivers/media/usb/gspca/gspca_sonixj.o net/mac80211/chan.o: warning: objtool: __ieee80211_vif_copy_chanctx_to_vlans()+0x32: can't find jump dest instruction at .text+0x89000368 LD [M] drivers/usb/gadget/udc/mv_udc.o drivers/usb/storage/scsiglue.o: warning: objtool: slave_configure()+0x96: can't find jump dest instruction at .text+0x3401068d CC [M] drivers/scsi/bfa/bfa_ioc_cb.o CC [M] fs/xfs/xfs_stats.o CC [M] drivers/scsi/pm8001/pm8001_sas.o net/mac80211/mesh_plink.o: warning: objtool: mesh_plink_get_event()+0x57: can't find jump dest instruction at .text+0x8501009b drivers/net/ethernet/mellanox/mlx4/mr.o: warning: objtool: mlx4_buddy_init()+0x61: can't find jump dest instruction at .text+0xb800017f drivers/scsi/isci/phy.o: warning: objtool: phy_event_name()+0x10: can't find jump dest instruction at .text+0x31010049 CC [M] drivers/scsi/qla4xxx/ql4_init.o drivers/net/ethernet/mellanox/mlx5/core/cq.o: warning: objtool: mlx5_core_destroy_cq()+0xd0: can't find jump dest instruction at .text+0x8e000125 CC [M] drivers/rtc/rtc-ds2404.o CC [M] drivers/scsi/isci/remote_node_table.o CC [M] drivers/scsi/sym53c8xx_2/sym_glue.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_main.o CC net/ipv4/xfrm4_input.o drivers/rtc/rtc-cmos.o: warning: objtool: cmos_resume()+0x52: can't find jump dest instruction at .text+0x8f00015c net/ipv4/fou.o: warning: objtool: fou_fill_info()+0x3b: can't find jump dest instruction at .text+0x8700017a net/mac80211/mesh_pathtbl.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a CC net/ipv4/xfrm4_output.o CC [M] drivers/scsi/bfa/bfa_ioc_ct.o CC [M] drivers/media/usb/gspca/m5602/m5602_po1030.o drivers/usb/gadget/legacy/dbgp.o: warning: objtool: dbgp_bind()+0x2e: can't find jump dest instruction at .text+0x9e000078 drivers/scsi/libsas/sas_dump.o: warning: objtool: sas_dprint_porte()+0x19: call without frame pointer save/setup drivers/scsi/libsas/sas_dump.o: warning: objtool: sas_dprint_phye()+0x19: call without frame pointer save/setup drivers/scsi/libsas/sas_dump.o: warning: objtool: sas_dprint_hae()+0x28: call without frame pointer save/setup drivers/scsi/libsas/sas_dump.o: warning: objtool: sas_dump_port()+0x1e: call without frame pointer save/setup LD [M] drivers/usb/gadget/legacy/g_zero.o drivers/hwmon/pmbus/ltc3815.o: warning: objtool: ltc3815_write_byte()+0x1a: call without frame pointer save/setup drivers/hwmon/pmbus/ltc3815.o: warning: objtool: ltc3815_write_word_data()+0x71: call without frame pointer save/setup drivers/hwmon/pmbus/ltc3815.o: warning: objtool: ltc3815_probe()+0x2f: call without frame pointer save/setup drivers/hwmon/pmbus/ltc3815.o: warning: objtool: ltc3815_driver_init()+0x12: call without frame pointer save/setup drivers/hwmon/pmbus/ltc3815.o: warning: objtool: ltc3815_driver_exit()+0xb: call without frame pointer save/setup drivers/usb/gadget/legacy/webcam.o: warning: objtool: webcam_bind()+0x2b: can't find jump dest instruction at .text+0xfc000031 CC [M] drivers/scsi/libsas/sas_expander.o CC drivers/mfd/lpc_ich.o CC lib/sha1.o LD [M] drivers/usb/gadget/legacy/g_audio.o drivers/misc/vmw_balloon.o: warning: objtool: vmballoon_deflate()+0x1f: can't find jump dest instruction at .text+0xe10000fa drivers/usb/wusbcore/dev-sysfs.o: warning: objtool: wusb_cdid_show()+0x30: can't find jump dest instruction at .text+0xe80001d6 drivers/rtc/rtc-da9063.o: warning: objtool: da9063_rtc_probe()+0x22: can't find jump dest instruction at .text+0x390202af drivers/usb/gadget/udc/fotg210-udc.o: warning: objtool: fotg210_wait_dma_done()+0x3d: can't find jump dest instruction at .text+0x850002e0 CC [M] drivers/scsi/mpt3sas/mpt3sas_warpdrive.o drivers/scsi/mvsas/mv_init.o: warning: objtool: mvs_store_interrupt_coalescing()+0x23: can't find jump dest instruction at .text+0x95000029 LD [M] drivers/usb/gadget/legacy/g_ether.o /home/kisskb/slave/src/net/mac80211/mlme.c: In function 'ieee80211_handle_pwr_constr.isra.32': /home/kisskb/slave/src/net/mac80211/mlme.c:1365:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] CC [M] drivers/scsi/scsi_ioctl.o CC net/ipv4/xfrm4_protocol.o drivers/net/ethernet/mellanox/mlx4/reset.o: warning: objtool: mlx4_reset()+0x41: can't find jump dest instruction at .text+0x95000046 drivers/hwmon/pmbus/ltc2978.o: warning: objtool: ltc2978_get_id()+0x1e: can't find jump dest instruction at .text+0xc400004b LD [M] drivers/usb/gadget/legacy/g_mass_storage.o CC drivers/usb/core/sysfs.o CC [M] drivers/scsi/pm8001/pm8001_ctl.o LD [M] drivers/usb/gadget/legacy/g_serial.o CC [M] drivers/usb/gadget/function/f_rndis.o drivers/media/usb/gspca/xirlink_cit.o: warning: objtool: sd_config()+0x29: can't find jump dest instruction at .text+0x9c00002f LD [M] drivers/media/usb/gspca/gspca_spca505.o LD [M] drivers/usb/gadget/legacy/g_printer.o drivers/usb/host/xhci-dbg.o: warning: objtool: xhci_get_slot_state()+0x4: call without frame pointer save/setup drivers/usb/host/xhci-dbg.o: warning: objtool: xhci_dbg_ctx()+0x47: call without frame pointer save/setup drivers/rtc/rtc-da9055.o: warning: objtool: da9055_set_alarm()+0x45: can't find jump dest instruction at .text+0x86000161 CC drivers/tty/vt/consolemap_deftbl.o drivers/rtc/rtc-da9052.o: warning: objtool: da9052_rtc_read_time()+0x91: can't find jump dest instruction at .text+0xac00020c drivers/regulator/da9052-regulator.o: warning: objtool: da9052_regulator_probe()+0x47: can't find jump dest instruction at .text+0xff000426 drivers/usb/wusbcore/pal.o: warning: objtool: wusbhc_channel_changed()+0x2f: call without frame pointer save/setup drivers/usb/wusbcore/pal.o: warning: objtool: wusbhc_pal_register()+0x14: call without frame pointer save/setup drivers/usb/wusbcore/pal.o: warning: objtool: wusbhc_pal_unregister()+0x15: call without frame pointer save/setup CC [M] drivers/usb/storage/usual-tables.o drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.o: warning: objtool: cxgb_ulp_iscsi_ctl()+0x23: can't find jump dest instruction at .text+0xbe010172 drivers/watchdog/softdog.o: warning: objtool: softdog_stop()+0xb: call without frame pointer save/setup drivers/watchdog/softdog.o: warning: objtool: softdog_ping()+0x19: call without frame pointer save/setup drivers/watchdog/softdog.o: warning: objtool: watchdog_fire()+0x6: call without frame pointer save/setup drivers/watchdog/softdog.o: warning: objtool: watchdog_exit()+0xb: call without frame pointer save/setup drivers/watchdog/softdog.o: warning: objtool: watchdog_init()+0x57: call without frame pointer save/setup CC [M] drivers/regulator/max14577-regulator.o drivers/scsi/hisi_sas/hisi_sas_main.o: warning: objtool: hisi_sas_bytes_dmaed()+0x2a: can't find jump dest instruction at .text+0xa1000030 lib/kobject.o: warning: objtool: kobject_move()+0x25: can't find jump dest instruction at .text+0xe900062e drivers/tty/moxa.o: warning: objtool: moxa_real_load_code()+0x7a: can't find jump dest instruction at .text+0x8b0002f9 LD drivers/net/ethernet/chelsio/cxgb3/cxgb3.o drivers/mfd/ab3100-core.o: warning: objtool: ab3100_mask_and_set_register_interruptible()+0x32: can't find jump dest instruction at .text+0xfd0000da drivers/usb/storage/initializers.o: warning: objtool: usb_stor_euscsi_init()+0x15: call without frame pointer save/setup drivers/usb/storage/initializers.o: warning: objtool: usb_stor_ucr61s2b_init()+0x1e: call without frame pointer save/setup drivers/usb/storage/initializers.o: warning: objtool: usb_stor_huawei_e220_init()+0x3a: call without frame pointer save/setup CC [M] drivers/watchdog/stmp3xxx_rtc_wdt.o CC drivers/mfd/tps6586x.o drivers/uwb/neh.o: warning: objtool: uwb_rc_notif()+0x1b: can't find jump dest instruction at .text+0x8900003d LD [M] drivers/usb/gadget/legacy/g_midi.o CC [M] drivers/rtc/rtc-ep93xx.o CC [M] drivers/tty/cyclades.o CC [M] drivers/uwb/scan.o CC [M] fs/xfs/xfs_super.o CC [M] drivers/regulator/max77693-regulator.o CC [M] drivers/usb/storage/debug.o CC [M] drivers/scsi/lpfc/lpfc_mbox.o drivers/net/ethernet/mellanox/mlx5/core/pd.o: warning: objtool: mlx5_core_dealloc_pd()+0x46: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx5/core/pd.o: warning: objtool: mlx5_core_alloc_pd()+0x43: call without frame pointer save/setup CC [M] drivers/target/target_core_file.o LD [M] drivers/media/usb/gspca/gspca_spca506.o drivers/scsi/csiostor/csio_wr.o: warning: objtool: csio_wr_iq_create_rsp()+0x5b: can't find jump dest instruction at .text+0x9100020d CC [M] drivers/net/ethernet/mellanox/mlx5/core/fs_counters.o LD drivers/net/ethernet/chelsio/cxgb3/built-in.o drivers/net/ethernet/mellanox/mlx4/mcg.o: warning: objtool: check_duplicate_entry()+0x26: can't find jump dest instruction at .text+0xbe0000ef drivers/usb/gadget/udc/amd5536udc.o: warning: objtool: udc_setup_endpoints()+0x15c: can't find jump dest instruction at .text+0xe2ff0321 CC [M] drivers/usb/storage/alauda.o net/mac80211/mesh_hwmp.o: warning: objtool: mesh_path_sel_frame_tx()+0x6e: can't find jump dest instruction at .text+0x300200d9 CC [M] drivers/net/ethernet/mellanox/mlx4/en_tx.o CC [M] drivers/scsi/pm8001/pm8001_hwi.o LD [M] drivers/scsi/csiostor/csiostor.o drivers/watchdog/da9063_wdt.o: warning: objtool: da9063_wdt_probe()+0x1a: can't find jump dest instruction at .text+0x91000230 drivers/usb/gadget/udc/bdc/bdc_udc.o: warning: objtool: handle_link_state_change()+0x15: can't find jump dest instruction at .text+0xa3000306 drivers/regulator/isl9305.o: warning: objtool: isl9305_i2c_probe()+0x42: call without frame pointer save/setup drivers/regulator/isl9305.o: warning: objtool: isl9305_regulator_driver_init()+0x12: call without frame pointer save/setup drivers/regulator/isl9305.o: warning: objtool: isl9305_regulator_driver_exit()+0xb: call without frame pointer save/setup CC [M] net/ipv4/gre_demux.o drivers/media/usb/gspca/gl860/gl860-mi2020.o: warning: objtool: mi2020_camera_settings()+0x115: can't find jump dest instruction at .text+0x4c0801b6 CC [M] drivers/media/usb/gspca/m5602/m5602_s5k83a.o LD drivers/net/ethernet/chelsio/built-in.o drivers/usb/host/xhci-hub.o: warning: objtool: xhci_create_usb3_bos_desc()+0xb9: can't find jump dest instruction at .text+0xa700012c LD [M] drivers/media/usb/gspca/gl860/gspca_gl860.o CC [M] drivers/scsi/pm8001/pm80xx_hwi.o LD [M] drivers/media/usb/gspca/gspca_spca508.o CC [M] drivers/scsi/ufs/ufshcd-pltfrm.o drivers/scsi/megaraid/megaraid_mm.o: warning: objtool: kioc_to_mimd()+0x31: can't find jump dest instruction at .text+0xf600019d CC [M] drivers/scsi/scsicam.o CC drivers/usb/core/endpoint.o drivers/net/ethernet/mellanox/mlx5/core/alloc.o: warning: objtool: mlx5_db_alloc_node()+0x41: can't find call dest symbol at offset 0x4e0001b2 drivers/usb/host/xhci-mvebu.o: warning: objtool: xhci_mvebu_mbus_init_quirk()+0x24: can't find jump dest instruction at .text+0x9c00002a drivers/usb/gadget/function/u_serial.o: warning: objtool: gs_close()+0x4a: can't find jump dest instruction at .text+0x250103f8 net/ipv4/syncookies.o: warning: objtool: cookie_v4_check()+0x3c: can't find jump dest instruction at .text+0x8e0404fb CC [M] drivers/scsi/bfa/bfa_hw_cb.o CC [M] net/ipv4/ip_vti.o drivers/watchdog/imgpdc_wdt.o: warning: objtool: pdc_wdt_probe()+0x34: can't find jump dest instruction at .text+0x7c0201ad CC [M] drivers/tty/isicom.o CC [M] drivers/scsi/qla2xxx/qla_init.o LD [M] drivers/media/usb/gspca/gspca_spca561.o CC drivers/mfd/vx855.o CC [M] drivers/uwb/uwb-debug.o fs/xfs/xfs_fsops.o: warning: objtool: xfs_growfs_data_private()+0x32: can't find jump dest instruction at .text+0x2b0d00d1 CC [M] drivers/scsi/libsas/sas_scsi_host.o CC [M] fs/xfs/xfs_symlink.o drivers/usb/misc/usbled.o: warning: objtool: change_color()+0x40: can't find jump dest instruction at .text+0x7b0100c0 drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_SENSE_PORT()+0x41: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_do_sense_ports()+0x52: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_sense_port()+0x21: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_start_sense()+0x17: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_stop_sense()+0xb: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/sense.o: warning: objtool: mlx4_sense_init()+0x4f: call without frame pointer save/setup CC [M] drivers/watchdog/tegra_wdt.o CC [M] drivers/scsi/qla4xxx/ql4_mbx.o CC drivers/tty/vt/defkeymap.o LD drivers/usb/wusbcore/wusb-cbaf.o drivers/media/usb/gspca/stv06xx/stv06xx_st6422.o: warning: objtool: st6422_s_ctrl()+0x26: can't find jump dest instruction at .text+0x201002c drivers/usb/gadget/udc/bdc/bdc_ep.o: warning: objtool: ep0_handle_feature_dev()+0x19: can't find jump dest instruction at .text+0xf500017a LD [M] drivers/media/usb/gspca/stv06xx/gspca_stv06xx.o CC [M] drivers/usb/gadget/udc/bdc/bdc_pci.o lib/ratelimit.o: warning: objtool: ___ratelimit.part.0()+0x3f: can't find jump dest instruction at .text+0x80000044 CC [M] drivers/scsi/isci/unsolicited_frame_control.o drivers/usb/usbip/stub_rx.o: warning: objtool: masking_bogus_flags()+0x7: can't find jump dest instruction at .text+0xd000000d drivers/tty/goldfish.o: warning: objtool: goldfish_tty_create_driver()+0x28: can't find jump dest instruction at .text+0x9a000277 drivers/usb/misc/usblcd.o: warning: objtool: lcd_ioctl()+0x1f: can't find jump dest instruction at .text+0xb8000062 drivers/scsi/hisi_sas/hisi_sas_v2_hw.o: warning: objtool: init_reg_v2_hw()+0x1ad: can't find jump dest instruction at .text+0x120101b2 LD [M] drivers/usb/gadget/legacy/g_cdc.o net/mac80211/util.o: warning: objtool: ieee80211_chanctx_radar_detect()+0x50: can't find jump dest instruction at .text+0xb2000384 drivers/uwb/pal.o: warning: objtool: uwb_pal_unregister()+0xe: call without frame pointer save/setup drivers/uwb/pal.o: warning: objtool: uwb_pal_register()+0x73: call without frame pointer save/setup drivers/uwb/pal.o: warning: objtool: find_rc()+0x1c: call without frame pointer save/setup CC [M] drivers/tty/synclinkmp.o CC [M] net/ipv4/xfrm4_mode_transport.o drivers/net/ethernet/mellanox/mlx5/core/srq.o: warning: objtool: rmpc_srqc_reformat()+0xf: can't find jump dest instruction at .text+0x490100be LD [M] drivers/media/usb/gspca/gspca_sq905.o drivers/usb/host/xhci-pci.o: warning: objtool: xhci_pci_probe()+0x27: can't find jump dest instruction at .text+0xad000151 CC [M] drivers/regulator/mt6311-regulator.o CC [M] drivers/scsi/scsi_error.o CC [M] drivers/scsi/isci/port_config.o CC [M] drivers/target/target_core_user.o drivers/scsi/mpt3sas/mpt3sas_trigger_diag.o: warning: objtool: mpt3sas_trigger_master()+0x4c: can't find jump dest instruction at .text+0xd7000202 drivers/scsi/mvsas/mv_64xx.o: warning: objtool: mvs_64xx_init()+0x2e: can't find jump dest instruction at .text+0x87000dbf CC drivers/tty/serial/8250/8250_fintek.o LD [M] drivers/media/usb/gspca/gspca_sq905c.o CC [M] drivers/media/usb/gspca/m5602/m5602_s5k4aa.o CC [M] drivers/rtc/rtc-isl12022.o drivers/usb/storage/transport.o: warning: objtool: usb_stor_msg_common()+0x22: can't find jump dest instruction at .text+0x22010028 drivers/usb/gadget/udc/udc-xilinx.o: warning: objtool: __xudc_ep_enable()+0x52: can't find jump dest instruction at .text+0x54010187 LD drivers/usb/misc/sisusbvga/built-in.o CC [M] drivers/usb/host/xhci-rcar.o drivers/watchdog/wm831x_wdt.o: warning: objtool: wm831x_wdt_probe()+0x4f: can't find jump dest instruction at .text+0x99010301 CC [M] drivers/usb/storage/datafab.o drivers/usb/gadget/legacy/multi.o: warning: objtool: cdc_do_config()+0x26: can't find jump dest instruction at .text+0xb8000093 CC [M] drivers/regulator/qcom_spmi-regulator.o drivers/net/ethernet/mellanox/mlx4/profile.o: warning: objtool: mlx4_make_profile()+0x47: can't find jump dest instruction at .text+0xcc05004d CC [M] drivers/scsi/sym53c8xx_2/sym_hipd.o /home/kisskb/slave/src/drivers/tty/serial/serial_core.c: In function 'uart_write': /home/kisskb/slave/src/include/linux/spinlock.h:362:2: warning: 'flags' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/tty/serial/serial_core.c:559:16: note: 'flags' was declared here CC [M] drivers/regulator/pfuze100-regulator.o CC [M] drivers/usb/misc/sisusbvga/sisusb.o CC [M] drivers/scsi/libsas/sas_task.o CC [M] drivers/scsi/qla4xxx/ql4_iocb.o drivers/net/ethernet/mellanox/mlx5/core/sriov.o: warning: objtool: mlx5_core_sriov_configure()+0x23: can't find jump dest instruction at .text+0xdb000264 drivers/misc/pch_phub.o: warning: objtool: pch_phub_bin_read()+0x37: can't find jump dest instruction at .text+0x100102c8 drivers/scsi/libsas/sas_init.o: warning: objtool: sas_phy_setup()+0x2a: can't find jump dest instruction at .text+0xfb0000d5 drivers/usb/host/xhci-plat.o: warning: objtool: xhci_plat_probe()+0x28: can't find jump dest instruction at .text+0xca0201fe CC [M] drivers/scsi/libsas/sas_ata.o drivers/hwmon/pmbus/max20751.o: warning: objtool: max20751_probe()+0xb: call without frame pointer save/setup drivers/hwmon/pmbus/max20751.o: warning: objtool: max20751_driver_init()+0x12: call without frame pointer save/setup drivers/hwmon/pmbus/max20751.o: warning: objtool: max20751_driver_exit()+0xb: call without frame pointer save/setup net/mac80211/mesh_ps.o: warning: objtool: mps_qos_null_get()+0x39: can't find jump dest instruction at .text+0x9b0003f1 CC [M] drivers/scsi/qla4xxx/ql4_isr.o CC [M] drivers/hwmon/pmbus/max34440.o CC [M] drivers/scsi/bfa/bfa_hw_ct.o drivers/usb/misc/ezusb.o: warning: objtool: ezusb_writememory()+0x1e: can't find jump dest instruction at .text+0x8a000051 CC drivers/tty/serial/8250/8250_pci.o CC lib/show_mem.o CC [M] drivers/usb/host/bcma-hcd.o net/mac80211/tdls.o: warning: objtool: ieee80211_tdls_add_chan_switch_req_ies()+0x38: can't find jump dest instruction at .text+0xb9000376 drivers/scsi/libsas/sas_event.o: warning: objtool: notify_port_event()+0x26: can't find call dest symbol at offset 0x8a0000bc CC drivers/tty/serial/mps2-uart.o CC [M] drivers/regulator/pv88060-regulator.o CC drivers/usb/usbip/vudc_sysfs.o drivers/usb/storage/usb.o: warning: objtool: get_pipes()+0x99: can't find jump dest instruction at .text+0x90000144 drivers/tty/vt/vt_ioctl.o: warning: objtool: vt_ioctl()+0x41: can't find jump dest instruction at .text+0xc30f05ac drivers/net/ethernet/mellanox/mlx5/core/mad.o: warning: objtool: mlx5_core_mad_ifc()+0x32: can't find jump dest instruction at .text+0x9200004f lib/seq_buf.o: warning: objtool: seq_buf_putmem_hex()+0x1f: can't find jump dest instruction at .text+0xbc000223 CC [M] drivers/scsi/lpfc/lpfc_nportdisc.o CC drivers/usb/usbip/vudc_tx.o LD [M] drivers/usb/gadget/legacy/g_hid.o CC lib/string.o drivers/usb/wusbcore/reservation.o: warning: objtool: wusbhc_rsv_establish()+0x1d: can't find jump dest instruction at .text+0x830000f7 drivers/net/ethernet/mellanox/mlx5/core/mr.o: warning: objtool: mlx5_core_create_psv()+0x22: can't find jump dest instruction at .text+0x10122 drivers/scsi/mvsas/mv_94xx.o: warning: objtool: mvs_94xx_gpio_write.part.5()+0x29: can't find jump dest instruction at .text+0xd0000d6b CC [M] drivers/usb/gadget/function/rndis.o CC [M] drivers/hwmon/pmbus/max8688.o drivers/net/ethernet/mellanox/mlx5/core/qp.o: warning: objtool: mlx5_core_create_qp()+0x8d: can't find jump dest instruction at .text+0xd300051c CC [M] drivers/tty/serial/bcm63xx_uart.o drivers/tty/serial/uartlite.o: warning: objtool: ulite_assign()+0x63: can't find jump dest instruction at .text+0x30010128 LD [M] drivers/usb/gadget/legacy/g_dbgp.o CC drivers/usb/core/devio.o CC [M] drivers/tty/serial/sh-sci.o drivers/mfd/lpc_sch.o: warning: objtool: lpc_sch_populate_cell()+0x51: can't find jump dest instruction at .text+0xca000069 drivers/rtc/rtc-ds1742.o: warning: objtool: ds1742_rtc_probe()+0x33: can't find jump dest instruction at .text+0x9010264 drivers/scsi/isci/remote_node_table.o: warning: objtool: sci_remote_node_table_allocate_single_remote_node()+0x1c: can't find jump dest instruction at .text+0xb40000df CC lib/timerqueue.o CC [M] drivers/usb/misc/sisusbvga/sisusb_init.o CC [M] drivers/rtc/rtc-isl12057.o CC drivers/tty/serial/8250/8250_dw.o drivers/scsi/mpt3sas/mpt3sas_config.o: warning: objtool: _config_alloc_config_dma_memory()+0x20: can't find jump dest instruction at .text+0x9b000026 CC drivers/tty/serial/8250/8250_mid.o drivers/usb/core/buffer.o: warning: objtool: hcd_buffer_alloc()+0x16: can't find jump dest instruction at .text+0xb30000f2 drivers/tty/serial/arc_uart.o: warning: objtool: arc_serial_console_setup()+0x73: call without frame pointer save/setup drivers/tty/serial/arc_uart.o: warning: objtool: arc_serial_console_write()+0x28: call without frame pointer save/setup drivers/tty/serial/arc_uart.o: warning: objtool: arc_serial_probe()+0x20: call without frame pointer save/setup drivers/tty/serial/arc_uart.o: warning: objtool: arc_early_serial_write()+0x13: call without frame pointer save/setup drivers/tty/serial/arc_uart.o: warning: objtool: arc_serial_init()+0xf: call without frame pointer save/setup drivers/tty/serial/arc_uart.o: warning: objtool: arc_serial_exit()+0xb: call without frame pointer save/setup CC [M] net/ipv4/inet_diag.o drivers/regulator/da9055-regulator.o: warning: objtool: da9055_regulator_probe()+0x60: can't find jump dest instruction at .text+0x4701051c drivers/usb/storage/sierra_ms.o: warning: objtool: show_truinst()+0x32: can't find jump dest instruction at .text+0xa3000076 CC [M] drivers/tty/serial/men_z135_uart.o CC [M] drivers/usb/storage/jumpshot.o drivers/uwb/radio.o: warning: objtool: uwb_radio_change_channel()+0x16: can't find call dest symbol at offset 0x98000068 CC [M] drivers/usb/gadget/function/f_mass_storage.o CC [M] drivers/uwb/uwbd.o drivers/usb/wusbcore/devconnect.o: warning: objtool: __wusbhc_keep_alive()+0x34: can't find jump dest instruction at .text+0x9700020f drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: usbg_detach()+0xb: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: tcm_do_config()+0x13: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: usbg_attach()+0xb: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: guas_unbind()+0x25: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: usb_target_bind()+0x13: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: usb_target_gadget_init()+0xe: call without frame pointer save/setup drivers/usb/gadget/legacy/tcm_usb_gadget.o: warning: objtool: usb_target_gadget_exit()+0x25: call without frame pointer save/setup drivers/uwb/lc-rc.o: warning: objtool: ASIE_store()+0x50: can't find jump dest instruction at .text+0xe0000225 LD drivers/usb/wusbcore/built-in.o drivers/mfd/adp5520.o: warning: objtool: adp5520_probe()+0x51: can't find jump dest instruction at .text+0xa020379 LD [M] drivers/usb/gadget/legacy/g_multi.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_rx.o drivers/rtc/rtc-davinci.o: warning: objtool: davinci_rtc_set_time()+0x27: can't find jump dest instruction at .text+0xd700025b CC drivers/mfd/tps65090.o drivers/usb/core/message.o: warning: objtool: usb_driver_set_configuration()+0x2d: can't find jump dest instruction at .text+0x90000136 LD [M] drivers/usb/gadget/legacy/g_webcam.o drivers/usb/wusbcore/mmc.o: warning: objtool: wusbhc_chid_set()+0x44: can't find jump dest instruction at .text+0xb30001bc CC drivers/usb/core/notify.o drivers/usb/core/config.o: warning: objtool: usb_parse_ss_endpoint_companion()+0x68: can't find jump dest instruction at .text+0x460200c4 CC [M] drivers/scsi/scsi_lib.o LD [M] drivers/media/usb/gspca/gspca_sq930x.o CC [M] drivers/usb/storage/karma.o CC [M] net/ipv4/tcp_diag.o drivers/watchdog/stmp3xxx_rtc_wdt.o: warning: objtool: wdt_set_timeout()+0x7: can't find call dest symbol at offset 0xbc000044 drivers/tty/n_gsm.o: warning: objtool: gsm_data_kick()+0x29: can't find jump dest instruction at .text+0xf500020e drivers/usb/misc/ldusb.o: warning: objtool: ld_usb_open()+0x52: can't find jump dest instruction at .text+0x74010117 drivers/rtc/rtc-ds2404.o: warning: objtool: rtc_probe()+0x3d: can't find jump dest instruction at .text+0x900002cd CC [M] drivers/hwmon/pmbus/ucd9000.o LD [M] drivers/media/usb/gspca/gspca_sunplus.o CC [M] drivers/usb/gadget/configfs.o CC [M] drivers/rtc/rtc-m41t80.o drivers/tty/serial/sccnxp.o: warning: objtool: sccnxp_set_baud()+0x8d: can't find jump dest instruction at .text+0x8d0000dd CC [M] drivers/watchdog/alim1535_wdt.o drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_remove()+0x14: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_show_comp_delete()+0x2d: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_show_comp_preload()+0x26: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_proc()+0x2e: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_read_time()+0x12: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_probe()+0x1e: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_driver_init()+0x12: call without frame pointer save/setup drivers/rtc/rtc-ep93xx.o: warning: objtool: ep93xx_rtc_driver_exit()+0xb: call without frame pointer save/setup fs/xfs/xfs_icache.o: warning: objtool: xfs_inode_alloc()+0x2c: can't find jump dest instruction at .text+0x7e010352 drivers/usb/core/driver.o: warning: objtool: autosuspend_check()+0xf: can't find jump dest instruction at .text+0x9800003b drivers/uwb/reset.o: warning: objtool: uwb_rc_cmd_async()+0x58: can't find jump dest instruction at .text+0xd5000164 CC [M] drivers/scsi/qla4xxx/ql4_nx.o CC [M] drivers/watchdog/geodewdt.o CC [M] drivers/uwb/umc-bus.o CC drivers/usb/core/generic.o drivers/usb/usbip/stub_tx.o: warning: objtool: stub_send_ret_unlink()+0x3e: can't find jump dest instruction at .text+0xa01008c drivers/target/target_core_sbc.o: warning: objtool: sbc_check_prot()+0x64: can't find jump dest instruction at .text+0x8600023c LD [M] drivers/media/usb/gspca/gspca_stv0680.o CC [M] drivers/rtc/rtc-max6900.o CC [M] drivers/scsi/bfa/bfa_fcs.o LD [M] drivers/media/usb/gspca/gspca_t613.o net/mac80211/rc80211_minstrel.o: warning: objtool: minstrel_get_rate()+0x30: can't find jump dest instruction at .text+0x900100b8 CC [M] drivers/net/ethernet/mellanox/mlx4/en_ethtool.o net/ipv4/xfrm4_mode_tunnel.o: warning: objtool: xfrm4_mode_tunnel_input()+0x1a: can't find jump dest instruction at .text+0x71010020 CC drivers/usb/usbip/vudc_rx.o lib/rbtree.o: warning: objtool: __rb_erase_color()+0x28: can't find jump dest instruction at .text+0xa400005e drivers/tty/n_r3964.o: warning: objtool: add_msg()+0x24: can't find jump dest instruction at .text+0x920000b3 drivers/regulator/lp3972.o: warning: objtool: lp3972_i2c_probe()+0x24: can't find jump dest instruction at .text+0x1f010448 CC [M] drivers/usb/gadget/function/storage_common.o CC [M] net/ipv4/udp_diag.o CC [M] drivers/regulator/pwm-regulator.o LD [M] drivers/media/usb/gspca/gspca_topro.o CC [M] drivers/regulator/s2mpa01.o drivers/usb/usbip/usbip_common.o: warning: objtool: usbip_dump_header()+0x48: can't find jump dest instruction at .text+0xaa00004e CC [M] drivers/rtc/rtc-max8907.o drivers/usb/misc/legousbtower.o: warning: objtool: tower_open()+0x75: can't find jump dest instruction at .text+0xe10100b6 CC [M] drivers/scsi/bfa/bfa_fcs_lport.o CC [M] drivers/scsi/qla2xxx/qla_mbx.o drivers/regulator/da9063-regulator.o: warning: objtool: da9063_regulator_probe()+0x7a: can't find jump dest instruction at .text+0xae03040e CC [M] drivers/uwb/umc-dev.o net/wireless/nl80211.o: warning: objtool: cfg80211_check_station_change()+0x16: can't find jump dest instruction at .text+0x9a01017b CC [M] drivers/regulator/sky81452-regulator.o drivers/usb/gadget/function/f_subset.o: warning: objtool: geth_bind()+0x6f: can't find jump dest instruction at .text+0xff0000a0 CC [M] drivers/uwb/umc-drv.o drivers/usb/renesas_usbhs/mod_host.o: warning: objtool: usbhsh_pipe_attach()+0x7e: can't find jump dest instruction at .text+0x9a0001ee LD net/wireless/cfg80211.o CC [M] drivers/usb/gadget/function/f_fs.o drivers/usb/core/hcd.o: warning: objtool: usb_calc_bus_time()+0xc: can't find jump dest instruction at .text+0xc9000042 drivers/usb/storage/option_ms.o: warning: objtool: option_inquiry()+0x56: can't find jump dest instruction at .text+0x9b000139 fs/xfs/xfs_iomap.o: warning: objtool: xfs_iomap_write_direct()+0xdb: can't find jump dest instruction at .text+0xd10101ed CC [M] drivers/usb/storage/onetouch.o drivers/media/usb/gspca/m5602/m5602_mt9m111.o: warning: objtool: mt9m111_start()+0xa0: can't find jump dest instruction at .text+0x5f0100b7 lib/kobject_uevent.o: warning: objtool: kobject_uevent_env()+0x42: can't find jump dest instruction at .text+0x32040232 drivers/regulator/max14577-regulator.o: warning: objtool: max14577_regulator_probe()+0x117: can't find jump dest instruction at .text+0x5200026c CC [M] drivers/rtc/rtc-msm6242.o LD [M] drivers/media/usb/gspca/gspca_touptek.o drivers/watchdog/tegra_wdt.o: warning: objtool: tegra_wdt_probe()+0x38: can't find jump dest instruction at .text+0xc8000170 CC [M] drivers/usb/storage/realtek_cr.o CC [M] drivers/regulator/tps65023-regulator.o CC lib/vsprintf.o CC [M] drivers/hwmon/pmbus/ucd9200.o drivers/scsi/aic7xxx/aic79xx_osm.o: warning: objtool: ahd_linux_queue_cmd_complete()+0x2f: can't find jump dest instruction at .text+0x9d0000a2 CC drivers/mfd/aat2870-core.o drivers/hwmon/w83627ehf.o: warning: objtool: w83627ehf_device_remove_files()+0x1f5: can't find jump dest instruction at .text+0x8a000347 CC [M] drivers/uwb/whci.o CC [M] drivers/watchdog/ib700wdt.o drivers/watchdog/pcwd_pci.o: warning: objtool: pcipcwd_ioctl()+0x14: can't find jump dest instruction at .text+0x3d010624 drivers/usb/misc/lvstest.o: warning: objtool: create_lvs_device()+0x2c: can't find jump dest instruction at .text+0x8a000064 LD [M] drivers/media/usb/gspca/gspca_tv8532.o LD net/wireless/built-in.o net/ipv4/tcp_cubic.o: warning: objtool: hystart_update()+0x1c: can't find jump dest instruction at .text+0x101009d drivers/scsi/isci/probe_roms.o: warning: objtool: isci_request_oprom()+0x21: can't find jump dest instruction at .text+0x39010027 drivers/target/target_core_rd.o: warning: objtool: rd_execute_rw()+0x30: can't find jump dest instruction at .text+0x93020447 lib/sha1.o: warning: objtool: sha_transform()+0x4b: can't find call dest symbol at offset 0x7400008c CC [M] drivers/watchdog/i6300esb.o drivers/usb/host/xhci-mem.o: warning: objtool: xhci_add_in_port()+0x58: can't find jump dest instruction at .text+0x5302006f CC [M] drivers/uwb/whc-rc.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_port.o CC [M] drivers/usb/gadget/u_f.o drivers/scsi/mvsas/mv_sas.o: warning: objtool: mvs_bytes_dmaed()+0x2d: can't find jump dest instruction at .text+0x16010033 CC [M] drivers/usb/host/fotg210-hcd.o LD [M] drivers/scsi/mvsas/mvsas.o drivers/mfd/vx855.o: warning: objtool: vx855_probe()+0x15: can't find call dest symbol at offset 0x370000ea CC [M] drivers/scsi/libsas/sas_host_smp.o CC [M] drivers/scsi/qla4xxx/ql4_nvram.o CC drivers/mfd/intel-lpss.o drivers/target/target_core_xcopy.o: warning: objtool: target_rcr_operating_parameters()+0x24: can't find jump dest instruction at .text+0x9400005e drivers/usb/gadget/function/f_ecm.o: warning: objtool: ecm_bind()+0x2c: can't find jump dest instruction at .text+0x7b020114 LD [M] drivers/media/usb/gspca/gspca_vicam.o CC [M] drivers/rtc/rtc-pcf2127.o CC [M] drivers/usb/gadget/function/f_uac2.o CC drivers/usb/core/quirks.o drivers/usb/gadget/function/f_eem.o: warning: objtool: eem_unwrap()+0x2b: can't find jump dest instruction at .text+0xf401003c fs/xfs/xfs_message.o: warning: objtool: xfs_emerg()+0x49: can't find call dest symbol at offset 0x7200008e drivers/target/target_core_transport.o: warning: objtool: target_tmr_work()+0x48: can't find jump dest instruction at .text+0xab0002fe drivers/usb/renesas_usbhs/mod_gadget.o: warning: objtool: usbhsg_gadget_start()+0x2b: can't find jump dest instruction at .text+0xa60006c5 CC [M] drivers/net/ethernet/mellanox/mlx4/en_cq.o drivers/scsi/isci/task.o: warning: objtool: isci_task_execute_tmf()+0x9e: can't find jump dest instruction at .text+0x6b0100c1 CC [M] drivers/usb/storage/sddr09.o LD [M] drivers/usb/renesas_usbhs/renesas_usbhs.o CC [M] drivers/scsi/qla2xxx/qla_iocb.o drivers/mfd/lpc_ich.o: warning: objtool: lpc_ich_init_gpio()+0xa6: can't find jump dest instruction at .text+0xe70001ce CC [M] drivers/regulator/tps65090-regulator.o drivers/target/target_core_spc.o: warning: objtool: spc_parse_cdb()+0x21: can't find jump dest instruction at .text+0xd1010145 fs/xfs/xfs_itable.o: warning: objtool: xfs_bulkstat_ag_ichunk()+0x30: can't find jump dest instruction at .text+0xbc000076 LD [M] drivers/media/usb/gspca/gspca_xirlink_cit.o CC [M] drivers/scsi/scsi_common.o CC [M] fs/xfs/xfs_sysfs.o CC [M] drivers/scsi/lpfc/lpfc_scsi.o net/mac80211/pm.o: warning: objtool: __ieee80211_suspend()+0x1e: can't find jump dest instruction at .text+0x20030036 CC [M] drivers/regulator/tps65912-regulator.o CC [M] drivers/rtc/rtc-pcf8523.o drivers/usb/core/file.o: warning: objtool: init_usb_class()+0x23: can't find jump dest instruction at .text+0xb6000075 drivers/usb/gadget/functions.o: warning: objtool: usb_get_function_instance()+0xa: can't find call dest symbol at offset 0x5b0001ab LD [M] drivers/media/usb/gspca/gspca_zc3xx.o CC drivers/usb/core/devices.o drivers/usb/wusbcore/rh.o: warning: objtool: wusbhc_rh_set_port_feat()+0x26: can't find jump dest instruction at .text+0x10100ec drivers/usb/host/oxu210hp-hcd.o: warning: objtool: oxu_drv_probe()+0x21: can't find jump dest instruction at .text+0x2e0103bd CC [M] drivers/scsi/qla2xxx/qla_isr.o CC [M] drivers/rtc/rtc-rc5t583.o CC [M] drivers/scsi/sym53c8xx_2/sym_malloc.o fs/xfs/xfs_ioctl.o: warning: objtool: xfs_ioctl_setattr_check_extsize()+0x2d: can't find jump dest instruction at .text+0xba00003e drivers/usb/misc/usbsevseg.o: warning: objtool: update_display_visual.part.8()+0x38: can't find jump dest instruction at .text+0xb70004ae CC drivers/usb/usbip/vudc_transfer.o drivers/scsi/megaraid/megaraid_sas_fp.o: warning: objtool: get_row_from_strip.isra.0()+0x46: can't find jump dest instruction at .text+0x87000185 drivers/net/ethernet/mellanox/mlx5/core/transobj.o: warning: objtool: mlx5_core_destroy_tis()+0x42: can't find call dest symbol at offset 0x9b000065 CC [M] drivers/scsi/bfa/bfa_fcs_rport.o LD drivers/usb/host/built-in.o CC [M] drivers/scsi/qla4xxx/ql4_dbg.o CC [M] drivers/scsi/sym53c8xx_2/sym_nvram.o drivers/usb/core/hub.o: warning: objtool: is_targeted()+0x12: can't find jump dest instruction at .text+0xca000086 drivers/usb/usbip/vudc_dev.o: warning: objtool: vgadget_pullup()+0x3c: can't find jump dest instruction at .text+0xa6000264 CC [M] drivers/scsi/qla4xxx/ql4_attr.o CC drivers/usb/core/port.o lib/show_mem.o: warning: objtool: show_mem()+0x15: call without frame pointer save/setup CC [M] drivers/scsi/qla4xxx/ql4_bsg.o CC [M] drivers/watchdog/ie6xx_wdt.o drivers/usb/misc/uss720.o: warning: objtool: submit_async_request.constprop.8()+0x28: can't find jump dest instruction at .text+0x1c02033c drivers/net/ethernet/mellanox/mlx5/core/port.o: warning: objtool: mlx5_core_access_reg()+0x48: can't find jump dest instruction at .text+0xa4000146 CC [M] drivers/scsi/qla2xxx/qla_gs.o drivers/scsi/bfa/bfa_ioc_cb.o: warning: objtool: bfa_ioc_cb_sync_ack()+0x9: can't find call dest symbol at offset 0x9100022c drivers/scsi/aic7xxx/aic7xxx_core.o: warning: objtool: ahc_sent_msg()+0xd: can't find jump dest instruction at .text+0x880001bd CC [M] drivers/usb/storage/shuttle_usbat.o drivers/tty/vt/consolemap.o: warning: objtool: set_inverse_trans_unicode.isra.5()+0xd: can't find jump dest instruction at .text+0xa0000297 CC [M] drivers/scsi/qla4xxx/ql4_83xx.o LD [M] drivers/scsi/aic7xxx/aic7xxx.o CC [M] drivers/watchdog/iTCO_wdt.o drivers/uwb/scan.o: warning: objtool: uwb_rc_scan()+0x39: can't find jump dest instruction at .text+0xc200008d CC [M] drivers/rtc/rtc-rs5c372.o CC [M] drivers/regulator/wm831x-dcdc.o CC [M] drivers/scsi/bfa/bfa_fcs_fcpim.o drivers/scsi/sym53c8xx_2/sym_fw.o: warning: objtool: sym_fw_bind_script()+0x35: can't find jump dest instruction at .text+0xa80102bb LD drivers/usb/host/whci/built-in.o lib/timerqueue.o: warning: objtool: timerqueue_iterate_next()+0xb: call without frame pointer save/setup lib/timerqueue.o: warning: objtool: timerqueue_del()+0x4d: call without frame pointer save/setup lib/timerqueue.o: warning: objtool: timerqueue_add()+0x7a: call without frame pointer save/setup CC drivers/usb/usbip/vudc_main.o drivers/hwmon/pmbus/max34440.o: warning: objtool: max34440_write_word_data()+0x2e: can't find jump dest instruction at .text+0xcc000034 CC [M] lib/test_bpf.o drivers/media/usb/gspca/m5602/m5602_po1030.o: warning: objtool: po1030_start()+0x3f: can't find jump dest instruction at .text+0x72010056 CC [M] drivers/usb/host/whci/asl.o CC drivers/mfd/intel-lpss-pci.o drivers/usb/core/endpoint.o: warning: objtool: ep_device_release()+0x8: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: direction_show()+0x3a: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: type_show()+0x26: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: interval_show()+0xa4: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: wMaxPacketSize_show()+0x21: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: bInterval_show()+0x1b: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: bmAttributes_show()+0x1b: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: bEndpointAddress_show()+0x1b: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: bLength_show()+0x1a: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: usb_create_ep_devs()+0x24: call without frame pointer save/setup drivers/usb/core/endpoint.o: warning: objtool: usb_remove_ep_devs()+0x17: call without frame pointer save/setup CC drivers/usb/core/of.o CC [M] drivers/hwmon/pmbus/zl6100.o drivers/target/target_core_stat.o: warning: objtool: target_stat_iport_port_auth_indx_show()+0x18: can't find call dest symbol at offset 0x99000680 net/ipv4/tunnel4.o: warning: objtool: tunnel64_rcv()+0x5a: call without frame pointer save/setup net/ipv4/tunnel4.o: warning: objtool: tunnel4_rcv()+0x5a: call without frame pointer save/setup net/ipv4/tunnel4.o: warning: objtool: xfrm4_tunnel_register()+0x1e: call without frame pointer save/setup net/ipv4/tunnel4.o: warning: objtool: xfrm4_tunnel_deregister()+0x16: call without frame pointer save/setup net/ipv4/tunnel4.o: warning: objtool: tunnel4_init()+0x10: call without frame pointer save/setup net/ipv4/tunnel4.o: warning: objtool: tunnel4_fini()+0x10: call without frame pointer save/setup CC [M] drivers/usb/host/whci/debug.o fs/xfs/xfs_mru_cache.o: warning: objtool: xfs_mru_cache_create()+0x29: can't find jump dest instruction at .text+0x6701034f CC drivers/mfd/rc5t583.o CC [M] fs/xfs/xfs_trans.o drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.o: warning: objtool: mlx5_cmd_set_fte()+0xac: can't find jump dest instruction at .text+0x540200d0 CC drivers/mfd/rc5t583-irq.o drivers/rtc/rtc-isl12022.o: warning: objtool: isl12022_set_datetime()+0x6d: can't find jump dest instruction at .text+0x92000145 drivers/usb/dwc2/hcd.o: warning: objtool: dwc2_dump_channel_info()+0x24: can't find jump dest instruction at .text+0x2030099 lib/string.o: warning: objtool: strscpy()+0xf: can't find jump dest instruction at .text+0xbf000098 drivers/media/usb/gspca/m5602/m5602_s5k83a.o: warning: objtool: s5k83a_s_ctrl()+0x1a: can't find jump dest instruction at .text+0x5501021c drivers/tty/serial/mxs-auart.o: warning: objtool: mxs_auart_request_gpio_irq()+0x9c: can't find jump dest instruction at .text+0x750003da CC [M] lib/test_hash.o CC [M] drivers/usb/host/whci/hcd.o drivers/scsi/mpt3sas/mpt3sas_warpdrive.o: warning: objtool: mpt3sas_init_warpdrive_properties()+0x21: can't find jump dest instruction at .text+0xa7020076 drivers/misc/panel.o: warning: objtool: phys_scan_contacts()+0xe1: can't find jump dest instruction at .text+0x860001ca LD drivers/usb/dwc2/dwc2.o CC [M] drivers/usb/misc/sisusbvga/sisusb_con.o CC [M] drivers/rtc/rtc-rx8010.o CC [M] drivers/uwb/hwa-rc.o CC [M] drivers/scsi/bfa/bfa_fcbuild.o drivers/regulator/max77693-regulator.o: warning: objtool: max77693_chg_get_current_limit()+0x12: call without frame pointer save/setup drivers/regulator/max77693-regulator.o: warning: objtool: max77693_chg_set_current_limit()+0x14: call without frame pointer save/setup drivers/regulator/max77693-regulator.o: warning: objtool: max77693_pmic_probe()+0xcb: call without frame pointer save/setup drivers/regulator/max77693-regulator.o: warning: objtool: max77693_pmic_init()+0x12: call without frame pointer save/setup drivers/regulator/max77693-regulator.o: warning: objtool: max77693_pmic_cleanup()+0xb: call without frame pointer save/setup drivers/scsi/mpt3sas/mpt3sas_transport.o: warning: objtool: _transport_set_identify()+0x44: can't find jump dest instruction at .text+0x2a0102c5 drivers/hwmon/pmbus/max8688.o: warning: objtool: max8688_read_byte_data()+0xb: can't find jump dest instruction at .text+0xb2000089 CC [M] drivers/scsi/scsi_lib_dma.o drivers/tty/serial/8250/8250_fintek.o: warning: objtool: find_base_port()+0x1b: can't find jump dest instruction at .text+0x8010040 drivers/tty/serial/bcm63xx_uart.o: warning: objtool: bcm_uart_probe()+0x33: can't find jump dest instruction at .text+0x600104d1 CC [M] drivers/regulator/wm831x-isink.o CC [M] drivers/scsi/lpfc/lpfc_attr.o LD drivers/usb/dwc2/built-in.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_resources.o CC [M] drivers/scsi/qla2xxx/qla_dbg.o drivers/regulator/sky81452-regulator.o: warning: objtool: sky81452_reg_probe()+0x58: call without frame pointer save/setup drivers/regulator/sky81452-regulator.o: warning: objtool: sky81452_reg_driver_init()+0x12: call without frame pointer save/setup drivers/regulator/sky81452-regulator.o: warning: objtool: sky81452_reg_driver_exit()+0xb: call without frame pointer save/setup drivers/tty/serial/serial_core.o: warning: objtool: uart_remove_one_port()+0x9a: can't find jump dest instruction at .text+0x2d0104e3 drivers/usb/gadget/function/u_ether.o: warning: objtool: prealloc()+0x18: can't find jump dest instruction at .text+0x910000cc drivers/usb/host/xhci-rcar.o: warning: objtool: xhci_rcar_download_firmware()+0x48: can't find jump dest instruction at .text+0xc500004e drivers/regulator/qcom_spmi-regulator.o: warning: objtool: qcom_spmi_regulator_remove()+0x24: call without frame pointer save/setup drivers/regulator/qcom_spmi-regulator.o: warning: objtool: qcom_spmi_regulator_probe()+0x17: call without frame pointer save/setup drivers/regulator/qcom_spmi-regulator.o: warning: objtool: qcom_spmi_regulator_driver_init()+0x12: call without frame pointer save/setup drivers/regulator/qcom_spmi-regulator.o: warning: objtool: qcom_spmi_regulator_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/scsi/qla2xxx/qla_sup.o CC drivers/mfd/sec-core.o LD [M] drivers/target/target_core_mod.o CC [M] drivers/regulator/wm831x-ldo.o net/ipv4/xfrm4_state.o: warning: objtool: xfrm4_state_init()+0xb: call without frame pointer save/setup CC [M] lib/test_module.o drivers/regulator/mt6311-regulator.o: warning: objtool: mt6311_i2c_probe()+0x85: can't find jump dest instruction at .text+0x9900008a CC [M] lib/test-kstrtox.o LD drivers/usb/gadget/udc/bdc/bdc.o drivers/scsi/isci/remote_device.o: warning: objtool: isci_remote_device_construct()+0x23: can't find jump dest instruction at .text+0x8000032b CC [M] drivers/rtc/rtc-stk17ta8.o drivers/scsi/isci/port.o: warning: objtool: sci_port_start()+0x49: can't find jump dest instruction at .text+0x7b010da2 CC [M] drivers/usb/gadget/function/f_uvc.o CC [M] fs/xfs/xfs_xattr.o fs/xfs/xfs_stats.o: warning: objtool: xfs_stats_format()+0xae: can't find jump dest instruction at .text+0x73000229 CC [M] drivers/net/ethernet/mellanox/mlx4/en_netdev.o drivers/scsi/bfa/bfa_hw_ct.o: warning: objtool: bfa_hwct_msix_queue_install()+0xc: can't find jump dest instruction at .text+0xb6000124 CC [M] drivers/scsi/lpfc/lpfc_vport.o drivers/usb/gadget/udc/bdc/bdc_pci.o: warning: objtool: bdc_pci_probe()+0x40: can't find jump dest instruction at .text+0x7b01006b drivers/scsi/isci/remote_node_context.o: warning: objtool: sci_remote_node_context_event_handler()+0x1b: can't find jump dest instruction at .text+0x5301043c CC drivers/usb/core/hcd-pci.o drivers/scsi/libsas/sas_discover.o: warning: objtool: sas_get_port_device()+0x30: can't find jump dest instruction at .text+0x5040608 CC drivers/mfd/sec-irq.o LD drivers/usb/gadget/udc/bdc/built-in.o CC [M] drivers/usb/usbip/vhci_sysfs.o LD [M] drivers/usb/host/xhci-plat-hcd.o CC [M] drivers/scsi/scsi_scan.o LD drivers/usb/gadget/udc/built-in.o drivers/target/target_core_iblock.o: warning: objtool: iblock_set_configfs_dev_params()+0x2e: can't find jump dest instruction at .text+0x70104c8 fs/xfs/xfs_iops.o: warning: objtool: xfs_vn_getattr()+0x1b: can't find jump dest instruction at .text+0x25010029 drivers/tty/vt/keyboard.o: warning: objtool: emulate_raw()+0x1b: can't find jump dest instruction at .text+0xbd00025a CC [M] drivers/scsi/scsi_sysfs.o drivers/tty/serial/8250/8250_core.o: warning: objtool: serial8250_find_match_or_unused()+0x35: can't find jump dest instruction at .text+0x98000447 CC drivers/mfd/syscon.o CC [M] drivers/scsi/lpfc/lpfc_debugfs.o drivers/hwmon/pmbus/pmbus_core.o: warning: objtool: pmbus_reg2data()+0x1e: can't find jump dest instruction at .text+0x601004c CC [M] drivers/usb/host/whci/hw.o CC [M] fs/xfs/kmem.o CC [M] lib/test_rhashtable.o drivers/uwb/uwb-debug.o: warning: objtool: reservations_print()+0x48: can't find jump dest instruction at .text+0xca0000fa drivers/scsi/scsi_common.o: warning: objtool: scsi_normalize_sense()+0x2a: can't find call dest symbol at offset 0x5f00034c CC [M] fs/xfs/uuid.o CC [M] drivers/watchdog/iTCO_vendor_support.o drivers/scsi/isci/request.o: warning: objtool: request_started_state_tc_event()+0x15: can't find jump dest instruction at .text+0x6f010196 lib/radix-tree.o: warning: objtool: radix_tree_range_tag_if_tagged()+0x52: can't find jump dest instruction at .text+0x890101b8 CC [M] drivers/rtc/rtc-tegra.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_selftest.o drivers/hwmon/pmbus/ucd9000.o: warning: objtool: ucd9000_probe()+0x31: can't find jump dest instruction at .text+0x34020037 CC [M] drivers/scsi/scsi_devinfo.o drivers/usb/misc/ftdi-elan.o: warning: objtool: ftdi_elan_synchronize_flush()+0x86: can't find jump dest instruction at .text+0xb200025c CC [M] fs/xfs/xfs_log.o CC [M] drivers/scsi/lpfc/lpfc_bsg.o CC drivers/mfd/retu-mfd.o drivers/scsi/pm8001/pm8001_init.o: warning: objtool: pm8001_setup_msix()+0x64: can't find jump dest instruction at .text+0xe500027a drivers/scsi/lpfc/lpfc_ct.o: warning: objtool: lpfc_fdmi_port_attr_speed()+0x26: can't find jump dest instruction at .text+0x890001b7 net/ipv4/xfrm4_policy.o: warning: objtool: _decode_session4()+0xd7: can't find jump dest instruction at .text+0x6d0203c8 drivers/mfd/tps65090.o: warning: objtool: tps65090_i2c_probe()+0x44: can't find jump dest instruction at .text+0x2101008d CC [M] drivers/usb/usbip/vhci_tx.o CC [M] drivers/regulator/wm8994-regulator.o CC [M] lib/test_user_copy.o drivers/scsi/bfa/bfa_hw_cb.o: warning: objtool: bfa_hwcb_msix_queue_install()+0xc: can't find jump dest instruction at .text+0xd300017a drivers/media/usb/gspca/m5602/m5602_s5k4aa.o: warning: objtool: s5k4aa_dump_registers()+0xa9: can't find jump dest instruction at .text+0xb600023c CC [M] drivers/scsi/scsi_netlink.o drivers/net/ethernet/mellanox/mlx4/en_main.o: warning: objtool: mlx4_en_add()+0x4e: can't find jump dest instruction at .text+0x65020261 LD [M] drivers/media/usb/gspca/m5602/gspca_m5602.o CC [M] drivers/net/ethernet/mellanox/mlx4/en_clock.o drivers/usb/host/bcma-hcd.o: warning: objtool: bcma_hcd_init_chip_mips()+0x11: can't find jump dest instruction at .text+0x4e020192 CC [M] drivers/scsi/bfa/bfa_port.o CC [M] drivers/usb/host/whci/init.o drivers/tty/serial/imx.o: warning: objtool: serial_imx_restore_context()+0xb: can't find jump dest instruction at .text+0xaa00027f drivers/watchdog/geodewdt.o: warning: objtool: geodewdt_ioctl()+0x14: can't find jump dest instruction at .text+0xb400019f drivers/tty/serial/mps2-uart.o: warning: objtool: mps2_uart_startup()+0x60: can't find jump dest instruction at .text+0xad000332 drivers/regulator/pfuze100-regulator.o: warning: objtool: pfuze_identify()+0x22: can't find jump dest instruction at .text+0xc90000be CC [M] drivers/scsi/scsi_sysctl.o drivers/rtc/rtc-max6900.o: warning: objtool: max6900_i2c_set_time()+0x21: can't find jump dest instruction at .text+0x8b0000fa drivers/net/ethernet/mellanox/mlx4/srq.o: warning: objtool: mlx4_srq_alloc.part.6()+0x64: can't find jump dest instruction at .text+0x1501045d CC [M] drivers/rtc/rtc-tps6586x.o drivers/scsi/bfa/bfa_ioc_ct.o: warning: objtool: bfa_ioc_ct_firmware_lock()+0x64: can't find jump dest instruction at .text+0xbc000aaf CC [M] lib/test_static_keys.o drivers/usb/core/sysfs.o: warning: objtool: usb_create_sysfs_dev_files()+0x26: can't find jump dest instruction at .text+0xa00011b9 drivers/regulator/tps65912-regulator.o: warning: objtool: tps65912_regulator_probe()+0x76: call without frame pointer save/setup drivers/regulator/tps65912-regulator.o: warning: objtool: tps65912_regulator_driver_init()+0x12: call without frame pointer save/setup drivers/regulator/tps65912-regulator.o: warning: objtool: tps65912_regulator_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/scsi/bfa/bfa_fcpim.o LD drivers/tty/serial/8250/8250.o CC [M] drivers/watchdog/cpu5wdt.o drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_reset_all()+0x10: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_giveback_urb()+0x17: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_cluster_id_put()+0x1d: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_cluster_id_get()+0x10: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_destroy()+0xa: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_b_destroy()+0x9: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_retry_count_store()+0x28: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_dnts_store()+0x2c: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_phy_rate_store()+0x28: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_retry_count_show()+0x21: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_dnts_show()+0x28: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_phy_rate_show()+0x21: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_chid_store()+0xd4: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_chid_show()+0xb3: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_trust_timeout_show()+0x25: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusb_trust_timeout_store()+0x2a: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_b_create()+0x16: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbhc_create()+0x47: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbcore_init()+0x4: call without frame pointer save/setup drivers/usb/wusbcore/wusbhc.o: warning: objtool: wusbcore_exit()+0x47: call without frame pointer save/setup CC [M] drivers/usb/usbip/vhci_rx.o drivers/scsi/hosts.o: warning: objtool: scsi_host_alloc()+0x3c: can't find jump dest instruction at .text+0x10402c8 drivers/mfd/tps6586x.o: warning: objtool: tps6586x_i2c_probe()+0x38: can't find jump dest instruction at .text+0x2e0203f6 CC [M] drivers/scsi/scsi_trace.o CC [M] drivers/usb/usbip/vhci_hcd.o /home/kisskb/slave/src/lib/test_hash.c: In function 'test_hash_init': /home/kisskb/slave/src/lib/test_hash.c:146:2: warning: missing braces around initializer [-Wmissing-braces] /home/kisskb/slave/src/lib/test_hash.c:146:2: warning: (near initialization for 'hash_or[0]') [-Wmissing-braces] /home/kisskb/slave/src/lib/test_hash.c:224:7: warning: "HAVE_ARCH__HASH_32" is not defined [-Wundef] /home/kisskb/slave/src/lib/test_hash.c:229:7: warning: "HAVE_ARCH_HASH_32" is not defined [-Wundef] /home/kisskb/slave/src/lib/test_hash.c:234:7: warning: "HAVE_ARCH_HASH_64" is not defined [-Wundef] LD drivers/media/usb/built-in.o drivers/hwmon/pmbus/ucd9200.o: warning: objtool: ucd9200_probe()+0x31: can't find jump dest instruction at .text+0xf9010037 drivers/scsi/pm8001/pm8001_ctl.o: warning: objtool: pm8001_set_nvmd()+0x77: can't find jump dest instruction at .text+0x99000634 CC [M] drivers/scsi/bfa/bfa_core.o CC [M] drivers/watchdog/smsc37b787_wdt.o CC drivers/mfd/sky81452.o drivers/uwb/rsv.o: warning: objtool: uwb_rsv_alloc()+0x21: can't find jump dest instruction at .text+0xae0001b9 drivers/scsi/scsi_ioctl.o: warning: objtool: ioctl_internal_command.constprop.5()+0x4b: can't find jump dest instruction at .text+0xa3000097 drivers/regulator/pv88060-regulator.o: warning: objtool: pv88060_i2c_probe()+0x4b: can't find jump dest instruction at .text+0xdc0101cd CC [M] drivers/scsi/scsi_logging.o CC [M] drivers/usb/gadget/function/uvc_queue.o drivers/regulator/pwm-regulator.o: warning: objtool: pwm_regulator_probe()+0x31: call without frame pointer save/setup drivers/regulator/pwm-regulator.o: warning: objtool: pwm_regulator_driver_init()+0x12: call without frame pointer save/setup drivers/regulator/pwm-regulator.o: warning: objtool: pwm_regulator_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/mfd/bcm590xx.o drivers/scsi/megaraid/megaraid_mbox.o: warning: objtool: mbox_post_cmd()+0x89: can't find jump dest instruction at .text+0x9b000222 LD drivers/regulator/built-in.o CC [M] fs/xfs/xfs_log_cil.o CC [M] drivers/scsi/scsi_pm.o LD drivers/usb/usbip/usbip-core.o CC [M] drivers/watchdog/w83627hf_wdt.o drivers/usb/wusbcore/security.o: warning: objtool: wusbhc_gtk_rekey_work()+0xd6: can't find jump dest instruction at .text+0x7900027e LD drivers/usb/usbip/usbip-host.o net/ipv4/ipconfig.o: warning: objtool: ic_bootp_send_if()+0x59: can't find jump dest instruction at .init.text+0x360201ca LD [M] drivers/usb/wusbcore/wusbcore.o LD drivers/usb/misc/built-in.o drivers/uwb/uwbd.o: warning: objtool: uwbd_event_handle()+0x1e: can't find jump dest instruction at .text+0xea000024 drivers/scsi/isci/host.o: warning: objtool: sci_controller_afe_initialization()+0x61: can't find jump dest instruction at .text+0xa003019a CC [M] drivers/scsi/scsi_dh.o drivers/scsi/isci/port_config.o: warning: objtool: sci_port_configuration_agent_validate_ports.part.0()+0x52: can't find jump dest instruction at .text+0x82000210 CC [M] fs/xfs/xfs_buf_item.o drivers/usb/storage/datafab.o: warning: objtool: datafab_handle_mode_sense()+0xca: can't find jump dest instruction at .text+0xd500013f net/mac80211/rc80211_minstrel_ht.o: warning: objtool: minstrel_calc_retransmit()+0x45: can't find jump dest instruction at .text+0xbd000179 LD [M] drivers/scsi/isci/isci.o CC [M] drivers/mfd/cros_ec.o drivers/watchdog/ib700wdt.o: warning: objtool: ibwdt_ioctl()+0x12: can't find jump dest instruction at .text+0xa50001af CC [M] drivers/usb/gadget/function/uvc_v4l2.o drivers/usb/storage/debug.o: warning: objtool: usb_stor_dbg()+0x49: call without frame pointer save/setup drivers/usb/storage/debug.o: warning: objtool: usb_stor_show_command()+0x3f: call without frame pointer save/setup drivers/usb/storage/debug.o: warning: objtool: usb_stor_show_sense()+0x1b: call without frame pointer save/setup drivers/scsi/pm8001/pm8001_sas.o: warning: objtool: pm8001_task_exec.isra.12()+0x49: can't find jump dest instruction at .text+0x580301d6 CC [M] drivers/rtc/rtc-tps80031.o CC [M] drivers/scsi/bfa/bfa_svc.o CC [M] drivers/watchdog/mena21_wdt.o CC [M] drivers/usb/host/whci/int.o CC [M] lib/test_static_key_base.o drivers/net/ethernet/mellanox/mlx4/qp.o: warning: objtool: mlx4_create_zones()+0x3f: can't find jump dest instruction at .text+0x6e02016c CC [M] drivers/scsi/qla2xxx/qla_attr.o drivers/tty/rocket.o: warning: objtool: rp_do_receive()+0x2d: can't find jump dest instruction at .text+0x89010351 drivers/usb/gadget/composite.o: warning: objtool: copy_gadget_strings()+0x35: can't find jump dest instruction at .text+0x82000327 LD [M] drivers/uwb/uwb.o net/ipv4/xfrm4_mode_transport.o: warning: objtool: xfrm4_transport_output()+0x77: call without frame pointer save/setup net/ipv4/xfrm4_mode_transport.o: warning: objtool: xfrm4_transport_input()+0x3c: call without frame pointer save/setup net/ipv4/xfrm4_mode_transport.o: warning: objtool: xfrm4_transport_init()+0x10: call without frame pointer save/setup net/ipv4/xfrm4_mode_transport.o: warning: objtool: xfrm4_transport_exit()+0x10: call without frame pointer save/setup lib/test_module.o: warning: objtool: test_module_init()+0xd: call without frame pointer save/setup lib/test_module.o: warning: objtool: test_module_exit()+0xd: call without frame pointer save/setup drivers/rtc/rtc-isl12057.o: warning: objtool: isl12057_rtc_set_time()+0x27: can't find jump dest instruction at .text+0x86000217 LD [M] drivers/usb/storage/ums-datafab.o CC [M] drivers/scsi/raid_class.o drivers/rtc/rtc-msm6242.o: warning: objtool: msm6242_set_time()+0x14: can't find call dest symbol at offset 0x7100008f CC [M] drivers/usb/gadget/function/uvc_video.o CC [M] drivers/watchdog/ziirave_wdt.o CC [M] fs/xfs/xfs_extfree_item.o CC [M] lib/crc-ccitt.o drivers/usb/core/quirks.o: warning: objtool: __usb_detect_quirks()+0xa3: can't find jump dest instruction at .text+0x780000a8 CC [M] drivers/rtc/rtc-twl.o drivers/tty/serial/8250/8250_mid.o: warning: objtool: mid8250_dma_setup()+0x23: can't find jump dest instruction at .text+0x88000182 CC [M] drivers/usb/gadget/function/uvc_configfs.o LD drivers/media/built-in.o CC [M] fs/xfs/xfs_icreate_item.o CC [M] drivers/usb/host/whci/pzl.o drivers/watchdog/alim1535_wdt.o: warning: objtool: ali_ioctl()+0x10: can't find jump dest instruction at .text+0xa9000214 fs/xfs/xfs_mount.o: warning: objtool: xfs_uuid_mount()+0x1b: can't find jump dest instruction at .text+0xc010146 lib/test_hash.o: warning: objtool: test_hash_init()+0x12d: can't find jump dest instruction at .init.text+0x270101ea drivers/scsi/scsicam.o: warning: objtool: scsi_partsize()+0x13: can't find jump dest instruction at .text+0xd3000019 CC [M] fs/xfs/xfs_inode_item.o CC [M] drivers/scsi/scsi_transport_spi.o drivers/scsi/ufs/ufshcd-pltfrm.o: warning: objtool: ufshcd_pltfrm_init()+0x3e: can't find jump dest instruction at .text+0xcf0100bf LD drivers/watchdog/watchdog.o CC [M] drivers/scsi/scsi_transport_fc.o CC [M] lib/notifier-error-inject.o drivers/rtc/rtc-max8907.o: warning: objtool: max8907_rtc_probe()+0x41: can't find jump dest instruction at .text+0xb20002fb CC [M] drivers/usb/host/whci/qset.o CC [M] drivers/scsi/qla2xxx/qla_mid.o drivers/usb/storage/karma.o: warning: objtool: rio_karma_send_command()+0x9c: can't find jump dest instruction at .text+0x8c000114 drivers/tty/serial/men_z135_uart.o: warning: objtool: men_z135_handle_rx()+0x2f: can't find jump dest instruction at .text+0xbf000482 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.o: warning: objtool: mlx5_fc_stats_work()+0x9b: can't find jump dest instruction at .text+0x8c0000a0 drivers/tty/serial/8250/8250_dw.o: warning: objtool: dw8250_probe()+0x52: can't find jump dest instruction at .text+0xd5020529 LD drivers/watchdog/built-in.o CC [M] drivers/usb/gadget/function/f_midi.o CC [M] drivers/scsi/qla2xxx/qla_dfs.o CC [M] fs/xfs/xfs_log_recover.o CC [M] drivers/mfd/cros_ec_i2c.o drivers/usb/usbip/vudc_sysfs.o: warning: objtool: store_sockfd()+0x3c: can't find jump dest instruction at .text+0xc02012b drivers/scsi/libsas/sas_task.o: warning: objtool: sas_ssp_task_response()+0x9b: call without frame pointer save/setup CC [M] lib/netdev-notifier-error-inject.o drivers/regulator/tps65023-regulator.o: warning: objtool: tps_65023_probe()+0x51: can't find jump dest instruction at .text+0xff0000e0 CC [M] drivers/scsi/scsi_transport_iscsi.o CC [M] fs/xfs/xfs_trans_ail.o CC [M] lib/rbtree_test.o drivers/rtc/rtc-pcf8523.o: warning: objtool: pcf8523_rtc_set_time()+0x107: can't find jump dest instruction at .text+0x5c000201 drivers/regulator/s2mpa01.o: warning: objtool: s2mpa01_set_ramp_delay()+0x2f: can't find jump dest instruction at .text+0xb40100bd drivers/scsi/scsi.o: warning: objtool: scsi_report_opcode()+0x23: can't find jump dest instruction at .text+0xb00003f0 drivers/usb/core/notify.o: warning: objtool: usb_unregister_notify()+0xe: call without frame pointer save/setup drivers/usb/core/notify.o: warning: objtool: usb_register_notify()+0xe: call without frame pointer save/setup drivers/usb/core/notify.o: warning: objtool: usb_notify_add_device()+0x13: call without frame pointer save/setup drivers/usb/core/notify.o: warning: objtool: usb_notify_remove_device()+0x12: call without frame pointer save/setup drivers/usb/core/notify.o: warning: objtool: usb_notify_add_bus()+0x13: call without frame pointer save/setup drivers/usb/core/notify.o: warning: objtool: usb_notify_remove_bus()+0x13: call without frame pointer save/setup GEN lib/oid_registry_data.c CC [M] drivers/scsi/scsi_transport_sas.o CC [M] drivers/rtc/rtc-vt8500.o drivers/rtc/rtc-rc5t583.o: warning: objtool: rc5t583_rtc_set_alarm()+0x2b: can't find jump dest instruction at .text+0x840000dc drivers/mfd/intel-lpss-pci.o: warning: objtool: intel_lpss_pci_remove()+0x10: call without frame pointer save/setup drivers/mfd/intel-lpss-pci.o: warning: objtool: intel_lpss_pci_probe()+0x11: call without frame pointer save/setup drivers/mfd/intel-lpss-pci.o: warning: objtool: intel_lpss_pci_driver_init()+0x14: call without frame pointer save/setup drivers/mfd/intel-lpss-pci.o: warning: objtool: intel_lpss_pci_driver_exit()+0xb: call without frame pointer save/setup CC [M] fs/xfs/xfs_trans_buf.o drivers/usb/host/xhci-ring.o: warning: objtool: inc_deq()+0x108: can't find jump dest instruction at .text+0x3a000125 LD [M] drivers/usb/storage/usb-storage.o CC [M] fs/xfs/xfs_trans_extfree.o CC [M] drivers/mfd/htc-pasic3.o drivers/rtc/rtc-m41t80.o: warning: objtool: sqwfreq_store()+0x2e: can't find jump dest instruction at .text+0x7010248 drivers/usb/usbip/vudc_tx.o: warning: objtool: v_send_ret_submit()+0xa4: can't find jump dest instruction at .text+0x5201017b CC [M] drivers/rtc/rtc-xgene.o drivers/watchdog/ie6xx_wdt.o: warning: objtool: ie6xx_wdt_probe()+0x26: can't find jump dest instruction at .text+0x280101d3 CC [M] drivers/scsi/scsi_transport_srp.o GEN lib/crc32table.h LD [M] drivers/usb/storage/ums-karma.o LD drivers/rtc/rtc-core.o drivers/watchdog/i6300esb.o: warning: objtool: esb_ioctl()+0x10: can't find jump dest instruction at .text+0xbb0002d4 CC [M] drivers/usb/host/whci/wusb.o CC [M] drivers/scsi/libiscsi.o drivers/scsi/osd/osd_initiator.o: warning: objtool: _osd_req_alist_elem_decode()+0x19: can't find jump dest instruction at .text+0xa10000db drivers/mfd/sec-irq.o: warning: objtool: sec_irq_init()+0x32: can't find jump dest instruction at .text+0x9e000037 drivers/hwmon/pmbus/zl6100.o: warning: objtool: zl6100_probe()+0x31: can't find jump dest instruction at .text+0xb001011c CC [M] drivers/scsi/libiscsi_tcp.o CC [M] lib/oid_registry.o LD [M] drivers/scsi/osd/libosd.o CC [M] drivers/mfd/wm8994-core.o CC [M] drivers/scsi/qla2xxx/qla_bsg.o drivers/scsi/mpt3sas/mpt3sas_ctl.o: warning: objtool: _ctl_set_task_mid()+0x2d: can't find jump dest instruction at .text+0x8401096a LD drivers/rtc/built-in.o CC [M] drivers/scsi/iscsi_tcp.o CC [M] drivers/scsi/iscsi_boot_sysfs.o drivers/uwb/umc-drv.o: warning: objtool: umc_driver_unregister()+0x8: call without frame pointer save/setup drivers/uwb/umc-drv.o: warning: objtool: __umc_driver_register()+0x1f: call without frame pointer save/setup drivers/scsi/cxgbi/libcxgbi.o: warning: objtool: cxgbi_sock_send_pdus()+0x44: can't find jump dest instruction at .text+0xe90104e3 CC [M] drivers/scsi/qla2xxx/qla_nx.o CC [M] drivers/usb/gadget/function/f_hid.o drivers/net/ethernet/mellanox/mlx5/core/vport.o: warning: objtool: mlx5_core_modify_hca_vport_context()+0x49: can't find jump dest instruction at .text+0x2b020060 net/ipv4/cipso_ipv4.o: warning: objtool: cipso_v4_map_cache_hash()+0x21: can't find jump dest instruction at .text+0xa500003b CC [M] drivers/mfd/wm8994-irq.o drivers/usb/storage/jumpshot.o: warning: objtool: jumpshot_handle_mode_sense()+0x9e: can't find jump dest instruction at .text+0xed000114 CC [M] drivers/scsi/advansys.o drivers/target/target_core_file.o: warning: objtool: fd_set_configfs_dev_params()+0x2e: can't find jump dest instruction at .text+0x2901020e drivers/usb/storage/onetouch.o: warning: objtool: onetouch_connect_input()+0x30: can't find jump dest instruction at .text+0x4e030078 drivers/usb/usbip/vudc_main.o: warning: objtool: init()+0x17: can't find jump dest instruction at .init.text+0xfd00001d LD [M] drivers/usb/storage/ums-jumpshot.o drivers/uwb/umc-bus.o: warning: objtool: version_show()+0x17: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: capability_id_show()+0x17: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_device_remove()+0x1a: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_bus_rescan_helper()+0x10: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_bus_post_reset_helper()+0x23: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_match_pci_id()+0x22: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_controller_reset()+0x16: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_bus_pre_reset_helper()+0x2a: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_device_probe()+0x11: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_bus_init()+0xb: call without frame pointer save/setup drivers/uwb/umc-bus.o: warning: objtool: umc_bus_exit()+0xb: call without frame pointer save/setup drivers/mfd/rc5t583-irq.o: warning: objtool: rc5t583_irq()+0x75: can't find jump dest instruction at .text+0x530102cf CC [M] drivers/scsi/ips.o CC [M] drivers/mfd/wm8994-regmap.o CC [M] drivers/usb/gadget/function/f_printer.o drivers/uwb/whc-rc.o: warning: objtool: whcrc_cmd()+0x31: can't find jump dest instruction at .text+0x23010259 drivers/rtc/rtc-pcf2127.o: warning: objtool: pcf2127_rtc_read_time()+0x51: can't find jump dest instruction at .text+0x6f010292 LD [M] drivers/usb/storage/ums-onetouch.o CC [M] drivers/scsi/qla2xxx/qla_mr.o CC [M] fs/xfs/xfs_trans_inode.o CC [M] drivers/scsi/dmx3191d.o drivers/scsi/qla4xxx/ql4_init.o: warning: objtool: qla4xxx_wait_for_ip_config()+0x27: can't find jump dest instruction at .text+0xda01002d CC [M] drivers/mfd/tps65912-core.o CC lib/crc32.o CC [M] fs/xfs/xfs_dquot.o CC [M] drivers/usb/gadget/function/f_tcm.o /home/kisskb/slave/src/drivers/target/target_core_user.c: In function 'alloc_and_scatter_data_area': /home/kisskb/slave/src/drivers/target/target_core_user.c:249:31: warning: 'block' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/target/target_core_user.c:262:9: note: 'block' was declared here net/ipv4/tcp_diag.o: warning: objtool: tcp_diag_get_info()+0x5f: call without frame pointer save/setup net/ipv4/tcp_diag.o: warning: objtool: tcp_diag_dump_one()+0x14: call without frame pointer save/setup net/ipv4/tcp_diag.o: warning: objtool: tcp_diag_dump()+0x17: call without frame pointer save/setup net/ipv4/tcp_diag.o: warning: objtool: tcp_diag_init()+0xb: call without frame pointer save/setup net/ipv4/tcp_diag.o: warning: objtool: tcp_diag_exit()+0xb: call without frame pointer save/setup drivers/mfd/aat2870-core.o: warning: objtool: aat2870_i2c_probe()+0x3d: can't find jump dest instruction at .text+0xe8010137 CC [M] drivers/mfd/tps65912-i2c.o CC [M] drivers/scsi/qla2xxx/qla_nx2.o drivers/regulator/tps65090-regulator.o: warning: objtool: tps65090_regulator_probe()+0x7b: can't find jump dest instruction at .text+0x5d02028b drivers/uwb/umc-dev.o: warning: objtool: umc_device_unregister()+0x19: call without frame pointer save/setup net/ipv4/ip_vti.o: warning: objtool: vti4_err()+0x5d: can't find jump dest instruction at .text+0x200100dd drivers/uwb/umc-dev.o: warning: objtool: umc_device_register()+0x1d: call without frame pointer save/setup drivers/uwb/umc-dev.o: warning: objtool: umc_device_create()+0x1d: call without frame pointer save/setup drivers/uwb/umc-dev.o: warning: objtool: umc_device_release()+0x8: call without frame pointer save/setup CC [M] drivers/mfd/axp20x.o LD [M] drivers/uwb/umc.o drivers/regulator/wm831x-ldo.o: warning: objtool: wm831x_alive_ldo_probe()+0x84: can't find jump dest instruction at .text+0x740102c6 /home/kisskb/slave/src/drivers/target/target_core_user.c: In function 'gather_data_area': /home/kisskb/slave/src/drivers/target/target_core_user.c:249:31: warning: 'block' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/target/target_core_user.c:312:9: note: 'block' was declared here drivers/usb/core/generic.o: warning: objtool: usb_choose_configuration.part.1()+0x22: can't find jump dest instruction at .text+0x9700008e drivers/mfd/sec-core.o: warning: objtool: sec_pmic_probe()+0x3a: can't find jump dest instruction at .text+0xea01015c drivers/usb/usbip/vudc_transfer.o: warning: objtool: handle_control_request.isra.0()+0x21: can't find jump dest instruction at .text+0xd4000027 drivers/scsi/sym53c8xx_2/sym_glue.o: warning: objtool: sym_exec_user_command()+0x28: can't find jump dest instruction at .text+0x82010587 drivers/usb/gadget/u_f.o: warning: objtool: alloc_ep_req()+0x3b: call without frame pointer save/setup drivers/usb/core/port.o: warning: objtool: usb_port_runtime_resume()+0x53: can't find jump dest instruction at .text+0xee000059 CC [M] drivers/mfd/axp20x-i2c.o CC [M] drivers/scsi/qla2xxx/qla_target.o LD [M] drivers/usb/gadget/function/usb_f_acm.o CC [M] fs/xfs/xfs_dquot_item.o CC [M] drivers/scsi/hpsa.o net/ipv4/xfrm4_output.o: warning: objtool: xfrm4_tunnel_check_size()+0x35: can't find call dest symbol at offset 0x89000077 LD [M] drivers/usb/gadget/function/usb_f_ss_lb.o CC [M] drivers/scsi/qla2xxx/qla_tmpl.o CC [M] drivers/scsi/dc395x.o CC [M] fs/xfs/xfs_trans_dquot.o LD [M] drivers/usb/gadget/function/usb_f_serial.o CC [M] drivers/mfd/lp3943.o CC [M] drivers/scsi/esp_scsi.o drivers/net/ethernet/mellanox/mlx4/main.o: warning: objtool: mlx4_init_fw()+0x14: can't find jump dest instruction at .text+0xa0000252 drivers/usb/storage/alauda.o: warning: objtool: alauda_init_media()+0x30: can't find jump dest instruction at .text+0xb20306fb CC [M] drivers/scsi/am53c974.o CC [M] fs/xfs/xfs_qm_syscalls.o LD [M] drivers/usb/gadget/function/usb_f_obex.o drivers/scsi/sym53c8xx_2/sym_malloc.o: warning: objtool: ___sym_malloc()+0x1c: can't find jump dest instruction at .text+0x9d000022 drivers/watchdog/iTCO_wdt.o: warning: objtool: iTCO_wdt_set_timeout()+0x40: can't find jump dest instruction at .text+0xbb000066 LD [M] drivers/usb/storage/ums-alauda.o CC [M] drivers/mfd/max77693.o LD [M] drivers/usb/gadget/function/usb_f_ecm.o drivers/regulator/wm831x-isink.o: warning: objtool: wm831x_isink_probe()+0x46: can't find jump dest instruction at .text+0x8f0101d5 CC [M] fs/xfs/xfs_qm_bhv.o CC [M] fs/xfs/xfs_qm.o LD [M] drivers/usb/gadget/function/usb_f_eem.o CC [M] drivers/mfd/intel_quark_i2c_gpio.o CC [M] drivers/scsi/megaraid.o net/ipv4/udp_diag.o: warning: objtool: udp_dump_one()+0xf2: can't find jump dest instruction at .text+0xe1000112 LD [M] drivers/usb/gadget/function/usb_f_ecm_subset.o drivers/rtc/rtc-rs5c372.o: warning: objtool: rs5c_oscillator_setup()+0x22: can't find jump dest instruction at .text+0x82000162 lib/test_static_keys.o: warning: objtool: true_key_static_branch_unlikely()+0x4: can't find jump dest instruction at .text+0x4000046 drivers/watchdog/mena21_wdt.o: warning: objtool: a21_wdt_remove()+0x1a: call without frame pointer save/setup drivers/watchdog/mena21_wdt.o: warning: objtool: a21_wdt_probe()+0x17: call without frame pointer save/setup drivers/watchdog/mena21_wdt.o: warning: objtool: a21_wdt_shutdown()+0x10: call without frame pointer save/setup drivers/watchdog/mena21_wdt.o: warning: objtool: a21_wdt_driver_init()+0x12: call without frame pointer save/setup drivers/watchdog/mena21_wdt.o: warning: objtool: a21_wdt_driver_exit()+0xb: call without frame pointer save/setup CC [M] drivers/mfd/janz-cmodio.o CC [M] fs/xfs/xfs_quotaops.o fs/xfs/xfs_symlink.o: warning: objtool: xfs_readlink_bmap()+0x5d: can't find jump dest instruction at .text+0x29020063 CC [M] drivers/scsi/gdth.o CC [M] drivers/mfd/si476x-cmd.o drivers/usb/usbip/vhci_sysfs.o: warning: objtool: store_attach()+0x5f: can't find jump dest instruction at .text+0xe5010065 CC [M] drivers/mfd/si476x-prop.o CC [M] drivers/scsi/3w-xxxx.o CC [M] fs/xfs/xfs_sysctl.o CC [M] drivers/mfd/si476x-i2c.o lib/test_user_copy.o: warning: objtool: test_user_copy_init()+0x2a: can't find jump dest instruction at .init.text+0x8d020030 drivers/rtc/rtc-stk17ta8.o: warning: objtool: stk17ta8_rtc_probe()+0x33: can't find jump dest instruction at .text+0x3a0104ca drivers/usb/core/devices.o: warning: objtool: usb_dump_device_descriptor()+0x27: can't find jump dest instruction at .text+0x8700009b lib/test-kstrtox.o: warning: objtool: test_kstrtoull_ok()+0x90: can't find jump dest instruction at .init.text+0x78000095 net/ipv4/xfrm4_input.o: warning: objtool: xfrm4_transport_finish()+0x27: can't find jump dest instruction at .text+0x8b0000b0 CC [M] fs/xfs/xfs_ioctl32.o CC [M] drivers/mfd/cs5535-mfd.o CC [M] drivers/scsi/3w-9xxx.o drivers/scsi/lpfc/lpfc_mbox.o: warning: objtool: lpfc_config_pcb_setup()+0x3a: can't find jump dest instruction at .text+0x4d01003f CC [M] drivers/scsi/imm.o CC [M] drivers/mfd/viperboard.o drivers/usb/usbip/vudc_rx.o: warning: objtool: alloc_urb_from_cmd()+0x36: can't find jump dest instruction at .text+0x8b000110 drivers/rtc/rtc-rx8010.o: warning: objtool: rx8010_set_time()+0x27: can't find jump dest instruction at .text+0x3b0100ea CC [M] drivers/scsi/hptiop.o LD drivers/usb/usbip/usbip-vudc.o drivers/usb/gadget/function/f_rndis.o: warning: objtool: rndis_set_alt()+0x64: can't find jump dest instruction at .text+0xfe0000ee drivers/tty/isicom.o: warning: objtool: isicom_config_port()+0xcd: can't find jump dest instruction at .text+0x430103d4 drivers/mfd/intel-lpss.o: warning: objtool: intel_lpss_register_clock_divider.isra.8()+0x74: can't find jump dest instruction at .text+0xe20002e0 drivers/usb/host/whci/hcd.o: warning: objtool: whc_probe()+0x47: can't find jump dest instruction at .text+0x9f0100b1 drivers/scsi/qla4xxx/ql4_iocb.o: warning: objtool: qla4xxx_send_mbox_iocb()+0x40: can't find jump dest instruction at .text+0xc00000d0 drivers/rtc/rtc-tps6586x.o: warning: objtool: tps6586x_rtc_set_alarm()+0x52: can't find jump dest instruction at .text+0xcf00011e CC [M] drivers/mfd/lm3533-core.o CC [M] drivers/scsi/stex.o drivers/uwb/whci.o: warning: objtool: whci_add_cap()+0x31: can't find jump dest instruction at .text+0xb010252 CC [M] drivers/mfd/lm3533-ctrlbank.o drivers/usb/usbip/vhci_tx.o: warning: objtool: vhci_send_cmd_submit()+0x42: can't find jump dest instruction at .text+0x770100f0 drivers/net/ethernet/mellanox/mlx4/en_port.o: warning: objtool: mlx4_SET_VLAN_FLTR()+0x22: can't find jump dest instruction at .text+0x8f000053 CC [M] drivers/scsi/pmcraid.o drivers/mfd/bcm590xx.o: warning: objtool: bcm590xx_i2c_probe()+0x34: can't find jump dest instruction at .text+0x3301003a LD drivers/usb/usbip/built-in.o CC [M] drivers/mfd/stw481x.o CC [M] drivers/scsi/virtio_scsi.o drivers/scsi/megaraid/megaraid_sas_fusion.o: warning: objtool: megasas_adp_reset_fusion()+0xc5: can't find jump dest instruction at .text+0xcd0002e9 drivers/rtc/rtc-tegra.o: warning: objtool: tegra_rtc_probe()+0x34: can't find jump dest instruction at .init.text+0x3001003a CC [M] drivers/scsi/osst.o CC [M] drivers/scsi/sg.o drivers/watchdog/w83627hf_wdt.o: warning: objtool: wdt_find.isra.3.part.4()+0x27: can't find jump dest instruction at .text.unlikely+0x3201002d drivers/net/ethernet/mellanox/mlx4/en_tx.o: warning: objtool: get_real_size()+0x19: can't find jump dest instruction at .text+0x910000c1 drivers/watchdog/iTCO_vendor_support.o: warning: objtool: iTCO_vendor_pre_start()+0x27: can't find call dest symbol at offset 0xaf000051 CC [M] drivers/scsi/ch.o drivers/mfd/rc5t583.o: warning: objtool: rc5t583_i2c_probe()+0x3b: can't find jump dest instruction at .text+0xf6000170 drivers/usb/host/whci/asl.o: warning: objtool: asl_update()+0xe6: can't find jump dest instruction at .text+0x6b000416 CC [M] drivers/mfd/dln2.o drivers/usb/storage/realtek_cr.o: warning: objtool: rts51x_suspend_timer_fn()+0x23: can't find jump dest instruction at .text+0xa10000b9 CC [M] drivers/scsi/scsi_debug.o LD [M] drivers/usb/storage/ums-realtek.o drivers/scsi/mpt3sas/mpt3sas_base.o: warning: objtool: _base_display_OEMs_branding()+0x16: can't find jump dest instruction at .text+0x930100a0 drivers/net/ethernet/mellanox/mlx4/en_cq.o: warning: objtool: mlx4_en_create_cq()+0x89: can't find jump dest instruction at .text+0xa2000094 drivers/regulator/wm831x-dcdc.o: warning: objtool: wm831x_epe_probe()+0x69: can't find jump dest instruction at .text+0xdd0001fa drivers/watchdog/smsc37b787_wdt.o: warning: objtool: wb_smsc_wdt_ioctl()+0x10: can't find jump dest instruction at .text+0x11010187 drivers/regulator/wm8994-regulator.o: warning: objtool: wm8994_ldo_probe()+0x71: can't find jump dest instruction at .text+0x45010077 drivers/tty/serial/8250/8250_port.o: warning: objtool: serial8250_request_std_resource()+0x53: can't find jump dest instruction at .text+0x840005f4 drivers/usb/host/whci/debug.o: warning: objtool: qset_print()+0x1a4: can't find jump dest instruction at .text+0xa1000206 drivers/usb/gadget/function/f_uac2.o: warning: objtool: ac_rq_in()+0xe: can't find jump dest instruction at .text+0xae000202 drivers/net/ethernet/sun/niu.o: warning: objtool: niu_determine_phy_disposition()+0x2f: can't find jump dest instruction at .text+0x720100c1 LD drivers/tty/serial/8250/8250_base.o LD [M] drivers/usb/gadget/function/usb_f_uac2.o LD drivers/mfd/rtsx_pci.o drivers/scsi/sym53c8xx_2/sym_nvram.o: warning: objtool: sym_read_S24C16_nvram()+0xe4: can't find jump dest instruction at .text+0x30010310 LD drivers/mfd/wm831x.o net/ipv4/xfrm4_protocol.o: warning: objtool: xfrm4_protocol_deregister()+0x29: can't find jump dest instruction at .text+0x85000185 drivers/usb/host/whci/hw.o: warning: objtool: whc_do_gencmd()+0x4c: can't find jump dest instruction at .text+0x460100bc drivers/mfd/syscon.o: warning: objtool: syscon_probe()+0x6d: can't find jump dest instruction at .text+0xac000080 LD drivers/mfd/da9055.o LD drivers/mfd/da9063.o LD net/ipv4/built-in.o drivers/usb/gadget/function/storage_common.o: warning: objtool: fsg_lun_open()+0xa7: can't find jump dest instruction at .text+0xf702039f drivers/scsi/scsi_sysctl.o: warning: objtool: scsi_exit_sysctl()+0xb: call without frame pointer save/setup drivers/scsi/scsi_sysctl.o: warning: objtool: scsi_init_sysctl()+0xb: call without frame pointer save/setup drivers/target/target_core_user.o: warning: objtool: tcmu_set_configfs_dev_params()+0x2e: can't find jump dest instruction at .text+0x2b010200 drivers/scsi/bfa/bfad_bsg.o: warning: objtool: bfad_iocmd_rport_get_addr()+0x65: can't find jump dest instruction at .text+0x97000429 drivers/scsi/libsas/sas_expander.o: warning: objtool: smp_execute_task()+0x5a: can't find jump dest instruction at .text+0x8c010169 net/mac80211/mlme.o: warning: objtool: ieee80211_get_rates()+0x27: can't find jump dest instruction at .text+0x9200008e drivers/watchdog/cpu5wdt.o: warning: objtool: cpu5wdt_ioctl()+0x22: can't find jump dest instruction at .text+0x5e010076 LD net/mac80211/mac80211.o lib/test_static_key_base.o: warning: objtool: invert_key()+0x73: call without frame pointer save/setup lib/test_static_key_base.o: warning: objtool: test_static_key_base_init()+0xb: call without frame pointer save/setup drivers/tty/serial/sh-sci.o: warning: objtool: sci_brg_calc()+0xc9: can't find jump dest instruction at .text+0x71000289 fs/xfs/xfs_sysfs.o: warning: objtool: xfs_error_sysfs_init_class.constprop.0()+0x39: can't find jump dest instruction at .text+0x9300050e drivers/usb/usbip/vhci_rx.o: warning: objtool: pickup_urb_and_free_priv()+0x29: can't find jump dest instruction at .text+0xc300010d drivers/scsi/scsi_trace.o: warning: objtool: scsi_trace_parse_cdb()+0x9: can't find jump dest instruction at .text+0xa300000f fs/xfs/uuid.o: warning: objtool: uuid_equal()+0x9: call without frame pointer save/setup drivers/scsi/libsas/sas_ata.o: warning: objtool: sas_ata_hard_reset()+0x4d: can't find jump dest instruction at .text+0xa0000365 drivers/uwb/hwa-rc.o: warning: objtool: hwarc_probe()+0x3c: can't find jump dest instruction at .text+0x350101f7 drivers/net/ethernet/mellanox/mlx4/port.o: warning: objtool: mlx4_get_module_info()+0x36: can't find jump dest instruction at .text+0xb90100ac fs/xfs/xfs_super.o: warning: objtool: suffix_kstrtoint()+0x29: can't find jump dest instruction at .text+0x8000057b net/ipv4/gre_demux.o: warning: objtool: gre_parse_header()+0x2f: can't find jump dest instruction at .text+0x660201ea LD net/mac80211/built-in.o LD [M] net/ipv4/gre.o drivers/watchdog/ziirave_wdt.o: warning: objtool: ziirave_wdt_probe()+0x2b: can't find jump dest instruction at .text+0xf7010187 drivers/scsi/qla4xxx/ql4_nvram.o: warning: objtool: fm93c56a_cmd.constprop.1()+0x2f: can't find call dest symbol at offset 0x8500009b lib/rbtree_test.o: warning: objtool: check()+0x28: can't find jump dest instruction at .text.unlikely+0xb900007c drivers/mfd/cros_ec.o: warning: objtool: cros_ec_register()+0x44: can't find jump dest instruction at .text+0xe10000ab drivers/mfd/sky81452.o: warning: objtool: sky81452_probe()+0x43: can't find jump dest instruction at .text+0xd8000049 drivers/scsi/qla4xxx/ql4_dbg.o: warning: objtool: qla4xxx_dump_registers()+0x47: can't find jump dest instruction at .text+0x840300c9 drivers/net/ethernet/mellanox/mlx4/en_resources.o: warning: objtool: mlx4_en_fill_qp_context()+0x195: call without frame pointer save/setup drivers/net/ethernet/mellanox/mlx4/en_resources.o: warning: objtool: mlx4_en_change_mcast_lb()+0x37: call without frame pointer save/setup fs/xfs/xfs_xattr.o: warning: objtool: xfs_xattr_put_listent()+0x5d: can't find jump dest instruction at .text+0x920000f0 drivers/mfd/retu-mfd.o: warning: objtool: retu_probe()+0x24: can't find jump dest instruction at .text+0xd1010172 drivers/net/ethernet/mellanox/mlx4/en_selftest.o: warning: objtool: mlx4_en_test_loopback_xmit.isra.1()+0x2a: can't find jump dest instruction at .text+0x82000030 drivers/mfd/tps65912-i2c.o: warning: objtool: tps65912_i2c_remove()+0xb: call without frame pointer save/setup drivers/mfd/tps65912-i2c.o: warning: objtool: tps65912_i2c_probe()+0x1e: call without frame pointer save/setup drivers/mfd/tps65912-i2c.o: warning: objtool: tps65912_i2c_driver_init()+0x12: call without frame pointer save/setup drivers/mfd/tps65912-i2c.o: warning: objtool: tps65912_i2c_driver_exit()+0xb: call without frame pointer save/setup LD drivers/mfd/built-in.o drivers/scsi/qla4xxx/ql4_attr.o: warning: objtool: qla4_8xxx_sysfs_write_fw_dump()+0x43: can't find jump dest instruction at .text+0x4c0203ba drivers/usb/host/whci/init.o: warning: objtool: whc_init()+0xd9: can't find jump dest instruction at .text+0xb10302d8 drivers/usb/host/xhci.o: warning: objtool: xhci_update_device()+0x28: can't find jump dest instruction at .text+0x8900034f LD [M] drivers/usb/host/xhci-hcd.o drivers/scsi/qla4xxx/ql4_isr.o: warning: objtool: qla4xxx_copy_sense()+0x99: can't find jump dest instruction at .text+0xc40000e6 drivers/scsi/bfa/bfa_fcs.o: warning: objtool: bfa_fcs_fabric_send_flogi_acc()+0x4e: can't find jump dest instruction at .text+0xbb00025e drivers/mfd/cros_ec_i2c.o: warning: objtool: cros_ec_pkt_xfer_i2c()+0x8d: can't find jump dest instruction at .text+0xfa000168 lib/oid_registry.o: warning: objtool: look_up_OID()+0xdb: can't find jump dest instruction at .text+0x680000e0 drivers/rtc/rtc-tps80031.o: warning: objtool: tps80031_rtc_probe()+0x34: can't find jump dest instruction at .text+0x39010415 drivers/usb/gadget/function/uvc_v4l2.o: warning: objtool: uvc_send_response()+0x33: can't find jump dest instruction at .text+0x8c00022d drivers/usb/gadget/function/rndis.o: warning: objtool: rndis_register()+0x1f: can't find jump dest instruction at .text+0xd0000315 drivers/rtc/rtc-xgene.o: warning: objtool: xgene_rtc_probe()+0x34: can't find jump dest instruction at .text+0x4e01024f drivers/rtc/rtc-twl.o: warning: objtool: twl_rtc_read_time()+0x86: can't find jump dest instruction at .text+0x60102db drivers/usb/host/whci/int.o: warning: objtool: whc_int_handler()+0x2b: can't find jump dest instruction at .text+0xe6000031 LD [M] drivers/usb/gadget/function/usb_f_rndis.o lib/notifier-error-inject.o: warning: objtool: notifier_err_inject_init()+0x18: call without frame pointer save/setup lib/notifier-error-inject.o: warning: objtool: fops_errno_open()+0x19: call without frame pointer save/setup lib/notifier-error-inject.o: warning: objtool: notifier_err_inject_callback()+0x36: call without frame pointer save/setup lib/notifier-error-inject.o: warning: objtool: err_inject_init()+0xd: call without frame pointer save/setup lib/notifier-error-inject.o: warning: objtool: err_inject_exit()+0xb: call without frame pointer save/setup drivers/tty/cyclades.o: warning: objtool: cy_init_card()+0x62: can't find jump dest instruction at .text+0x20020626 drivers/rtc/rtc-vt8500.o: warning: objtool: vt8500_rtc_set_time()+0x36: can't find jump dest instruction at .text+0xb2000265 drivers/scsi/scsi_lib_dma.o: warning: objtool: scsi_dma_map()+0x1d: can't find jump dest instruction at .text+0x95000023 drivers/scsi/libsas/sas_scsi_host.o: warning: objtool: sas_scsi_find_task()+0x93: can't find jump dest instruction at .text+0xdf000222 fs/xfs/kmem.o: warning: objtool: kmem_alloc()+0x29: can't find call dest symbol at offset 0x4d0000b3 drivers/net/ethernet/mellanox/mlx5/core/fs_core.o: warning: objtool: connect_prev_fts()+0x2a: can't find jump dest instruction at .text+0x92000340 LD [M] drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.o drivers/usb/gadget/configfs.o: warning: objtool: function_make()+0x39: can't find jump dest instruction at .text+0xba000e68 drivers/scsi/bfa/bfa_fcs_fcpim.o: warning: objtool: bfa_fcs_itnim_aen_post()+0x47: can't find jump dest instruction at .text+0xd0101ce drivers/usb/storage/sddr09.o: warning: objtool: sddr09_get_cardinfo()+0x7d: can't find jump dest instruction at .text+0x9b010451 LD [M] drivers/usb/gadget/libcomposite.o drivers/usb/host/whci/wusb.o: warning: objtool: whc_dev_info_set()+0x6a: can't find call dest symbol at offset 0x19ff029f drivers/usb/gadget/function/uvc_queue.o: warning: objtool: uvcg_queue_next_buffer()+0x35: can't find jump dest instruction at .text+0x840003df drivers/mfd/max77693.o: warning: objtool: max77693_i2c_probe()+0x39: can't find jump dest instruction at .text+0x3c030124 lib/test_rhashtable.o: warning: objtool: jhash()+0x20: can't find jump dest instruction at .text+0xa800003a drivers/net/ethernet/mellanox/mlx4/en_clock.o: warning: objtool: mlx4_en_init_timestamp()+0x1c: can't find jump dest instruction at .text+0xd3010368 LD [M] drivers/usb/storage/ums-sddr09.o drivers/scsi/scsi_error.o: warning: objtool: scsi_ioctl_reset()+0x2f: can't find jump dest instruction at .text+0xab010369 drivers/mfd/axp20x-i2c.o: warning: objtool: axp20x_i2c_remove()+0xb: call without frame pointer save/setup drivers/mfd/axp20x-i2c.o: warning: objtool: axp20x_i2c_probe()+0x25: call without frame pointer save/setup drivers/mfd/axp20x-i2c.o: warning: objtool: axp20x_i2c_driver_init()+0x12: call without frame pointer save/setup drivers/mfd/axp20x-i2c.o: warning: objtool: axp20x_i2c_driver_exit()+0xb: call without frame pointer save/setup drivers/scsi/libsas/sas_host_smp.o: warning: objtool: sas_host_smp_discover()+0x10: can't find jump dest instruction at .text+0xb50000e3 LD [M] drivers/scsi/libsas/libsas.o drivers/usb/usbip/vhci_hcd.o: warning: objtool: vhci_hub_control()+0x2f: can't find jump dest instruction at .text+0x9205037b drivers/usb/storage/shuttle_usbat.o: warning: objtool: usbat_flash_check_media()+0x24: can't find jump dest instruction at .text+0x86000240 fs/xfs/xfs_trans_extfree.o: warning: objtool: xfs_trans_get_efi()+0x4e: call without frame pointer save/setup fs/xfs/xfs_trans_extfree.o: warning: objtool: xfs_trans_log_efi_extent()+0x48: call without frame pointer save/setup fs/xfs/xfs_trans_extfree.o: warning: objtool: xfs_trans_get_efd()+0x57: call without frame pointer save/setup fs/xfs/xfs_trans_extfree.o: warning: objtool: xfs_trans_free_extent()+0x20: call without frame pointer save/setup drivers/scsi/lpfc/lpfc_vport.o: warning: objtool: lpfc_discovery_wait()+0x38: can't find jump dest instruction at .text+0xe300003d LD [M] drivers/usb/storage/ums-usbat.o drivers/mfd/cs5535-mfd.o: warning: objtool: cs5535_mfd_probe()+0x1a: can't find jump dest instruction at .text+0xb9000041 drivers/usb/host/ehci-hcd.o: warning: objtool: drop_tt()+0x15: can't find jump dest instruction at .text+0x8e000222 LD [M] drivers/usb/usbip/vhci-hcd.o drivers/mfd/viperboard.o: warning: objtool: vprbrd_probe()+0x45: can't find jump dest instruction at .text+0x48010085 /home/kisskb/slave/src/drivers/scsi/am53c974.c: In function 'pci_esp_dma_drain': /home/kisskb/slave/src/drivers/scsi/am53c974.c:199:6: warning: 'resid' may be used uninitialized in this function [-Wuninitialized] drivers/usb/gadget/function/uvc_video.o: warning: objtool: uvc_video_alloc_requests()+0x75: can't find jump dest instruction at .text+0x86000102 drivers/mfd/tps65912-core.o: warning: objtool: tps65912_device_exit()+0xb: call without frame pointer save/setup drivers/mfd/tps65912-core.o: warning: objtool: tps65912_device_init()+0x25: call without frame pointer save/setup drivers/usb/host/whci/pzl.o: warning: objtool: update_pzl_pointers.isra.3()+0x10: can't find jump dest instruction at .text+0xdd00017d drivers/scsi/lpfc/lpfc_nportdisc.o: warning: objtool: lpfc_rcv_padisc()+0x43: can't find jump dest instruction at .text+0xca0003cb drivers/scsi/scsi_dh.o: warning: objtool: scsi_dh_attached_handler_name()+0xc: can't find call dest symbol at offset 0x9400006c fs/xfs/xfs_inode.o: warning: objtool: xfs_ilock_nowait()+0xb8: can't find jump dest instruction at .text+0x13010558 lib/netdev-notifier-error-inject.o: warning: objtool: netdev_err_inject_init()+0x23: call without frame pointer save/setup lib/netdev-notifier-error-inject.o: warning: objtool: netdev_err_inject_exit()+0xb: call without frame pointer save/setup fs/xfs/xfs_icreate_item.o: warning: objtool: xfs_icreate_item_push()+0x17: call without frame pointer save/setup fs/xfs/xfs_icreate_item.o: warning: objtool: xfs_icreate_item_committed()+0xe: call without frame pointer save/setup fs/xfs/xfs_icreate_item.o: warning: objtool: xfs_icreate_item_format()+0x41: call without frame pointer save/setup fs/xfs/xfs_icreate_item.o: warning: objtool: xfs_icreate_item_unlock()+0x14: call without frame pointer save/setup fs/xfs/xfs_icreate_item.o: warning: objtool: xfs_icreate_log()+0x38: call without frame pointer save/setup drivers/scsi/bfa/bfa_port.o: warning: objtool: bfa_port_isr()+0x35: can't find jump dest instruction at .text+0xcf0002cd drivers/mfd/htc-pasic3.o: warning: objtool: pasic3_probe()+0x5d: can't find jump dest instruction at .init.text+0x6f010063 fs/xfs/xfs_trans.o: warning: objtool: xfs_trans_reserve()+0x7e: can't find jump dest instruction at .text+0xb60100db drivers/mfd/wm8994-irq.o: warning: objtool: wm8994_irq_init()+0x36: can't find jump dest instruction at .text+0xc010053 drivers/usb/host/whci/qset.o: warning: objtool: qset_add_urb_sg.isra.20()+0x4c: can't find jump dest instruction at .text+0x8301040d LD [M] drivers/usb/host/whci/whci-hcd.o drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_set_pwm()+0x27: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_set_max_current()+0x3c: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_get_pwm()+0x1a: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_get_brightness()+0x1a: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_set_brightness()+0x1b: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_disable()+0x21: call without frame pointer save/setup drivers/mfd/lm3533-ctrlbank.o: warning: objtool: lm3533_ctrlbank_enable()+0x21: call without frame pointer save/setup drivers/scsi/scsi_devinfo.o: warning: objtool: scsi_dev_info_list_find()+0x26: can't find jump dest instruction at .text+0xe10000aa drivers/usb/core/hcd-pci.o: warning: objtool: resume_common()+0x26: can't find jump dest instruction at .text+0xd5000126 drivers/mfd/intel_quark_i2c_gpio.o: warning: objtool: intel_quark_mfd_probe.part.2()+0x36: can't find jump dest instruction at .text+0xc400020d fs/xfs/xfs_sysctl.o: warning: objtool: xfs_panic_mask_proc_handler()+0xd: call without frame pointer save/setup fs/xfs/xfs_sysctl.o: warning: objtool: xfs_stats_clear_proc_handler()+0x11: call without frame pointer save/setup fs/xfs/xfs_sysctl.o: warning: objtool: xfs_sysctl_register()+0xb: call without frame pointer save/setup fs/xfs/xfs_sysctl.o: warning: objtool: xfs_sysctl_unregister()+0xb: call without frame pointer save/setup drivers/scsi/scsi_pm.o: warning: objtool: scsi_bus_restore()+0xb: can't find call dest symbol at offset 0x300018d drivers/mfd/wm8994-regmap.o: warning: objtool: wm1811_readable_register()+0xa: can't find jump dest instruction at .text+0x66010010 drivers/scsi/am53c974.o: warning: objtool: pci_esp_dma_drain()+0x1f: can't find jump dest instruction at .text+0xc3000329 drivers/scsi/qla4xxx/ql4_bsg.o: warning: objtool: ql4xxx_execute_diag_cmd()+0x9b: can't find jump dest instruction at .text+0x2d0100ce drivers/mfd/janz-cmodio.o: warning: objtool: cmodio_probe_submodules()+0x1c: can't find jump dest instruction at .text+0x1d01009c drivers/usb/gadget/function/f_uvc.o: warning: objtool: uvc_copy_descriptors()+0x67: can't find jump dest instruction at .text+0x310200ed drivers/mfd/lp3943.o: warning: objtool: lp3943_probe()+0x21: call without frame pointer save/setup drivers/mfd/lp3943.o: warning: objtool: lp3943_update_bits()+0x23: call without frame pointer save/setup drivers/mfd/lp3943.o: warning: objtool: lp3943_write_byte()+0xf: call without frame pointer save/setup drivers/mfd/lp3943.o: warning: objtool: lp3943_read_byte()+0x18: call without frame pointer save/setup drivers/mfd/lp3943.o: warning: objtool: lp3943_driver_init()+0x12: call without frame pointer save/setup drivers/mfd/lp3943.o: warning: objtool: lp3943_driver_exit()+0xb: call without frame pointer save/setup fs/xfs/xfs_qm_bhv.o: warning: objtool: xfs_qm_statvfs()+0x30: call without frame pointer save/setup fs/xfs/xfs_qm_bhv.o: warning: objtool: xfs_qm_newmount()+0xa9: call without frame pointer save/setup drivers/mfd/wm8994-core.o: warning: objtool: wm8994_resume()+0x1f: can't find jump dest instruction at .text+0x9500008b drivers/mfd/stw481x.o: warning: objtool: stw481x_startup()+0x8b: can't find jump dest instruction at .text+0xfe02013b LD [M] drivers/mfd/wm8994.o drivers/scsi/iscsi_boot_sysfs.o: warning: objtool: iscsi_boot_tgt_attr_is_visible()+0x16: can't find jump dest instruction at .text+0xe800001b drivers/scsi/qla4xxx/ql4_mbx.o: warning: objtool: qla4xxx_mailbox_command.part.8()+0x3f: can't find jump dest instruction at .text+0x4050178 drivers/scsi/scsi_logging.o: warning: objtool: scsi_format_opcode_name()+0x3a: can't find jump dest instruction at .text+0xd50001da drivers/mfd/axp20x.o: warning: objtool: axp20x_device_remove()+0x2b: call without frame pointer save/setup drivers/mfd/axp20x.o: warning: objtool: axp20x_match_device()+0x21: call without frame pointer save/setup drivers/mfd/axp20x.o: warning: objtool: axp20x_device_probe()+0x25: call without frame pointer save/setup drivers/mfd/axp20x.o: warning: objtool: axp20x_power_off()+0x20: call without frame pointer save/setup drivers/usb/gadget/function/f_hid.o: warning: objtool: hidg_alloc()+0x2a: can't find jump dest instruction at .text+0xee0001d1 LD [M] drivers/usb/gadget/function/usb_f_hid.o drivers/net/ethernet/mellanox/mlx4/en_rx.o: warning: objtool: mlx4_en_config_rss_qp()+0x4a: can't find jump dest instruction at .text+0x2a01006f drivers/net/ethernet/mellanox/mlx4/en_ethtool.o: warning: objtool: mlx4_en_set_link_ksettings()+0xb8: can't find jump dest instruction at .text+0xe20102b1 drivers/scsi/bfa/bfa_fcbuild.o: warning: objtool: fc_plogi_x_build()+0x5b: can't find call dest symbol at offset 0xe3fd031c drivers/usb/core/devio.o: warning: objtool: usbdev_read()+0x4f: can't find jump dest instruction at .text+0x240104d8 drivers/scsi/raid_class.o: warning: objtool: raid_component_add()+0x33: can't find jump dest instruction at .text+0x9d0002bd LD drivers/usb/core/usbcore.o fs/xfs/xfs_extfree_item.o: warning: objtool: xfs_efd_item_format()+0x76: can't find call dest symbol at offset 0xb2ff01b6 lib/crc32.o: warning: objtool: crc32_combine_test()+0xdf: can't find jump dest instruction at .init.text+0x370003a2 fs/xfs/xfs_trans_inode.o: warning: objtool: xfs_trans_ijoin()+0x1b: call without frame pointer save/setup fs/xfs/xfs_trans_inode.o: warning: objtool: xfs_trans_ichgtime()+0x36: call without frame pointer save/setup fs/xfs/xfs_trans_inode.o: warning: objtool: xfs_trans_log_inode()+0x3e: call without frame pointer save/setup drivers/scsi/megaraid/megaraid_sas_base.o: warning: objtool: megasas_update_ext_vd_details()+0x14: can't find jump dest instruction at .text+0xee000392 LD lib/built-in.o drivers/usb/gadget/function/f_midi.o: warning: objtool: f_midi_transmit_byte()+0x2f: can't find jump dest instruction at .text+0xc601003c LD [M] drivers/scsi/megaraid/megaraid_sas.o LD [M] drivers/usb/gadget/function/usb_f_midi.o lib/test_bpf.o: warning: objtool: bpf_fill_maxinsns3()+0x27: can't find jump dest instruction at .text+0x80000052 LD drivers/usb/core/built-in.o drivers/scsi/qla2xxx/qla_dfs.o: warning: objtool: qla2x00_dfs_fce_release()+0x2a: can't find jump dest instruction at .text+0x8c000153 drivers/tty/serial/8250/8250_pci.o: warning: objtool: serial_pci_guess_board()+0x1f: can't find jump dest instruction at .text+0x3a010193 drivers/scsi/scsi_netlink.o: warning: objtool: scsi_nl_rcv_msg()+0x17: can't find jump dest instruction at .text+0xed00001c fs/xfs/xfs_trans_ail.o: warning: objtool: xfs_ail_check()+0x15: can't find jump dest instruction at .text+0x8300018e fs/xfs/xfs_log_cil.o: warning: objtool: xlog_cil_push_now()+0x1b: can't find jump dest instruction at .text+0x80000021 drivers/scsi/dmx3191d.o: warning: objtool: NCR5380_transfer_pio()+0x5e: can't find jump dest instruction at .text+0xb4000987 LD drivers/tty/serial/8250/built-in.o drivers/usb/misc/sisusbvga/sisusb.o: warning: objtool: sisusb_bulkout_msg()+0x156: can't find jump dest instruction at .text+0x6300023d LD [M] drivers/usb/misc/sisusbvga/sisusbvga.o LD drivers/tty/serial/built-in.o fs/xfs/xfs_trans_buf.o: warning: objtool: xfs_trans_get_buf_map()+0x36: can't find jump dest instruction at .text+0x7010220 fs/xfs/xfs_inode_item.o: warning: objtool: xfs_iflush_done()+0x90: can't find jump dest instruction at .text+0xcb000177 drivers/tty/synclink.o: warning: objtool: usc_enable_aux_clock()+0xa: can't find jump dest instruction at .text+0x8d0000ae drivers/mfd/lm3533-core.o: warning: objtool: lm3533_device_bl_init()+0x20: can't find jump dest instruction at .text+0x9700012a fs/xfs/xfs_dquot_item.o: warning: objtool: xfs_qm_dquot_logitem_push()+0x32: can't find jump dest instruction at .text+0xbd000248 fs/xfs/xfs_buf_item.o: warning: objtool: xfs_buf_iodone_callback_error()+0x1e: can't find jump dest instruction at .text+0x6e0100a3 drivers/scsi/qla4xxx/ql4_83xx.o: warning: objtool: qla4_83xx_dump_reset_seq_hdr()+0x39: can't find jump dest instruction at .text+0xa100005d fs/xfs/xfs_quotaops.o: warning: objtool: xfs_qm_fill_state()+0x36: can't find jump dest instruction at .text+0x90000082 net/ipv4/inet_diag.o: warning: objtool: inet_diag_bc_audit()+0x12: can't find jump dest instruction at .text+0xd010017 drivers/mfd/si476x-prop.o: warning: objtool: si476x_core_is_valid_property_a10()+0x16: can't find call dest symbol at offset 0xbd000043 drivers/scsi/qla2xxx/qla_mid.o: warning: objtool: qla2x00_do_dpc_vp()+0xa4: can't find jump dest instruction at .text+0x670102a4 LD net/built-in.o drivers/scsi/scsi_sysfs.o: warning: objtool: store_shost_eh_deadline()+0x31: can't find jump dest instruction at .text+0xac0000f3 drivers/usb/gadget/function/f_printer.o: warning: objtool: printer_func_bind()+0x1c: can't find jump dest instruction at .text+0x62020bc8 LD [M] drivers/usb/gadget/function/usb_f_printer.o fs/xfs/xfs_dquot.o: warning: objtool: xfs_dq_get_next_id()+0x40: can't find jump dest instruction at .text+0x8a00014a drivers/scsi/scsi_scan.o: warning: objtool: scsi_alloc_target()+0x60: can't find jump dest instruction at .text+0xf10101ab drivers/scsi/scsi_transport_srp.o: warning: objtool: __srp_start_tl_fail_timers()+0x64: can't find jump dest instruction at .text+0xa7000712 drivers/mfd/dln2.o: warning: objtool: dln2_rx()+0x31: can't find jump dest instruction at .text+0xe001024e drivers/scsi/bfa/bfa_core.o: warning: objtool: bfa_iocfc_init_mem.isra.2()+0x3c: can't find jump dest instruction at .text+0x870004a3 drivers/scsi/iscsi_tcp.o: warning: objtool: iscsi_sw_tcp_xmit_segment()+0x35: can't find jump dest instruction at .text+0xb6000452 fs/xfs/xfs_qm_syscalls.o: warning: objtool: xfs_dqrele_inode()+0x75: can't find jump dest instruction at .text+0x8500007b drivers/mfd/si476x-i2c.o: warning: objtool: si476x_core_config_pinmux()+0x3f: can't find jump dest instruction at .text+0xc90002c6 drivers/usb/gadget/function/f_mass_storage.o: warning: objtool: do_set_interface()+0x30: can't find jump dest instruction at .text+0xf9000407 drivers/scsi/mpt3sas/mpt3sas_scsih.o: warning: objtool: _scsih_internal_device_unblock()+0x46: can't find jump dest instruction at .text+0x91000626 drivers/scsi/pm8001/pm80xx_hwi.o: warning: objtool: init_default_table_values()+0x1ec: can't find jump dest instruction at .text+0x36000467 drivers/mfd/si476x-cmd.o: warning: objtool: si476x_core_send_command.part.9()+0x3e: can't find jump dest instruction at .text+0x98000140 LD [M] drivers/usb/gadget/function/usb_f_mass_storage.o LD [M] drivers/scsi/mpt3sas/mpt3sas.o LD [M] drivers/mfd/si476x-core.o fs/xfs/xfs_ioctl32.o: warning: objtool: xfs_ioctl32_bstat_copyin()+0x24: can't find jump dest instruction at .text+0xb2010214 drivers/tty/vt/vt.o: warning: objtool: scrup()+0x2f: can't find jump dest instruction at .text+0x9800009e LD drivers/tty/vt/built-in.o drivers/scsi/bfa/bfa_fcs_rport.o: warning: objtool: bfa_fcs_rpf_send_rpsc2()+0x3d: can't find jump dest instruction at .text+0x980001e2 drivers/scsi/qla2xxx/qla_tmpl.o: warning: objtool: qla27xx_fwdt_entry_t264()+0x4b: can't find jump dest instruction at .text+0xca0005e6 fs/xfs/xfs_trans_dquot.o: warning: objtool: xfs_trans_apply_dquot_deltas()+0x18: can't find jump dest instruction at .text+0x320301da drivers/scsi/imm.o: warning: objtool: imm_negotiate()+0x1d: can't find jump dest instruction at .text+0xb30002a3 LD drivers/tty/built-in.o drivers/scsi/scsi_lib.o: warning: objtool: scsi_device_set_state()+0xe: can't find jump dest instruction at .text+0x8f000193 LD [M] drivers/scsi/scsi_mod.o drivers/scsi/ch.o: warning: objtool: ch_do_scsi.isra.7()+0x82: can't find jump dest instruction at .text+0x8700014c drivers/usb/gadget/function/uvc_configfs.o: warning: objtool: __uvcg_iter_strm_cls()+0x26: can't find jump dest instruction at .text+0xb40000e3 LD [M] drivers/usb/gadget/function/usb_f_uvc.o drivers/scsi/sym53c8xx_2/sym_hipd.o: warning: objtool: sym_check_goals()+0x29: can't find jump dest instruction at .text+0x9700017e drivers/scsi/virtio_scsi.o: warning: objtool: __virtscsi_set_affinity()+0x2e: can't find jump dest instruction at .text+0xd50000b7 LD [M] drivers/scsi/sym53c8xx_2/sym53c8xx.o drivers/scsi/aic7xxx/aic79xx_core.o: warning: objtool: ahd_sent_msg()+0xd: can't find jump dest instruction at .text+0x9a0001df drivers/scsi/3w-xxxx.o: warning: objtool: tw_decode_sense()+0x55: can't find jump dest instruction at .text+0xc80000d8 drivers/scsi/qla2xxx/qla_gs.o: warning: objtool: qla2x00_mgmt_svr_login()+0x22: can't find jump dest instruction at .text+0xd3000042 drivers/usb/host/fotg210-hcd.o: warning: objtool: tt_no_collision()+0xb: can't find jump dest instruction at .text+0xa00000d7 LD [M] drivers/scsi/aic7xxx/aic79xx.o drivers/scsi/pm8001/pm8001_hwi.o: warning: objtool: pm8001_work_fn()+0x1b: can't find jump dest instruction at .text+0x98030667 drivers/net/ethernet/mellanox/mlx4/resource_tracker.o: warning: objtool: mlx4_release_resource()+0x1e: can't find jump dest instruction at .text+0xbf0004ff LD [M] drivers/scsi/pm8001/pm80xx.o LD [M] drivers/net/ethernet/mellanox/mlx4/mlx4_core.o drivers/scsi/scsi_transport_spi.o: warning: objtool: target_attribute_is_visible()+0x65: can't find jump dest instruction at .text+0x880202d2 drivers/usb/gadget/function/f_fs.o: warning: objtool: __ffs_data_do_os_desc()+0xc: can't find jump dest instruction at .text+0x900000b5 LD [M] drivers/usb/gadget/function/usb_f_fs.o drivers/scsi/lpfc/lpfc_hbadisc.o: warning: objtool: __lpfc_find_node()+0x40: can't find jump dest instruction at .text+0x8f000192 drivers/scsi/stex.o: warning: objtool: stex_hba_stop()+0x4e: can't find jump dest instruction at .text+0x2701017f lib/vsprintf.o: warning: objtool: format_decode()+0x5a: can't find jump dest instruction at .text+0xca00055a drivers/scsi/qla2xxx/qla_iocb.o: warning: objtool: qla24xx_build_scsi_iocbs()+0x36: can't find jump dest instruction at .text+0xb60006ef AR lib/lib.a drivers/scsi/hptiop.o: warning: objtool: hptiop_finish_scsi_req()+0x4e: can't find jump dest instruction at .text+0x96000475 drivers/scsi/bfa/bfa_ioc.o: warning: objtool: bfa_ioc_fw_ver_patch_cmp()+0xa: can't find jump dest instruction at .text+0x9f0000db drivers/scsi/qla2xxx/qla_isr.o: warning: objtool: qla2xxx_check_risc_status()+0x2c: can't find jump dest instruction at .text+0xe3000257 drivers/tty/synclinkmp.o: warning: objtool: set_rate()+0xe: can't find jump dest instruction at .text+0x8b0002f9 drivers/scsi/sg.o: warning: objtool: sg_poll()+0x21: can't find jump dest instruction at .text+0x9c00014d drivers/scsi/lpfc/lpfc_els.o: warning: objtool: lpfc_resume_fabric_iocbs()+0x83: can't find jump dest instruction at .text+0xa40000f5 drivers/scsi/3w-9xxx.o: warning: objtool: twa_post_command_packet()+0x88: can't find jump dest instruction at .text+0xb1000344 fs/xfs/xfs_qm.o: warning: objtool: xfs_qm_dquot_isolate()+0x36: can't find jump dest instruction at .text+0xc7010172 drivers/scsi/ufs/ufshcd.o: warning: objtool: ufshcd_make_hba_operational()+0x23: can't find jump dest instruction at .text+0x830002f5 drivers/scsi/scsi_transport_sas.o: warning: objtool: sas_bsg_initialize()+0x45: can't find jump dest instruction at .text+0xbe00060c drivers/scsi/qla2xxx/qla_attr.o: warning: objtool: qla2x00_serial_num_show()+0x3b: can't find jump dest instruction at .text+0x8900077c drivers/scsi/qla2xxx/qla_dbg.o: warning: objtool: qla2xxx_dump_ram()+0xce: can't find jump dest instruction at .text+0x160201b8 drivers/scsi/qla4xxx/ql4_nx.o: warning: objtool: qla83xx_minidump_process_rdmux2()+0x3f: can't find jump dest instruction at .text+0xc20003ca drivers/scsi/megaraid.o: warning: objtool: issue_scb()+0x55: can't find jump dest instruction at .text+0xae0000b4 drivers/scsi/lpfc/lpfc_debugfs.o: warning: objtool: lpfc_idiag_drbacc_read_reg()+0xf: can't find jump dest instruction at .text+0xb2000229 drivers/usb/gadget/function/f_tcm.o: warning: objtool: bot_prepare_reqs()+0x27: can't find jump dest instruction at .text+0xbb0106a7 drivers/net/ethernet/mellanox/mlx4/en_netdev.o: warning: objtool: mlx4_en_filter_rfs_expire()+0x52: can't find jump dest instruction at .text+0x91000457 LD [M] drivers/usb/gadget/function/usb_f_tcm.o drivers/scsi/esp_scsi.o: warning: objtool: esp_get_revision()+0x66: can't find jump dest instruction at .text+0xc50001bf LD drivers/usb/gadget/built-in.o fs/xfs/xfs_log.o: warning: objtool: xlog_space_left()+0x44: can't find jump dest instruction at .text+0x990004fe LD [M] drivers/net/ethernet/mellanox/mlx4/mlx4_en.o drivers/scsi/libiscsi_tcp.o: warning: objtool: iscsi_tcp_r2tpool_alloc()+0x10: can't find jump dest instruction at .text+0x9b000101 drivers/scsi/qla2xxx/qla_os.o: warning: objtool: qla2xxx_pci_mmio_enabled()+0x30: can't find jump dest instruction at .text+0x8f000183 LD drivers/usb/built-in.o drivers/scsi/qla2xxx/qla_bsg.o: warning: objtool: qla27xx_set_flash_upd_cap()+0x27: can't find jump dest instruction at .text+0xa90000d0 drivers/scsi/lpfc/lpfc_scsi.o: warning: objtool: lpfc_scsi_prep_task_mgmt_cmd()+0x24: can't find jump dest instruction at .text+0xa0104b8 LD drivers/net/ethernet/built-in.o drivers/scsi/qla2xxx/qla_sup.o: warning: objtool: qla2x00_read_flash_byte()+0x3f: can't find jump dest instruction at .text+0x8200007c LD drivers/net/built-in.o drivers/scsi/qla2xxx/qla_mr.o: warning: objtool: qlafx00_status_cont_entry()+0x68: can't find jump dest instruction at .text+0x2e0100b2 drivers/scsi/qla2xxx/qla_nx2.o: warning: objtool: qla8044_dump_reset_seq_hdr()+0x31: can't find jump dest instruction at .text+0x90000191 drivers/scsi/bfa/bfa_fcs_lport.o: warning: objtool: bfa_fcs_vport_aen_post()+0x91: can't find jump dest instruction at .text+0x950001b7 drivers/scsi/dc395x.o: warning: objtool: dc395x_show_info()+0x258: can't find jump dest instruction at .text+0x85010565 drivers/scsi/qla2xxx/qla_mbx.o: warning: objtool: qla2x00_mailbox_command()+0x8c: can't find jump dest instruction at .text+0xb80000f9 drivers/scsi/lpfc/lpfc_bsg.o: warning: objtool: lpfc_bsg_get_dfc_rev()+0x3d: can't find jump dest instruction at .text+0x88000062 drivers/scsi/bfa/bfa_fcpim.o: warning: objtool: bfa_itnim_send_fwcreate()+0xb2: can't find jump dest instruction at .text+0x970004d5 fs/xfs/xfs_log_recover.o: warning: objtool: xlog_recover_validate_buf_type()+0x15: can't find jump dest instruction at .text+0xcd030078 LD [M] fs/xfs/xfs.o drivers/scsi/lpfc/lpfc_attr.o: warning: objtool: lpfc_fcp_cpu_map_show()+0x22: can't find jump dest instruction at .text+0x6b0105c8 drivers/scsi/qla2xxx/qla_init.o: warning: objtool: qla24xx_get_fcp_prio()+0x19: can't find jump dest instruction at .text+0x50100f4 drivers/scsi/scsi_transport_fc.o: warning: objtool: fc_bsg_rportadd()+0x35: can't find jump dest instruction at .text+0xa5000e46 drivers/isdn/hardware/eicon/message.o: warning: objtool: api_parse()+0xa: can't find jump dest instruction at .text+0x9d00000f LD [M] drivers/isdn/hardware/eicon/divacapi.o drivers/scsi/qla2xxx/qla_nx.o: warning: objtool: qla82xx_minidump_process_l2tag()+0x6b: can't find jump dest instruction at .text+0xd8000529 LD drivers/isdn/hardware/built-in.o LD drivers/isdn/built-in.o /home/kisskb/slave/src/drivers/scsi/hpsa.c: In function 'complete_scsi_command': /home/kisskb/slave/src/drivers/scsi/hpsa.c:2586:12: warning: 'ascq' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/scsi/hpsa.c:2586:12: warning: 'asc' may be used uninitialized in this function [-Wuninitialized] /home/kisskb/slave/src/drivers/scsi/hpsa.c:2586:12: warning: 'sense_key' may be used uninitialized in this function [-Wuninitialized] LD fs/built-in.o drivers/scsi/pmcraid.o: warning: objtool: pmcraid_notify_aen()+0xb7: can't find jump dest instruction at .text+0xc30004fa drivers/scsi/lpfc/lpfc_init.o: warning: objtool: lpfc_sha_iterate()+0xeb: can't find jump dest instruction at .text+0x6900011d drivers/scsi/gdth.o: warning: objtool: gdth_copy_command()+0x34: can't find jump dest instruction at .text+0xd5000519 drivers/scsi/ips.o: warning: objtool: ips_setup_funclist()+0x75: can't find jump dest instruction at .text+0xac0100ac drivers/scsi/scsi_debug.o: warning: objtool: resp_write_buffer()+0x1c: can't find jump dest instruction at .text+0x8f0000fb drivers/scsi/libiscsi.o: warning: objtool: iscsi_conn_get_param()+0x11: can't find jump dest instruction at .text+0x32010178 drivers/scsi/osst.o: warning: objtool: osst_supports()+0x9f: can't find jump dest instruction at .text+0x7a0002b1 drivers/scsi/bfa/bfa_svc.o: warning: objtool: bfa_fcxp_meminfo()+0x22: can't find jump dest instruction at .text+0xd40005f9 LD [M] drivers/scsi/bfa/bfa.o drivers/scsi/qla4xxx/ql4_os.o: warning: objtool: qla4_attr_is_visible()+0x7: can't find jump dest instruction at .text+0xa000006f drivers/scsi/advansys.o: warning: objtool: AdvLoadMicrocode()+0x15: can't find jump dest instruction at .text+0x8c000411 LD [M] drivers/scsi/qla4xxx/qla4xxx.o drivers/scsi/scsi_transport_iscsi.o: warning: objtool: iscsi_setup_host()+0x5e: can't find jump dest instruction at .text+0x82001c10 drivers/scsi/lpfc/lpfc_sli.o: warning: objtool: lpfc_sli_chk_mbx_command()+0xe: can't find jump dest instruction at .text+0x870000f7 LD [M] drivers/scsi/lpfc/lpfc.o drivers/scsi/qla2xxx/qla_target.o: warning: objtool: qlt_check_reserve_free_req()+0x1a: can't find jump dest instruction at .text+0x91000264 LD [M] drivers/scsi/qla2xxx/qla2xxx.o LD drivers/scsi/built-in.o drivers/scsi/hpsa.o: warning: objtool: __enqueue_cmd_and_start_io()+0x38: can't find jump dest instruction at .text+0xa0000187 LD drivers/built-in.o CHK include/generated/uapi/linux/version.h HOSTCC scripts/unifdef INSTALL usr/include/misc/ (1 file) INSTALL usr/include/mtd/ (5 files) INSTALL usr/include/drm/ (21 files) INSTALL usr/include/uapi/ (0 file) INSTALL usr/include/video/ (3 files) INSTALL usr/include/sound/ (14 files) INSTALL usr/include/rdma/ (6 files) INSTALL usr/include/asm-generic/ (35 files) INSTALL usr/include/xen/ (4 files) INSTALL usr/include/rdma/hfi/ (1 file) INSTALL usr/include/scsi/ (4 files) INSTALL usr/include/scsi/fc/ (4 files) INSTALL usr/include/linux/caif/ (2 files) INSTALL usr/include/linux/android/ (1 file) INSTALL usr/include/linux/byteorder/ (2 files) INSTALL usr/include/linux/dvb/ (8 files) INSTALL usr/include/linux/hsi/ (2 files) INSTALL usr/include/linux/mmc/ (1 file) INSTALL usr/include/linux/isdn/ (1 file) INSTALL usr/include/linux/can/ (5 files) INSTALL usr/include/linux/iio/ (2 files) INSTALL usr/include/linux/netfilter/ (85 files) INSTALL usr/include/linux/netfilter_ipv4/ (9 files) INSTALL usr/include/linux/netfilter_bridge/ (17 files) INSTALL usr/include/linux/netfilter_arp/ (2 files) INSTALL usr/include/linux/hdlc/ (1 file) INSTALL usr/include/linux/netfilter_ipv6/ (12 files) INSTALL usr/include/linux/wimax/ (1 file) INSTALL usr/include/linux/tc_act/ (12 files) INSTALL usr/include/linux/spi/ (1 file) INSTALL usr/include/linux/nfsd/ (5 files) INSTALL usr/include/linux/ (428 files) INSTALL usr/include/linux/netfilter/ipset/ (4 files) INSTALL usr/include/linux/sunrpc/ (1 file) INSTALL usr/include/linux/raid/ (2 files) INSTALL usr/include/linux/usb/ (11 files) INSTALL usr/include/linux/tc_ematch/ (4 files) INSTALL usr/include/asm/ (65 files) CHECK usr/include/misc/ (1 files) CHECK usr/include/drm/ (21 files) CHECK usr/include/asm-generic/ (35 files) CHECK usr/include/uapi/ (0 files) CHECK usr/include/sound/ (14 files) CHECK usr/include/rdma/ (6 files) CHECK usr/include/mtd/ (5 files) CHECK usr/include/scsi/ (4 files) CHECK usr/include/video/ (3 files) CHECK usr/include/xen/ (4 files) CHECK usr/include/scsi/fc/ (4 files) CHECK usr/include/rdma/hfi/ (1 files) CHECK usr/include/linux/android/ (1 files) CHECK usr/include/linux/byteorder/ (2 files) CHECK usr/include/linux/caif/ (2 files) CHECK usr/include/linux/can/ (5 files) CHECK usr/include/linux/hdlc/ (1 files) CHECK usr/include/linux/dvb/ (8 files) CHECK usr/include/linux/mmc/ (1 files) CHECK usr/include/linux/hsi/ (2 files) CHECK usr/include/linux/iio/ (2 files) CHECK usr/include/linux/isdn/ (1 files) CHECK usr/include/linux/netfilter_arp/ (2 files) CHECK usr/include/linux/netfilter_ipv4/ (9 files) CHECK usr/include/linux/netfilter_bridge/ (17 files) CHECK usr/include/linux/spi/ (1 files) CHECK usr/include/linux/sunrpc/ (1 files) CHECK usr/include/linux/nfsd/ (5 files) CHECK usr/include/linux/raid/ (2 files) CHECK usr/include/linux/tc_act/ (12 files) CHECK usr/include/linux/netfilter/ (85 files) CHECK usr/include/linux/netfilter_ipv6/ (12 files) CHECK usr/include/linux/usb/ (11 files) CHECK usr/include/linux/ (428 files) CHECK usr/include/linux/netfilter/ipset/ (4 files) CHECK usr/include/linux/tc_ematch/ (4 files) CHECK usr/include/linux/wimax/ (1 files) CHECK usr/include/asm/ (65 files) HOSTCC Documentation/accounting/getdelays HOSTCC Documentation/auxdisplay/cfag12864b-example HOSTCC Documentation/ia64/aliasing-test HOSTCC Documentation/filesystems/dnotify_test HOSTCC Documentation/pcmcia/crc32hash HOSTCC Documentation/timers/hpet_example HOSTCC Documentation/laptops/dslm HOSTCC Documentation/misc-devices/mei/mei-amt-version HOSTCC Documentation/ptp/testptp HOSTCC Documentation/networking/timestamping/hwtstamp_config HOSTCC Documentation/watchdog/src/watchdog-simple HOSTCC Documentation/watchdog/src/watchdog-test HOSTCC Documentation/networking/timestamping/timestamping HOSTCC Documentation/networking/timestamping/txtimestamp 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 SORTEX vmlinux SYSMAP System.map CC arch/x86/boot/a20.o AS arch/x86/boot/bioscall.o CC arch/x86/boot/cmdline.o AS arch/x86/boot/copy.o HOSTCC arch/x86/boot/mkcpustr CC arch/x86/boot/cpuflags.o CC arch/x86/boot/cpucheck.o CC arch/x86/boot/early_serial_console.o CC arch/x86/boot/edd.o Building modules, stage 2. CC arch/x86/boot/main.o CC arch/x86/boot/memory.o CC arch/x86/boot/pm.o AS arch/x86/boot/pmjump.o CC arch/x86/boot/printf.o CC arch/x86/boot/regs.o CC arch/x86/boot/string.o CC arch/x86/boot/tty.o CC arch/x86/boot/video.o CC arch/x86/boot/video-mode.o CC arch/x86/boot/version.o CC arch/x86/boot/video-vga.o CC arch/x86/boot/video-vesa.o CC arch/x86/boot/video-bios.o HOSTCC arch/x86/boot/tools/build CPUSTR arch/x86/boot/cpustr.h LDS arch/x86/boot/compressed/vmlinux.lds CC arch/x86/boot/cpu.o AS arch/x86/boot/compressed/head_64.o VOFFSET arch/x86/boot/compressed/../voffset.h CC arch/x86/boot/compressed/string.o CC arch/x86/boot/compressed/cmdline.o CC arch/x86/boot/compressed/error.o OBJCOPY arch/x86/boot/compressed/vmlinux.bin HOSTCC arch/x86/boot/compressed/mkpiggy MODPOST 1170 modules CC arch/x86/boot/compressed/cpuflags.o CC arch/x86/boot/compressed/early_serial_console.o GZIP arch/x86/boot/compressed/vmlinux.bin.gz CC arch/x86/boot/compressed/misc.o MKPIGGY arch/x86/boot/compressed/piggy.S AS arch/x86/boot/compressed/piggy.o LD arch/x86/boot/compressed/vmlinux ZOFFSET arch/x86/boot/zoffset.h OBJCOPY arch/x86/boot/vmlinux.bin AS arch/x86/boot/header.o LD arch/x86/boot/setup.elf OBJCOPY arch/x86/boot/setup.bin BUILD arch/x86/boot/bzImage Setup is 13580 bytes (padded to 13824 bytes). System is 5578 kB CRC bd34760c Kernel: arch/x86/boot/bzImage is ready (#1) CC arch/x86/crypto/blowfish-x86_64.mod.o CC arch/x86/crypto/crc32-pclmul.mod.o CC arch/x86/crypto/ghash-clmulni-intel.mod.o CC arch/x86/crypto/serpent-avx-x86_64.mod.o CC arch/x86/crypto/sha1-ssse3.mod.o CC arch/x86/crypto/sha512-ssse3.mod.o CC arch/x86/events/intel/intel-cstate.mod.o CC arch/x86/ia32/ia32_aout.mod.o CC arch/x86/kernel/cpuid.mod.o CC arch/x86/kernel/msr.mod.o CC arch/x86/kernel/test_nx.mod.o CC arch/x86/mm/debug_pagetables.mod.o CC arch/x86/pci/vmd.mod.o CC crypto/asymmetric_keys/pkcs7_message.mod.o CC crypto/asymmetric_keys/x509_key_parser.mod.o CC crypto/async_tx/async_memcpy.mod.o CC crypto/async_tx/async_pq.mod.o CC crypto/async_tx/async_raid6_recov.mod.o CC crypto/async_tx/async_tx.mod.o CC crypto/async_tx/async_xor.mod.o CC crypto/async_tx/raid6test.mod.o CC crypto/chacha20_generic.mod.o CC crypto/cmac.mod.o CC crypto/crypto_user.mod.o CC crypto/cts.mod.o CC crypto/lz4.mod.o CC crypto/md4.mod.o CC crypto/pcrypt.mod.o CC crypto/salsa20_generic.mod.o CC crypto/seed.mod.o CC crypto/tea.mod.o CC crypto/tgr192.mod.o CC crypto/wp512.mod.o CC drivers/ata/ahci_platform.mod.o CC drivers/ata/libahci.mod.o CC drivers/ata/ahci_imx.mod.o CC crypto/xor.mod.o CC drivers/ata/acard-ahci.mod.o CC drivers/ata/libahci_platform.mod.o CC drivers/ata/libata.mod.o CC drivers/ata/pata_cmd640.mod.o CC drivers/ata/pata_mpiix.mod.o CC drivers/ata/pata_ns87410.mod.o CC drivers/ata/pata_opti.mod.o CC drivers/ata/pata_rz1000.mod.o CC drivers/ata/pdc_adma.mod.o CC drivers/ata/sata_inic162x.mod.o CC drivers/ata/sata_qstor.mod.o CC drivers/ata/sata_sil24.mod.o CC drivers/ata/sata_sx4.mod.o CC drivers/atm/ambassador.mod.o CC drivers/atm/eni.mod.o CC drivers/atm/firestream.mod.o CC drivers/atm/he.mod.o CC drivers/atm/solos-pci.mod.o CC drivers/atm/uPD98402.mod.o CC drivers/atm/zatm.mod.o CC drivers/bcma/bcma.mod.o CC drivers/bluetooth/bfusb.mod.o CC drivers/bluetooth/btmrvl.mod.o CC drivers/bluetooth/btsdio.mod.o CC drivers/char/agp/amd64-agp.mod.o CC drivers/cdrom/cdrom.mod.o CC drivers/char/agp/sis-agp.mod.o CC drivers/char/applicom.mod.o CC drivers/char/hw_random/amd-rng.mod.o CC drivers/char/hw_random/timeriomem-rng.mod.o CC drivers/char/hw_random/via-rng.mod.o CC drivers/char/ipmi/ipmi_devintf.mod.o CC drivers/char/ipmi/ipmi_msghandler.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/ppdev.mod.o CC drivers/clk/clk-cs2000-cp.mod.o CC drivers/clk/clk-pwm.mod.o CC drivers/clk/clk-s2mps11.mod.o CC drivers/clk/clk-si5351.mod.o CC drivers/clk/clk-twl6040.mod.o CC drivers/clk/clk-wm831x.mod.o CC drivers/clocksource/cs5535-clockevt.mod.o CC drivers/connector/cn.mod.o CC drivers/crypto/qat/qat_c62x/qat_c62x.mod.o CC drivers/crypto/qat/qat_dh895xccvf/qat_dh895xccvf.mod.o CC drivers/crypto/qce/qcrypto.mod.o CC drivers/dax/dax.mod.o CC drivers/devfreq/governor_powersave.mod.o CC drivers/devfreq/governor_simpleondemand.mod.o CC drivers/edac/e752x_edac.mod.o CC drivers/edac/edac_core.mod.o CC drivers/edac/i3000_edac.mod.o CC drivers/edac/i3200_edac.mod.o CC drivers/edac/i5100_edac.mod.o CC drivers/edac/i5400_edac.mod.o CC drivers/edac/i7300_edac.mod.o CC drivers/edac/i82975x_edac.mod.o CC drivers/extcon/extcon-arizona.mod.o CC drivers/extcon/extcon-gpio.mod.o CC drivers/extcon/extcon-max14577.mod.o CC drivers/extcon/extcon-max3355.mod.o CC drivers/extcon/extcon-rt8973a.mod.o CC drivers/extcon/extcon-sm5502.mod.o CC drivers/extcon/extcon.mod.o CC drivers/firewire/nosy.mod.o CC drivers/firmware/dell_rbu.mod.o CC drivers/firmware/dmi-sysfs.mod.o CC drivers/firmware/google/memconsole.mod.o CC drivers/fmc/fmc-fakedev.mod.o CC drivers/fpga/zynq-fpga.mod.o CC drivers/hid/hid-a4tech.mod.o CC drivers/hid/hid-appleir.mod.o CC drivers/hid/hid-betopff.mod.o CC drivers/hid/hid-chicony.mod.o CC drivers/hid/hid-corsair.mod.o CC drivers/hid/hid-cypress.mod.o CC drivers/hid/hid-elo.mod.o CC drivers/hid/hid-gembird.mod.o CC drivers/hid/hid-generic.mod.o CC drivers/hid/hid-gt683r.mod.o CC drivers/hid/hid-multitouch.mod.o CC drivers/hid/hid-ntrig.mod.o CC drivers/hid/hid-penmount.mod.o CC drivers/hid/hid-sony.mod.o CC drivers/hid/hid-steelseries.mod.o CC drivers/hid/hid-sunplus.mod.o CC drivers/hid/hid-tivo.mod.o CC drivers/hid/hid-twinhan.mod.o CC drivers/hid/hid-uclogic.mod.o CC drivers/hid/hid-wiimote.mod.o CC drivers/hid/hid-xinmo.mod.o CC drivers/hid/uhid.mod.o CC drivers/hid/usbhid/usbhid.mod.o CC drivers/hsi/clients/hsi_char.mod.o CC drivers/hsi/hsi.mod.o CC drivers/hwmon/adm1026.mod.o CC drivers/hwmon/adm1029.mod.o CC drivers/hwmon/ads7828.mod.o CC drivers/hwmon/adt7410.mod.o CC drivers/hwmon/adt7x10.mod.o CC drivers/hwmon/amc6821.mod.o CC drivers/hwmon/asc7621.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/emc2103.mod.o CC drivers/hwmon/g762.mod.o CC drivers/hwmon/i5k_amb.mod.o CC drivers/hwmon/ibmpex.mod.o CC drivers/hwmon/iio_hwmon.mod.o CC drivers/hwmon/ina2xx.mod.o CC drivers/hwmon/jc42.mod.o CC drivers/hwmon/k8temp.mod.o CC drivers/hwmon/lineage-pem.mod.o CC drivers/hwmon/lm83.mod.o CC drivers/hwmon/lm87.mod.o CC drivers/hwmon/lm92.mod.o CC drivers/hwmon/lm93.mod.o CC drivers/hwmon/ltc2990.mod.o CC drivers/hwmon/ltc4151.mod.o CC drivers/hwmon/ltc4222.mod.o CC drivers/hwmon/ltc4245.mod.o CC drivers/hwmon/ltc4261.mod.o CC drivers/hwmon/max16065.mod.o CC drivers/hwmon/max31790.mod.o CC drivers/hwmon/max6639.mod.o CC drivers/hwmon/max6642.mod.o CC drivers/hwmon/mcp3021.mod.o CC drivers/hwmon/nct6683.mod.o CC drivers/hwmon/nct7802.mod.o CC drivers/hwmon/pmbus/ltc2978.mod.o CC drivers/hwmon/pmbus/ltc3815.mod.o CC drivers/hwmon/pmbus/max16064.mod.o CC drivers/hwmon/pmbus/max20751.mod.o CC drivers/hwmon/pmbus/max34440.mod.o CC drivers/hwmon/pmbus/max8688.mod.o CC drivers/hwmon/pmbus/pmbus_core.mod.o CC drivers/hwmon/pmbus/ucd9000.mod.o CC drivers/hwmon/pmbus/ucd9200.mod.o CC drivers/hwmon/pmbus/zl6100.mod.o CC drivers/hwmon/pwm-fan.mod.o CC drivers/hwmon/sch5627.mod.o CC drivers/hwmon/sch5636.mod.o CC drivers/hwmon/sch56xx-common.mod.o CC drivers/hwmon/shtc1.mod.o CC drivers/hwmon/smm665.mod.o CC drivers/hwmon/smsc47b397.mod.o CC drivers/hwmon/vt1211.mod.o CC drivers/hwmon/w83627ehf.mod.o CC drivers/hwmon/w83792d.mod.o CC drivers/hwmon/w83l785ts.mod.o CC drivers/hwmon/wm831x-hwmon.mod.o CC drivers/hwtracing/intel_th/intel_th_msu.mod.o CC drivers/i2c/busses/i2c-ali1535.mod.o CC drivers/i2c/busses/i2c-ali1563.mod.o CC drivers/i2c/busses/i2c-amd8111.mod.o CC drivers/i2c/busses/i2c-cbus-gpio.mod.o CC drivers/i2c/busses/i2c-diolan-u2c.mod.o CC drivers/i2c/busses/i2c-eg20t.mod.o CC drivers/i2c/busses/i2c-hix5hd2.mod.o CC drivers/i2c/busses/i2c-i801.mod.o CC drivers/i2c/busses/i2c-img-scb.mod.o CC drivers/i2c/busses/i2c-mt65xx.mod.o CC drivers/i2c/busses/i2c-nforce2-s4985.mod.o CC drivers/i2c/busses/i2c-parport-light.mod.o CC drivers/i2c/busses/i2c-parport.mod.o CC drivers/i2c/busses/i2c-sis5595.mod.o CC drivers/i2c/busses/i2c-sis96x.mod.o CC drivers/i2c/busses/i2c-sun6i-p2wi.mod.o CC drivers/i2c/busses/i2c-taos-evm.mod.o CC drivers/i2c/busses/i2c-uniphier.mod.o CC drivers/i2c/busses/i2c-xiic.mod.o CC drivers/i2c/i2c-mux.mod.o CC drivers/i2c/i2c-smbus.mod.o CC drivers/i2c/i2c-stub.mod.o CC drivers/i2c/muxes/i2c-mux-reg.mod.o CC drivers/ide/aec62xx.mod.o CC drivers/ide/alim15x3.mod.o CC drivers/ide/amd74xx.mod.o CC drivers/ide/atiixp.mod.o CC drivers/ide/cmd64x.mod.o CC drivers/ide/cs5520.mod.o CC drivers/ide/cs5530.mod.o CC drivers/ide/hpt366.mod.o CC drivers/ide/ide-cd_mod.mod.o CC drivers/ide/ide-core.mod.o CC drivers/ide/ide-gd_mod.mod.o CC drivers/ide/ide-generic.mod.o CC drivers/ide/it821x.mod.o CC drivers/ide/jmicron.mod.o CC drivers/ide/ns87415.mod.o CC drivers/ide/opti621.mod.o CC drivers/ide/pdc202xx_new.mod.o CC drivers/ide/pdc202xx_old.mod.o CC drivers/ide/piix.mod.o CC drivers/ide/sc1200.mod.o CC drivers/ide/siimage.mod.o CC drivers/ide/slc90e66.mod.o CC drivers/ide/triflex.mod.o CC drivers/ide/trm290.mod.o CC drivers/ide/via82cxxx.mod.o CC drivers/iio/accel/mma9551.mod.o CC drivers/iio/accel/mma9551_core.mod.o CC drivers/iio/accel/mma9553.mod.o CC drivers/iio/accel/st_accel.mod.o CC drivers/iio/accel/st_accel_i2c.mod.o CC drivers/iio/accel/stk8ba50.mod.o CC drivers/iio/accel/stk8312.mod.o CC drivers/iio/adc/at91-sama5d2_adc.mod.o CC drivers/iio/adc/axp288_adc.mod.o CC drivers/iio/adc/da9150-gpadc.mod.o CC drivers/iio/adc/ina2xx-adc.mod.o CC drivers/iio/adc/max1363.mod.o CC drivers/iio/adc/mxs-lradc.mod.o CC drivers/iio/adc/nau7802.mod.o CC drivers/iio/adc/twl4030-madc.mod.o CC drivers/iio/adc/viperboard_adc.mod.o CC drivers/iio/chemical/atlas-ph-sensor.mod.o CC drivers/iio/dac/ad5064.mod.o CC drivers/iio/dac/max517.mod.o CC drivers/iio/gyro/bmg160_core.mod.o CC drivers/iio/gyro/bmg160_i2c.mod.o CC drivers/iio/gyro/itg3200.mod.o CC drivers/iio/health/afe4404.mod.o CC drivers/iio/humidity/hdc100x.mod.o CC drivers/iio/humidity/htu21.mod.o CC drivers/iio/humidity/si7020.mod.o CC drivers/iio/light/adjd_s311.mod.o CC drivers/iio/light/bh1750.mod.o CC drivers/iio/light/bh1780.mod.o CC drivers/iio/light/cm32181.mod.o CC drivers/iio/light/cm3232.mod.o CC drivers/iio/light/isl29125.mod.o CC drivers/iio/light/lm3533-als.mod.o CC drivers/iio/light/ltr501.mod.o CC drivers/iio/light/max44000.mod.o CC drivers/iio/light/opt3001.mod.o CC drivers/iio/light/rpr0521.mod.o CC drivers/iio/light/stk3310.mod.o CC drivers/iio/light/veml6070.mod.o CC drivers/iio/magnetometer/ak8975.mod.o CC drivers/iio/magnetometer/hmc5843_core.mod.o CC drivers/iio/magnetometer/hmc5843_i2c.mod.o CC drivers/iio/potentiometer/tpl0102.mod.o CC drivers/iio/temperature/tsys01.mod.o CC drivers/iio/temperature/tsys02d.mod.o CC drivers/infiniband/core/ib_cm.mod.o CC drivers/infiniband/core/ib_core.mod.o CC drivers/infiniband/core/ib_ucm.mod.o CC drivers/infiniband/core/ib_umad.mod.o CC drivers/infiniband/core/ib_uverbs.mod.o CC drivers/infiniband/core/iw_cm.mod.o CC drivers/infiniband/core/rdma_cm.mod.o CC drivers/infiniband/core/rdma_ucm.mod.o CC drivers/infiniband/hw/cxgb3/iw_cxgb3.mod.o CC drivers/infiniband/hw/mlx4/mlx4_ib.mod.o CC drivers/infiniband/hw/mlx5/mlx5_ib.mod.o CC drivers/infiniband/hw/mthca/ib_mthca.mod.o CC drivers/infiniband/hw/ocrdma/ocrdma.mod.o CC drivers/infiniband/sw/rdmavt/rdmavt.mod.o CC drivers/infiniband/ulp/iser/ib_iser.mod.o CC drivers/infiniband/ulp/srp/ib_srp.mod.o CC drivers/infiniband/ulp/srpt/ib_srpt.mod.o CC drivers/input/joydev.mod.o CC drivers/input/joystick/a3d.mod.o CC drivers/input/joystick/adi.mod.o CC drivers/input/joystick/analog.mod.o CC drivers/input/joystick/db9.mod.o CC drivers/input/joystick/gamecon.mod.o CC drivers/input/joystick/interact.mod.o CC drivers/input/joystick/stinger.mod.o CC drivers/input/joystick/turbografx.mod.o CC drivers/input/joystick/zhenhua.mod.o CC drivers/input/mouse/cyapatp.mod.o CC drivers/input/mouse/elan_i2c.mod.o CC drivers/input/mouse/gpio_mouse.mod.o CC drivers/input/mouse/sermouse.mod.o CC drivers/input/mouse/synaptics_usb.mod.o CC drivers/input/serio/arc_ps2.mod.o CC drivers/input/serio/serio_raw.mod.o CC drivers/input/serio/serport.mod.o CC drivers/input/sparse-keymap.mod.o CC drivers/input/tablet/aiptek.mod.o CC drivers/input/tablet/gtco.mod.o CC drivers/ipack/carriers/tpci200.mod.o CC drivers/isdn/capi/capi.mod.o CC drivers/isdn/capi/capidrv.mod.o CC drivers/isdn/capi/kernelcapi.mod.o CC drivers/isdn/hardware/avm/b1.mod.o CC drivers/isdn/hardware/avm/b1dma.mod.o CC drivers/isdn/hardware/avm/b1pci.mod.o CC drivers/isdn/hardware/avm/c4.mod.o CC drivers/isdn/hardware/avm/t1pci.mod.o CC drivers/isdn/hardware/eicon/diva_mnt.mod.o CC drivers/isdn/hardware/eicon/divacapi.mod.o CC drivers/isdn/hardware/eicon/divadidd.mod.o CC drivers/isdn/hardware/eicon/divas.mod.o CC drivers/isdn/hardware/mISDN/avmfritz.mod.o CC drivers/isdn/hardware/mISDN/hfcpci.mod.o CC drivers/isdn/hardware/mISDN/mISDNinfineon.mod.o CC drivers/isdn/hardware/mISDN/mISDNipac.mod.o CC drivers/isdn/hardware/mISDN/mISDNisar.mod.o CC drivers/isdn/hardware/mISDN/netjet.mod.o CC drivers/isdn/hardware/mISDN/speedfax.mod.o CC drivers/isdn/i4l/isdn.mod.o CC drivers/isdn/i4l/isdn_bsdcomp.mod.o CC drivers/isdn/i4l/isdnhdlc.mod.o CC drivers/isdn/mISDN/mISDN_dsp.mod.o CC drivers/leds/leds-lm3533.mod.o CC drivers/leds/leds-lm3642.mod.o CC drivers/leds/leds-lp8860.mod.o CC drivers/leds/leds-lt3593.mod.o CC drivers/leds/leds-pca955x.mod.o CC drivers/leds/trigger/ledtrig-default-on.mod.o CC drivers/leds/trigger/ledtrig-gpio.mod.o CC drivers/leds/trigger/ledtrig-transient.mod.o CC drivers/mcb/mcb-pci.mod.o CC drivers/md/bcache/bcache.mod.o CC drivers/md/md-mod.mod.o CC drivers/md/multipath.mod.o CC drivers/md/raid0.mod.o CC drivers/md/raid1.mod.o CC drivers/md/raid10.mod.o CC drivers/md/raid456.mod.o CC drivers/media/i2c/adv7170.mod.o CC drivers/media/i2c/adv7175.mod.o CC drivers/media/i2c/adv7183.mod.o CC drivers/media/i2c/adv7343.mod.o CC drivers/media/i2c/ak881x.mod.o CC drivers/media/i2c/bt856.mod.o CC drivers/media/i2c/bt866.mod.o CC drivers/media/i2c/cs5345.mod.o CC drivers/media/i2c/ks0127.mod.o CC drivers/media/i2c/ml86v7667.mod.o CC drivers/media/i2c/msp3400.mod.o CC drivers/media/i2c/ov2659.mod.o CC drivers/media/i2c/ov7640.mod.o CC drivers/media/i2c/saa6588.mod.o CC drivers/media/i2c/ov7670.mod.o CC drivers/media/i2c/saa6752hs.mod.o CC drivers/media/i2c/saa7110.mod.o CC drivers/media/i2c/saa7115.mod.o CC drivers/media/i2c/saa7127.mod.o CC drivers/media/i2c/saa7185.mod.o CC drivers/media/i2c/tda9840.mod.o CC drivers/media/i2c/ths7303.mod.o CC drivers/media/i2c/ths8200.mod.o CC drivers/media/i2c/tvp514x.mod.o CC drivers/media/i2c/tvp7002.mod.o CC drivers/media/i2c/tw2804.mod.o CC drivers/media/i2c/tw9903.mod.o CC drivers/media/i2c/uda1342.mod.o CC drivers/media/i2c/upd64031a.mod.o CC drivers/media/i2c/upd64083.mod.o CC drivers/media/i2c/vp27smpx.mod.o CC drivers/media/i2c/vpx3220.mod.o CC drivers/media/i2c/vs6624.mod.o CC drivers/media/i2c/wm8739.mod.o CC drivers/media/i2c/wm8775.mod.o CC drivers/media/platform/vim2m.mod.o CC drivers/media/tuners/e4000.mod.o CC drivers/media/tuners/fc0013.mod.o CC drivers/media/tuners/fc2580.mod.o CC drivers/media/tuners/it913x.mod.o CC drivers/media/tuners/max2165.mod.o CC drivers/media/tuners/mt20xx.mod.o CC drivers/media/tuners/mt2266.mod.o CC drivers/media/tuners/mxl301rf.mod.o CC drivers/media/tuners/qm1d1c0042.mod.o CC drivers/media/tuners/qt1010.mod.o CC drivers/media/tuners/si2157.mod.o CC drivers/media/tuners/tda18212.mod.o CC drivers/media/tuners/tda18218.mod.o CC drivers/media/tuners/tda18271.mod.o CC drivers/media/tuners/tda827x.mod.o CC drivers/media/tuners/tda9887.mod.o CC drivers/media/tuners/tea5761.mod.o CC drivers/media/tuners/tua9001.mod.o CC drivers/media/tuners/xc5000.mod.o CC drivers/media/usb/cpia2/cpia2.mod.o CC drivers/media/usb/gspca/gl860/gspca_gl860.mod.o CC drivers/media/usb/gspca/gspca_benq.mod.o CC drivers/media/usb/gspca/gspca_conex.mod.o CC drivers/media/usb/gspca/gspca_etoms.mod.o CC drivers/media/usb/gspca/gspca_jeilinj.mod.o CC drivers/media/usb/gspca/gspca_jl2005bcd.mod.o CC drivers/media/usb/gspca/gspca_konica.mod.o CC drivers/media/usb/gspca/gspca_main.mod.o CC drivers/media/usb/gspca/gspca_mars.mod.o CC drivers/media/usb/gspca/gspca_mr97310a.mod.o CC drivers/media/usb/gspca/gspca_nw80x.mod.o CC drivers/media/usb/gspca/gspca_ov534.mod.o CC drivers/media/usb/gspca/gspca_ov534_9.mod.o CC drivers/media/usb/gspca/gspca_pac7302.mod.o CC drivers/media/usb/gspca/gspca_pac7311.mod.o CC drivers/media/usb/gspca/gspca_se401.mod.o CC drivers/media/usb/gspca/gspca_sonixj.mod.o CC drivers/media/usb/gspca/gspca_spca505.mod.o CC drivers/media/usb/gspca/gspca_spca506.mod.o CC drivers/media/usb/gspca/gspca_spca508.mod.o CC drivers/media/usb/gspca/gspca_spca561.mod.o CC drivers/media/usb/gspca/gspca_sq905.mod.o CC drivers/media/usb/gspca/gspca_sq905c.mod.o CC drivers/media/usb/gspca/gspca_sq930x.mod.o CC drivers/media/usb/gspca/gspca_stv0680.mod.o CC drivers/media/usb/gspca/gspca_sunplus.mod.o CC drivers/media/usb/gspca/gspca_t613.mod.o CC drivers/media/usb/gspca/gspca_topro.mod.o CC drivers/media/usb/gspca/gspca_touptek.mod.o CC drivers/media/usb/gspca/gspca_tv8532.mod.o CC drivers/media/usb/gspca/gspca_vicam.mod.o CC drivers/media/usb/gspca/gspca_xirlink_cit.mod.o CC drivers/media/usb/gspca/gspca_zc3xx.mod.o CC drivers/media/usb/gspca/m5602/gspca_m5602.mod.o CC drivers/media/usb/gspca/stv06xx/gspca_stv06xx.mod.o CC drivers/media/usb/hackrf/hackrf.mod.o CC drivers/media/usb/zr364xx/zr364xx.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/v4l2-mem2mem.mod.o CC drivers/media/v4l2-core/videobuf-core.mod.o CC drivers/media/v4l2-core/videobuf-vmalloc.mod.o CC drivers/media/v4l2-core/videobuf2-core.mod.o CC drivers/media/v4l2-core/videobuf2-memops.mod.o CC drivers/media/v4l2-core/videobuf2-v4l2.mod.o CC drivers/media/v4l2-core/videobuf2-vmalloc.mod.o CC drivers/media/v4l2-core/videodev.mod.o CC drivers/message/fusion/mptbase.mod.o CC drivers/message/fusion/mptfc.mod.o CC drivers/message/fusion/mptscsih.mod.o CC drivers/mfd/axp20x-i2c.mod.o CC drivers/mfd/axp20x.mod.o CC drivers/mfd/bcm590xx.mod.o CC drivers/mfd/cros_ec.mod.o CC drivers/mfd/cros_ec_i2c.mod.o CC drivers/mfd/cs5535-mfd.mod.o CC drivers/mfd/dln2.mod.o CC drivers/mfd/htc-pasic3.mod.o CC drivers/mfd/intel_quark_i2c_gpio.mod.o CC drivers/mfd/janz-cmodio.mod.o CC drivers/mfd/lm3533-core.mod.o CC drivers/mfd/lm3533-ctrlbank.mod.o CC drivers/mfd/lp3943.mod.o CC drivers/mfd/max77693.mod.o CC drivers/mfd/si476x-core.mod.o CC drivers/mfd/stw481x.mod.o CC drivers/mfd/tps65912-core.mod.o CC drivers/mfd/tps65912-i2c.mod.o CC drivers/mfd/viperboard.mod.o CC drivers/mfd/wm8994.mod.o CC drivers/misc/bh1770glc.mod.o CC drivers/misc/bh1780gli.mod.o CC drivers/misc/bmp085-i2c.mod.o CC drivers/misc/bmp085.mod.o CC drivers/misc/c2port/c2port-duramar2150.mod.o CC drivers/misc/c2port/core.mod.o CC drivers/misc/cb710/cb710.mod.o CC drivers/misc/cs5535-mfgpt.mod.o CC drivers/misc/ds1682.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/enclosure.mod.o CC drivers/misc/hmc6352.mod.o CC drivers/misc/hpilo.mod.o CC drivers/misc/ibmasm/ibmasm.mod.o CC drivers/misc/ics932s401.mod.o CC drivers/misc/ioc4.mod.o CC drivers/misc/lkdtm.mod.o CC drivers/misc/mei/mei-me.mod.o CC drivers/misc/mic/bus/scif_bus.mod.o CC drivers/misc/mic/bus/vop_bus.mod.o CC drivers/misc/mic/vop/vop.mod.o CC drivers/misc/panel.mod.o CC drivers/misc/pch_phub.mod.o CC drivers/misc/qcom-coincell.mod.o CC drivers/misc/tifm_7xx1.mod.o CC drivers/misc/tifm_core.mod.o CC drivers/misc/tsl2550.mod.o CC drivers/misc/vmw_balloon.mod.o CC drivers/mmc/host/android-goldfish.mod.o CC drivers/mmc/host/cb710-mmc.mod.o CC drivers/mmc/host/mtk-sd.mod.o CC drivers/mmc/host/rtsx_pci_sdmmc.mod.o CC drivers/mmc/host/tifm_sd.mod.o CC drivers/mmc/host/ushc.mod.o CC drivers/mmc/host/via-sdmmc.mod.o CC drivers/mmc/host/vub300.mod.o CC drivers/net/arcnet/capmode.mod.o CC drivers/net/arcnet/com90io.mod.o CC drivers/net/arcnet/rfc1201.mod.o CC drivers/net/ethernet/3com/3c59x.mod.o CC drivers/net/ethernet/8390/8390.mod.o CC drivers/net/ethernet/8390/ne2k-pci.mod.o CC drivers/net/ethernet/adaptec/starfire.mod.o CC drivers/net/ethernet/brocade/bna/bna.mod.o CC drivers/net/ethernet/calxeda/xgmac.mod.o CC drivers/net/ethernet/chelsio/cxgb4/cxgb4.mod.o CC drivers/net/ethernet/dlink/dl2k.mod.o CC drivers/net/ethernet/dnet.mod.o CC drivers/net/ethernet/ec_bhf.mod.o CC drivers/net/ethernet/emulex/benet/be2net.mod.o CC drivers/net/ethernet/mellanox/mlx4/mlx4_core.mod.o CC drivers/net/ethernet/mellanox/mlx4/mlx4_en.mod.o CC drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.mod.o CC drivers/net/ethernet/myricom/myri10ge/myri10ge.mod.o CC drivers/net/ethernet/natsemi/ns83820.mod.o CC drivers/net/ethernet/sun/cassini.mod.o CC drivers/net/ethernet/sun/niu.mod.o CC drivers/net/ethernet/sun/sunhme.mod.o CC drivers/net/irda/act200l-sir.mod.o CC drivers/net/irda/ali-ircc.mod.o CC drivers/net/irda/esi-sir.mod.o CC drivers/net/irda/girbil-sir.mod.o CC drivers/net/irda/irtty-sir.mod.o CC drivers/net/irda/kingsun-sir.mod.o CC drivers/net/irda/ks959-sir.mod.o CC drivers/net/irda/ksdazzle-sir.mod.o CC drivers/net/irda/litelink-sir.mod.o CC drivers/net/irda/ma600-sir.mod.o CC drivers/net/irda/mcp2120-sir.mod.o CC drivers/net/irda/mcs7780.mod.o CC drivers/net/irda/nsc-ircc.mod.o CC drivers/net/irda/old_belkin-sir.mod.o CC drivers/net/irda/sir-dev.mod.o CC drivers/net/irda/smsc-ircc2.mod.o CC drivers/net/irda/stir4200.mod.o CC drivers/net/irda/via-ircc.mod.o CC drivers/net/irda/vlsi_ir.mod.o CC drivers/net/phy/bcm7xxx.mod.o CC drivers/net/phy/icplus.mod.o CC drivers/net/phy/marvell.mod.o CC drivers/net/phy/mdio-bitbang.mod.o CC drivers/net/phy/mdio-cavium.mod.o CC drivers/net/phy/mdio-thunder.mod.o CC drivers/net/phy/microchip.mod.o CC drivers/net/phy/smsc.mod.o CC drivers/net/phy/ste10Xp.mod.o CC drivers/net/phy/teranetics.mod.o CC drivers/net/phy/vitesse.mod.o CC drivers/net/ppp/bsd_comp.mod.o CC drivers/net/ppp/pptp.mod.o CC drivers/net/vmxnet3/vmxnet3.mod.o CC drivers/ntb/hw/amd/ntb_hw_amd.mod.o CC drivers/ntb/hw/intel/ntb_hw_intel.mod.o CC drivers/ntb/ntb.mod.o CC drivers/ntb/ntb_transport.mod.o CC drivers/ntb/test/ntb_perf.mod.o CC drivers/ntb/test/ntb_pingpong.mod.o CC drivers/nvmem/nvmem_core.mod.o CC drivers/nvmem/nvmem_lpc18xx_eeprom.mod.o CC drivers/nvmem/nvmem_rockchip_efuse.mod.o CC drivers/parport/parport.mod.o CC drivers/parport/parport_ax88796.mod.o CC drivers/parport/parport_pc.mod.o CC drivers/parport/parport_serial.mod.o CC drivers/phy/phy-bcm-kona-usb2.mod.o CC drivers/phy/phy-exynos-usb2.mod.o CC drivers/phy/phy-omap-control.mod.o CC drivers/phy/phy-pxa-28nm-usb2.mod.o CC drivers/phy/phy-spear1340-miphy.mod.o CC drivers/platform/chrome/chromeos_laptop.mod.o CC drivers/platform/chrome/cros_ec_lpc.mod.o CC drivers/platform/x86/dell-smbios.mod.o CC drivers/platform/x86/hdaps.mod.o CC drivers/platform/x86/intel_punit_ipc.mod.o CC drivers/power/axp288_fuel_gauge.mod.o CC drivers/power/bq2415x_charger.mod.o CC drivers/power/ds2780_battery.mod.o CC drivers/power/lp8727_charger.mod.o CC drivers/power/ltc2941-battery-gauge.mod.o CC drivers/power/max77693_charger.mod.o CC drivers/power/reset/rmobile-reset.mod.o CC drivers/power/reset/zx-reboot.mod.o CC drivers/power/sbs-battery.mod.o CC drivers/power/wm831x_backup.mod.o CC drivers/pps/clients/pps-gpio.mod.o CC drivers/pps/clients/pps-ldisc.mod.o CC drivers/ptp/ptp.mod.o CC drivers/ptp/ptp_pch.mod.o CC drivers/pwm/pwm-clps711x.mod.o CC drivers/pwm/pwm-lp3943.mod.o CC drivers/pwm/pwm-renesas-tpu.mod.o CC drivers/regulator/aat2870-regulator.mod.o CC drivers/regulator/anatop-regulator.mod.o CC drivers/regulator/arizona-ldo1.mod.o CC drivers/regulator/arizona-micsupp.mod.o CC drivers/regulator/da903x.mod.o CC drivers/regulator/da9052-regulator.mod.o CC drivers/regulator/da9055-regulator.mod.o CC drivers/regulator/da9063-regulator.mod.o CC drivers/regulator/isl9305.mod.o CC drivers/regulator/lp3972.mod.o CC drivers/regulator/max14577-regulator.mod.o CC drivers/regulator/max77693-regulator.mod.o CC drivers/regulator/mt6311-regulator.mod.o CC drivers/regulator/pfuze100-regulator.mod.o CC drivers/regulator/pv88060-regulator.mod.o CC drivers/regulator/pwm-regulator.mod.o CC drivers/regulator/qcom_spmi-regulator.mod.o CC drivers/regulator/s2mpa01.mod.o CC drivers/regulator/sky81452-regulator.mod.o CC drivers/regulator/tps65023-regulator.mod.o CC drivers/regulator/tps65090-regulator.mod.o CC drivers/regulator/tps65912-regulator.mod.o CC drivers/regulator/wm831x-dcdc.mod.o CC drivers/regulator/wm831x-isink.mod.o CC drivers/regulator/wm831x-ldo.mod.o CC drivers/regulator/wm8994-regulator.mod.o CC drivers/remoteproc/remoteproc.mod.o CC drivers/remoteproc/ste_modem_rproc.mod.o CC drivers/rtc/rtc-ab3100.mod.o CC drivers/rtc/rtc-abx80x.mod.o CC drivers/rtc/rtc-at91sam9.mod.o CC drivers/rtc/rtc-cmos.mod.o CC drivers/rtc/rtc-da9052.mod.o CC drivers/rtc/rtc-da9055.mod.o CC drivers/rtc/rtc-da9063.mod.o CC drivers/rtc/rtc-davinci.mod.o CC drivers/rtc/rtc-ds1742.mod.o CC drivers/rtc/rtc-ds2404.mod.o CC drivers/rtc/rtc-ep93xx.mod.o CC drivers/rtc/rtc-isl12022.mod.o CC drivers/rtc/rtc-isl12057.mod.o CC drivers/rtc/rtc-m41t80.mod.o CC drivers/rtc/rtc-max6900.mod.o CC drivers/rtc/rtc-max8907.mod.o CC drivers/rtc/rtc-msm6242.mod.o CC drivers/rtc/rtc-pcf2127.mod.o CC drivers/rtc/rtc-pcf8523.mod.o CC drivers/rtc/rtc-rc5t583.mod.o CC drivers/rtc/rtc-rs5c372.mod.o CC drivers/rtc/rtc-rx8010.mod.o CC drivers/rtc/rtc-stk17ta8.mod.o CC drivers/rtc/rtc-tegra.mod.o CC drivers/rtc/rtc-tps6586x.mod.o CC drivers/rtc/rtc-tps80031.mod.o CC drivers/rtc/rtc-twl.mod.o CC drivers/rtc/rtc-vt8500.mod.o CC drivers/rtc/rtc-xgene.mod.o CC drivers/scsi/3w-9xxx.mod.o CC drivers/scsi/3w-xxxx.mod.o CC drivers/scsi/aacraid/aacraid.mod.o CC drivers/scsi/advansys.mod.o CC drivers/scsi/aic7xxx/aic79xx.mod.o CC drivers/scsi/aic7xxx/aic7xxx.mod.o CC drivers/scsi/aic94xx/aic94xx.mod.o CC drivers/scsi/am53c974.mod.o CC drivers/scsi/arcmsr/arcmsr.mod.o CC drivers/scsi/bfa/bfa.mod.o CC drivers/scsi/ch.mod.o CC drivers/scsi/csiostor/csiostor.mod.o CC drivers/scsi/cxgbi/cxgb3i/cxgb3i.mod.o CC drivers/scsi/cxgbi/libcxgbi.mod.o CC drivers/scsi/dc395x.mod.o CC drivers/scsi/device_handler/scsi_dh_rdac.mod.o CC drivers/scsi/dmx3191d.mod.o CC drivers/scsi/esp_scsi.mod.o CC drivers/scsi/gdth.mod.o CC drivers/scsi/hisi_sas/hisi_sas_main.mod.o CC drivers/scsi/hisi_sas/hisi_sas_v1_hw.mod.o CC drivers/scsi/hisi_sas/hisi_sas_v2_hw.mod.o CC drivers/scsi/hpsa.mod.o CC drivers/scsi/hptiop.mod.o CC drivers/scsi/imm.mod.o CC drivers/scsi/ips.mod.o CC drivers/scsi/isci/isci.mod.o CC drivers/scsi/iscsi_boot_sysfs.mod.o CC drivers/scsi/iscsi_tcp.mod.o CC drivers/scsi/libiscsi.mod.o CC drivers/scsi/libiscsi_tcp.mod.o CC drivers/scsi/libsas/libsas.mod.o CC drivers/scsi/lpfc/lpfc.mod.o CC drivers/scsi/megaraid.mod.o CC drivers/scsi/megaraid/megaraid_mbox.mod.o CC drivers/scsi/megaraid/megaraid_mm.mod.o CC drivers/scsi/megaraid/megaraid_sas.mod.o CC drivers/scsi/mpt3sas/mpt3sas.mod.o CC drivers/scsi/mvsas/mvsas.mod.o CC drivers/scsi/osd/libosd.mod.o CC drivers/scsi/osst.mod.o CC drivers/scsi/pm8001/pm80xx.mod.o CC drivers/scsi/pmcraid.mod.o CC drivers/scsi/qla2xxx/qla2xxx.mod.o CC drivers/scsi/qla4xxx/qla4xxx.mod.o CC drivers/scsi/raid_class.mod.o CC drivers/scsi/scsi_debug.mod.o CC drivers/scsi/scsi_mod.mod.o CC drivers/scsi/scsi_transport_fc.mod.o CC drivers/scsi/scsi_transport_iscsi.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/sg.mod.o CC drivers/scsi/stex.mod.o CC drivers/scsi/sym53c8xx_2/sym53c8xx.mod.o CC drivers/scsi/ufs/ufshcd-pltfrm.mod.o CC drivers/scsi/ufs/ufshcd.mod.o CC drivers/scsi/virtio_scsi.mod.o CC drivers/spmi/spmi.mod.o CC drivers/target/target_core_file.mod.o CC drivers/target/target_core_iblock.mod.o CC drivers/target/target_core_mod.mod.o CC drivers/target/target_core_user.mod.o CC drivers/thunderbolt/thunderbolt.mod.o CC drivers/tty/cyclades.mod.o CC drivers/tty/isicom.mod.o CC drivers/tty/n_r3964.mod.o CC drivers/tty/serial/bcm63xx_uart.mod.o CC drivers/tty/serial/men_z135_uart.mod.o CC drivers/tty/serial/sh-sci.mod.o CC drivers/tty/synclinkmp.mod.o CC drivers/uio/uio_cif.mod.o CC drivers/uio/uio_mf624.mod.o CC drivers/usb/chipidea/ci_hdrc.mod.o CC drivers/usb/chipidea/ci_hdrc_msm.mod.o CC drivers/usb/chipidea/ci_hdrc_pci.mod.o CC drivers/usb/chipidea/ci_hdrc_usb2.mod.o CC drivers/usb/chipidea/ci_hdrc_zevio.mod.o CC drivers/usb/dwc2/dwc2_pci.mod.o CC drivers/usb/gadget/function/u_ether.mod.o CC drivers/usb/gadget/function/u_serial.mod.o CC drivers/usb/gadget/function/usb_f_acm.mod.o CC drivers/usb/gadget/function/usb_f_ecm.mod.o CC drivers/usb/gadget/function/usb_f_ecm_subset.mod.o CC drivers/usb/gadget/function/usb_f_eem.mod.o CC drivers/usb/gadget/function/usb_f_fs.mod.o CC drivers/usb/gadget/function/usb_f_hid.mod.o CC drivers/usb/gadget/function/usb_f_mass_storage.mod.o CC drivers/usb/gadget/function/usb_f_midi.mod.o CC drivers/usb/gadget/function/usb_f_obex.mod.o CC drivers/usb/gadget/function/usb_f_printer.mod.o CC drivers/usb/gadget/function/usb_f_rndis.mod.o CC drivers/usb/gadget/function/usb_f_serial.mod.o CC drivers/usb/gadget/function/usb_f_ss_lb.mod.o CC drivers/usb/gadget/function/usb_f_tcm.mod.o CC drivers/usb/gadget/function/usb_f_uac2.mod.o CC drivers/usb/gadget/function/usb_f_uvc.mod.o CC drivers/usb/gadget/legacy/g_audio.mod.o CC drivers/usb/gadget/legacy/g_cdc.mod.o CC drivers/usb/gadget/legacy/g_dbgp.mod.o CC drivers/usb/gadget/legacy/g_ether.mod.o CC drivers/usb/gadget/legacy/g_ffs.mod.o CC drivers/usb/gadget/legacy/g_hid.mod.o CC drivers/usb/gadget/legacy/g_mass_storage.mod.o CC drivers/usb/gadget/legacy/g_midi.mod.o CC drivers/usb/gadget/legacy/g_multi.mod.o CC drivers/usb/gadget/legacy/g_printer.mod.o CC drivers/usb/gadget/legacy/g_serial.mod.o CC drivers/usb/gadget/legacy/g_webcam.mod.o CC drivers/usb/gadget/legacy/g_zero.mod.o CC drivers/usb/gadget/legacy/tcm_usb_gadget.mod.o CC drivers/usb/gadget/libcomposite.mod.o CC drivers/usb/gadget/udc/amd5536udc.mod.o CC drivers/usb/gadget/udc/bdc/bdc_pci.mod.o CC drivers/usb/gadget/udc/fotg210-udc.mod.o CC drivers/usb/gadget/udc/m66592-udc.mod.o CC drivers/usb/gadget/udc/mv_udc.mod.o CC drivers/usb/gadget/udc/udc-xilinx.mod.o CC drivers/usb/host/bcma-hcd.mod.o CC drivers/usb/host/ehci-hcd.mod.o CC drivers/usb/host/ehci-pci.mod.o CC drivers/usb/host/ehci-platform.mod.o CC drivers/usb/host/fotg210-hcd.mod.o CC drivers/usb/host/oxu210hp-hcd.mod.o CC drivers/usb/host/whci/whci-hcd.mod.o CC drivers/usb/host/xhci-hcd.mod.o CC drivers/usb/host/xhci-pci.mod.o CC drivers/usb/host/xhci-plat-hcd.mod.o CC drivers/usb/isp1760/isp1760.mod.o CC drivers/usb/misc/emi26.mod.o CC drivers/usb/misc/ezusb.mod.o CC drivers/usb/misc/ldusb.mod.o CC drivers/usb/misc/legousbtower.mod.o CC drivers/usb/misc/lvstest.mod.o CC drivers/usb/misc/sisusbvga/sisusbvga.mod.o CC drivers/usb/misc/usblcd.mod.o CC drivers/usb/misc/usbled.mod.o CC drivers/usb/misc/usbsevseg.mod.o CC drivers/usb/misc/uss720.mod.o CC drivers/usb/mon/usbmon.mod.o CC drivers/usb/phy/phy-generic.mod.o CC drivers/usb/phy/phy-keystone.mod.o CC drivers/usb/phy/phy-msm-usb.mod.o CC drivers/usb/phy/phy-qcom-8x16-usb.mod.o CC drivers/usb/renesas_usbhs/renesas_usbhs.mod.o CC drivers/usb/storage/ums-alauda.mod.o CC drivers/usb/storage/ums-datafab.mod.o CC drivers/usb/storage/ums-jumpshot.mod.o CC drivers/usb/storage/ums-karma.mod.o CC drivers/usb/storage/ums-onetouch.mod.o CC drivers/usb/storage/ums-realtek.mod.o CC drivers/usb/storage/ums-sddr09.mod.o CC drivers/usb/storage/ums-usbat.mod.o CC drivers/usb/storage/usb-storage.mod.o CC drivers/usb/usbip/vhci-hcd.mod.o CC drivers/usb/wusbcore/wusbcore.mod.o CC drivers/uwb/hwa-rc.mod.o CC drivers/uwb/umc.mod.o CC drivers/uwb/uwb.mod.o CC drivers/uwb/whc-rc.mod.o CC drivers/uwb/whci.mod.o CC drivers/vhost/vhost.mod.o CC drivers/vhost/vhost_scsi.mod.o CC drivers/vhost/vringh.mod.o CC drivers/video/backlight/aat2870_bl.mod.o CC drivers/video/backlight/adp5520_bl.mod.o CC drivers/video/backlight/adp8860_bl.mod.o CC drivers/video/backlight/da903x_bl.mod.o CC drivers/video/backlight/lp855x_bl.mod.o CC drivers/video/backlight/platform_lcd.mod.o CC drivers/video/backlight/pm8941-wled.mod.o CC drivers/virtio/virtio_input.mod.o CC drivers/virtio/virtio_pci.mod.o CC drivers/vme/boards/vme_vmivme7805.mod.o CC drivers/vme/bridges/vme_ca91cx42.mod.o CC drivers/w1/masters/ds2482.mod.o CC drivers/w1/masters/matrox_w1.mod.o CC drivers/w1/masters/mxc_w1.mod.o CC drivers/w1/slaves/w1_ds2406.mod.o CC drivers/w1/slaves/w1_ds2780.mod.o CC drivers/w1/slaves/w1_smem.mod.o CC drivers/watchdog/alim1535_wdt.mod.o CC drivers/watchdog/cpu5wdt.mod.o CC drivers/watchdog/geodewdt.mod.o CC drivers/watchdog/i6300esb.mod.o CC drivers/watchdog/iTCO_vendor_support.mod.o CC drivers/watchdog/iTCO_wdt.mod.o CC drivers/watchdog/ib700wdt.mod.o CC drivers/watchdog/ie6xx_wdt.mod.o CC drivers/watchdog/mena21_wdt.mod.o CC drivers/watchdog/pcwd_pci.mod.o CC drivers/watchdog/smsc37b787_wdt.mod.o CC drivers/watchdog/stmp3xxx_rtc_wdt.mod.o CC drivers/watchdog/tegra_wdt.mod.o CC drivers/watchdog/w83627hf_wdt.mod.o CC drivers/watchdog/ziirave_wdt.mod.o CC fs/9p/9p.mod.o CC fs/afs/kafs.mod.o CC fs/binfmt_script.mod.o CC fs/btrfs/btrfs.mod.o CC fs/cifs/cifs.mod.o CC fs/coda/coda.mod.o CC fs/crypto/fscrypto.mod.o CC fs/ext2/ext2.mod.o CC fs/fuse/cuse.mod.o CC fs/gfs2/gfs2.mod.o CC fs/jfs/jfs.mod.o CC fs/lockd/lockd.mod.o CC fs/nfs_common/grace.mod.o CC fs/nfsd/nfsd.mod.o CC fs/nls/mac-celtic.mod.o CC fs/nls/mac-iceland.mod.o CC fs/nls/mac-roman.mod.o CC fs/nls/mac-romanian.mod.o CC fs/nls/nls_cp1250.mod.o CC fs/nls/nls_cp860.mod.o CC fs/nls/nls_cp864.mod.o CC fs/nls/nls_cp866.mod.o CC fs/nls/nls_cp869.mod.o CC fs/nls/nls_cp874.mod.o CC fs/nls/nls_iso8859-13.mod.o CC fs/nls/nls_iso8859-4.mod.o CC fs/nls/nls_iso8859-7.mod.o CC fs/reiserfs/reiserfs.mod.o CC fs/xfs/xfs.mod.o CC lib/crc-ccitt.mod.o CC lib/lz4/lz4_compress.mod.o CC lib/netdev-notifier-error-inject.mod.o CC lib/notifier-error-inject.mod.o CC lib/oid_registry.mod.o CC lib/raid6/raid6_pq.mod.o CC lib/rbtree_test.mod.o CC lib/test-kstrtox.mod.o CC lib/test_bpf.mod.o CC lib/test_hash.mod.o CC lib/test_module.mod.o CC lib/test_rhashtable.mod.o CC lib/test_static_key_base.mod.o CC lib/test_static_keys.mod.o CC lib/test_user_copy.mod.o CC lib/xz/xz_dec_test.mod.o CC net/802/stp.mod.o CC net/8021q/8021q.mod.o CC net/9p/9pnet.mod.o CC net/9p/9pnet_rdma.mod.o CC net/atm/lec.mod.o CC net/atm/pppoatm.mod.o CC net/bluetooth/bluetooth.mod.o CC net/bridge/bridge.mod.o CC net/ceph/libceph.mod.o CC net/dccp/dccp_diag.mod.o CC net/dccp/dccp_ipv6.mod.o CC net/decnet/decnet.mod.o CC net/dns_resolver/dns_resolver.mod.o CC net/ieee802154/ieee802154_socket.mod.o CC net/ipv4/gre.mod.o CC net/ipv4/inet_diag.mod.o CC net/ipv4/ip_vti.mod.o CC net/ipv4/tcp_diag.mod.o CC net/ipv4/udp_diag.mod.o CC net/ipv4/xfrm4_mode_transport.mod.o CC net/ipv6/ah6.mod.o CC net/ipv6/esp6.mod.o CC net/ipv6/fou6.mod.o CC net/ipv6/ip6_gre.mod.o CC net/ipv6/ip6_tunnel.mod.o CC net/ipv6/ipcomp6.mod.o CC net/ipv6/ipv6.mod.o CC net/ipv6/sit.mod.o CC net/ipv6/tunnel6.mod.o CC net/ipv6/xfrm6_mode_ro.mod.o CC net/ipv6/xfrm6_mode_transport.mod.o CC net/ipv6/xfrm6_mode_tunnel.mod.o CC net/ipv6/xfrm6_tunnel.mod.o CC net/irda/irda.mod.o CC net/irda/irlan/irlan.mod.o CC net/key/af_key.mod.o CC net/l2tp/l2tp_core.mod.o CC net/l2tp/l2tp_debugfs.mod.o CC net/rds/rds_rdma.mod.o CC net/rxrpc/af-rxrpc.mod.o CC net/sunrpc/auth_gss/auth_rpcgss.mod.o CC net/sunrpc/auth_gss/rpcsec_gss_krb5.mod.o CC net/sunrpc/sunrpc.mod.o CC net/sunrpc/xprtrdma/rpcrdma.mod.o CC net/tipc/tipc.mod.o CC net/unix/unix.mod.o CC net/wimax/wimax.mod.o CC samples/connector/cn_test.mod.o CC samples/hw_breakpoint/data_breakpoint.mod.o CC samples/kdb/kdb_hello.mod.o CC samples/kfifo/bytestream-example.mod.o CC samples/kfifo/dma-example.mod.o CC samples/kfifo/inttype-example.mod.o CC samples/kfifo/record-example.mod.o CC samples/kobject/kobject-example.mod.o CC samples/kobject/kset-example.mod.o CC sound/ac97_bus.mod.o CC sound/core/oss/snd-pcm-oss.mod.o CC sound/core/seq/snd-seq-device.mod.o CC sound/core/seq/snd-seq-dummy.mod.o CC sound/core/seq/snd-seq-midi-emul.mod.o CC sound/core/seq/snd-seq-midi-event.mod.o CC sound/core/seq/snd-seq-midi.mod.o CC sound/core/seq/snd-seq.mod.o CC sound/core/snd-compress.mod.o CC sound/core/snd-hwdep.mod.o CC sound/core/snd-pcm-dmaengine.mod.o CC sound/core/snd-pcm.mod.o CC sound/core/snd-rawmidi.mod.o CC sound/core/snd-timer.mod.o CC sound/core/snd.mod.o CC sound/drivers/mpu401/snd-mpu401-uart.mod.o CC sound/drivers/opl3/snd-opl3-lib.mod.o CC sound/drivers/opl3/snd-opl3-synth.mod.o CC sound/drivers/vx/snd-vx-lib.mod.o CC sound/hda/snd-hda-core.mod.o CC sound/i2c/other/snd-ak4113.mod.o CC sound/i2c/other/snd-ak4114.mod.o CC sound/i2c/other/snd-ak4xxx-adda.mod.o CC sound/i2c/other/snd-pt2258.mod.o CC sound/i2c/snd-i2c.mod.o CC sound/oss/ad1848.mod.o CC sound/oss/kahlua.mod.o CC sound/oss/mpu401.mod.o CC sound/oss/opl3.mod.o CC sound/oss/pas2.mod.o CC sound/oss/pss.mod.o CC sound/oss/sb.mod.o CC sound/oss/sb_lib.mod.o CC sound/oss/sound.mod.o CC sound/oss/trix.mod.o CC sound/oss/uart401.mod.o CC sound/oss/v_midi.mod.o CC sound/pci/ac97/snd-ac97-codec.mod.o CC sound/pci/ali5451/snd-ali5451.mod.o CC sound/pci/asihpi/snd-asihpi.mod.o CC sound/pci/au88x0/snd-au8810.mod.o CC sound/pci/au88x0/snd-au8830.mod.o CC sound/pci/aw2/snd-aw2.mod.o CC sound/pci/ca0106/snd-ca0106.mod.o CC sound/pci/cs46xx/snd-cs46xx.mod.o CC sound/pci/cs5535audio/snd-cs5535audio.mod.o CC sound/pci/echoaudio/snd-darla20.mod.o CC sound/pci/echoaudio/snd-echo3g.mod.o CC sound/pci/echoaudio/snd-gina24.mod.o CC sound/pci/echoaudio/snd-indigodj.mod.o CC sound/pci/echoaudio/snd-indigodjx.mod.o CC sound/pci/echoaudio/snd-indigoiox.mod.o CC sound/pci/echoaudio/snd-layla20.mod.o CC sound/pci/echoaudio/snd-mia.mod.o CC sound/pci/emu10k1/snd-emu10k1x.mod.o CC sound/pci/hda/snd-hda-codec-analog.mod.o CC sound/pci/hda/snd-hda-codec-ca0110.mod.o CC sound/pci/hda/snd-hda-codec-ca0132.mod.o CC sound/pci/hda/snd-hda-codec-conexant.mod.o CC sound/pci/hda/snd-hda-codec-generic.mod.o CC sound/pci/hda/snd-hda-codec-idt.mod.o CC sound/pci/hda/snd-hda-codec-realtek.mod.o CC sound/pci/hda/snd-hda-codec-si3054.mod.o CC sound/pci/hda/snd-hda-codec.mod.o CC sound/pci/hda/snd-hda-intel.mod.o CC sound/pci/ice1712/snd-ice1724.mod.o CC sound/pci/ice1712/snd-ice17xx-ak4xxx.mod.o CC sound/pci/lx6464es/snd-lx6464es.mod.o CC sound/pci/mixart/snd-mixart.mod.o CC sound/pci/nm256/snd-nm256.mod.o CC sound/pci/oxygen/snd-oxygen-lib.mod.o CC sound/pci/oxygen/snd-oxygen.mod.o CC sound/pci/oxygen/snd-virtuoso.mod.o CC sound/pci/riptide/snd-riptide.mod.o CC sound/pci/rme9652/snd-hdspm.mod.o CC sound/pci/snd-als300.mod.o CC sound/pci/snd-atiixp.mod.o CC sound/pci/snd-azt3328.mod.o CC sound/pci/snd-bt87x.mod.o CC sound/pci/snd-cmipci.mod.o CC sound/pci/snd-cs4281.mod.o CC sound/pci/snd-ens1370.mod.o CC sound/pci/snd-ens1371.mod.o CC sound/pci/snd-es1938.mod.o CC sound/pci/snd-es1968.mod.o CC sound/pci/snd-fm801.mod.o CC sound/pci/snd-intel8x0.mod.o CC sound/pci/snd-maestro3.mod.o CC sound/pci/snd-rme32.mod.o CC sound/pci/snd-rme96.mod.o CC sound/pci/snd-sonicvibes.mod.o CC sound/pci/snd-via82xx-modem.mod.o CC sound/pci/trident/snd-trident.mod.o CC sound/pci/vx222/snd-vx222.mod.o CC sound/soc/adi/snd-soc-adi-axi-i2s.mod.o CC sound/soc/adi/snd-soc-adi-axi-spdif.mod.o CC sound/soc/cirrus/snd-soc-ep93xx.mod.o CC sound/soc/codecs/snd-soc-ac97.mod.o CC sound/soc/codecs/snd-soc-adau1701.mod.o CC sound/soc/codecs/snd-soc-ak4554.mod.o CC sound/soc/codecs/snd-soc-ak5386.mod.o CC sound/soc/codecs/snd-soc-alc5623.mod.o CC sound/soc/codecs/snd-soc-cs35l32.mod.o CC sound/soc/codecs/snd-soc-cs4270.mod.o CC sound/soc/codecs/snd-soc-cs42l51.mod.o CC sound/soc/codecs/snd-soc-cs42l52.mod.o CC sound/soc/codecs/snd-soc-cs42l56.mod.o CC sound/soc/codecs/snd-soc-cs42l73.mod.o CC sound/soc/codecs/snd-soc-cs4349.mod.o CC sound/soc/codecs/snd-soc-gtm601.mod.o CC sound/soc/codecs/snd-soc-jz4740-codec.mod.o CC sound/soc/codecs/snd-soc-pcm3168a-i2c.mod.o CC sound/soc/codecs/snd-soc-pcm3168a.mod.o CC sound/soc/codecs/snd-soc-pcm512x-i2c.mod.o CC sound/soc/codecs/snd-soc-pcm512x.mod.o CC sound/soc/codecs/snd-soc-rl6231.mod.o CC sound/soc/codecs/snd-soc-rt5631.mod.o CC sound/soc/codecs/snd-soc-rt5640.mod.o CC sound/soc/codecs/snd-soc-rt5651.mod.o CC sound/soc/codecs/snd-soc-sgtl5000.mod.o CC sound/soc/codecs/snd-soc-sigmadsp-i2c.mod.o CC sound/soc/codecs/snd-soc-sigmadsp.mod.o CC sound/soc/codecs/snd-soc-spdif-rx.mod.o CC sound/soc/codecs/snd-soc-spdif-tx.mod.o CC sound/soc/codecs/snd-soc-sta350.mod.o CC sound/soc/codecs/snd-soc-sti-sas.mod.o CC sound/soc/codecs/snd-soc-tas5086.mod.o CC sound/soc/codecs/snd-soc-tfa9879.mod.o CC sound/soc/codecs/snd-soc-tlv320aic23-i2c.mod.o CC sound/soc/codecs/snd-soc-tlv320aic23.mod.o CC sound/soc/codecs/snd-soc-tlv320aic3x.mod.o CC sound/soc/codecs/snd-soc-wm8510.mod.o CC sound/soc/codecs/snd-soc-wm8580.mod.o CC sound/soc/codecs/snd-soc-wm8728.mod.o CC sound/soc/codecs/snd-soc-wm8753.mod.o CC sound/soc/codecs/snd-soc-wm8776.mod.o CC sound/soc/codecs/snd-soc-wm8804-i2c.mod.o CC sound/soc/codecs/snd-soc-wm8804.mod.o CC sound/soc/codecs/snd-soc-wm8903.mod.o CC sound/soc/codecs/snd-soc-wm8960.mod.o CC sound/soc/codecs/snd-soc-wm8974.mod.o CC sound/soc/codecs/snd-soc-wm8978.mod.o CC sound/soc/dwc/designware_i2s.mod.o CC sound/soc/fsl/imx-pcm-dma.mod.o CC sound/soc/fsl/snd-soc-fsl-asrc.mod.o CC sound/soc/fsl/snd-soc-fsl-esai.mod.o CC sound/soc/fsl/snd-soc-fsl-spdif.mod.o CC sound/soc/fsl/snd-soc-fsl-ssi.mod.o CC sound/soc/fsl/snd-soc-imx-audmux.mod.o CC sound/soc/fsl/snd-soc-imx-spdif.mod.o CC sound/soc/generic/snd-soc-simple-card.mod.o CC sound/soc/img/img-i2s-in.mod.o CC sound/soc/img/img-parallel-out.mod.o CC sound/soc/img/img-spdif-in.mod.o CC sound/soc/img/pistachio-internal-dac.mod.o CC sound/soc/intel/atom/snd-soc-sst-mfld-platform.mod.o CC sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.mod.o CC sound/soc/intel/boards/snd-soc-sst-bytcr-rt5651.mod.o CC sound/soc/jz4740/snd-soc-jz4740-i2s.mod.o CC sound/soc/jz4740/snd-soc-qi-lb60.mod.o CC sound/soc/kirkwood/snd-soc-armada-370-db.mod.o CC sound/soc/kirkwood/snd-soc-kirkwood.mod.o CC sound/soc/mxs/snd-soc-mxs-pcm.mod.o CC sound/soc/mxs/snd-soc-mxs.mod.o CC sound/soc/rockchip/snd-soc-rockchip-i2s.mod.o CC sound/soc/rockchip/snd-soc-rockchip-spdif.mod.o CC sound/soc/sirf/snd-soc-sirf-audio-port.mod.o CC sound/soc/sirf/snd-soc-sirf-audio.mod.o CC sound/soc/sirf/snd-soc-sirf-usp.mod.o CC sound/soc/snd-soc-core.mod.o CC sound/soc/sti/snd-soc-sti.mod.o CC sound/soc/sunxi/sun4i-codec.mod.o CC sound/soc/tegra/snd-soc-tegra-pcm.mod.o CC sound/soc/tegra/snd-soc-tegra-trimslice.mod.o CC sound/soc/tegra/snd-soc-tegra-utils.mod.o CC sound/soc/xtensa/snd-soc-xtfpga-i2s.mod.o CC sound/soc/zte/zx296702-i2s.mod.o CC sound/soc/zte/zx296702-spdif.mod.o CC sound/sound_firmware.mod.o CC sound/soundcore.mod.o CC sound/synth/snd-util-mem.mod.o CC sound/usb/bcd2000/snd-bcd2000.mod.o CC sound/usb/caiaq/snd-usb-caiaq.mod.o CC sound/usb/hiface/snd-usb-hiface.mod.o CC sound/usb/line6/snd-usb-line6.mod.o CC sound/usb/line6/snd-usb-pod.mod.o CC sound/usb/line6/snd-usb-podhd.mod.o CC sound/usb/line6/snd-usb-toneport.mod.o CC sound/usb/line6/snd-usb-variax.mod.o CC sound/usb/misc/snd-ua101.mod.o CC sound/usb/snd-usb-audio.mod.o CC sound/usb/snd-usbmidi-lib.mod.o LD [M] arch/x86/crypto/blowfish-x86_64.ko LD [M] arch/x86/crypto/crc32-pclmul.ko LD [M] arch/x86/crypto/ghash-clmulni-intel.ko LD [M] arch/x86/crypto/serpent-avx-x86_64.ko LD [M] arch/x86/crypto/sha1-ssse3.ko LD [M] arch/x86/crypto/sha512-ssse3.ko LD [M] arch/x86/events/intel/intel-cstate.ko LD [M] arch/x86/ia32/ia32_aout.ko LD [M] arch/x86/kernel/cpuid.ko LD [M] arch/x86/kernel/msr.ko LD [M] arch/x86/kernel/test_nx.ko LD [M] arch/x86/mm/debug_pagetables.ko LD [M] arch/x86/pci/vmd.ko LD [M] crypto/asymmetric_keys/pkcs7_message.ko LD [M] crypto/asymmetric_keys/x509_key_parser.ko LD [M] crypto/async_tx/async_memcpy.ko LD [M] crypto/async_tx/async_pq.ko LD [M] crypto/async_tx/async_raid6_recov.ko LD [M] crypto/async_tx/async_tx.ko LD [M] crypto/async_tx/async_xor.ko LD [M] crypto/async_tx/raid6test.ko LD [M] crypto/chacha20_generic.ko LD [M] crypto/cmac.ko LD [M] crypto/crypto_user.ko LD [M] crypto/cts.ko LD [M] crypto/lz4.ko LD [M] crypto/md4.ko LD [M] crypto/pcrypt.ko LD [M] crypto/salsa20_generic.ko LD [M] crypto/seed.ko LD [M] crypto/tea.ko LD [M] crypto/tgr192.ko LD [M] crypto/wp512.ko LD [M] crypto/xor.ko LD [M] drivers/ata/acard-ahci.ko LD [M] drivers/ata/ahci_imx.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/ata/pata_cmd640.ko LD [M] drivers/ata/pata_mpiix.ko LD [M] drivers/ata/pata_ns87410.ko LD [M] drivers/ata/pata_opti.ko LD [M] drivers/ata/pata_rz1000.ko LD [M] drivers/ata/pdc_adma.ko LD [M] drivers/ata/sata_inic162x.ko LD [M] drivers/ata/sata_qstor.ko LD [M] drivers/ata/sata_sil24.ko LD [M] drivers/ata/sata_sx4.ko LD [M] drivers/atm/ambassador.ko LD [M] drivers/atm/eni.ko LD [M] drivers/atm/firestream.ko LD [M] drivers/atm/he.ko LD [M] drivers/atm/solos-pci.ko LD [M] drivers/atm/uPD98402.ko LD [M] drivers/atm/zatm.ko LD [M] drivers/bcma/bcma.ko LD [M] drivers/bluetooth/bfusb.ko LD [M] drivers/bluetooth/btmrvl.ko LD [M] drivers/bluetooth/btsdio.ko LD [M] drivers/cdrom/cdrom.ko LD [M] drivers/char/agp/amd64-agp.ko LD [M] drivers/char/agp/sis-agp.ko LD [M] drivers/char/applicom.ko LD [M] drivers/char/hw_random/amd-rng.ko LD [M] drivers/char/hw_random/timeriomem-rng.ko LD [M] drivers/char/hw_random/via-rng.ko LD [M] drivers/char/ipmi/ipmi_devintf.ko LD [M] drivers/char/ipmi/ipmi_msghandler.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/ppdev.ko LD [M] drivers/clk/clk-cs2000-cp.ko LD [M] drivers/clk/clk-pwm.ko LD [M] drivers/clk/clk-s2mps11.ko LD [M] drivers/clk/clk-si5351.ko LD [M] drivers/clk/clk-twl6040.ko LD [M] drivers/clk/clk-wm831x.ko LD [M] drivers/clocksource/cs5535-clockevt.ko LD [M] drivers/connector/cn.ko LD [M] drivers/crypto/qat/qat_c62x/qat_c62x.ko LD [M] drivers/crypto/qat/qat_dh895xccvf/qat_dh895xccvf.ko LD [M] drivers/crypto/qce/qcrypto.ko LD [M] drivers/dax/dax.ko LD [M] drivers/devfreq/governor_powersave.ko LD [M] drivers/devfreq/governor_simpleondemand.ko LD [M] drivers/edac/e752x_edac.ko LD [M] drivers/edac/edac_core.ko LD [M] drivers/edac/i3000_edac.ko LD [M] drivers/edac/i3200_edac.ko LD [M] drivers/edac/i5100_edac.ko LD [M] drivers/edac/i5400_edac.ko LD [M] drivers/edac/i7300_edac.ko LD [M] drivers/edac/i82975x_edac.ko LD [M] drivers/extcon/extcon-arizona.ko LD [M] drivers/extcon/extcon-gpio.ko LD [M] drivers/extcon/extcon-max14577.ko LD [M] drivers/extcon/extcon-max3355.ko LD [M] drivers/extcon/extcon-rt8973a.ko LD [M] drivers/extcon/extcon-sm5502.ko LD [M] drivers/extcon/extcon.ko LD [M] drivers/firewire/nosy.ko LD [M] drivers/firmware/dell_rbu.ko LD [M] drivers/firmware/dmi-sysfs.ko LD [M] drivers/firmware/google/memconsole.ko LD [M] drivers/fmc/fmc-fakedev.ko LD [M] drivers/fpga/zynq-fpga.ko LD [M] drivers/hid/hid-a4tech.ko LD [M] drivers/hid/hid-appleir.ko LD [M] drivers/hid/hid-betopff.ko LD [M] drivers/hid/hid-chicony.ko LD [M] drivers/hid/hid-corsair.ko LD [M] drivers/hid/hid-cypress.ko LD [M] drivers/hid/hid-elo.ko LD [M] drivers/hid/hid-gembird.ko LD [M] drivers/hid/hid-generic.ko LD [M] drivers/hid/hid-gt683r.ko LD [M] drivers/hid/hid-multitouch.ko LD [M] drivers/hid/hid-ntrig.ko LD [M] drivers/hid/hid-penmount.ko LD [M] drivers/hid/hid-sony.ko LD [M] drivers/hid/hid-steelseries.ko LD [M] drivers/hid/hid-sunplus.ko LD [M] drivers/hid/hid-tivo.ko LD [M] drivers/hid/hid-twinhan.ko LD [M] drivers/hid/hid-uclogic.ko LD [M] drivers/hid/hid-wiimote.ko LD [M] drivers/hid/hid-xinmo.ko LD [M] drivers/hid/uhid.ko LD [M] drivers/hid/usbhid/usbhid.ko LD [M] drivers/hsi/clients/hsi_char.ko LD [M] drivers/hsi/hsi.ko LD [M] drivers/hwmon/adm1026.ko LD [M] drivers/hwmon/adm1029.ko LD [M] drivers/hwmon/ads7828.ko LD [M] drivers/hwmon/adt7410.ko LD [M] drivers/hwmon/adt7x10.ko LD [M] drivers/hwmon/amc6821.ko LD [M] drivers/hwmon/asc7621.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/emc2103.ko LD [M] drivers/hwmon/g762.ko LD [M] drivers/hwmon/i5k_amb.ko LD [M] drivers/hwmon/ibmpex.ko LD [M] drivers/hwmon/iio_hwmon.ko LD [M] drivers/hwmon/ina2xx.ko LD [M] drivers/hwmon/jc42.ko LD [M] drivers/hwmon/k8temp.ko LD [M] drivers/hwmon/lineage-pem.ko LD [M] drivers/hwmon/lm83.ko LD [M] drivers/hwmon/lm87.ko LD [M] drivers/hwmon/lm92.ko LD [M] drivers/hwmon/lm93.ko LD [M] drivers/hwmon/ltc2990.ko LD [M] drivers/hwmon/ltc4151.ko LD [M] drivers/hwmon/ltc4222.ko LD [M] drivers/hwmon/ltc4245.ko LD [M] drivers/hwmon/ltc4261.ko LD [M] drivers/hwmon/max16065.ko LD [M] drivers/hwmon/max31790.ko LD [M] drivers/hwmon/max6639.ko LD [M] drivers/hwmon/max6642.ko LD [M] drivers/hwmon/mcp3021.ko LD [M] drivers/hwmon/nct6683.ko LD [M] drivers/hwmon/nct7802.ko LD [M] drivers/hwmon/pmbus/ltc2978.ko LD [M] drivers/hwmon/pmbus/ltc3815.ko LD [M] drivers/hwmon/pmbus/max16064.ko LD [M] drivers/hwmon/pmbus/max20751.ko LD [M] drivers/hwmon/pmbus/max34440.ko LD [M] drivers/hwmon/pmbus/max8688.ko LD [M] drivers/hwmon/pmbus/pmbus_core.ko LD [M] drivers/hwmon/pmbus/ucd9000.ko LD [M] drivers/hwmon/pmbus/ucd9200.ko LD [M] drivers/hwmon/pmbus/zl6100.ko LD [M] drivers/hwmon/pwm-fan.ko LD [M] drivers/hwmon/sch5627.ko LD [M] drivers/hwmon/sch5636.ko LD [M] drivers/hwmon/sch56xx-common.ko LD [M] drivers/hwmon/shtc1.ko LD [M] drivers/hwmon/smm665.ko LD [M] drivers/hwmon/smsc47b397.ko LD [M] drivers/hwmon/vt1211.ko LD [M] drivers/hwmon/w83627ehf.ko LD [M] drivers/hwmon/w83792d.ko LD [M] drivers/hwmon/w83l785ts.ko LD [M] drivers/hwmon/wm831x-hwmon.ko LD [M] drivers/hwtracing/intel_th/intel_th_msu.ko LD [M] drivers/i2c/busses/i2c-ali1535.ko LD [M] drivers/i2c/busses/i2c-ali1563.ko LD [M] drivers/i2c/busses/i2c-amd8111.ko LD [M] drivers/i2c/busses/i2c-cbus-gpio.ko LD [M] drivers/i2c/busses/i2c-diolan-u2c.ko LD [M] drivers/i2c/busses/i2c-eg20t.ko LD [M] drivers/i2c/busses/i2c-hix5hd2.ko LD [M] drivers/i2c/busses/i2c-i801.ko LD [M] drivers/i2c/busses/i2c-img-scb.ko LD [M] drivers/i2c/busses/i2c-mt65xx.ko LD [M] drivers/i2c/busses/i2c-nforce2-s4985.ko LD [M] drivers/i2c/busses/i2c-parport-light.ko LD [M] drivers/i2c/busses/i2c-parport.ko LD [M] drivers/i2c/busses/i2c-sis5595.ko LD [M] drivers/i2c/busses/i2c-sis96x.ko LD [M] drivers/i2c/busses/i2c-sun6i-p2wi.ko LD [M] drivers/i2c/busses/i2c-taos-evm.ko LD [M] drivers/i2c/busses/i2c-uniphier.ko LD [M] drivers/i2c/busses/i2c-xiic.ko LD [M] drivers/i2c/i2c-mux.ko LD [M] drivers/i2c/i2c-smbus.ko LD [M] drivers/i2c/i2c-stub.ko LD [M] drivers/i2c/muxes/i2c-mux-reg.ko LD [M] drivers/ide/aec62xx.ko LD [M] drivers/ide/alim15x3.ko LD [M] drivers/ide/amd74xx.ko LD [M] drivers/ide/atiixp.ko LD [M] drivers/ide/cmd64x.ko LD [M] drivers/ide/cs5520.ko LD [M] drivers/ide/cs5530.ko LD [M] drivers/ide/hpt366.ko LD [M] drivers/ide/ide-cd_mod.ko LD [M] drivers/ide/ide-core.ko LD [M] drivers/ide/ide-gd_mod.ko LD [M] drivers/ide/ide-generic.ko LD [M] drivers/ide/it821x.ko LD [M] drivers/ide/jmicron.ko LD [M] drivers/ide/ns87415.ko LD [M] drivers/ide/opti621.ko LD [M] drivers/ide/pdc202xx_new.ko LD [M] drivers/ide/pdc202xx_old.ko LD [M] drivers/ide/piix.ko LD [M] drivers/ide/sc1200.ko LD [M] drivers/ide/siimage.ko LD [M] drivers/ide/slc90e66.ko LD [M] drivers/ide/triflex.ko LD [M] drivers/ide/trm290.ko LD [M] drivers/ide/via82cxxx.ko LD [M] drivers/iio/accel/mma9551.ko LD [M] drivers/iio/accel/mma9551_core.ko LD [M] drivers/iio/accel/mma9553.ko LD [M] drivers/iio/accel/st_accel.ko LD [M] drivers/iio/accel/st_accel_i2c.ko LD [M] drivers/iio/accel/stk8312.ko LD [M] drivers/iio/accel/stk8ba50.ko LD [M] drivers/iio/adc/at91-sama5d2_adc.ko LD [M] drivers/iio/adc/axp288_adc.ko LD [M] drivers/iio/adc/da9150-gpadc.ko LD [M] drivers/iio/adc/ina2xx-adc.ko LD [M] drivers/iio/adc/max1363.ko LD [M] drivers/iio/adc/mxs-lradc.ko LD [M] drivers/iio/adc/nau7802.ko LD [M] drivers/iio/adc/twl4030-madc.ko LD [M] drivers/iio/adc/viperboard_adc.ko LD [M] drivers/iio/chemical/atlas-ph-sensor.ko LD [M] drivers/iio/dac/ad5064.ko LD [M] drivers/iio/dac/max517.ko LD [M] drivers/iio/gyro/bmg160_core.ko LD [M] drivers/iio/gyro/bmg160_i2c.ko LD [M] drivers/iio/gyro/itg3200.ko LD [M] drivers/iio/health/afe4404.ko LD [M] drivers/iio/humidity/hdc100x.ko LD [M] drivers/iio/humidity/htu21.ko LD [M] drivers/iio/humidity/si7020.ko LD [M] drivers/iio/light/adjd_s311.ko LD [M] drivers/iio/light/bh1750.ko LD [M] drivers/iio/light/bh1780.ko LD [M] drivers/iio/light/cm32181.ko LD [M] drivers/iio/light/cm3232.ko LD [M] drivers/iio/light/isl29125.ko LD [M] drivers/iio/light/lm3533-als.ko LD [M] drivers/iio/light/ltr501.ko LD [M] drivers/iio/light/max44000.ko LD [M] drivers/iio/light/opt3001.ko LD [M] drivers/iio/light/rpr0521.ko LD [M] drivers/iio/light/stk3310.ko LD [M] drivers/iio/light/veml6070.ko LD [M] drivers/iio/magnetometer/ak8975.ko LD [M] drivers/iio/magnetometer/hmc5843_core.ko LD [M] drivers/iio/magnetometer/hmc5843_i2c.ko LD [M] drivers/iio/potentiometer/tpl0102.ko LD [M] drivers/iio/temperature/tsys01.ko LD [M] drivers/iio/temperature/tsys02d.ko LD [M] drivers/infiniband/core/ib_cm.ko LD [M] drivers/infiniband/core/ib_core.ko LD [M] drivers/infiniband/core/ib_ucm.ko LD [M] drivers/infiniband/core/ib_umad.ko LD [M] drivers/infiniband/core/ib_uverbs.ko LD [M] drivers/infiniband/core/iw_cm.ko LD [M] drivers/infiniband/core/rdma_cm.ko LD [M] drivers/infiniband/core/rdma_ucm.ko LD [M] drivers/infiniband/hw/cxgb3/iw_cxgb3.ko LD [M] drivers/infiniband/hw/mlx4/mlx4_ib.ko LD [M] drivers/infiniband/hw/mlx5/mlx5_ib.ko LD [M] drivers/infiniband/hw/mthca/ib_mthca.ko LD [M] drivers/infiniband/hw/ocrdma/ocrdma.ko LD [M] drivers/infiniband/sw/rdmavt/rdmavt.ko LD [M] drivers/infiniband/ulp/iser/ib_iser.ko LD [M] drivers/infiniband/ulp/srp/ib_srp.ko LD [M] drivers/infiniband/ulp/srpt/ib_srpt.ko LD [M] drivers/input/joydev.ko LD [M] drivers/input/joystick/a3d.ko LD [M] drivers/input/joystick/adi.ko LD [M] drivers/input/joystick/analog.ko LD [M] drivers/input/joystick/db9.ko LD [M] drivers/input/joystick/gamecon.ko LD [M] drivers/input/joystick/interact.ko LD [M] drivers/input/joystick/stinger.ko LD [M] drivers/input/joystick/turbografx.ko LD [M] drivers/input/joystick/zhenhua.ko LD [M] drivers/input/mouse/cyapatp.ko LD [M] drivers/input/mouse/elan_i2c.ko LD [M] drivers/input/mouse/gpio_mouse.ko LD [M] drivers/input/mouse/sermouse.ko LD [M] drivers/input/mouse/synaptics_usb.ko LD [M] drivers/input/serio/arc_ps2.ko LD [M] drivers/input/serio/serio_raw.ko LD [M] drivers/input/serio/serport.ko LD [M] drivers/input/sparse-keymap.ko LD [M] drivers/input/tablet/aiptek.ko LD [M] drivers/input/tablet/gtco.ko LD [M] drivers/ipack/carriers/tpci200.ko LD [M] drivers/isdn/capi/capi.ko LD [M] drivers/isdn/capi/capidrv.ko LD [M] drivers/isdn/capi/kernelcapi.ko LD [M] drivers/isdn/hardware/avm/b1.ko LD [M] drivers/isdn/hardware/avm/b1dma.ko LD [M] drivers/isdn/hardware/avm/b1pci.ko LD [M] drivers/isdn/hardware/avm/c4.ko LD [M] drivers/isdn/hardware/avm/t1pci.ko LD [M] drivers/isdn/hardware/eicon/diva_mnt.ko LD [M] drivers/isdn/hardware/eicon/divacapi.ko LD [M] drivers/isdn/hardware/eicon/divadidd.ko LD [M] drivers/isdn/hardware/eicon/divas.ko LD [M] drivers/isdn/hardware/mISDN/avmfritz.ko LD [M] drivers/isdn/hardware/mISDN/hfcpci.ko LD [M] drivers/isdn/hardware/mISDN/mISDNinfineon.ko LD [M] drivers/isdn/hardware/mISDN/mISDNipac.ko LD [M] drivers/isdn/hardware/mISDN/mISDNisar.ko LD [M] drivers/isdn/hardware/mISDN/netjet.ko LD [M] drivers/isdn/hardware/mISDN/speedfax.ko LD [M] drivers/isdn/i4l/isdn.ko LD [M] drivers/isdn/i4l/isdn_bsdcomp.ko LD [M] drivers/isdn/i4l/isdnhdlc.ko LD [M] drivers/isdn/mISDN/mISDN_dsp.ko LD [M] drivers/leds/leds-lm3533.ko LD [M] drivers/leds/leds-lm3642.ko LD [M] drivers/leds/leds-lp8860.ko LD [M] drivers/leds/leds-lt3593.ko LD [M] drivers/leds/leds-pca955x.ko LD [M] drivers/leds/trigger/ledtrig-default-on.ko LD [M] drivers/leds/trigger/ledtrig-gpio.ko LD [M] drivers/leds/trigger/ledtrig-transient.ko LD [M] drivers/mcb/mcb-pci.ko LD [M] drivers/md/bcache/bcache.ko LD [M] drivers/md/md-mod.ko LD [M] drivers/md/multipath.ko LD [M] drivers/md/raid0.ko LD [M] drivers/md/raid1.ko LD [M] drivers/md/raid10.ko LD [M] drivers/md/raid456.ko LD [M] drivers/media/i2c/adv7170.ko LD [M] drivers/media/i2c/adv7175.ko LD [M] drivers/media/i2c/adv7183.ko LD [M] drivers/media/i2c/adv7343.ko LD [M] drivers/media/i2c/ak881x.ko LD [M] drivers/media/i2c/bt856.ko LD [M] drivers/media/i2c/bt866.ko LD [M] drivers/media/i2c/cs5345.ko LD [M] drivers/media/i2c/ks0127.ko LD [M] drivers/media/i2c/ml86v7667.ko LD [M] drivers/media/i2c/msp3400.ko LD [M] drivers/media/i2c/ov2659.ko LD [M] drivers/media/i2c/ov7640.ko LD [M] drivers/media/i2c/ov7670.ko LD [M] drivers/media/i2c/saa6588.ko LD [M] drivers/media/i2c/saa6752hs.ko LD [M] drivers/media/i2c/saa7110.ko LD [M] drivers/media/i2c/saa7115.ko LD [M] drivers/media/i2c/saa7127.ko LD [M] drivers/media/i2c/saa7185.ko LD [M] drivers/media/i2c/tda9840.ko LD [M] drivers/media/i2c/ths7303.ko LD [M] drivers/media/i2c/ths8200.ko LD [M] drivers/media/i2c/tvp514x.ko LD [M] drivers/media/i2c/tvp7002.ko LD [M] drivers/media/i2c/tw2804.ko LD [M] drivers/media/i2c/tw9903.ko LD [M] drivers/media/i2c/uda1342.ko LD [M] drivers/media/i2c/upd64031a.ko LD [M] drivers/media/i2c/upd64083.ko LD [M] drivers/media/i2c/vp27smpx.ko LD [M] drivers/media/i2c/vpx3220.ko LD [M] drivers/media/i2c/vs6624.ko LD [M] drivers/media/i2c/wm8739.ko LD [M] drivers/media/i2c/wm8775.ko LD [M] drivers/media/platform/vim2m.ko LD [M] drivers/media/tuners/e4000.ko LD [M] drivers/media/tuners/fc0013.ko LD [M] drivers/media/tuners/fc2580.ko LD [M] drivers/media/tuners/it913x.ko LD [M] drivers/media/tuners/max2165.ko LD [M] drivers/media/tuners/mt20xx.ko LD [M] drivers/media/tuners/mt2266.ko LD [M] drivers/media/tuners/mxl301rf.ko LD [M] drivers/media/tuners/qm1d1c0042.ko LD [M] drivers/media/tuners/qt1010.ko LD [M] drivers/media/tuners/si2157.ko LD [M] drivers/media/tuners/tda18212.ko LD [M] drivers/media/tuners/tda18218.ko LD [M] drivers/media/tuners/tda18271.ko LD [M] drivers/media/tuners/tda827x.ko LD [M] drivers/media/tuners/tda9887.ko LD [M] drivers/media/tuners/tea5761.ko LD [M] drivers/media/tuners/tua9001.ko LD [M] drivers/media/tuners/xc5000.ko LD [M] drivers/media/usb/cpia2/cpia2.ko LD [M] drivers/media/usb/gspca/gl860/gspca_gl860.ko LD [M] drivers/media/usb/gspca/gspca_benq.ko LD [M] drivers/media/usb/gspca/gspca_conex.ko LD [M] drivers/media/usb/gspca/gspca_etoms.ko LD [M] drivers/media/usb/gspca/gspca_jeilinj.ko LD [M] drivers/media/usb/gspca/gspca_jl2005bcd.ko LD [M] drivers/media/usb/gspca/gspca_konica.ko LD [M] drivers/media/usb/gspca/gspca_main.ko LD [M] drivers/media/usb/gspca/gspca_mars.ko LD [M] drivers/media/usb/gspca/gspca_mr97310a.ko LD [M] drivers/media/usb/gspca/gspca_nw80x.ko LD [M] drivers/media/usb/gspca/gspca_ov534.ko LD [M] drivers/media/usb/gspca/gspca_ov534_9.ko LD [M] drivers/media/usb/gspca/gspca_pac7302.ko LD [M] drivers/media/usb/gspca/gspca_pac7311.ko LD [M] drivers/media/usb/gspca/gspca_se401.ko LD [M] drivers/media/usb/gspca/gspca_sonixj.ko LD [M] drivers/media/usb/gspca/gspca_spca505.ko LD [M] drivers/media/usb/gspca/gspca_spca506.ko LD [M] drivers/media/usb/gspca/gspca_spca508.ko LD [M] drivers/media/usb/gspca/gspca_spca561.ko LD [M] drivers/media/usb/gspca/gspca_sq905.ko LD [M] drivers/media/usb/gspca/gspca_sq905c.ko LD [M] drivers/media/usb/gspca/gspca_sq930x.ko LD [M] drivers/media/usb/gspca/gspca_stv0680.ko LD [M] drivers/media/usb/gspca/gspca_sunplus.ko LD [M] drivers/media/usb/gspca/gspca_t613.ko LD [M] drivers/media/usb/gspca/gspca_topro.ko LD [M] drivers/media/usb/gspca/gspca_touptek.ko LD [M] drivers/media/usb/gspca/gspca_tv8532.ko LD [M] drivers/media/usb/gspca/gspca_vicam.ko LD [M] drivers/media/usb/gspca/gspca_xirlink_cit.ko LD [M] drivers/media/usb/gspca/gspca_zc3xx.ko LD [M] drivers/media/usb/gspca/m5602/gspca_m5602.ko LD [M] drivers/media/usb/gspca/stv06xx/gspca_stv06xx.ko LD [M] drivers/media/usb/hackrf/hackrf.ko LD [M] drivers/media/usb/zr364xx/zr364xx.ko LD [M] drivers/media/v4l2-core/v4l2-common.ko LD [M] drivers/media/v4l2-core/v4l2-dv-timings.ko LD [M] drivers/media/v4l2-core/v4l2-mem2mem.ko LD [M] drivers/media/v4l2-core/videobuf-core.ko LD [M] drivers/media/v4l2-core/videobuf-vmalloc.ko LD [M] drivers/media/v4l2-core/videobuf2-core.ko LD [M] drivers/media/v4l2-core/videobuf2-memops.ko LD [M] drivers/media/v4l2-core/videobuf2-v4l2.ko LD [M] drivers/media/v4l2-core/videobuf2-vmalloc.ko LD [M] drivers/media/v4l2-core/videodev.ko LD [M] drivers/message/fusion/mptbase.ko LD [M] drivers/message/fusion/mptfc.ko LD [M] drivers/message/fusion/mptscsih.ko LD [M] drivers/mfd/axp20x.ko LD [M] drivers/mfd/axp20x-i2c.ko LD [M] drivers/mfd/bcm590xx.ko LD [M] drivers/mfd/cros_ec.ko LD [M] drivers/mfd/cros_ec_i2c.ko LD [M] drivers/mfd/cs5535-mfd.ko LD [M] drivers/mfd/dln2.ko LD [M] drivers/mfd/htc-pasic3.ko LD [M] drivers/mfd/intel_quark_i2c_gpio.ko LD [M] drivers/mfd/janz-cmodio.ko LD [M] drivers/mfd/lm3533-core.ko LD [M] drivers/mfd/lm3533-ctrlbank.ko LD [M] drivers/mfd/lp3943.ko LD [M] drivers/mfd/max77693.ko LD [M] drivers/mfd/si476x-core.ko LD [M] drivers/mfd/stw481x.ko LD [M] drivers/mfd/tps65912-core.ko LD [M] drivers/mfd/tps65912-i2c.ko LD [M] drivers/mfd/viperboard.ko LD [M] drivers/mfd/wm8994.ko LD [M] drivers/misc/bh1770glc.ko LD [M] drivers/misc/bh1780gli.ko LD [M] drivers/misc/bmp085-i2c.ko LD [M] drivers/misc/bmp085.ko LD [M] drivers/misc/c2port/c2port-duramar2150.ko LD [M] drivers/misc/c2port/core.ko LD [M] drivers/misc/cb710/cb710.ko LD [M] drivers/misc/cs5535-mfgpt.ko LD [M] drivers/misc/ds1682.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/enclosure.ko LD [M] drivers/misc/hmc6352.ko LD [M] drivers/misc/hpilo.ko LD [M] drivers/misc/ibmasm/ibmasm.ko LD [M] drivers/misc/ics932s401.ko LD [M] drivers/misc/ioc4.ko LD [M] drivers/misc/lkdtm.ko LD [M] drivers/misc/mei/mei-me.ko LD [M] drivers/misc/mic/bus/scif_bus.ko LD [M] drivers/misc/mic/bus/vop_bus.ko LD [M] drivers/misc/mic/vop/vop.ko LD [M] drivers/misc/panel.ko LD [M] drivers/misc/pch_phub.ko LD [M] drivers/misc/qcom-coincell.ko LD [M] drivers/misc/tifm_7xx1.ko LD [M] drivers/misc/tifm_core.ko LD [M] drivers/misc/tsl2550.ko LD [M] drivers/misc/vmw_balloon.ko LD [M] drivers/mmc/host/android-goldfish.ko LD [M] drivers/mmc/host/cb710-mmc.ko LD [M] drivers/mmc/host/mtk-sd.ko LD [M] drivers/mmc/host/rtsx_pci_sdmmc.ko LD [M] drivers/mmc/host/tifm_sd.ko LD [M] drivers/mmc/host/ushc.ko LD [M] drivers/mmc/host/via-sdmmc.ko LD [M] drivers/mmc/host/vub300.ko LD [M] drivers/net/arcnet/capmode.ko LD [M] drivers/net/arcnet/com90io.ko LD [M] drivers/net/arcnet/rfc1201.ko LD [M] drivers/net/ethernet/3com/3c59x.ko LD [M] drivers/net/ethernet/8390/8390.ko LD [M] drivers/net/ethernet/8390/ne2k-pci.ko LD [M] drivers/net/ethernet/adaptec/starfire.ko LD [M] drivers/net/ethernet/brocade/bna/bna.ko LD [M] drivers/net/ethernet/calxeda/xgmac.ko LD [M] drivers/net/ethernet/chelsio/cxgb4/cxgb4.ko LD [M] drivers/net/ethernet/dlink/dl2k.ko LD [M] drivers/net/ethernet/dnet.ko LD [M] drivers/net/ethernet/ec_bhf.ko LD [M] drivers/net/ethernet/emulex/benet/be2net.ko LD [M] drivers/net/ethernet/mellanox/mlx4/mlx4_core.ko LD [M] drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko LD [M] drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko LD [M] drivers/net/ethernet/myricom/myri10ge/myri10ge.ko LD [M] drivers/net/ethernet/natsemi/ns83820.ko LD [M] drivers/net/ethernet/sun/cassini.ko LD [M] drivers/net/ethernet/sun/niu.ko LD [M] drivers/net/ethernet/sun/sunhme.ko LD [M] drivers/net/irda/act200l-sir.ko LD [M] drivers/net/irda/ali-ircc.ko LD [M] drivers/net/irda/esi-sir.ko LD [M] drivers/net/irda/girbil-sir.ko LD [M] drivers/net/irda/irtty-sir.ko LD [M] drivers/net/irda/kingsun-sir.ko LD [M] drivers/net/irda/ks959-sir.ko LD [M] drivers/net/irda/ksdazzle-sir.ko LD [M] drivers/net/irda/litelink-sir.ko LD [M] drivers/net/irda/ma600-sir.ko LD [M] drivers/net/irda/mcp2120-sir.ko LD [M] drivers/net/irda/mcs7780.ko LD [M] drivers/net/irda/nsc-ircc.ko LD [M] drivers/net/irda/old_belkin-sir.ko LD [M] drivers/net/irda/sir-dev.ko LD [M] drivers/net/irda/smsc-ircc2.ko LD [M] drivers/net/irda/stir4200.ko LD [M] drivers/net/irda/via-ircc.ko LD [M] drivers/net/irda/vlsi_ir.ko LD [M] drivers/net/phy/bcm7xxx.ko LD [M] drivers/net/phy/icplus.ko LD [M] drivers/net/phy/marvell.ko LD [M] drivers/net/phy/mdio-bitbang.ko LD [M] drivers/net/phy/mdio-cavium.ko LD [M] drivers/net/phy/mdio-thunder.ko LD [M] drivers/net/phy/microchip.ko LD [M] drivers/net/phy/smsc.ko LD [M] drivers/net/phy/ste10Xp.ko LD [M] drivers/net/phy/teranetics.ko LD [M] drivers/net/phy/vitesse.ko LD [M] drivers/net/ppp/bsd_comp.ko LD [M] drivers/net/ppp/pptp.ko LD [M] drivers/net/vmxnet3/vmxnet3.ko LD [M] drivers/ntb/hw/amd/ntb_hw_amd.ko LD [M] drivers/ntb/hw/intel/ntb_hw_intel.ko LD [M] drivers/ntb/ntb.ko LD [M] drivers/ntb/ntb_transport.ko LD [M] drivers/ntb/test/ntb_perf.ko LD [M] drivers/ntb/test/ntb_pingpong.ko LD [M] drivers/nvmem/nvmem_core.ko LD [M] drivers/nvmem/nvmem_lpc18xx_eeprom.ko LD [M] drivers/nvmem/nvmem_rockchip_efuse.ko LD [M] drivers/parport/parport.ko LD [M] drivers/parport/parport_ax88796.ko LD [M] drivers/parport/parport_pc.ko LD [M] drivers/parport/parport_serial.ko LD [M] drivers/phy/phy-bcm-kona-usb2.ko LD [M] drivers/phy/phy-exynos-usb2.ko LD [M] drivers/phy/phy-omap-control.ko LD [M] drivers/phy/phy-pxa-28nm-usb2.ko LD [M] drivers/phy/phy-spear1340-miphy.ko LD [M] drivers/platform/chrome/chromeos_laptop.ko LD [M] drivers/platform/chrome/cros_ec_lpc.ko LD [M] drivers/platform/x86/dell-smbios.ko LD [M] drivers/platform/x86/hdaps.ko LD [M] drivers/platform/x86/intel_punit_ipc.ko LD [M] drivers/power/axp288_fuel_gauge.ko LD [M] drivers/power/bq2415x_charger.ko LD [M] drivers/power/ds2780_battery.ko LD [M] drivers/power/lp8727_charger.ko LD [M] drivers/power/ltc2941-battery-gauge.ko LD [M] drivers/power/max77693_charger.ko LD [M] drivers/power/reset/rmobile-reset.ko LD [M] drivers/power/reset/zx-reboot.ko LD [M] drivers/power/wm831x_backup.ko LD [M] drivers/power/sbs-battery.ko LD [M] drivers/pps/clients/pps-ldisc.ko LD [M] drivers/ptp/ptp.ko LD [M] drivers/pps/clients/pps-gpio.ko LD [M] drivers/ptp/ptp_pch.ko LD [M] drivers/pwm/pwm-clps711x.ko LD [M] drivers/pwm/pwm-lp3943.ko LD [M] drivers/pwm/pwm-renesas-tpu.ko LD [M] drivers/regulator/aat2870-regulator.ko LD [M] drivers/regulator/anatop-regulator.ko LD [M] drivers/regulator/arizona-ldo1.ko LD [M] drivers/regulator/arizona-micsupp.ko LD [M] drivers/regulator/da903x.ko LD [M] drivers/regulator/da9052-regulator.ko LD [M] drivers/regulator/da9055-regulator.ko LD [M] drivers/regulator/da9063-regulator.ko LD [M] drivers/regulator/isl9305.ko LD [M] drivers/regulator/lp3972.ko LD [M] drivers/regulator/max14577-regulator.ko LD [M] drivers/regulator/max77693-regulator.ko LD [M] drivers/regulator/mt6311-regulator.ko LD [M] drivers/regulator/pfuze100-regulator.ko LD [M] drivers/regulator/pv88060-regulator.ko LD [M] drivers/regulator/pwm-regulator.ko LD [M] drivers/regulator/qcom_spmi-regulator.ko LD [M] drivers/regulator/s2mpa01.ko LD [M] drivers/regulator/sky81452-regulator.ko LD [M] drivers/regulator/tps65023-regulator.ko LD [M] drivers/regulator/tps65090-regulator.ko LD [M] drivers/regulator/tps65912-regulator.ko LD [M] drivers/regulator/wm831x-dcdc.ko LD [M] drivers/regulator/wm831x-isink.ko LD [M] drivers/regulator/wm831x-ldo.ko LD [M] drivers/regulator/wm8994-regulator.ko LD [M] drivers/remoteproc/remoteproc.ko LD [M] drivers/remoteproc/ste_modem_rproc.ko LD [M] drivers/rtc/rtc-ab3100.ko LD [M] drivers/rtc/rtc-abx80x.ko LD [M] drivers/rtc/rtc-at91sam9.ko LD [M] drivers/rtc/rtc-cmos.ko LD [M] drivers/rtc/rtc-da9052.ko LD [M] drivers/rtc/rtc-da9055.ko LD [M] drivers/rtc/rtc-da9063.ko LD [M] drivers/rtc/rtc-davinci.ko LD [M] drivers/rtc/rtc-ds1742.ko LD [M] drivers/rtc/rtc-ds2404.ko LD [M] drivers/rtc/rtc-ep93xx.ko LD [M] drivers/rtc/rtc-isl12022.ko LD [M] drivers/rtc/rtc-isl12057.ko LD [M] drivers/rtc/rtc-m41t80.ko LD [M] drivers/rtc/rtc-max6900.ko LD [M] drivers/rtc/rtc-max8907.ko LD [M] drivers/rtc/rtc-msm6242.ko LD [M] drivers/rtc/rtc-pcf2127.ko LD [M] drivers/rtc/rtc-pcf8523.ko LD [M] drivers/rtc/rtc-rc5t583.ko LD [M] drivers/rtc/rtc-rs5c372.ko LD [M] drivers/rtc/rtc-rx8010.ko LD [M] drivers/rtc/rtc-stk17ta8.ko LD [M] drivers/rtc/rtc-tegra.ko LD [M] drivers/rtc/rtc-tps6586x.ko LD [M] drivers/rtc/rtc-tps80031.ko LD [M] drivers/rtc/rtc-twl.ko LD [M] drivers/rtc/rtc-vt8500.ko LD [M] drivers/rtc/rtc-xgene.ko LD [M] drivers/scsi/3w-9xxx.ko LD [M] drivers/scsi/3w-xxxx.ko LD [M] drivers/scsi/aacraid/aacraid.ko LD [M] drivers/scsi/advansys.ko LD [M] drivers/scsi/aic7xxx/aic79xx.ko LD [M] drivers/scsi/aic7xxx/aic7xxx.ko LD [M] drivers/scsi/aic94xx/aic94xx.ko LD [M] drivers/scsi/am53c974.ko LD [M] drivers/scsi/arcmsr/arcmsr.ko LD [M] drivers/scsi/bfa/bfa.ko LD [M] drivers/scsi/ch.ko LD [M] drivers/scsi/csiostor/csiostor.ko LD [M] drivers/scsi/cxgbi/cxgb3i/cxgb3i.ko LD [M] drivers/scsi/cxgbi/libcxgbi.ko LD [M] drivers/scsi/dc395x.ko LD [M] drivers/scsi/device_handler/scsi_dh_rdac.ko LD [M] drivers/scsi/dmx3191d.ko LD [M] drivers/scsi/esp_scsi.ko LD [M] drivers/scsi/gdth.ko LD [M] drivers/scsi/hisi_sas/hisi_sas_main.ko LD [M] drivers/scsi/hisi_sas/hisi_sas_v1_hw.ko LD [M] drivers/scsi/hisi_sas/hisi_sas_v2_hw.ko LD [M] drivers/scsi/hpsa.ko LD [M] drivers/scsi/hptiop.ko LD [M] drivers/scsi/imm.ko LD [M] drivers/scsi/ips.ko LD [M] drivers/scsi/isci/isci.ko LD [M] drivers/scsi/iscsi_boot_sysfs.ko LD [M] drivers/scsi/iscsi_tcp.ko LD [M] drivers/scsi/libiscsi.ko LD [M] drivers/scsi/libiscsi_tcp.ko LD [M] drivers/scsi/libsas/libsas.ko LD [M] drivers/scsi/lpfc/lpfc.ko LD [M] drivers/scsi/megaraid.ko LD [M] drivers/scsi/megaraid/megaraid_mbox.ko LD [M] drivers/scsi/megaraid/megaraid_mm.ko LD [M] drivers/scsi/megaraid/megaraid_sas.ko LD [M] drivers/scsi/mpt3sas/mpt3sas.ko LD [M] drivers/scsi/mvsas/mvsas.ko LD [M] drivers/scsi/osd/libosd.ko LD [M] drivers/scsi/osst.ko LD [M] drivers/scsi/pm8001/pm80xx.ko LD [M] drivers/scsi/pmcraid.ko LD [M] drivers/scsi/qla2xxx/qla2xxx.ko LD [M] drivers/scsi/qla4xxx/qla4xxx.ko LD [M] drivers/scsi/raid_class.ko LD [M] drivers/scsi/scsi_debug.ko LD [M] drivers/scsi/scsi_mod.ko LD [M] drivers/scsi/scsi_transport_fc.ko LD [M] drivers/scsi/scsi_transport_iscsi.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/sg.ko LD [M] drivers/scsi/stex.ko LD [M] drivers/scsi/sym53c8xx_2/sym53c8xx.ko LD [M] drivers/scsi/ufs/ufshcd-pltfrm.ko LD [M] drivers/scsi/ufs/ufshcd.ko LD [M] drivers/scsi/virtio_scsi.ko LD [M] drivers/spmi/spmi.ko LD [M] drivers/target/target_core_file.ko LD [M] drivers/target/target_core_iblock.ko LD [M] drivers/target/target_core_mod.ko LD [M] drivers/target/target_core_user.ko LD [M] drivers/thunderbolt/thunderbolt.ko LD [M] drivers/tty/cyclades.ko LD [M] drivers/tty/isicom.ko LD [M] drivers/tty/n_r3964.ko LD [M] drivers/tty/serial/bcm63xx_uart.ko LD [M] drivers/tty/serial/men_z135_uart.ko LD [M] drivers/tty/serial/sh-sci.ko LD [M] drivers/tty/synclinkmp.ko LD [M] drivers/uio/uio_cif.ko LD [M] drivers/uio/uio_mf624.ko LD [M] drivers/usb/chipidea/ci_hdrc.ko LD [M] drivers/usb/chipidea/ci_hdrc_msm.ko LD [M] drivers/usb/chipidea/ci_hdrc_pci.ko LD [M] drivers/usb/chipidea/ci_hdrc_usb2.ko LD [M] drivers/usb/chipidea/ci_hdrc_zevio.ko LD [M] drivers/usb/dwc2/dwc2_pci.ko LD [M] drivers/usb/gadget/function/u_ether.ko LD [M] drivers/usb/gadget/function/u_serial.ko LD [M] drivers/usb/gadget/function/usb_f_acm.ko LD [M] drivers/usb/gadget/function/usb_f_ecm.ko LD [M] drivers/usb/gadget/function/usb_f_ecm_subset.ko LD [M] drivers/usb/gadget/function/usb_f_eem.ko LD [M] drivers/usb/gadget/function/usb_f_fs.ko LD [M] drivers/usb/gadget/function/usb_f_hid.ko LD [M] drivers/usb/gadget/function/usb_f_mass_storage.ko LD [M] drivers/usb/gadget/function/usb_f_midi.ko LD [M] drivers/usb/gadget/function/usb_f_obex.ko LD [M] drivers/usb/gadget/function/usb_f_printer.ko LD [M] drivers/usb/gadget/function/usb_f_rndis.ko LD [M] drivers/usb/gadget/function/usb_f_serial.ko LD [M] drivers/usb/gadget/function/usb_f_ss_lb.ko LD [M] drivers/usb/gadget/function/usb_f_tcm.ko LD [M] drivers/usb/gadget/function/usb_f_uac2.ko LD [M] drivers/usb/gadget/function/usb_f_uvc.ko LD [M] drivers/usb/gadget/legacy/g_audio.ko LD [M] drivers/usb/gadget/legacy/g_cdc.ko LD [M] drivers/usb/gadget/legacy/g_dbgp.ko LD [M] drivers/usb/gadget/legacy/g_ether.ko LD [M] drivers/usb/gadget/legacy/g_ffs.ko LD [M] drivers/usb/gadget/legacy/g_hid.ko LD [M] drivers/usb/gadget/legacy/g_mass_storage.ko LD [M] drivers/usb/gadget/legacy/g_midi.ko LD [M] drivers/usb/gadget/legacy/g_multi.ko LD [M] drivers/usb/gadget/legacy/g_printer.ko LD [M] drivers/usb/gadget/legacy/g_serial.ko LD [M] drivers/usb/gadget/legacy/g_webcam.ko LD [M] drivers/usb/gadget/legacy/g_zero.ko LD [M] drivers/usb/gadget/legacy/tcm_usb_gadget.ko LD [M] drivers/usb/gadget/libcomposite.ko LD [M] drivers/usb/gadget/udc/amd5536udc.ko LD [M] drivers/usb/gadget/udc/bdc/bdc_pci.ko LD [M] drivers/usb/gadget/udc/fotg210-udc.ko LD [M] drivers/usb/gadget/udc/m66592-udc.ko LD [M] drivers/usb/gadget/udc/mv_udc.ko LD [M] drivers/usb/gadget/udc/udc-xilinx.ko LD [M] drivers/usb/host/bcma-hcd.ko LD [M] drivers/usb/host/ehci-hcd.ko LD [M] drivers/usb/host/ehci-pci.ko LD [M] drivers/usb/host/ehci-platform.ko LD [M] drivers/usb/host/fotg210-hcd.ko LD [M] drivers/usb/host/oxu210hp-hcd.ko LD [M] drivers/usb/host/whci/whci-hcd.ko LD [M] drivers/usb/host/xhci-hcd.ko LD [M] drivers/usb/host/xhci-pci.ko LD [M] drivers/usb/host/xhci-plat-hcd.ko LD [M] drivers/usb/isp1760/isp1760.ko LD [M] drivers/usb/misc/emi26.ko LD [M] drivers/usb/misc/ezusb.ko LD [M] drivers/usb/misc/ldusb.ko LD [M] drivers/usb/misc/legousbtower.ko LD [M] drivers/usb/misc/lvstest.ko LD [M] drivers/usb/misc/sisusbvga/sisusbvga.ko LD [M] drivers/usb/misc/usblcd.ko LD [M] drivers/usb/misc/usbled.ko LD [M] drivers/usb/misc/usbsevseg.ko LD [M] drivers/usb/misc/uss720.ko LD [M] drivers/usb/mon/usbmon.ko LD [M] drivers/usb/phy/phy-generic.ko LD [M] drivers/usb/phy/phy-keystone.ko LD [M] drivers/usb/phy/phy-msm-usb.ko LD [M] drivers/usb/phy/phy-qcom-8x16-usb.ko LD [M] drivers/usb/renesas_usbhs/renesas_usbhs.ko LD [M] drivers/usb/storage/ums-alauda.ko LD [M] drivers/usb/storage/ums-datafab.ko LD [M] drivers/usb/storage/ums-jumpshot.ko LD [M] drivers/usb/storage/ums-karma.ko LD [M] drivers/usb/storage/ums-onetouch.ko LD [M] drivers/usb/storage/ums-realtek.ko LD [M] drivers/usb/storage/ums-sddr09.ko LD [M] drivers/usb/storage/ums-usbat.ko LD [M] drivers/usb/storage/usb-storage.ko LD [M] drivers/usb/usbip/vhci-hcd.ko LD [M] drivers/usb/wusbcore/wusbcore.ko LD [M] drivers/uwb/hwa-rc.ko LD [M] drivers/uwb/umc.ko LD [M] drivers/uwb/uwb.ko LD [M] drivers/uwb/whc-rc.ko LD [M] drivers/uwb/whci.ko LD [M] drivers/vhost/vhost.ko LD [M] drivers/vhost/vhost_scsi.ko LD [M] drivers/vhost/vringh.ko LD [M] drivers/video/backlight/aat2870_bl.ko LD [M] drivers/video/backlight/adp5520_bl.ko LD [M] drivers/video/backlight/adp8860_bl.ko LD [M] drivers/video/backlight/da903x_bl.ko LD [M] drivers/video/backlight/lp855x_bl.ko LD [M] drivers/video/backlight/platform_lcd.ko LD [M] drivers/video/backlight/pm8941-wled.ko LD [M] drivers/virtio/virtio_input.ko LD [M] drivers/virtio/virtio_pci.ko LD [M] drivers/vme/boards/vme_vmivme7805.ko LD [M] drivers/vme/bridges/vme_ca91cx42.ko LD [M] drivers/w1/masters/ds2482.ko LD [M] drivers/w1/masters/matrox_w1.ko LD [M] drivers/w1/masters/mxc_w1.ko LD [M] drivers/w1/slaves/w1_ds2406.ko LD [M] drivers/w1/slaves/w1_ds2780.ko LD [M] drivers/w1/slaves/w1_smem.ko LD [M] drivers/watchdog/alim1535_wdt.ko LD [M] drivers/watchdog/cpu5wdt.ko LD [M] drivers/watchdog/geodewdt.ko LD [M] drivers/watchdog/i6300esb.ko LD [M] drivers/watchdog/iTCO_vendor_support.ko LD [M] drivers/watchdog/iTCO_wdt.ko LD [M] drivers/watchdog/ib700wdt.ko LD [M] drivers/watchdog/ie6xx_wdt.ko LD [M] drivers/watchdog/mena21_wdt.ko LD [M] drivers/watchdog/pcwd_pci.ko LD [M] drivers/watchdog/smsc37b787_wdt.ko LD [M] drivers/watchdog/stmp3xxx_rtc_wdt.ko LD [M] drivers/watchdog/tegra_wdt.ko LD [M] drivers/watchdog/w83627hf_wdt.ko LD [M] drivers/watchdog/ziirave_wdt.ko LD [M] fs/9p/9p.ko LD [M] fs/afs/kafs.ko LD [M] fs/binfmt_script.ko LD [M] fs/btrfs/btrfs.ko LD [M] fs/cifs/cifs.ko LD [M] fs/coda/coda.ko LD [M] fs/crypto/fscrypto.ko LD [M] fs/ext2/ext2.ko LD [M] fs/fuse/cuse.ko LD [M] fs/gfs2/gfs2.ko LD [M] fs/jfs/jfs.ko LD [M] fs/lockd/lockd.ko LD [M] fs/nfs_common/grace.ko LD [M] fs/nfsd/nfsd.ko LD [M] fs/nls/mac-celtic.ko LD [M] fs/nls/mac-iceland.ko LD [M] fs/nls/mac-roman.ko LD [M] fs/nls/mac-romanian.ko LD [M] fs/nls/nls_cp1250.ko LD [M] fs/nls/nls_cp860.ko LD [M] fs/nls/nls_cp864.ko LD [M] fs/nls/nls_cp866.ko LD [M] fs/nls/nls_cp869.ko LD [M] fs/nls/nls_cp874.ko LD [M] fs/nls/nls_iso8859-13.ko LD [M] fs/nls/nls_iso8859-4.ko LD [M] fs/nls/nls_iso8859-7.ko LD [M] fs/reiserfs/reiserfs.ko LD [M] fs/xfs/xfs.ko LD [M] lib/crc-ccitt.ko LD [M] lib/lz4/lz4_compress.ko LD [M] lib/netdev-notifier-error-inject.ko LD [M] lib/notifier-error-inject.ko LD [M] lib/oid_registry.ko LD [M] lib/raid6/raid6_pq.ko LD [M] lib/rbtree_test.ko LD [M] lib/test-kstrtox.ko LD [M] lib/test_bpf.ko LD [M] lib/test_hash.ko LD [M] lib/test_module.ko LD [M] lib/test_rhashtable.ko LD [M] lib/test_static_key_base.ko LD [M] lib/test_static_keys.ko LD [M] lib/test_user_copy.ko LD [M] lib/xz/xz_dec_test.ko LD [M] net/802/stp.ko LD [M] net/8021q/8021q.ko LD [M] net/9p/9pnet.ko LD [M] net/9p/9pnet_rdma.ko LD [M] net/atm/lec.ko LD [M] net/atm/pppoatm.ko LD [M] net/bluetooth/bluetooth.ko LD [M] net/bridge/bridge.ko LD [M] net/ceph/libceph.ko LD [M] net/dccp/dccp_diag.ko LD [M] net/dccp/dccp_ipv6.ko LD [M] net/decnet/decnet.ko LD [M] net/dns_resolver/dns_resolver.ko LD [M] net/ieee802154/ieee802154_socket.ko LD [M] net/ipv4/gre.ko LD [M] net/ipv4/inet_diag.ko LD [M] net/ipv4/ip_vti.ko LD [M] net/ipv4/tcp_diag.ko LD [M] net/ipv4/udp_diag.ko LD [M] net/ipv4/xfrm4_mode_transport.ko LD [M] net/ipv6/ah6.ko LD [M] net/ipv6/esp6.ko LD [M] net/ipv6/fou6.ko LD [M] net/ipv6/ip6_gre.ko LD [M] net/ipv6/ip6_tunnel.ko LD [M] net/ipv6/ipcomp6.ko LD [M] net/ipv6/ipv6.ko LD [M] net/ipv6/sit.ko LD [M] net/ipv6/tunnel6.ko LD [M] net/ipv6/xfrm6_mode_ro.ko LD [M] net/ipv6/xfrm6_mode_transport.ko LD [M] net/ipv6/xfrm6_mode_tunnel.ko LD [M] net/ipv6/xfrm6_tunnel.ko LD [M] net/irda/irda.ko LD [M] net/irda/irlan/irlan.ko LD [M] net/key/af_key.ko LD [M] net/l2tp/l2tp_core.ko LD [M] net/l2tp/l2tp_debugfs.ko LD [M] net/rds/rds_rdma.ko LD [M] net/rxrpc/af-rxrpc.ko LD [M] net/sunrpc/auth_gss/auth_rpcgss.ko LD [M] net/sunrpc/auth_gss/rpcsec_gss_krb5.ko LD [M] net/sunrpc/sunrpc.ko LD [M] net/sunrpc/xprtrdma/rpcrdma.ko LD [M] net/tipc/tipc.ko LD [M] net/unix/unix.ko LD [M] net/wimax/wimax.ko LD [M] samples/connector/cn_test.ko LD [M] samples/hw_breakpoint/data_breakpoint.ko LD [M] samples/kdb/kdb_hello.ko LD [M] samples/kfifo/bytestream-example.ko LD [M] samples/kfifo/dma-example.ko LD [M] samples/kfifo/inttype-example.ko LD [M] samples/kfifo/record-example.ko LD [M] samples/kobject/kobject-example.ko LD [M] samples/kobject/kset-example.ko LD [M] sound/ac97_bus.ko LD [M] sound/core/oss/snd-pcm-oss.ko LD [M] sound/core/seq/snd-seq-device.ko LD [M] sound/core/seq/snd-seq-midi-emul.ko LD [M] sound/core/seq/snd-seq-dummy.ko LD [M] sound/core/seq/snd-seq-midi-event.ko LD [M] sound/core/seq/snd-seq-midi.ko LD [M] sound/core/seq/snd-seq.ko LD [M] sound/core/snd-compress.ko LD [M] sound/core/snd-hwdep.ko LD [M] sound/core/snd-pcm-dmaengine.ko LD [M] sound/core/snd-pcm.ko LD [M] sound/core/snd-rawmidi.ko LD [M] sound/core/snd-timer.ko LD [M] sound/core/snd.ko LD [M] sound/drivers/mpu401/snd-mpu401-uart.ko LD [M] sound/drivers/opl3/snd-opl3-lib.ko LD [M] sound/drivers/opl3/snd-opl3-synth.ko LD [M] sound/drivers/vx/snd-vx-lib.ko LD [M] sound/hda/snd-hda-core.ko LD [M] sound/i2c/other/snd-ak4113.ko LD [M] sound/i2c/other/snd-ak4114.ko LD [M] sound/i2c/other/snd-ak4xxx-adda.ko LD [M] sound/i2c/other/snd-pt2258.ko LD [M] sound/i2c/snd-i2c.ko LD [M] sound/oss/ad1848.ko LD [M] sound/oss/kahlua.ko LD [M] sound/oss/mpu401.ko LD [M] sound/oss/opl3.ko LD [M] sound/oss/pas2.ko LD [M] sound/oss/pss.ko LD [M] sound/oss/sb.ko LD [M] sound/oss/sb_lib.ko LD [M] sound/oss/sound.ko LD [M] sound/oss/uart401.ko LD [M] sound/oss/trix.ko LD [M] sound/oss/v_midi.ko LD [M] sound/pci/ac97/snd-ac97-codec.ko LD [M] sound/pci/ali5451/snd-ali5451.ko LD [M] sound/pci/asihpi/snd-asihpi.ko LD [M] sound/pci/au88x0/snd-au8810.ko LD [M] sound/pci/au88x0/snd-au8830.ko LD [M] sound/pci/aw2/snd-aw2.ko LD [M] sound/pci/ca0106/snd-ca0106.ko LD [M] sound/pci/cs46xx/snd-cs46xx.ko LD [M] sound/pci/cs5535audio/snd-cs5535audio.ko LD [M] sound/pci/echoaudio/snd-darla20.ko LD [M] sound/pci/echoaudio/snd-echo3g.ko LD [M] sound/pci/echoaudio/snd-gina24.ko LD [M] sound/pci/echoaudio/snd-indigodj.ko LD [M] sound/pci/echoaudio/snd-indigodjx.ko LD [M] sound/pci/echoaudio/snd-indigoiox.ko LD [M] sound/pci/echoaudio/snd-layla20.ko LD [M] sound/pci/echoaudio/snd-mia.ko LD [M] sound/pci/emu10k1/snd-emu10k1x.ko LD [M] sound/pci/hda/snd-hda-codec-analog.ko LD [M] sound/pci/hda/snd-hda-codec-ca0110.ko LD [M] sound/pci/hda/snd-hda-codec-ca0132.ko LD [M] sound/pci/hda/snd-hda-codec-conexant.ko LD [M] sound/pci/hda/snd-hda-codec-generic.ko LD [M] sound/pci/hda/snd-hda-codec-idt.ko LD [M] sound/pci/hda/snd-hda-codec-realtek.ko LD [M] sound/pci/hda/snd-hda-codec-si3054.ko LD [M] sound/pci/hda/snd-hda-codec.ko LD [M] sound/pci/hda/snd-hda-intel.ko LD [M] sound/pci/ice1712/snd-ice1724.ko LD [M] sound/pci/ice1712/snd-ice17xx-ak4xxx.ko LD [M] sound/pci/lx6464es/snd-lx6464es.ko LD [M] sound/pci/mixart/snd-mixart.ko LD [M] sound/pci/nm256/snd-nm256.ko LD [M] sound/pci/oxygen/snd-oxygen-lib.ko LD [M] sound/pci/oxygen/snd-oxygen.ko LD [M] sound/pci/oxygen/snd-virtuoso.ko LD [M] sound/pci/riptide/snd-riptide.ko LD [M] sound/pci/rme9652/snd-hdspm.ko LD [M] sound/pci/snd-als300.ko LD [M] sound/pci/snd-atiixp.ko LD [M] sound/pci/snd-azt3328.ko LD [M] sound/pci/snd-bt87x.ko LD [M] sound/pci/snd-cmipci.ko LD [M] sound/pci/snd-cs4281.ko LD [M] sound/pci/snd-ens1370.ko LD [M] sound/pci/snd-ens1371.ko LD [M] sound/pci/snd-es1938.ko LD [M] sound/pci/snd-es1968.ko LD [M] sound/pci/snd-fm801.ko LD [M] sound/pci/snd-intel8x0.ko LD [M] sound/pci/snd-maestro3.ko LD [M] sound/pci/snd-rme32.ko LD [M] sound/pci/snd-rme96.ko LD [M] sound/pci/snd-sonicvibes.ko LD [M] sound/pci/snd-via82xx-modem.ko LD [M] sound/pci/trident/snd-trident.ko LD [M] sound/pci/vx222/snd-vx222.ko LD [M] sound/soc/adi/snd-soc-adi-axi-i2s.ko LD [M] sound/soc/adi/snd-soc-adi-axi-spdif.ko LD [M] sound/soc/cirrus/snd-soc-ep93xx.ko LD [M] sound/soc/codecs/snd-soc-ac97.ko LD [M] sound/soc/codecs/snd-soc-adau1701.ko LD [M] sound/soc/codecs/snd-soc-ak4554.ko LD [M] sound/soc/codecs/snd-soc-ak5386.ko LD [M] sound/soc/codecs/snd-soc-alc5623.ko LD [M] sound/soc/codecs/snd-soc-cs35l32.ko LD [M] sound/soc/codecs/snd-soc-cs4270.ko LD [M] sound/soc/codecs/snd-soc-cs42l51.ko LD [M] sound/soc/codecs/snd-soc-cs42l52.ko LD [M] sound/soc/codecs/snd-soc-cs42l56.ko LD [M] sound/soc/codecs/snd-soc-cs42l73.ko LD [M] sound/soc/codecs/snd-soc-cs4349.ko LD [M] sound/soc/codecs/snd-soc-gtm601.ko LD [M] sound/soc/codecs/snd-soc-jz4740-codec.ko LD [M] sound/soc/codecs/snd-soc-pcm3168a-i2c.ko LD [M] sound/soc/codecs/snd-soc-pcm3168a.ko LD [M] sound/soc/codecs/snd-soc-pcm512x-i2c.ko LD [M] sound/soc/codecs/snd-soc-pcm512x.ko LD [M] sound/soc/codecs/snd-soc-rl6231.ko LD [M] sound/soc/codecs/snd-soc-rt5631.ko LD [M] sound/soc/codecs/snd-soc-rt5640.ko LD [M] sound/soc/codecs/snd-soc-rt5651.ko LD [M] sound/soc/codecs/snd-soc-sgtl5000.ko LD [M] sound/soc/codecs/snd-soc-sigmadsp-i2c.ko LD [M] sound/soc/codecs/snd-soc-sigmadsp.ko LD [M] sound/soc/codecs/snd-soc-spdif-rx.ko LD [M] sound/soc/codecs/snd-soc-spdif-tx.ko LD [M] sound/soc/codecs/snd-soc-sta350.ko LD [M] sound/soc/codecs/snd-soc-sti-sas.ko LD [M] sound/soc/codecs/snd-soc-tas5086.ko LD [M] sound/soc/codecs/snd-soc-tfa9879.ko LD [M] sound/soc/codecs/snd-soc-tlv320aic23-i2c.ko LD [M] sound/soc/codecs/snd-soc-tlv320aic23.ko LD [M] sound/soc/codecs/snd-soc-tlv320aic3x.ko LD [M] sound/soc/codecs/snd-soc-wm8510.ko LD [M] sound/soc/codecs/snd-soc-wm8580.ko LD [M] sound/soc/codecs/snd-soc-wm8728.ko LD [M] sound/soc/codecs/snd-soc-wm8753.ko LD [M] sound/soc/codecs/snd-soc-wm8776.ko LD [M] sound/soc/codecs/snd-soc-wm8804-i2c.ko LD [M] sound/soc/codecs/snd-soc-wm8804.ko LD [M] sound/soc/codecs/snd-soc-wm8903.ko LD [M] sound/soc/codecs/snd-soc-wm8960.ko LD [M] sound/soc/codecs/snd-soc-wm8974.ko LD [M] sound/soc/codecs/snd-soc-wm8978.ko LD [M] sound/soc/dwc/designware_i2s.ko LD [M] sound/soc/fsl/imx-pcm-dma.ko LD [M] sound/soc/fsl/snd-soc-fsl-asrc.ko LD [M] sound/soc/fsl/snd-soc-fsl-esai.ko LD [M] sound/soc/fsl/snd-soc-fsl-spdif.ko LD [M] sound/soc/fsl/snd-soc-fsl-ssi.ko LD [M] sound/soc/fsl/snd-soc-imx-audmux.ko LD [M] sound/soc/fsl/snd-soc-imx-spdif.ko LD [M] sound/soc/generic/snd-soc-simple-card.ko LD [M] sound/soc/img/img-i2s-in.ko LD [M] sound/soc/img/img-parallel-out.ko LD [M] sound/soc/img/img-spdif-in.ko LD [M] sound/soc/img/pistachio-internal-dac.ko LD [M] sound/soc/intel/atom/snd-soc-sst-mfld-platform.ko LD [M] sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.ko LD [M] sound/soc/intel/boards/snd-soc-sst-bytcr-rt5651.ko LD [M] sound/soc/jz4740/snd-soc-jz4740-i2s.ko LD [M] sound/soc/jz4740/snd-soc-qi-lb60.ko LD [M] sound/soc/kirkwood/snd-soc-armada-370-db.ko LD [M] sound/soc/kirkwood/snd-soc-kirkwood.ko LD [M] sound/soc/mxs/snd-soc-mxs-pcm.ko LD [M] sound/soc/mxs/snd-soc-mxs.ko LD [M] sound/soc/rockchip/snd-soc-rockchip-i2s.ko LD [M] sound/soc/rockchip/snd-soc-rockchip-spdif.ko LD [M] sound/soc/sirf/snd-soc-sirf-audio-port.ko LD [M] sound/soc/sirf/snd-soc-sirf-audio.ko LD [M] sound/soc/sirf/snd-soc-sirf-usp.ko LD [M] sound/soc/snd-soc-core.ko LD [M] sound/soc/sti/snd-soc-sti.ko LD [M] sound/soc/sunxi/sun4i-codec.ko LD [M] sound/soc/tegra/snd-soc-tegra-pcm.ko LD [M] sound/soc/tegra/snd-soc-tegra-trimslice.ko LD [M] sound/soc/tegra/snd-soc-tegra-utils.ko LD [M] sound/soc/xtensa/snd-soc-xtfpga-i2s.ko LD [M] sound/soc/zte/zx296702-i2s.ko LD [M] sound/soc/zte/zx296702-spdif.ko LD [M] sound/sound_firmware.ko LD [M] sound/soundcore.ko LD [M] sound/synth/snd-util-mem.ko LD [M] sound/usb/bcd2000/snd-bcd2000.ko LD [M] sound/usb/caiaq/snd-usb-caiaq.ko LD [M] sound/usb/hiface/snd-usb-hiface.ko LD [M] sound/usb/line6/snd-usb-line6.ko LD [M] sound/usb/line6/snd-usb-pod.ko LD [M] sound/usb/line6/snd-usb-podhd.ko LD [M] sound/usb/line6/snd-usb-toneport.ko LD [M] sound/usb/line6/snd-usb-variax.ko LD [M] sound/usb/misc/snd-ua101.ko LD [M] sound/usb/snd-usb-audio.ko LD [M] sound/usb/snd-usbmidi-lib.ko IHEX firmware/adaptec/starfire_rx.bin IHEX firmware/adaptec/starfire_tx.bin HOSTCC firmware/ihex2fw IHEX firmware/sun/cassini.bin IHEX firmware/advansys/38C1600.bin IHEX firmware/advansys/mcode.bin IHEX firmware/advansys/3550.bin IHEX firmware/advansys/38C0800.bin IHEX firmware/ess/maestro3_assp_kernel.fw IHEX firmware/ess/maestro3_assp_minisrc.fw IHEX firmware/cpia2/stv0672_vp4.bin IHEX firmware/acenic/tg2.bin IHEX firmware/acenic/tg1.bin IHEX firmware/cxgb3/t3b_psram-1.1.0.bin IHEX firmware/cxgb3/t3c_psram-1.1.0.bin IHEX firmware/cxgb3/ael2005_opt_edc.bin IHEX firmware/cxgb3/ael2005_twx_edc.bin IHEX firmware/cxgb3/ael2020_twx_edc.bin IHEX firmware/3com/typhoon.bin IHEX2FW firmware/atmsar11.fw IHEX2FW firmware/emi26/loader.fw IHEX2FW firmware/emi26/firmware.fw IHEX2FW firmware/emi26/bitstream.fw make[1]: Leaving directory `/home/kisskb/slave/build/linus_x86_64-randconfig_x86_64' Completed OK # rm -rf /home/kisskb/slave/build/linus_x86_64-randconfig_x86_64 # Build took: 0:01:39.524224