# git rev-parse -q --verify 8d0112ac6fd001f95aabb084ec2ccaa3637bc344^{commit} 8d0112ac6fd001f95aabb084ec2ccaa3637bc344 already have revision, skipping fetch # git checkout -q -f -B kisskb 8d0112ac6fd001f95aabb084ec2ccaa3637bc344 # git clean -qxdf # < git log -1 # commit 8d0112ac6fd001f95aabb084ec2ccaa3637bc344 # Merge: 6fdf886424cf c7521d3aa2fa # Author: Linus Torvalds # Date: Thu Nov 18 12:54:24 2021 -0800 # # Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bpf, mac80211. # # Current release - regressions: # # - devlink: don't throw an error if flash notification sent before # devlink visible # # - page_pool: Revert "page_pool: disable dma mapping support...", # turns out there are active arches who need it # # Current release - new code bugs: # # - amt: cancel delayed_work synchronously in amt_fini() # # Previous releases - regressions: # # - xsk: fix crash on double free in buffer pool # # - bpf: fix inner map state pruning regression causing program # rejections # # - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue, # preventing mis-selecting the best effort queue # # - mac80211: do not access the IV when it was stripped # # - mac80211: fix radiotap header generation, off-by-one # # - nl80211: fix getting radio statistics in survey dump # # - e100: fix device suspend/resume # # Previous releases - always broken: # # - tcp: fix uninitialized access in skb frags array for Rx 0cp # # - bpf: fix toctou on read-only map's constant scalar tracking # # - bpf: forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing # progs # # - tipc: only accept encrypted MSG_CRYPTO msgs # # - smc: transfer remaining wait queue entries during fallback, fix # missing wake ups # # - udp: validate checksum in udp_read_sock() (when sockmap is used) # # - sched: act_mirred: drop dst for the direction from egress to # ingress # # - virtio_net_hdr_to_skb: count transport header in UFO, prevent # allowing bad skbs into the stack # # - nfc: reorder the logic in nfc_{un,}register_device, fix unregister # # - ipsec: check return value of ipv6_skip_exthdr # # - usb: r8152: add MAC passthrough support for more Lenovo Docks" # # * tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (96 commits) # ptp: ocp: Fix a couple NULL vs IS_ERR() checks # net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock() # net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound # ipv6: check return value of ipv6_skip_exthdr # e100: fix device suspend/resume # devlink: Don't throw an error if flash notification sent before devlink visible # page_pool: Revert "page_pool: disable dma mapping support..." # ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns_dsaf_ge_srst_by_port() # octeontx2-af: debugfs: don't corrupt user memory # NFC: add NCI_UNREG flag to eliminate the race # NFC: reorder the logic in nfc_{un,}register_device # NFC: reorganize the functions in nci_request # tipc: check for null after calling kmemdup # i40e: Fix display error code in dmesg # i40e: Fix creation of first queue by omitting it if is not power of two # i40e: Fix warning message and call stack during rmmod i40e driver # i40e: Fix ping is lost after configuring ADq on VF # i40e: Fix changing previously set num_queue_pairs for PFs # i40e: Fix NULL ptr dereference on VSI filter sync # i40e: Fix correct max_pkt_size on VF RX queue # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8d0112ac6fd001f95aabb084ec2ccaa3637bc344 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig WARNING: unmet direct dependencies detected for HOTPLUG_CPU Depends on [n]: SMP [=y] && (PPC_PSERIES [=n] || PPC_PMAC [=n] || PPC_POWERNV [=n] || FSL_SOC_BOOKE [=n]) Selected by [y]: - PM_SLEEP_SMP [=y] && SMP [=y] && (ARCH_SUSPEND_POSSIBLE [=y] || ARCH_HIBERNATION_POSSIBLE [=y]) && PM_SLEEP [=y] # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5284:warning: override: reassigning to symbol STANDALONE .config:5288:warning: override: reassigning to symbol PPC64 .config:5289:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5290:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5296:warning: override: reassigning to symbol UBSAN # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1559:2: warning: #warning syscall futex_waitv not implemented [-Wcpp] Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:10:07.255060