# git rev-parse -q --verify d635a69dd4981cc51f90293f5f64268620ed1565^{commit} d635a69dd4981cc51f90293f5f64268620ed1565 already have revision, skipping fetch # git checkout -q -f -B kisskb d635a69dd4981cc51f90293f5f64268620ed1565 # git clean -qxdf # < git log -1 # commit d635a69dd4981cc51f90293f5f64268620ed1565 # Merge: ac73e3dc8acd efd5a1584537 # Author: Linus Torvalds # Date: Tue Dec 15 13:22:29 2020 -0800 # # Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next # # Pull networking updates from Jakub Kicinski: # "Core: # # - support "prefer busy polling" NAPI operation mode, where we defer # softirq for some time expecting applications to periodically busy # poll # # - AF_XDP: improve efficiency by more batching and hindering the # adjacency cache prefetcher # # - af_packet: make packet_fanout.arr size configurable up to 64K # # - tcp: optimize TCP zero copy receive in presence of partial or # unaligned reads making zero copy a performance win for much smaller # messages # # - XDP: add bulk APIs for returning / freeing frames # # - sched: support fragmenting IP packets as they come out of conntrack # # - net: allow virtual netdevs to forward UDP L4 and fraglist GSO skbs # # BPF: # # - BPF switch from crude rlimit-based to memcg-based memory accounting # # - BPF type format information for kernel modules and related tracing # enhancements # # - BPF implement task local storage for BPF LSM # # - allow the FENTRY/FEXIT/RAW_TP tracing programs to use # bpf_sk_storage # # Protocols: # # - mptcp: improve multiple xmit streams support, memory accounting and # many smaller improvements # # - TLS: support CHACHA20-POLY1305 cipher # # - seg6: add support for SRv6 End.DT4/DT6 behavior # # - sctp: Implement RFC 6951: UDP Encapsulation of SCTP # # - ppp_generic: add ability to bridge channels directly # # - bridge: Connectivity Fault Management (CFM) support as is defined # in IEEE 802.1Q section 12.14. # # Drivers: # # - mlx5: make use of the new auxiliary bus to organize the driver # internals # # - mlx5: more accurate port TX timestamping support # # - mlxsw: # - improve the efficiency of offloaded next hop updates by using # the new nexthop object API # - support blackhole nexthops # - support IEEE 802.1ad (Q-in-Q) bridging # # - rtw88: major bluetooth co-existance improvements # # - iwlwifi: support new 6 GHz frequency band # # - ath11k: Fast Initial Link Setup (FILS) # # - mt7915: dual band concurrent (DBDC) support # # - net: ipa: add basic support for IPA v4.5 # # Refactor: # # - a few pieces of in_interrupt() cleanup work from Sebastian Andrzej # Siewior # # - phy: add support for shared interrupts; get rid of multiple driver # APIs and have the drivers write a full IRQ handler, slight growth # of driver code should be compensated by the simpler API which also # allows shared IRQs # # - add common code for handling netdev per-cpu counters # # - move TX packet re-allocation from Ethernet switch tag drivers to a # central place # # - improve efficiency and rename nla_strlcpy # # - number of W=1 warning cleanups as we now catch those in a patchwork # build bot # # Old code removal: # # - wan: delete the DLCI / SDLA drivers # # - wimax: move to staging # # - wifi: remove old WDS wifi bridging support" # # * tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1922 commits) # net: hns3: fix expression that is currently always true # net: fix proc_fs init handling in af_packet and tls # nfc: pn533: convert comma to semicolon # af_vsock: Assign the vsock transport considering the vsock address flags # af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path # vsock_addr: Check for supported flag values # vm_sockets: Add VMADDR_FLAG_TO_HOST vsock flag # vm_sockets: Add flags field in the vsock address data structure # net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled # tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit # net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process context # nfc: s3fwrn5: Release the nfc firmware # net: vxget: clean up sparse warnings # mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 router # mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3 # mlxsw: spectrum_router_xm: Introduce basic XM cache flushing # mlxsw: reg: Add Router LPM Cache Enable Register # mlxsw: reg: Add Router LPM Cache ML Delete Register # mlxsw: spectrum_router_xm: Implement L-value tracking for M-index # mlxsw: reg: Add XM Router M Table Register # ... # < /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 d635a69dd4981cc51f90293f5f64268620ed1565 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc44x_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1662:1: warning: the frame size of 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_doubleFast': /kisskb/src/lib/zstd/compress.c:1393:1: warning: the frame size of 1584 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079149 Bytes = 3006.98 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007000c4 INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079036 Bytes = 3006.87 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007014a8 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079157 Bytes = 3006.99 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007014a8 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079055 Bytes = 3006.89 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007001b8 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079175 Bytes = 3007.01 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007014a8 INFO: Uncompressed kernel (size 0x601bec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079155 Bytes = 3006.99 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007014a0 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079237 Bytes = 3007.07 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 00701488 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079113 Bytes = 3006.95 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 00701498 Image Name: Linux-5.10.0-gd635a69dd498 Created: Wed Dec 16 09:31:40 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3079152 Bytes = 3006.98 KiB = 2.94 MiB Load Address: 00700000 Entry Point: 007014b8 Completed OK # rm -rf /kisskb/build/linus_ppc44x_defconfig_powerpc-gcc4.9 # Build took: 0:01:31.957284