# 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/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 d635a69dd4981cc51f90293f5f64268620ed1565 # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- help # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- /kisskb/src/crypto/async_tx/raid6test.c: In function 'raid6_dual_recov.constprop': /kisskb/src/crypto/async_tx/raid6test.c:125:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/async_tx/raid6test.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: crypto/async_tx] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/sound/core/seq/oss/seq_oss_readq.c: In function 'snd_seq_oss_readq_puts': /kisskb/src/sound/core/seq/oss/seq_oss_readq.c:105:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:279: sound/core/seq/oss/seq_oss_readq.o] Error 1 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/sound/core/oss/rate.c: In function 'resample_expand': /kisskb/src/sound/core/oss/rate.c:121:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/core/oss/rate.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core/oss] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core/seq/oss] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core/seq] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: sound] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/locking/lockdep.c: In function 'reacquire_held_locks': /kisskb/src/kernel/locking/lockdep.c:4990:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/locking/lockdep.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/security/integrity/ima/ima_fs.c: In function 'ima_putc': /kisskb/src/security/integrity/ima/ima_fs.c:117:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: security/integrity/ima/ima_fs.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: security/integrity/ima] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/integrity] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/locking] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ext2/balloc.c: In function 'ext2_try_to_allocate': /kisskb/src/fs/ext2/balloc.c:719:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/ext2/balloc.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/ext2] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/reiserfs/bitmap.c: In function 'reiserfs_allocate_blocknrs': /kisskb/src/fs/reiserfs/bitmap.c:1391:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/reiserfs/bitmap.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/reiserfs] Error 2 /kisskb/src/fs/quota/quota_tree.c: In function '__get_index.isra.7': /kisskb/src/fs/quota/quota_tree.c:34:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/quota/quota_tree.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/mm/percpu.c:1547:0: /kisskb/src/mm/percpu-vm.c: In function 'pcpu_free_pages.isra.22': /kisskb/src/mm/percpu-vm.c:67:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/percpu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/quota] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: crypto] Error 2 /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_rm_idx': /kisskb/src/fs/ext4/extents.c:2301:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/ext4/extents.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1805: mm] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: kernel] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/ext4] Error 2 /kisskb/src/security/apparmor/label.c: In function 'aa_label_next_confined': /kisskb/src/security/apparmor/label.c:486:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/apparmor/label.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/clk/clk-bulk.c: In function 'clk_bulk_put': /kisskb/src/drivers/clk/clk-bulk.c:78:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/clk/clk-bulk.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/apparmor] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: security] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: fs] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/clk] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/s390/kernel/perf_cpum_sf.c: In function 'perf_push_sample': /kisskb/src/arch/s390/kernel/perf_cpum_sf.c:1145:1: warning: 'perf_push_sample' uses dynamic stack allocation } ^ /kisskb/src/arch/s390/kernel/perf_cpum_cf_diag.c: In function 'cf_diag_push_sample': /kisskb/src/arch/s390/kernel/perf_cpum_cf_diag.c:519:1: warning: 'cf_diag_push_sample' uses dynamic stack allocation } ^ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_invert_region': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2595:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/video/fbdev/core/fbcon.o] Error 1 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/pci/bus.c: In function 'pci_bus_resource_n': /kisskb/src/drivers/pci/bus.c:76:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/pci/bus.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev/core] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_xgi_rwtest': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4629:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/video/fbdev/sis/sis_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/pci] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev/sis] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc4.9 # Build took: 0:01:04.008200