# git rev-parse -q --verify d8ec19857b095b39d114ae299713bd8ea6c1e66a^{commit} d8ec19857b095b39d114ae299713bd8ea6c1e66a already have revision, skipping fetch # git checkout -q -f -B kisskb d8ec19857b095b39d114ae299713bd8ea6c1e66a # git clean -qxdf # < git log -1 # commit d8ec19857b095b39d114ae299713bd8ea6c1e66a # Merge: 4a4be1ad3a6e 13c7c941e729 # Author: Linus Torvalds # Date: Thu May 30 08:33:04 2024 -0700 # # Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from bpf and netfilter. # # Current release - regressions: # # - gro: initialize network_offset in network layer # # - tcp: reduce accepted window in NEW_SYN_RECV state # # Current release - new code bugs: # # - eth: mlx5e: do not use ptp structure for tx ts stats when not # initialized # # - eth: ice: check for unregistering correct number of devlink params # # Previous releases - regressions: # # - bpf: Allow delete from sockmap/sockhash only if update is allowed # # - sched: taprio: extend minimum interval restriction to entire cycle # too # # - netfilter: ipset: add list flush to cancel_gc # # - ipv4: fix address dump when IPv4 is disabled on an interface # # - sock_map: avoid race between sock_map_close and sk_psock_put # # - eth: mlx5: use mlx5_ipsec_rx_status_destroy to correctly delete # status rules # # Previous releases - always broken: # # - core: fix __dst_negative_advice() race # # - bpf: # - fix multi-uprobe PID filtering logic # - fix pkt_type override upon netkit pass verdict # # - netfilter: tproxy: bail out if IP has been disabled on the device # # - af_unix: annotate data-race around unix_sk(sk)->addr # # - eth: mlx5e: fix UDP GSO for encapsulated packets # # - eth: idpf: don't enable NAPI and interrupts prior to allocating Rx # buffers # # - eth: i40e: fully suspend and resume IO operations in EEH case # # - eth: octeontx2-pf: free send queue buffers incase of leaf to inner # # - eth: ipvlan: dont Use skb->sk in ipvlan_process_v{4,6}_outbound" # # * tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (69 commits) # netdev: add qstat for csum complete # ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound # net: ena: Fix redundant device NUMA node override # ice: check for unregistering correct number of devlink params # ice: fix 200G PHY types to link speed mapping # i40e: Fully suspend and resume IO operations in EEH case # i40e: factoring out i40e_suspend/i40e_resume # e1000e: move force SMBUS near the end of enable_ulp function # net: dsa: microchip: fix RGMII error in KSZ DSA driver # ipv4: correctly iterate over the target netns in inet_dump_ifaddr() # net: fix __dst_negative_advice() race # nfc/nci: Add the inconsistency check between the input data length and count # MAINTAINERS: dwmac: starfive: update Maintainer # net/sched: taprio: extend minimum interval restriction to entire cycle too # net/sched: taprio: make q->picos_per_byte available to fill_sched_entry() # netfilter: nft_fib: allow from forward/input without iif selector # netfilter: tproxy: bail out if IP has been disabled on the device # netfilter: nft_payload: skbuff vlan metadata mangle support # net: ti: icssg-prueth: Fix start counter for ft1 filter # sock_map: avoid race between sock_map_close and sk_psock_put # ... # < /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 d8ec19857b095b39d114ae299713bd8ea6c1e66a # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # < make -s -j 160 ARCH=sparc64 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 160 ARCH=sparc64 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 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_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: error: no previous prototype for 'prom_get_mmu_ihandle' [-Werror=missing-prototypes] 165 | int prom_get_mmu_ihandle(void) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/prom/p1275.c:52:6: error: no previous prototype for 'prom_cif_init' [-Werror=missing-prototypes] 52 | void prom_cif_init(void *cif_handler, void *cif_stack) | ^~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/prom/p1275.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/prom/misc_64.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc/prom] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/sparc/power/hibernate.c:22:5: error: no previous prototype for 'pfn_is_nosave' [-Werror=missing-prototypes] 22 | int pfn_is_nosave(unsigned long pfn) | ^~~~~~~~~~~~~ /kisskb/src/arch/sparc/power/hibernate.c:30:6: error: no previous prototype for 'save_processor_state' [-Werror=missing-prototypes] 30 | void save_processor_state(void) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/power/hibernate.c:35:6: error: no previous prototype for 'restore_processor_state' [-Werror=missing-prototypes] 35 | void restore_processor_state(void) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:254:1: error: no previous prototype for '__vdso_clock_gettime' [-Werror=missing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:282:1: error: no previous prototype for '__vdso_clock_gettime_stick' [-Werror=missing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:307:1: error: no previous prototype for '__vdso_gettimeofday' [-Werror=missing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:343:1: error: no previous prototype for '__vdso_gettimeofday_stick' [-Werror=missing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/power/hibernate.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc/power] Error 2 cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/vdso/vclock_gettime.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc/vdso] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/sparc/include/asm/floppy.h:5, from /kisskb/src/drivers/block/floppy.c:250: /kisskb/src/arch/sparc/include/asm/floppy_64.h:200:13: error: no previous prototype for 'sparc_floppy_irq' [-Werror=missing-prototypes] 200 | irqreturn_t sparc_floppy_irq(int irq, void *dev_cookie) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/include/asm/floppy_64.h:437:6: error: no previous prototype for 'sun_pci_fd_dma_callback' [-Werror=missing-prototypes] 437 | void sun_pci_fd_dma_callback(struct ebus_dma_info *p, int event, void *cookie) | ^~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc] Error 2 cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/block/floppy.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/block] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sparc64 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:07:10.524532