# git rev-parse -q --verify 411a44c24a561e449b592ff631b7ae321f1eb559^{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 411a44c24a561e449b592ff631b7ae321f1eb559^{commit} 411a44c24a561e449b592ff631b7ae321f1eb559 # git checkout -q -f -B kisskb 411a44c24a561e449b592ff631b7ae321f1eb559 # git clean -qxdf # < git log -1 # commit 411a44c24a561e449b592ff631b7ae321f1eb559 # Merge: 4fb7d85b2ebf 35392da51b1a # Author: Linus Torvalds # Date: Thu Oct 28 10:17:31 2021 -0700 # # Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from WiFi (mac80211), and BPF. # # Current release - regressions: # # - skb_expand_head: adjust skb->truesize to fix socket memory # accounting # # - mptcp: fix corrupt receiver key in MPC + data + checksum # # Previous releases - regressions: # # - multicast: calculate csum of looped-back and forwarded packets # # - cgroup: fix memory leak caused by missing cgroup_bpf_offline # # - cfg80211: fix management registrations locking, prevent list # corruption # # - cfg80211: correct false positive in bridge/4addr mode check # # - tcp_bpf: fix race in the tcp_bpf_send_verdict resulting in reusing # previous verdict # # Previous releases - always broken: # # - sctp: enhancements for the verification tag, prevent attackers from # killing SCTP sessions # # - tipc: fix size validations for the MSG_CRYPTO type # # - mac80211: mesh: fix HE operation element length check, prevent out # of bound access # # - tls: fix sign of socket errors, prevent positive error codes being # reported from read()/write() # # - cfg80211: scan: extend RCU protection in # cfg80211_add_nontrans_list() # # - implement ->sock_is_readable() for UDP and AF_UNIX, fix poll() for # sockets in a BPF sockmap # # - bpf: fix potential race in tail call compatibility check resulting # in two operations which would make the map incompatible succeeding # # - bpf: prevent increasing bpf_jit_limit above max # # - bpf: fix error usage of map_fd and fdget() in generic batch update # # - phy: ethtool: lock the phy for consistency of results # # - prevent infinite while loop in skb_tx_hash() when Tx races with # driver reconfiguring the queue <> traffic class mapping # # - usbnet: fixes for bad HW conjured by syzbot # # - xen: stop tx queues during live migration, prevent UAF # # - net-sysfs: initialize uid and gid before calling # net_ns_get_ownership # # - mlxsw: prevent Rx stalls under memory pressure" # # * tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (67 commits) # Revert "net: hns3: fix pause config problem after autoneg disabled" # mptcp: fix corrupt receiver key in MPC + data + checksum # riscv, bpf: Fix potential NULL dereference # octeontx2-af: Fix possible null pointer dereference. # octeontx2-af: Display all enabled PF VF rsrc_alloc entries. # octeontx2-af: Check whether ipolicers exists # net: ethernet: microchip: lan743x: Fix skb allocation failure # net/tls: Fix flipped sign in async_wait.err assignment # net/tls: Fix flipped sign in tls_err_abort() calls # net/smc: Correct spelling mistake to TCPF_SYN_RECV # net/smc: Fix smc_link->llc_testlink_time overflow # nfp: bpf: relax prog rejection for mtu check through max_pkt_offset # vmxnet3: do not stop tx queues after netif_device_detach() # r8169: Add device 10ec:8162 to driver r8169 # ptp: Document the PTP_CLK_MAGIC ioctl number # usbnet: fix error return code in usbnet_probe() # net: hns3: adjust string spaces of some parameters of tx bd info in debugfs # net: hns3: expand buffer len for some debugfs command # net: hns3: add more string spaces for dumping packets number of queue info in debugfs # net: hns3: fix data endian problem of some functions of debugfs # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 411a44c24a561e449b592ff631b7ae321f1eb559 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5131:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5133:warning: override: reassigning to symbol GCC_PLUGINS .config:5137:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/kernel/kcsan/kcsan_test.c: In function 'test_atomic_builtins': /kisskb/src/kernel/kcsan/kcsan_test.c:953:17: warning: 'atomic_thread_fence' is not supported with '-fsanitize=thread' [-Wtsan] 953 | __atomic_thread_fence(__ATOMIC_SEQ_CST); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vmlinux.o: warning: objtool: __rdgsbase_inactive()+0x34: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: __wrgsbase_inactive()+0x39: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: fixup_bad_iret()+0xb2: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: noist_exc_debug()+0x4e: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_nmi()+0x31: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: poke_int3_handler()+0xad: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_check_crashing_cpu()+0x31: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_setup()+0xa3: call to cpuid_eax.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: do_machine_check()+0x44: call to mce_gather_info() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_machine_check()+0xaa: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: look_up_lock_class()+0xbf: call to rcu_read_lock_any_held() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_dynticks_eqs_enter()+0x27: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_dynticks_eqs_exit()+0x28: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_eqs_enter.constprop.0()+0x57: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_eqs_exit.constprop.0()+0x41: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_irq_exit()+0x3e: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_nmi_enter()+0x4a: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_irq_enter()+0x3e: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_enter()+0x48: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_exit()+0x58: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode()+0x15: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0x1c: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x15: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x15: call to test_bit() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit()+0x3c: call to ftrace_likely_update() leaves .noinstr.text section Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:07:59.750902