# git rev-parse -q --verify d20f6b3d747c36889b7ce75ee369182af3decb6b^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify d20f6b3d747c36889b7ce75ee369182af3decb6b^{commit} d20f6b3d747c36889b7ce75ee369182af3decb6b # git checkout -q -f -B kisskb d20f6b3d747c36889b7ce75ee369182af3decb6b # git clean -qxdf # < git log -1 # commit d20f6b3d747c36889b7ce75ee369182af3decb6b # Merge: fd88e181d805 a9b9741854a9 # Author: Linus Torvalds # Date: Thu Jun 13 11:11:53 2024 -0700 # # Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bluetooth and netfilter. # # Slim pickings this time, probably a combination of summer, DevConf.cz, # and the end of first half of the year at corporations. # # Current release - regressions: # # - Revert "igc: fix a log entry using uninitialized netdev", it traded # lack of netdev name in a printk() for a crash # # Previous releases - regressions: # # - Bluetooth: L2CAP: fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ # # - geneve: fix incorrectly setting lengths of inner headers in the # skb, confusing the drivers and causing mangled packets # # - sched: initialize noop_qdisc owner to avoid false-positive # recursion detection (recursing on CPU 0), which bubbles up to user # space as a sendmsg() error, while noop_qdisc should silently drop # # - netdevsim: fix backwards compatibility in nsim_get_iflink() # # Previous releases - always broken: # # - netfilter: ipset: fix race between namespace cleanup and gc in the # list:set type" # # * tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (35 commits) # bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() # af_unix: Read with MSG_PEEK loops if the first unread byte is OOB # bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response # gve: Clear napi->skb before dev_kfree_skb_any() # ionic: fix use after netif_napi_del() # Revert "igc: fix a log entry using uninitialized netdev" # net: bridge: mst: fix suspicious rcu usage in br_mst_set_state # net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state # net/ipv6: Fix the RT cache flush via sysctl using a previous delay # net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters # gve: ignore nonrelevant GSO type bits when processing TSO headers # net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP # netfilter: Use flowlabel flow key when re-routing mangled packets # netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type # netfilter: nft_inner: validate mandatory meta and payload # tcp: use signed arithmetic in tcp_rtx_probe0_timed_out() # mailmap: map Geliang's new email address # mptcp: pm: update add_addr counters after connect # mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID # mptcp: ensure snd_una is properly initialized on connect # ... # < /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 d20f6b3d747c36889b7ce75ee369182af3decb6b # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_defconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_defconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_defconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_defconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/prom/misc_64.c:165:5: warning: no previous prototype for 'prom_get_mmu_ihandle' [-Wmissing-prototypes] 165 | int prom_get_mmu_ihandle(void) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/prom/p1275.c:52:6: warning: no previous prototype for 'prom_cif_init' [-Wmissing-prototypes] 52 | void prom_cif_init(void *cif_handler, void *cif_stack) | ^~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:254:1: warning: no previous prototype for '__vdso_clock_gettime' [-Wmissing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:282:1: warning: no previous prototype for '__vdso_clock_gettime_stick' [-Wmissing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:307:1: warning: no previous prototype for '__vdso_gettimeofday' [-Wmissing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:343:1: warning: no previous prototype for '__vdso_gettimeofday_stick' [-Wmissing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker In file included from /kisskb/src/arch/sparc/vdso/vdso32/vclock_gettime.c:22: /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:254:1: warning: no previous prototype for '__vdso_clock_gettime' [-Wmissing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:282:1: warning: no previous prototype for '__vdso_clock_gettime_stick' [-Wmissing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:307:1: warning: no previous prototype for '__vdso_gettimeofday' [-Wmissing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:343:1: warning: no previous prototype for '__vdso_gettimeofday_stick' [-Wmissing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: warning: arch/sparc/vdso/vdso32/vdso-note.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in ? Completed OK # rm -rf /kisskb/build/linus_defconfig_sparc64-gcc13 # Build took: 0:01:31.003369