# git rev-parse -q --verify a4a35f6cbebbf9466b6c412506ab89299d567f51^{commit} a4a35f6cbebbf9466b6c412506ab89299d567f51 already have revision, skipping fetch # git checkout -q -f -B kisskb a4a35f6cbebbf9466b6c412506ab89299d567f51 # git clean -qxdf # < git log -1 # commit a4a35f6cbebbf9466b6c412506ab89299d567f51 # Merge: 20573d8e1c28 9c5af2d7dfe1 # Author: Linus Torvalds # Date: Thu Aug 15 10:35:20 2024 -0700 # # Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from wireless and netfilter # # Current release - regressions: # # - udp: fall back to software USO if IPv6 extension headers are # present # # - wifi: iwlwifi: correctly lookup DMA address in SG table # # Current release - new code bugs: # # - eth: mlx5e: fix queue stats access to non-existing channels splat # # Previous releases - regressions: # # - eth: mlx5e: take state lock during tx timeout reporter # # - eth: mlxbf_gige: disable RX filters until RX path initialized # # - eth: igc: fix reset adapter logics when tx mode change # # Previous releases - always broken: # # - tcp: update window clamping condition # # - netfilter: # - nf_queue: drop packets with cloned unconfirmed conntracks # - nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests # # - vsock: fix recursive ->recvmsg calls # # - dsa: vsc73xx: fix MDIO bus access and PHY opera # # - eth: gtp: pull network headers in gtp_dev_xmit() # # - eth: igc: fix packet still tx after gate close by reducing i226 MAC # retry buffer # # - eth: mana: fix RX buf alloc_size alignment and atomic op panic # # - eth: hns3: fix a deadlock problem when config TC during resetting" # # * tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (58 commits) # net: hns3: use correct release function during uninitialization # net: hns3: void array out of bound when loop tnl_num # net: hns3: fix a deadlock problem when config TC during resetting # net: hns3: use the user's cfg after reset # net: hns3: fix wrong use of semaphore up # selftests: net: lib: kill PIDs before del netns # pse-core: Conditionally set current limit during PI regulator registration # net: thunder_bgx: Fix netdev structure allocation # net: ethtool: Allow write mechanism of LPL and both LPL and EPL # vsock: fix recursive ->recvmsg calls # selftest: af_unix: Fix kselftest compilation warnings # netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests # netfilter: nf_tables: Introduce nf_tables_getobj_single # netfilter: nf_tables: Audit log dump reset after the fact # selftests: netfilter: add test for br_netfilter+conntrack+queue combination # netfilter: nf_queue: drop packets with cloned unconfirmed conntracks # netfilter: flowtable: initialise extack before use # netfilter: nfnetlink: Initialise extack before use in ACKs # netfilter: allow ipv6 fragments to arrive on different devices # tcp: Update window clamping condition # ... # < /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 a4a35f6cbebbf9466b6c412506ab89299d567f51 # make -s -j 32 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 32 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 32 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:14993:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14997:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14999:warning: override: reassigning to symbol UML_NET_SLIP .config:15004:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 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[4]: *** Waiting for unfinished jobs.... 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 32 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:19:45.932238