# git rev-parse -q --verify ec681c53f8d2d0ee362ff67f5b98dd8263c15002^{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 ec681c53f8d2d0ee362ff67f5b98dd8263c15002^{commit} ec681c53f8d2d0ee362ff67f5b98dd8263c15002 # git checkout -q -f -B kisskb ec681c53f8d2d0ee362ff67f5b98dd8263c15002 # git clean -qxdf # < git log -1 # commit ec681c53f8d2d0ee362ff67f5b98dd8263c15002 # Merge: 26d657410983 1fcd794518b7 # Author: Linus Torvalds # Date: Thu Oct 14 18:21:39 2021 -0400 # # Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Quite calm. # # The noisy DSA driver (embedded switches) changes, and adjustment to # IPv6 IOAM behavior add to diffstat's bottom line but are not scary. # # Current release - regressions: # # - af_unix: rename UNIX-DGRAM to UNIX to maintain backwards # compatibility # # - procfs: revert "add seq_puts() statement for dev_mcast", minor # format change broke user space # # Current release - new code bugs: # # - dsa: fix bridge_num not getting cleared after ports leaving the # bridge, resource leak # # - dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware # bridges using VID 0, prevent packet drops if pvid is removed # # - dsa: mv88e6xxx: keep the pvid at 0 when VLAN-unaware, prevent HW # getting confused about station to VLAN mapping # # Previous releases - regressions: # # - virtio-net: fix for skb_over_panic inside big mode # # - phy: do not shutdown PHYs in READY state # # - dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY's, fix link # LED staying lit after ifdown # # - mptcp: fix possible infinite wait on recvmsg(MSG_WAITALL) # # - mqprio: Correct stats in mqprio_dump_class_stats() # # - ice: fix deadlock for Tx timestamp tracking flush # # - stmmac: fix feature detection on old hardware # # Previous releases - always broken: # # - sctp: account stream padding length for reconf chunk # # - icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe() # # - isdn: cpai: check ctr->cnr to avoid array index out of bound # # - isdn: mISDN: fix sleeping function called from invalid context # # - nfc: nci: fix potential UAF of rf_conn_info object # # - dsa: microchip: prevent ksz_mib_read_work from kicking back in # after it's canceled in .remove and crashing # # - dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged # ports # # - dsa: sja1105, ocelot: break circular dependency between switch and # tag drivers # # - dsa: felix: improve timestamping in presence of packe loss # # - mlxsw: thermal: fix out-of-bounds memory accesses # # Misc: # # - ipv6: ioam: move the check for undefined bits to improve # interoperability" # # * tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (60 commits) # icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe # MAINTAINERS: Update the devicetree documentation path of imx fec driver # sctp: account stream padding length for reconf chunk # mlxsw: thermal: Fix out-of-bounds memory accesses # ethernet: s2io: fix setting mac address during resume # NFC: digital: fix possible memory leak in digital_in_send_sdd_req() # NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() # nfc: fix error handling of nfc_proto_register() # Revert "net: procfs: add seq_puts() statement for dev_mcast" # net: encx24j600: check error in devm_regmap_init_encx24j600 # net: korina: select CRC32 # net: arc: select CRC32 # net: dsa: felix: break at first CPU port during init and teardown # net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING ports # net: dsa: felix: purge skb from TX timestamping queue if it cannot be sent # net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib # net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver # net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with the skb PTP header # net: mscc: ocelot: deny TX timestamping of non-PTP packets # net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 ec681c53f8d2d0ee362ff67f5b98dd8263c15002 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=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_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5057:warning: override: reassigning to symbol STANDALONE .config:5058:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5061:warning: override: reassigning to symbol GCC_PLUGIN_CYC_COMPLEXITY .config:5063:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:5064:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/hwmon/dell-smm-hwmon.c: In function 'i8k_init_procfs': /kisskb/src/drivers/hwmon/dell-smm-hwmon.c:624:24: error: unused variable 'data' [-Werror=unused-variable] struct dell_smm_data *data = dev_get_drvdata(dev); ^~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/hwmon/dell-smm-hwmon.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/hwmon] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1868: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:01:56.769110