Buildresult: linus/sh-defconfig/sh4-gcc12 built on Nov 10 2023, 18:58
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Nov 10 2023, 18:58
Duration:
0:00:34.159290
Builder:
alpine2
Revision:
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
89cdf9d556016a54ff6ddd62324aa5ec790c05cc)
Target:
linus/sh-defconfig/sh4-gcc12
Branch:
linus
Compiler:
sh4-gcc12
(sh4-linux-gcc (GCC) 12.2.0 / GNU ld (GNU Binutils) 2.39)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (4)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] fs/ext4/readpage.c:392:1: warning: the frame size of 1124 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:656:1: warning: the frame size of 1148 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/mpage.c:328:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 89cdf9d556016a54ff6ddd62324aa5ec790c05cc^{commit} 89cdf9d556016a54ff6ddd62324aa5ec790c05cc already have revision, skipping fetch # git checkout -q -f -B kisskb 89cdf9d556016a54ff6ddd62324aa5ec790c05cc # git clean -qxdf # < git log -1 # commit 89cdf9d556016a54ff6ddd62324aa5ec790c05cc # Merge: 3b2204134381 83b9dda8afa4 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Nov 9 17:09:35 2023 -0800 # # Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from netfilter and bpf. # # Current release - regressions: # # - sched: fix SKB_NOT_DROPPED_YET splat under debug config # # Current release - new code bugs: # # - tcp: # - fix usec timestamps with TCP fastopen # - fix possible out-of-bounds reads in tcp_hash_fail() # - fix SYN option room calculation for TCP-AO # # - tcp_sigpool: fix some off by one bugs # # - bpf: fix compilation error without CGROUPS # # - ptp: # - ptp_read() should not release queue # - fix tsevqs corruption # # Previous releases - regressions: # # - llc: verify mac len before reading mac header # # Previous releases - always broken: # # - bpf: # - fix check_stack_write_fixed_off() to correctly spill imm # - fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END # - check map->usercnt after timer->timer is assigned # # - dsa: lan9303: consequently nested-lock physical MDIO # # - dccp/tcp: call security_inet_conn_request() after setting IP addr # # - tg3: fix the TX ring stall due to incorrect full ring handling # # - phylink: initialize carrier state at creation # # - ice: fix direction of VF rules in switchdev mode # # Misc: # # - fill in a bunch of missing MODULE_DESCRIPTION()s, more to come" # # * tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (84 commits) # net: ti: icss-iep: fix setting counter value # ptp: fix corrupted list in ptp_open # ptp: ptp_read should not release queue # net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAP # net: kcm: fill in MODULE_DESCRIPTION() # net/sched: act_ct: Always fill offloading tuple iifidx # netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses # netfilter: xt_recent: fix (increase) ipv6 literal buffer length # ipvs: add missing module descriptions # netfilter: nf_tables: remove catchall element in GC sync path # netfilter: add missing module descriptions # drivers/net/ppp: use standard array-copy-function # net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LEN # virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() # r8169: respect userspace disabling IFF_MULTICAST # selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly # bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_reg # net: phylink: initialize carrier state at creation # test/vsock: add dobule bind connect test # test/vsock: refactor vsock_accept # ... # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 89cdf9d556016a54ff6ddd62324aa5ec790c05cc # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- defconfig # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_defconfig_sh4-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:392:1: warning: the frame size of 1124 bytes is larger than 1024 bytes [-Wframe-larger-than=] 392 | } | ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:656:1: warning: the frame size of 1148 bytes is larger than 1024 bytes [-Wframe-larger-than=] 656 | } | ^ /kisskb/src/fs/mpage.c: In function 'do_mpage_readpage': /kisskb/src/fs/mpage.c:328:1: warning: the frame size of 1092 bytes is larger than 1024 bytes [-Wframe-larger-than=] 328 | } | ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_defconfig_sh4-gcc12 # Build took: 0:00:34.159290
© Michael Ellerman 2006-2018.