# git rev-parse -q --verify 44889ba56cbb3d51154660ccd15818bc77276696^{commit} 44889ba56cbb3d51154660ccd15818bc77276696 already have revision, skipping fetch # git checkout -q -f -B kisskb 44889ba56cbb3d51154660ccd15818bc77276696 # git clean -qxdf # < git log -1 # commit 44889ba56cbb3d51154660ccd15818bc77276696 # Merge: 2653e3fe33f4 67eeadf2f953 # Author: Linus Torvalds # Date: Thu Mar 9 10:56:58 2023 -0800 # # Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from netfilter and bpf. # # Current release - regressions: # # - core: avoid skb end_offset change in __skb_unclone_keeptruesize() # # - sched: # - act_connmark: handle errno on tcf_idr_check_alloc # - flower: fix fl_change() error recovery path # # - ieee802154: prevent user from crashing the host # # Current release - new code bugs: # # - eth: bnxt_en: fix the double free during device removal # # - tools: ynl: # - fix enum-as-flags in the generic CLI # - fully inherit attrs in subsets # - re-license uniformly under GPL-2.0 or BSD-3-clause # # Previous releases - regressions: # # - core: use indirect calls helpers for sk_exit_memory_pressure() # # - tls: # - fix return value for async crypto # - avoid hanging tasks on the tx_lock # # - eth: ice: copy last block omitted in ice_get_module_eeprom() # # Previous releases - always broken: # # - core: avoid double iput when sock_alloc_file fails # # - af_unix: fix struct pid leaks in OOB support # # - tls: # - fix possible race condition # - fix device-offloaded sendpage straddling records # # - bpf: # - sockmap: fix an infinite loop error # - test_run: fix &xdp_frame misplacement for LIVE_FRAMES # - fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR # # - netfilter: tproxy: fix deadlock due to missing BH disable # # - phylib: get rid of unnecessary locking # # - eth: bgmac: fix *initial* chip reset to support BCM5358 # # - eth: nfp: fix csum for ipsec offload # # - eth: mtk_eth_soc: fix RX data corruption issue # # Misc: # # - usb: qmi_wwan: add telit 0x1080 composition" # # * tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (64 commits) # tools: ynl: fix enum-as-flags in the generic CLI # tools: ynl: move the enum classes to shared code # net: avoid double iput when sock_alloc_file fails # af_unix: fix struct pid leaks in OOB support # eth: fealnx: bring back this old driver # net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoC # net: microchip: sparx5: fix deletion of existing DSCP mappings # octeontx2-af: Unlock contexts in the queue context cache in case of fault detection # net/smc: fix fallback failed while sendmsg with fastopen # ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause # mailmap: update entries for Stephen Hemminger # mailmap: add entry for Maxim Mikityanskiy # nfc: change order inside nfc_se_io error path # ethernet: ice: avoid gcc-9 integer overflow warning # ice: don't ignore return codes in VSI related code # ice: Fix DSCP PFC TLV creation # net: usb: qmi_wwan: add Telit 0x1080 composition # net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 # netfilter: conntrack: adopt safer max chain length # net: tls: fix device-offloaded sendpage straddling records # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 44889ba56cbb3d51154660ccd15818bc77276696 # < make -s -j 160 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 160 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 160 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5730:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] 5730 | if (location.type == BTRFS_INODE_ITEM_KEY) { | ~~~~~~~~^~~~~ /kisskb/src/fs/btrfs/inode.c:5719:26: note: 'location' declared here 5719 | struct btrfs_key location; | ^~~~~~~~ /kisskb/src/drivers/media/i2c/imx290.c:1090:12: error: 'imx290_runtime_suspend' defined but not used [-Werror=unused-function] 1090 | static int imx290_runtime_suspend(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/i2c/imx290.c:1082:12: error: 'imx290_runtime_resume' defined but not used [-Werror=unused-function] 1082 | static int imx290_runtime_resume(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:252: drivers/media/i2c/imx290.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/media/i2c] Error 2 make[4]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/btrfs/inode.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/btrfs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: fs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: drivers/media] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: drivers] Error 2 make[1]: *** [/kisskb/src/Makefile:2028: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 160 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_parisc-allmodconfig_parisc-gcc11 # Build took: 0:06:41.081304