Buildresult: linus/sh-allmodconfig/sh4-gcc11 built on Jun 9 2023, 06:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 9 2023, 06:24
Duration:
0:05:15.779828
Builder:
alpine1
Revision:
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
25041a4c02c7cf774d8b6ed60586fd64f1cdaa81)
Target:
linus/sh-allmodconfig/sh4-gcc11
Branch:
linus
Compiler:
sh4-gcc11
(sh4-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
{standard input}:1118: Error: unknown pseudo-op: `.' sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 make[5]: *** [scripts/Makefile.build:252: drivers/net/pcs/pcs-xpcs.o] Error 4 make[4]: *** [scripts/Makefile.build:494: drivers/net/pcs] Error 2 drivers/net/wireless/cisco/airo.c:6163:45: error: 'status_rid.currentXmitRate' is used uninitialized [-Werror=uninitialized] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:252: drivers/net/wireless/cisco/airo.o] Error 1 make[5]: *** [scripts/Makefile.build:494: drivers/net/wireless/cisco] Error 2 make[4]: *** [scripts/Makefile.build:494: drivers/net/wireless] Error 2 make[3]: *** [scripts/Makefile.build:494: drivers/net] Error 2 make[2]: *** [scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [Makefile:2026: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (5)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence {standard input}: Warning: end of file not at end of a line; newline inserted
Full Log
# git rev-parse -q --verify 25041a4c02c7cf774d8b6ed60586fd64f1cdaa81^{commit} 25041a4c02c7cf774d8b6ed60586fd64f1cdaa81 already have revision, skipping fetch # git checkout -q -f -B kisskb 25041a4c02c7cf774d8b6ed60586fd64f1cdaa81 # git clean -qxdf # < git log -1 # commit 25041a4c02c7cf774d8b6ed60586fd64f1cdaa81 # Merge: 79b6fad54683 6c0ec7ab5aaf # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Jun 8 09:27:19 2023 -0700 # # Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from can, wifi, netfilter, bluetooth and ebpf. # # Current release - regressions: # # - bpf: sockmap: avoid potential NULL dereference in # sk_psock_verdict_data_ready() # # - wifi: iwlwifi: fix -Warray-bounds bug in iwl_mvm_wait_d3_notif() # # - phylink: actually fix ksettings_set() ethtool call # # - eth: dwmac-qcom-ethqos: fix a regression on EMAC < 3 # # Current release - new code bugs: # # - wifi: mt76: fix possible NULL pointer dereference in # mt7996_mac_write_txwi() # # Previous releases - regressions: # # - netfilter: fix NULL pointer dereference in nf_confirm_cthelper # # - wifi: rtw88/rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS # # - openvswitch: fix upcall counter access before allocation # # - bluetooth: # - fix use-after-free in hci_remove_ltk/hci_remove_irk # - fix l2cap_disconnect_req deadlock # # - nic: bnxt_en: prevent kernel panic when receiving unexpected # PHC_UPDATE event # # Previous releases - always broken: # # - core: annotate rfs lockless accesses # # - sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values # # - netfilter: add null check for nla_nest_start_noflag() in # nft_dump_basechain_hook() # # - bpf: fix UAF in task local storage # # - ipv4: ping_group_range: allow GID from 2147483648 to 4294967294 # # - ipv6: rpl: fix route of death. # # - tcp: gso: really support BIG TCP # # - mptcp: fixes for user-space PM address advertisement # # - smc: avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT # # - can: avoid possible use-after-free when j1939_can_rx_register fails # # - batman-adv: fix UaF while rescheduling delayed work # # - eth: qede: fix scheduling while atomic # # - eth: ice: make writes to /dev/gnssX synchronous" # # * tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (83 commits) # bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks # bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event # bnxt_en: Skip firmware fatal error recovery if chip is not accessible # bnxt_en: Query default VLAN before VNIC setup on a VF # bnxt_en: Don't issue AP reset during ethtool's reset operation # bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() # net: bcmgenet: Fix EEE implementation # eth: ixgbe: fix the wake condition # eth: bnxt: fix the wake condition # lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release() # bpf: Add extra path pointer check to d_path helper # net: sched: fix possible refcount leak in tc_chain_tmplt_add() # net: sched: act_police: fix sparse errors in tcf_police_dump() # net: openvswitch: fix upcall counter access before allocation # net: sched: move rtm_tca_policy declaration to include file # ice: make writes to /dev/gnssX synchronous # net: sched: add rcu annotations around qdisc->qdisc_sleeping # rfs: annotate lockless accesses to RFS sock flow table # rfs: annotate lockless accesses to sk->sk_rxhash # virtio_net: use control_buf for coalesce params # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 25041a4c02c7cf774d8b6ed60586fd64f1cdaa81 # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:1118: Error: unknown pseudo-op: `.' sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/net/pcs] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/byteorder/little_endian.h:5, from /kisskb/src/arch/sh/include/uapi/asm/byteorder.h:6, from /kisskb/src/arch/sh/include/asm/bitops.h:10, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/wireless/cisco/airo.c:25: /kisskb/src/drivers/net/wireless/cisco/airo.c: In function 'airo_get_rate': /kisskb/src/drivers/net/wireless/cisco/airo.c:6163:45: error: 'status_rid.currentXmitRate' is used uninitialized [-Werror=uninitialized] 6163 | vwrq->value = le16_to_cpu(status_rid.currentXmitRate) * 500000; /kisskb/src/include/uapi/linux/byteorder/little_endian.h:37:51: note: in definition of macro '__le16_to_cpu' 37 | #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) | ^ /kisskb/src/drivers/net/wireless/cisco/airo.c:6163:23: note: in expansion of macro 'le16_to_cpu' 6163 | vwrq->value = le16_to_cpu(status_rid.currentXmitRate) * 500000; | ^~~~~~~~~~~ /kisskb/src/drivers/net/wireless/cisco/airo.c:6159:19: note: 'status_rid' declared here 6159 | StatusRid status_rid; /* Card status info */ | ^~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/net/wireless/cisco/airo.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/net/wireless/cisco] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/net/wireless] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2026: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc11 # Build took: 0:05:15.779828
© Michael Ellerman 2006-2018.