Buildresult: linus/sparc-allmodconfig/sparc64-gcc13 built on Mar 1, 08:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 1, 08:13
Duration:
0:12:43.890864
Builder:
ka7
Revision:
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
87adedeba51a822533649b143232418b9e26d08b)
Target:
linus/sparc-allmodconfig/sparc64-gcc13
Branch:
linus
Compiler:
sparc64-gcc13
(sparc64-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
arch/sparc/lib/cmpdi2.c:6:11: error: no previous prototype for '__cmpdi2' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:243: arch/sparc/lib/cmpdi2.o] Error 1 make[3]: *** [scripts/Makefile.build:481: arch/sparc/lib] Error 2 kernel/dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes] kernel/dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:243: kernel/dma.o] Error 1 make[3]: *** [scripts/Makefile.build:481: kernel] Error 2 drivers/mtd/maps/sun_uflash.c:50:5: error: no previous prototype for 'uflash_devinit' [-Werror=missing-prototypes] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/mtd/maps/sun_uflash.o] Error 1 make[5]: *** [scripts/Makefile.build:481: drivers/mtd/maps] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/mtd] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [Makefile:1921: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
Possible warnings (1)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify 87adedeba51a822533649b143232418b9e26d08b^{commit} 87adedeba51a822533649b143232418b9e26d08b already have revision, skipping fetch # git checkout -q -f -B kisskb 87adedeba51a822533649b143232418b9e26d08b # git clean -qxdf # < git log -1 # commit 87adedeba51a822533649b143232418b9e26d08b # Merge: d4f76f806568 640f41ed33b5 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Feb 29 12:40:20 2024 -0800 # # Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bluetooth, WiFi and netfilter. # # We have one outstanding issue with the stmmac driver, which may be a # LOCKDEP false positive, not a blocker. # # Current release - regressions: # # - netfilter: nf_tables: re-allow NFPROTO_INET in # nft_(match/target)_validate() # # - eth: ionic: fix error handling in PCI reset code # # Current release - new code bugs: # # - eth: stmmac: complete meta data only when enabled, fix null-deref # # - kunit: fix again checksum tests on big endian CPUs # # Previous releases - regressions: # # - veth: try harder when allocating queue memory # # - Bluetooth: # - hci_bcm4377: do not mark valid bd_addr as invalid # - hci_event: fix handling of HCI_EV_IO_CAPA_REQUEST # # Previous releases - always broken: # # - info leak in __skb_datagram_iter() on netlink socket # # - mptcp: # - map v4 address to v6 when destroying subflow # - fix potential wake-up event loss due to sndbuf auto-tuning # - fix double-free on socket dismantle # # - wifi: nl80211: reject iftype change with mesh ID change # # - fix small out-of-bound read when validating netlink be16/32 types # # - rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back # # - ipv6: fix potential "struct net" ref-leak in inet6_rtm_getaddr() # # - ip_tunnel: prevent perpetual headroom growth with huge number of # tunnels on top of each other # # - mctp: fix skb leaks on error paths of mctp_local_output() # # - eth: ice: fixes for DPLL state reporting # # - dpll: rely on rcu for netdev_dpll_pin() to prevent UaF # # - eth: dpaa: accept phy-interface-type = '10gbase-r' in the device # tree" # # * tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (73 commits) # dpll: fix build failure due to rcu_dereference_check() on unknown type # kunit: Fix again checksum tests on big endian CPUs # tls: fix use-after-free on failed backlog decryption # tls: separate no-async decryption request handling from async # tls: fix peeking with sync+async decryption # tls: decrement decrypt_pending if no async completion will be called # gtp: fix use-after-free and null-ptr-deref in gtp_newlink() # net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames # igb: extend PTP timestamp adjustments to i211 # rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back # tools: ynl: fix handling of multiple mcast groups # selftests: netfilter: add bridge conntrack + multicast test case # netfilter: bridge: confirm multicast packets before passing them up the stack # netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate() # Bluetooth: qca: Fix triggering coredump implementation # Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT # Bluetooth: qca: Fix wrong event type for patch config command # Bluetooth: Enforce validation on max value of connection interval # Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST # Bluetooth: mgmt: Fix limited discoverable off timeout # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 87adedeba51a822533649b143232418b9e26d08b # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/lib/cmpdi2.c:6:11: error: no previous prototype for '__cmpdi2' [-Werror=missing-prototypes] 6 | word_type __cmpdi2(long long a, long long b) | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:243: arch/sparc/lib/cmpdi2.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:481: arch/sparc/lib] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes] 70 | int request_dma(unsigned int dmanr, const char * device_id) | ^~~~~~~~~~~ /kisskb/src/kernel/dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes] 88 | void free_dma(unsigned int dmanr) | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:243: kernel/dma.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: kernel] Error 2 /kisskb/src/drivers/mtd/maps/sun_uflash.c:50:5: error: no previous prototype for 'uflash_devinit' [-Werror=missing-prototypes] 50 | int uflash_devinit(struct platform_device *op, struct device_node *dp) | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/mtd/maps/sun_uflash.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/mtd/maps] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: drivers/mtd] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1921: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sparc64-gcc13 # Build took: 0:12:43.890864
© Michael Ellerman 2006-2018.