# git rev-parse -q --verify 626bf91a292e2035af5b9d9cce35c5c138dfe06d^{commit} 626bf91a292e2035af5b9d9cce35c5c138dfe06d already have revision, skipping fetch # git checkout -q -f -B kisskb 626bf91a292e2035af5b9d9cce35c5c138dfe06d # git clean -qxdf # < git log -1 # commit 626bf91a292e2035af5b9d9cce35c5c138dfe06d # Merge: 4c00e1e2e58e 0f77f2defaf6 # Author: Linus Torvalds # Date: Tue Sep 7 14:02:58 2021 -0700 # # Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes and stragglers from Jakub Kicinski: # "Networking stragglers and fixes, including changes from netfilter, # wireless and can. # # Current release - regressions: # # - qrtr: revert check in qrtr_endpoint_post(), fixes audio and wifi # # - ip_gre: validate csum_start only on pull # # - bnxt_en: fix 64-bit doorbell operation on 32-bit kernels # # - ionic: fix double use of queue-lock, fix a sleeping in atomic # # - can: c_can: fix null-ptr-deref on ioctl() # # - cs89x0: disable compile testing on powerpc # # Current release - new code bugs: # # - bridge: mcast: fix vlan port router deadlock, consistently disable # BH # # Previous releases - regressions: # # - dsa: tag_rtl4_a: fix egress tags, only port 0 was working # # - mptcp: fix possible divide by zero # # - netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex # # - netfilter: socket: icmp6: fix use-after-scope # # - stmmac: fix MAC not working when system resume back with WoL active # # Previous releases - always broken: # # - ip/ip6_gre: use the same logic as SIT interfaces when computing # v6LL address # # - seg6: set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 # # - mptcp: only send extra TCP acks in eligible socket states # # - dsa: lantiq_gswip: fix maximum frame length # # - stmmac: fix overall budget calculation for rxtx_napi # # - bnxt_en: fix firmware version reporting via devlink # # - renesas: sh_eth: add missing barrier to fix freeing wrong tx # descriptor # # Stragglers: # # - netfilter: conntrack: switch to siphash # # - netfilter: refuse insertion if chain has grown too large # # - ncsi: add get MAC address command to get Intel i210 MAC address" # # * tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (76 commits) # ieee802154: Remove redundant initialization of variable ret # net: stmmac: fix MAC not working when system resume back with WoL active # net: phylink: add suspend/resume support # net: renesas: sh_eth: Fix freeing wrong tx descriptor # bonding: 3ad: pass parameter bond_params by reference # cxgb3: fix oops on module removal # can: c_can: fix null-ptr-deref on ioctl() # can: rcar_canfd: add __maybe_unused annotation to silence warning # net: wwan: iosm: Unify IO accessors used in the driver # net: wwan: iosm: Replace io.*64_lo_hi() with regular accessors # net: qcom/emac: Replace strlcpy with strscpy # ip6_gre: Revert "ip6_gre: add validation for csum_start" # net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 static # selftests/bpf: Test XDP bonding nest and unwind # bonding: Fix negative jump label count on nested bonding # MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry # stmmac: dwmac-loongson:Fix missing return value # iwlwifi: fix printk format warnings in uefi.c # net: create netdev->dev_addr assignment helpers # bnxt_en: Fix possible unintended driver initiated error recovery # ... # < /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 626bf91a292e2035af5b9d9cce35c5c138dfe06d # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- defconfig # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- help # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- /kisskb/src/security/landlock/ruleset.c: In function 'insert_rule': /kisskb/src/security/landlock/ruleset.c:196:34: error: passing argument 2 of 'create_rule' from incompatible pointer type [-Werror] new_rule = create_rule(object, &this->layers, this->num_layers, ^ /kisskb/src/security/landlock/ruleset.c:69:30: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static struct landlock_rule *create_rule( ^ /kisskb/src/security/landlock/ruleset.c: In function 'landlock_insert_rule': /kisskb/src/security/landlock/ruleset.c:240:38: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] return insert_rule(ruleset, object, &layers, ARRAY_SIZE(layers)); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'merge_ruleset': /kisskb/src/security/landlock/ruleset.c:300:47: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] err = insert_rule(dst, walker_rule->object, &layers, ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[1]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ /kisskb/src/security/landlock/ruleset.c: In function 'inherit_ruleset': /kisskb/src/security/landlock/ruleset.c:330:5: error: passing argument 3 of 'insert_rule' from incompatible pointer type [-Werror] &walker_rule->layers, walker_rule->num_layers); ^ /kisskb/src/security/landlock/ruleset.c:144:12: note: expected 'const struct landlock_layer (* const)[]' but argument is of type 'struct landlock_layer (*)[]' static int insert_rule(struct landlock_ruleset *const ruleset, ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: security/landlock/ruleset.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: security/landlock] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: error: missing braces around initializer [-Werror=missing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: error: (near initialization for 'sch_frag_rt.dst') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: net/sched/sch_frag.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: net/sched] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: security] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: net] Error 2 /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1089:9: error: missing braces around initializer [-Werror=missing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1089:9: error: (near initialization for 'ri.inode') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: fs/btrfs/tree-checker.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: fs/btrfs] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/cifs/connect.c: In function 'cifs_mount': /kisskb/src/fs/cifs/connect.c:3466:2: error: missing braces around initializer [-Werror=missing-braces] uuid_t mount_id = {0}; ^ /kisskb/src/fs/cifs/connect.c:3466:2: error: (near initialization for 'mount_id.b') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: fs/cifs/connect.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: fs/cifs] Error 2 make[1]: *** [/kisskb/src/Makefile:1872: fs] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_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-defconfig_s390x-gcc4.9 # Build took: 0:01:26.399295