# git rev-parse -q --verify ee9a43b7cfe2d8a3520335fea7d8ce71b8cabd9d^{commit} ee9a43b7cfe2d8a3520335fea7d8ce71b8cabd9d already have revision, skipping fetch # git checkout -q -f -B kisskb ee9a43b7cfe2d8a3520335fea7d8ce71b8cabd9d # git clean -qxdf # < git log -1 # commit ee9a43b7cfe2d8a3520335fea7d8ce71b8cabd9d # Merge: 9466b6ae6bef 2ff4ceb0309a # Author: Linus Torvalds # Date: Thu Aug 8 13:51:44 2024 -0700 # # Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bluetooth. # # Current release - regressions: # # - eth: bnxt_en: fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() on # older chips # # Current release - new code bugs: # # - ethtool: fix off-by-one error / kdoc contradicting the code for max # RSS context IDs # # - Bluetooth: hci_qca: # - QCA6390: fix support on non-DT platforms # - QCA6390: don't call pwrseq_power_off() twice # - fix a NULL-pointer derefence at shutdown # # - eth: ice: fix incorrect assigns of FEC counters # # Previous releases - regressions: # # - mptcp: fix handling endpoints with both 'signal' and 'subflow' # flags set # # - virtio-net: fix changing ring count when vq IRQ coalescing not # supported # # - eth: gve: fix use of netif_carrier_ok() during reconfig / reset # # Previous releases - always broken: # # - eth: idpf: fix bugs in queue re-allocation on reconfig / reset # # - ethtool: fix context creation with no parameters # # Misc: # # - linkwatch: use system_unbound_wq to ease RTNL contention" # # * tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (41 commits) # net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897. # ethtool: Fix context creation with no parameters # net: ethtool: fix off-by-one error in max RSS context IDs # net: pse-pd: tps23881: include missing bitfield.h header # net: fec: Stop PPS on driver remove # net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities # l2tp: fix lockdep splat # net: stmmac: dwmac4: fix PCS duplex mode decode # idpf: fix UAFs when destroying the queues # idpf: fix memleak in vport interrupt configuration # idpf: fix memory leaks and crashes while performing a soft reset # bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() # net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() # net/smc: add the max value of fallback reason count # Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor # Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() # Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown # Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms # Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390 # ice: Fix incorrect assigns of FEC counts # ... # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 ee9a43b7cfe2d8a3520335fea7d8ce71b8cabd9d # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14988:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14992:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14994:warning: override: reassigning to symbol UML_NET_SLIP .config:14999:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/lib/iomap.c:156:5: error: no previous prototype for ‘ioread64_lo_hi’ [-Werror=missing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:163:5: error: no previous prototype for ‘ioread64_hi_lo’ [-Werror=missing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:170:5: error: no previous prototype for ‘ioread64be_lo_hi’ [-Werror=missing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:178:5: error: no previous prototype for ‘ioread64be_hi_lo’ [-Werror=missing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:264:6: error: no previous prototype for ‘iowrite64_lo_hi’ [-Werror=missing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:272:6: error: no previous prototype for ‘iowrite64_hi_lo’ [-Werror=missing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:280:6: error: no previous prototype for ‘iowrite64be_lo_hi’ [-Werror=missing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:288:6: error: no previous prototype for ‘iowrite64be_hi_lo’ [-Werror=missing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/iomap.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1925: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_um-x86_64-gcc12 # Build took: 0:10:45.122049