# git rev-parse -q --verify 414eece95b98b209cef0f49cfcac108fd00b8ced^{commit} 414eece95b98b209cef0f49cfcac108fd00b8ced already have revision, skipping fetch # git checkout -q -f -B kisskb 414eece95b98b209cef0f49cfcac108fd00b8ced # git clean -qxdf # < git log -1 # commit 414eece95b98b209cef0f49cfcac108fd00b8ced # Merge: 6dd580b93da8 5e95325fbbbd # Author: Linus Torvalds # Date: Tue Feb 23 15:13:45 2021 -0800 # # Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux # # Pull more clang LTO updates from Kees Cook: # "Clang LTO x86 enablement. # # Full disclosure: while this has _not_ been in linux-next (since it # initially looked like the objtool dependencies weren't going to make # v5.12), it has been under daily build and runtime testing by Sami for # quite some time. These x86 portions have been discussed on lkml, with # Peter, Josh, and others helping nail things down. # # The bulk of the changes are to get objtool working happily. The rest # of the x86 enablement is very small. # # Summary: # # - Generate __mcount_loc in objtool (Peter Zijlstra) # # - Support running objtool against vmlinux.o (Sami Tolvanen) # # - Clang LTO enablement for x86 (Sami Tolvanen)" # # Link: https://lore.kernel.org/lkml/20201013003203.4168817-26-samitolvanen@google.com/ # Link: https://lore.kernel.org/lkml/cover.1611263461.git.jpoimboe@redhat.com/ # # * tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: # kbuild: lto: force rebuilds when switching CONFIG_LTO # x86, build: allow LTO to be selected # x86, cpu: disable LTO for cpu.c # x86, vdso: disable LTO only for vDSO # kbuild: lto: postpone objtool # objtool: Split noinstr validation from --vmlinux # x86, build: use objtool mcount # tracing: add support for objtool mcount # objtool: Don't autodetect vmlinux.o # objtool: Fix __mcount_loc generation with Clang's assembler # objtool: Add a pass for generating __mcount_loc # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-gcc --version # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld --version # < git log --format=%s --max-count=1 414eece95b98b209cef0f49cfcac108fd00b8ced # < make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig # < make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- help # make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- olddefconfig .config:12935:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 10 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:35, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:41, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/mips/mips.h:2913:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:56, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:35, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/sancov_plugin.c:22: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:41, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/sancov_plugin.c:22: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/mips/mips.h:2913:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:56, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/sancov_plugin.c:22: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:35, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:41, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/mips/mips.h:2913:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:56, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:35, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/randomize_layout_plugin.c:19: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:41, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/randomize_layout_plugin.c:19: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/config/mips/mips.h:2913:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf (STREAM, "\t.space\t"HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)) ^ In file included from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/tm.h:56, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/randomize_layout_plugin.c:19: /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/../lib/gcc/mipsel-buildroot-linux-uclibc/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' /kisskb/src/lib/bitfield_kunit.c: In function 'test_bitfields_constants': /kisskb/src/lib/bitfield_kunit.c:93:1: warning: the frame size of 4224 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:10:0: /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c: In function 'ath11k_qmi_respond_fw_mem_request': /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:1690:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] "qmi req mem_seg[%d] 0x%llx %u %u\n", i, ^ /kisskb/src/drivers/net/wireless/ath/ath11k/debug.h:64:30: note: in definition of macro 'ath11k_dbg' __ath11k_dbg(ar, dbg_mask, fmt, ##__VA_ARGS__); \ ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:28:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/bcm1480_scd.h:261:0: warning: "M_SPC_CFG_CLEAR" redefined #define M_SPC_CFG_CLEAR M_BCM1480_SPC_CFG_CLEAR ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:27:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/sb1250_scd.h:392:0: note: this is the location of the previous definition #define M_SPC_CFG_CLEAR _SB_MAKEMASK1(32) ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:28:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/bcm1480_scd.h:262:0: warning: "M_SPC_CFG_ENABLE" redefined #define M_SPC_CFG_ENABLE M_BCM1480_SPC_CFG_ENABLE ^ In file included from /kisskb/src/arch/mips/include/asm/sibyte/sb1250.h:27:0, from /kisskb/src/drivers/watchdog/sb_wdog.c:58: /kisskb/src/arch/mips/include/asm/sibyte/sb1250_scd.h:393:0: note: this is the location of the previous definition #define M_SPC_CFG_ENABLE _SB_MAKEMASK1(33) ^ /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_selftest_dynamic.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe_selftest.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_clock.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ftrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/ring_buffer.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_output.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_seq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_printk.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_switch.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_preemptirq.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_irqsoff.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_sched_wakeup.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_hwlat.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_nop.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_stack.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_functions_graph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/blktrace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/fgraph.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_export.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_syscalls.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_event_perf.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_filter.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_trigger.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_inject.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_events_synth.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/bpf_trace.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/power-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/rpm-traces.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_kdb.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_dynevent.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_probe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_uprobe.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_boot.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_recursion_record.o' being placed in section `.data.$LPBX0'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX1' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX1'. /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-ld: warning: orphan section `.data.$LPBX0' from `kernel/trace/trace_benchmark.o' being placed in section `.data.$LPBX0'. FIT description: Linux 5.11.0+ Created: Wed Feb 24 12:35:16 2021 Image 0 (kernel@0) Description: Linux 5.11.0+ Created: Wed Feb 24 12:35:16 2021 Type: Kernel Image Compression: gzip compressed Data Size: 10365745 Bytes = 10122.80 KiB = 9.89 MiB Architecture: MIPS OS: Linux Load Address: 0x84000000 Entry Point: 0x85315040 Hash algo: sha1 Hash value: b0b2b297656328d39d1c0f79db0b2db4310c24f8 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 4659 Bytes = 4.55 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 5bcb6e4f21e8e5372544aa130b3bd097355a9050 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 5418 Bytes = 5.29 KiB = 0.01 MiB Architecture: MIPS Hash algo: sha1 Hash value: 93d882f2009a217e0fa9dab94788535ed2be8476 Image 5 (fdt@luton_pcb091) Description: MSCC Luton PCB091 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 2303 Bytes = 2.25 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: daa8a8147bbce692d81383af7b748a763212bb24 Image 6 (fdt@jaguar2_pcb110) Description: MSCC Jaguar2 PCB110 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 7509 Bytes = 7.33 KiB = 0.01 MiB Architecture: MIPS Hash algo: sha1 Hash value: 73c08d98d7aaf64b3e82483d33954c951cfb8067 Image 7 (fdt@jaguar2_pcb111) Description: MSCC Jaguar2 PCB111 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 4581 Bytes = 4.47 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: d8ab1c8279a311c512005c256502f85a33651fe9 Image 8 (fdt@serval_pcb105) Description: MSCC Serval PCB105 Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 4545 Bytes = 4.44 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 372c736c817c1313650e487910d7b94a32816bd7 Image 9 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Wed Feb 24 12:35:16 2021 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (pcb091) Description: Luton Linux kernel Kernel: kernel@0 FDT: fdt@luton_pcb091 Configuration 6 (pcb110) Description: Jaguar2 Linux kernel Kernel: kernel@0 Init Ramdisk: ramdisk FDT: fdt@jaguar2_pcb110 Configuration 7 (pcb111) Description: Jaguar2 Linux kernel Kernel: kernel@0 Init Ramdisk: ramdisk FDT: fdt@jaguar2_pcb111 Configuration 8 (pcb105) Description: Serval Linux kernel Kernel: kernel@0 Init Ramdisk: ramdisk FDT: fdt@serval_pcb105 Configuration 9 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-allmodconfig_mipsel # Build took: 0:31:14.837386