# git rev-parse -q --verify 05a59d79793d482f628a31753c671f2e92178a21^{commit} 05a59d79793d482f628a31753c671f2e92178a21 already have revision, skipping fetch # git checkout -q -f -B kisskb 05a59d79793d482f628a31753c671f2e92178a21 # git clean -qxdf # < git log -1 # commit 05a59d79793d482f628a31753c671f2e92178a21 # Merge: 6a30bedfdf3b 8515455720c5 # Author: Linus Torvalds # Date: Tue Mar 9 17:15:56 2021 -0800 # # Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Fix transmissions in dynamic SMPS mode in ath9k, from Felix Fietkau. # # 2) TX skb error handling fix in mt76 driver, also from Felix. # # 3) Fix BPF_FETCH atomic in x86 JIT, from Brendan Jackman. # # 4) Avoid double free of percpu pointers when freeing a cloned bpf prog. # From Cong Wang. # # 5) Use correct printf format for dma_addr_t in ath11k, from Geert # Uytterhoeven. # # 6) Fix resolve_btfids build with older toolchains, from Kun-Chuan # Hsieh. # # 7) Don't report truncated frames to mac80211 in mt76 driver, from # Lorenzop Bianconi. # # 8) Fix watcdog timeout on suspend/resume of stmmac, from Joakim Zhang. # # 9) mscc ocelot needs NET_DEVLINK selct in Kconfig, from Arnd Bergmann. # # 10) Fix sign comparison bug in TCP_ZEROCOPY_RECEIVE getsockopt(), from # Arjun Roy. # # 11) Ignore routes with deleted nexthop object in mlxsw, from Ido # Schimmel. # # 12) Need to undo tcp early demux lookup sometimes in nf_nat, from # Florian Westphal. # # 13) Fix gro aggregation for udp encaps with zero csum, from Daniel # Borkmann. # # 14) Make sure to always use imp*_ndo_send when necessaey, from Jason A. # Donenfeld. # # 15) Fix TRSCER masks in sh_eth driver from Sergey Shtylyov. # # 16) prevent overly huge skb allocationsd in qrtr, from Pavel Skripkin. # # 17) Prevent rx ring copnsumer index loss of sync in enetc, from Vladimir # Oltean. # # 18) Make sure textsearch copntrol block is large enough, from Wilem de # Bruijn. # # 19) Revert MAC changes to r8152 leading to instability, from Hates Wang. # # 20) Advance iov in 9p even for empty reads, from Jissheng Zhang. # # 21) Double hook unregister in nftables, from PabloNeira Ayuso. # # 22) Fix memleak in ixgbe, fropm Dinghao Liu. # # 23) Avoid dups in pkt scheduler class dumps, from Maximilian Heyne. # # 24) Various mptcp fixes from Florian Westphal, Paolo Abeni, and Geliang # Tang. # # 25) Fix DOI refcount bugs in cipso, from Paul Moore. # # 26) One too many irqsave in ibmvnic, from Junlin Yang. # # 27) Fix infinite loop with MPLS gso segmenting via virtio_net, from # Balazs Nemeth. # # * git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net: (164 commits) # s390/qeth: fix notification for pending buffers during teardown # s390/qeth: schedule TX NAPI on QAOB completion # s390/qeth: improve completion of pending TX buffers # s390/qeth: fix memory leak after failed TX Buffer allocation # net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 # net: check if protocol extracted by virtio_net_hdr_set_proto is correct # net: dsa: xrs700x: check if partner is same as port in hsr join # net: lapbether: Remove netif_start_queue / netif_stop_queue # atm: idt77252: fix null-ptr-dereference # atm: uPD98402: fix incorrect allocation # atm: fix a typo in the struct description # net: qrtr: fix error return code of qrtr_sendmsg() # mptcp: fix length of ADD_ADDR with port sub-option # net: bonding: fix error return code of bond_neigh_init() # net: enetc: allow hardware timestamping on TX queues with tc-etf enabled # net: enetc: set MAC RX FIFO to recommended value # net: davicom: Use platform_get_irq_optional() # net: davicom: Fix regulator not turned off on driver removal # net: davicom: Fix regulator not turned off on failed probe # net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports # ... # < /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 05a59d79793d482f628a31753c671f2e92178a21 # < make -s -j 10 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 10 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 10 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 10 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- In file included from /kisskb/src/include/linux/kernel.h:10: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 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d2a8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6469538 Bytes = 6317.91 KiB = 6.17 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500701 Bytes = 6348.34 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501092 Bytes = 6348.72 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500698 Bytes = 6348.34 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500546 Bytes = 6348.19 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500728 Bytes = 6348.37 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500637 Bytes = 6348.28 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500965 Bytes = 6348.60 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500350 Bytes = 6348.00 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5d9d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:11 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500880 Bytes = 6348.52 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501021 Bytes = 6348.65 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500557 Bytes = 6348.20 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500748 Bytes = 6348.39 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500729 Bytes = 6348.37 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500561 Bytes = 6348.20 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc2-g05a59d79793d Created: Wed Mar 10 13:39:15 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500554 Bytes = 6348.20 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:41.505658