# git rev-parse -q --verify 9d32fa5d74b148b1cba262c0c24b9a27a910909b^{commit} 9d32fa5d74b148b1cba262c0c24b9a27a910909b already have revision, skipping fetch # git checkout -q -f -B kisskb 9d32fa5d74b148b1cba262c0c24b9a27a910909b # git clean -qxdf # < git log -1 # commit 9d32fa5d74b148b1cba262c0c24b9a27a910909b # Merge: 2cb26c15a247 3822d0670c9d # Author: Linus Torvalds # Date: Fri Jun 4 18:25:39 2021 -0700 # # Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Networking fixes, including fixes from bpf, wireless, netfilter and # wireguard trees. # # The bpf vs lockdown+audit fix is the most notable. # # Things haven't slowed down just yet, both in terms of regressions in # current release and largish fixes for older code, but we usually see a # slowdown only after -rc5. # # Current release - regressions: # # - virtio-net: fix page faults and crashes when XDP is enabled # # - mlx5e: fix HW timestamping with CQE compression, and make sure they # are only allowed to coexist with capable devices # # - stmmac: # - fix kernel panic due to NULL pointer dereference of # mdio_bus_data # - fix double clk unprepare when no PHY device is connected # # Current release - new code bugs: # # - mt76: a few fixes for the recent MT7921 devices and runtime power # management # # Previous releases - regressions: # # - ice: # - track AF_XDP ZC enabled queues in bitmap to fix copy mode Tx # - fix allowing VF to request more/less queues via virtchnl # - correct supported and advertised autoneg by using PHY # capabilities # - allow all LLDP packets from PF to Tx # # - kbuild: quote OBJCOPY var to avoid a pahole call break the build # # Previous releases - always broken: # # - bpf, lockdown, audit: fix buggy SELinux lockdown permission checks # # - mt76: address the recent FragAttack vulnerabilities not covered by # generic fixes # # - ipv6: fix KASAN: slab-out-of-bounds Read in # fib6_nh_flush_exceptions # # - Bluetooth: # - fix the erroneous flush_work() order, to avoid double free # - use correct lock to prevent UAF of hdev object # # - nfc: fix NULL ptr dereference in llcp_sock_getname() after failed # connect # # - ieee802154: multiple fixes to error checking and return values # # - igb: fix XDP with PTP enabled # # - intel: add correct exception tracing for XDP # # - tls: fix use-after-free when TLS offload device goes down and back # up # # - ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service # # - netfilter: nft_ct: skip expectations for confirmed conntrack # # - mptcp: fix falling back to TCP in presence of out of order packets # early in connection lifetime # # - wireguard: switch from O(n) to a O(1) algorithm for maintaining # peers, fixing stalls and a large memory leak in the process # # Misc: # # - devlink: correct VIRTUAL port to not have phys_port attributes # # - Bluetooth: fix VIRTIO_ID_BT assigned number # # - net: return the correct errno code ENOBUF -> ENOMEM # # - wireguard: # - peer: allocate in kmem_cache saving 25% on peer memory # - do not use -O3" # # * tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (91 commits) # cxgb4: avoid link re-train during TC-MQPRIO configuration # sch_htb: fix refcount leak in htb_parent_to_leaf_offload # wireguard: allowedips: free empty intermediate nodes when removing single node # wireguard: allowedips: allocate nodes in kmem_cache # wireguard: allowedips: remove nodes in O(1) # wireguard: allowedips: initialize list head in selftest # wireguard: peer: allocate in kmem_cache # wireguard: use synchronize_net rather than synchronize_rcu # wireguard: do not use -O3 # wireguard: selftests: make sure rp_filter is disabled on vethc # wireguard: selftests: remove old conntrack kconfig value # virtchnl: Add missing padding to virtchnl_proto_hdrs # ice: Allow all LLDP packets from PF to Tx # ice: report supported and advertised autoneg using PHY capabilities # ice: handle the VF VSI rebuild failure # ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared # ice: Fix allowing VF to request more/less queues via virtchnl # virtio-net: fix for skb_over_panic inside big mode # ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions # fib: Return the correct errno code # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 9d32fa5d74b148b1cba262c0c24b9a27a910909b # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd667c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542531 Bytes = 6389.19 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541102 Bytes = 6387.79 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542391 Bytes = 6389.05 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541958 Bytes = 6388.63 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542057 Bytes = 6388.73 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542108 Bytes = 6388.78 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542552 Bytes = 6389.21 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541960 Bytes = 6388.63 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6543771 Bytes = 6390.40 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6545450 Bytes = 6392.04 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544153 Bytes = 6390.77 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544254 Bytes = 6390.87 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6545314 Bytes = 6391.91 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6511600 Bytes = 6358.98 KiB = 6.21 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542114 Bytes = 6388.78 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc4-g9d32fa5d74b1 Created: Sat Jun 5 14:14:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541180 Bytes = 6387.87 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:01:22.007974