# git rev-parse -q --verify 9ed13a17e38e0537e24d9b507645002bf8d0201f^{commit} 9ed13a17e38e0537e24d9b507645002bf8d0201f already have revision, skipping fetch # git checkout -q -f -B kisskb 9ed13a17e38e0537e24d9b507645002bf8d0201f # git clean -qxdf # < git log -1 # commit 9ed13a17e38e0537e24d9b507645002bf8d0201f # Merge: 6fab154a33ba 9cca0c2d7014 # Author: Linus Torvalds # Date: Fri Jun 18 18:55:29 2021 -0700 # # Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Networking fixes for 5.13-rc7, including fixes from wireless, bpf, # bluetooth, netfilter and can. # # Current release - regressions: # # - mlxsw: spectrum_qdisc: Pass handle, not band number to find_class() # to fix modifying offloaded qdiscs # # - lantiq: net: fix duplicated skb in rx descriptor ring # # - rtnetlink: fix regression in bridge VLAN configuration, empty info # is not an error, bot-generated "fix" was not needed # # - libbpf: s/rx/tx/ typo on umem->rx_ring_setup_done to fix umem # creation # # Current release - new code bugs: # # - ethtool: fix NULL pointer dereference during module EEPROM dump via # the new netlink API # # - mlx5e: don't update netdev RQs with PTP-RQ, the special purpose # queue should not be visible to the stack # # - mlx5e: select special PTP queue only for SKBTX_HW_TSTAMP skbs # # - mlx5e: verify dev is present in get devlink port ndo, avoid a panic # # Previous releases - regressions: # # - neighbour: allow NUD_NOARP entries to be force GCed # # - further fixes for fallout from reorg of WiFi locking (staging: # rtl8723bs, mac80211, cfg80211) # # - skbuff: fix incorrect msg_zerocopy copy notifications # # - mac80211: fix NULL ptr deref for injected rate info # # - Revert "net/mlx5: Arm only EQs with EQEs" it may cause missed IRQs # # Previous releases - always broken: # # - bpf: more speculative execution fixes # # - netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-local # # - udp: fix race between close() and udp_abort() resulting in a panic # # - fix out of bounds when parsing TCP options before packets are # validated (in netfilter: synproxy, tc: sch_cake and mptcp) # # - mptcp: improve operation under memory pressure, add missing # wake-ups # # - mptcp: fix double-lock/soft lookup in subflow_error_report() # # - bridge: fix races (null pointer deref and UAF) in vlan tunnel # egress # # - ena: fix DMA mapping function issues in XDP # # - rds: fix memory leak in rds_recvmsg # # Misc: # # - vrf: allow larger MTUs # # - icmp: don't send out ICMP messages with a source address of 0.0.0.0 # # - cdc_ncm: switch to eth%d interface naming" # # * tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (139 commits) # net: ethernet: fix potential use-after-free in ec_bhf_remove # selftests/net: Add icmp.sh for testing ICMP dummy address responses # icmp: don't send out ICMP messages with a source address of 0.0.0.0 # net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY # net: ll_temac: Fix TX BD buffer overwrite # net: ll_temac: Add memory-barriers for TX BD access # net: ll_temac: Make sure to free skb when it is completely used # MAINTAINERS: add Guvenc as SMC maintainer # bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path # bnxt_en: Fix TQM fastpath ring backing store computation # bnxt_en: Rediscover PHY capabilities after firmware reset # cxgb4: fix wrong shift. # mac80211: handle various extensible elements correctly # mac80211: reset profile_periodicity/ema_ap # cfg80211: avoid double free of PMSR request # cfg80211: make certificate generation more robust # mac80211: minstrel_ht: fix sample time check # net: qed: Fix memcpy() overflow of qed_dcbx_params() # net: cdc_eem: fix tx fixup skb leak # net: hamradio: fix memory leak in mkiss_close # ... # < /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 9ed13a17e38e0537e24d9b507645002bf8d0201f # < make -s -j 32 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 32 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 32 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 32 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 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd76ed8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd667ac) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6545014 Bytes = 6391.62 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544847 Bytes = 6391.45 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6512207 Bytes = 6359.58 KiB = 6.21 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544540 Bytes = 6391.15 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544919 Bytes = 6391.52 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6545470 Bytes = 6392.06 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544568 Bytes = 6391.18 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6547236 Bytes = 6393.79 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6547175 Bytes = 6393.73 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544966 Bytes = 6391.57 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544525 Bytes = 6391.14 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6546670 Bytes = 6393.23 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544950 Bytes = 6391.55 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544881 Bytes = 6391.49 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6544538 Bytes = 6391.15 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc6-g9ed13a17e38e Created: Sat Jun 19 12:59:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6546474 Bytes = 6393.04 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:02:30.154858