# git rev-parse -q --verify 1d227fcc72223cbdd34d0ce13541cbaab5e0d72f^{commit} 1d227fcc72223cbdd34d0ce13541cbaab5e0d72f already have revision, skipping fetch # git checkout -q -f -B kisskb 1d227fcc72223cbdd34d0ce13541cbaab5e0d72f # git clean -qxdf # < git log -1 # commit 1d227fcc72223cbdd34d0ce13541cbaab5e0d72f # Merge: 0edab8d1324d 7b43ba65019e # Author: Linus Torvalds # Date: Thu Oct 10 12:36:35 2024 -0700 # # Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bluetooth and netfilter. # # Current release - regressions: # # - dsa: sja1105: fix reception from VLAN-unaware bridges # # - Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is # enabled" # # - eth: fec: don't save PTP state if PTP is unsupported # # Current release - new code bugs: # # - smc: fix lack of icsk_syn_mss with IPPROTO_SMC, prevent null-deref # # - eth: airoha: update Tx CPU DMA ring idx at the end of xmit loop # # - phy: aquantia: AQR115c fix up PMA capabilities # # Previous releases - regressions: # # - tcp: 3 fixes for retrans_stamp and undo logic # # Previous releases - always broken: # # - net: do not delay dst_entries_add() in dst_release() # # - netfilter: restrict xtables extensions to families that are safe, # syzbot found a way to combine ebtables with extensions that are # never used by userspace tools # # - sctp: ensure sk_state is set to CLOSED if hashing fails in # sctp_listen_start # # - mptcp: handle consistently DSS corruption, and prevent corruption # due to large pmtu xmit" # # * tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (87 commits) # MAINTAINERS: Add headers and mailing list to UDP section # MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL] # slip: make slhc_remember() more robust against malicious packets # net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC # ppp: fix ppp_async_encode() illegal access # docs: netdev: document guidance on cleanup patches # phonet: Handle error of rtnl_register_module(). # mpls: Handle error of rtnl_register_module(). # mctp: Handle error of rtnl_register_module(). # bridge: Handle error of rtnl_register_module(). # vxlan: Handle error of rtnl_register_module(). # rtnetlink: Add bulk registration helpers for rtnetlink message handlers. # net: do not delay dst_entries_add() in dst_release() # mptcp: pm: do not remove closing subflows # mptcp: fallback when MPTCP opts are dropped after 1st data # tcp: fix mptcp DSS corruption due to large pmtu xmit # mptcp: handle consistently DSS corruption # net: netconsole: fix wrong warning # net: dsa: refuse cross-chip mirroring operations # net: fec: don't save PTP state if PTP is unsupported # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 1d227fcc72223cbdd34d0ce13541cbaab5e0d72f # make -s -j 24 ARCH=mips O=/kisskb/build/linus_bigsur_defconfig_mips-gcc8.1 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- bigsur_defconfig # < make -s -j 24 ARCH=mips O=/kisskb/build/linus_bigsur_defconfig_mips-gcc8.1 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 24 ARCH=mips O=/kisskb/build/linus_bigsur_defconfig_mips-gcc8.1 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 24 ARCH=mips O=/kisskb/build/linus_bigsur_defconfig_mips-gcc8.1 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/sibyte/bcm1480/setup.c:104:13: warning: no previous prototype for 'bcm1480_setup' [-Wmissing-prototypes] void __init bcm1480_setup(void) ^~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/bcm1480/irq.c:200:13: warning: no previous prototype for 'init_bcm1480_irqs' [-Wmissing-prototypes] void __init init_bcm1480_irqs(void) ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/bcm1480/time.c:10:13: warning: no previous prototype for 'plat_time_init' [-Wmissing-prototypes] void __init plat_time_init(void) ^~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/setup.c:59:5: warning: no previous prototype for 'swarm_be_handler' [-Wmissing-prototypes] int swarm_be_handler(struct pt_regs *regs, int is_fixup) ^~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/bcm1480/smp.c:49:6: warning: no previous prototype for 'bcm1480_smp_init' [-Wmissing-prototypes] void bcm1480_smp_init(void) ^~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/bcm1480/smp.c:158:6: warning: no previous prototype for 'bcm1480_mailbox_interrupt' [-Wmissing-prototypes] void bcm1480_mailbox_interrupt(void) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_xicor1241.c:108:5: warning: no previous prototype for 'xicor_set_time' [-Wmissing-prototypes] int xicor_set_time(time64_t t) ^~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_xicor1241.c:167:10: warning: no previous prototype for 'xicor_get_time' [-Wmissing-prototypes] time64_t xicor_get_time(void) ^~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_xicor1241.c:203:5: warning: no previous prototype for 'xicor_probe' [-Wmissing-prototypes] int xicor_probe(void) ^~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_m41t81.c:139:5: warning: no previous prototype for 'm41t81_set_time' [-Wmissing-prototypes] int m41t81_set_time(time64_t t) ^~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_m41t81.c:186:10: warning: no previous prototype for 'm41t81_get_time' [-Wmissing-prototypes] time64_t m41t81_get_time(void) ^~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sibyte/swarm/rtc_m41t81.c:219:5: warning: no previous prototype for 'm41t81_probe' [-Wmissing-prototypes] int m41t81_probe(void) ^~~~~~~~~~~~ /kisskb/src/arch/mips/mm/cerr-sb1.c:165:17: warning: no previous prototype for 'sb1_cache_error' [-Wmissing-prototypes] asmlinkage void sb1_cache_error(void) ^~~~~~~~~~~~~~~ /kisskb/src/arch/mips/kernel/cevt-bcm1480.c:96:6: warning: no previous prototype for 'sb1480_clockevent_init' [-Wmissing-prototypes] void sb1480_clockevent_init(void) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/kernel/csrc-bcm1480.c:37:13: warning: no previous prototype for 'sb1480_clocksource_init' [-Wmissing-prototypes] void __init sb1480_clocksource_init(void) ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_bigsur_defconfig_mips-gcc8.1 # Build took: 0:03:01.794767