# git rev-parse -q --verify 18ba82365ba20874236ee540b09bdfb99e86843f^{commit} 18ba82365ba20874236ee540b09bdfb99e86843f already have revision, skipping fetch # git checkout -q -f -B kisskb 18ba82365ba20874236ee540b09bdfb99e86843f # git clean -qxdf # < git log -1 # commit 18ba82365ba20874236ee540b09bdfb99e86843f # Author: Greg Kroah-Hartman # Date: Fri Mar 1 13:06:11 2024 +0100 # # Linux 4.19.308 # # Link: https://lore.kernel.org/r/20240227131548.514622258@linuxfoundation.org # Tested-by: Linux Kernel Functional Testing # Tested-by: Jon Hunter # Tested-by: Shuah Khan # Tested-by: Harshit Mogalapalli # Signed-off-by: Greg Kroah-Hartman # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 18ba82365ba20874236ee540b09bdfb99e86843f # make -s -j 160 ARCH=x86 O=/kisskb/build/stable-4.19_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=x86 O=/kisskb/build/stable-4.19_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 160 ARCH=x86 O=/kisskb/build/stable-4.19_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 160 ARCH=x86 O=/kisskb/build/stable-4.19_allmodconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- arch/x86/xen/.tmp_enlighten_pv.o: warning: objtool: xen_cpuid()+0x5a: can't find jump dest instruction at .text+0xd1 /kisskb/src/arch/x86/include/asm/sync_bitops.h: Assembler messages: /kisskb/src/arch/x86/include/asm/sync_bitops.h:103: Warning: no instruction mnemonic suffix given and no register operands; using default for `btr' /kisskb/src/drivers/net/bonding/bond_alb.c:1354:13: warning: conflicting types for 'bond_tlb_xmit' due to enum/integer mismatch; have 'netdev_tx_t(struct sk_buff *, struct net_device *)' {aka 'enum netdev_tx(struct sk_buff *, struct net_device *)'} [-Wenum-int-mismatch] 1354 | netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev) | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/net/bonding.h:30, from /kisskb/src/drivers/net/bonding/bond_alb.c:40: /kisskb/src/include/net/bond_alb.h:176:5: note: previous declaration of 'bond_tlb_xmit' with type 'int(struct sk_buff *, struct net_device *)' 176 | int bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev); | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_alb.c:1392:13: warning: conflicting types for 'bond_alb_xmit' due to enum/integer mismatch; have 'netdev_tx_t(struct sk_buff *, struct net_device *)' {aka 'enum netdev_tx(struct sk_buff *, struct net_device *)'} [-Wenum-int-mismatch] 1392 | netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) | ^~~~~~~~~~~~~ /kisskb/src/include/net/bond_alb.h:175:5: note: previous declaration of 'bond_alb_xmit' with type 'int(struct sk_buff *, struct net_device *)' 175 | int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev); | ^~~~~~~~~~~~~ /kisskb/src/lib/test_bpf.c:877:27: warning: result of '10^300' is 294; did you mean '1e300'? [-Wxor-used-as-pow] 877 | { { 4, 10 ^ 300 }, { 20, 10 ^ 300 } }, | ^ | -- | 1 e /kisskb/src/lib/test_bpf.c:877:24: note: you can silence this warning by using a hexadecimal constant (0xa rather than 10) 877 | { { 4, 10 ^ 300 }, { 20, 10 ^ 300 } }, | ^~ | 0xa /kisskb/src/lib/test_bpf.c:877:45: warning: result of '10^300' is 294; did you mean '1e300'? [-Wxor-used-as-pow] 877 | { { 4, 10 ^ 300 }, { 20, 10 ^ 300 } }, | ^ | -- | 1 e /kisskb/src/lib/test_bpf.c:877:42: note: you can silence this warning by using a hexadecimal constant (0xa rather than 10) 877 | { { 4, 10 ^ 300 }, { 20, 10 ^ 300 } }, | ^~ | 0xa /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_ifork_verify_attr': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:731:13: warning: the comparison will always evaluate as 'true' for the address of 'i_df' will never be NULL [-Waddress] 731 | if (!XFS_IFORK_PTR(ip, XFS_ATTR_FORK)) | ^ In file included from /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:14: /kisskb/src/fs/xfs/xfs_inode.h:38:33: note: 'i_df' declared here 38 | struct xfs_ifork i_df; /* data fork */ | ^~~~ /kisskb/src/drivers/staging/rtlwifi/regd.c: In function 'rtl_regd_init': /kisskb/src/drivers/staging/rtlwifi/regd.c:413:23: warning: the comparison will always evaluate as 'true' for the address of 'regd' will never be NULL [-Waddress] 413 | if (!wiphy || !&rtlpriv->regd) | ^ In file included from /kisskb/src/drivers/staging/rtlwifi/regd.c:15: /kisskb/src/drivers/staging/rtlwifi/wifi.h:2883:31: note: 'regd' declared here 2883 | struct rtl_regulatory regd; | ^~~~ In file included from /kisskb/src/include/linux/bitops.h:5, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/net/ethernet/qlogic/qed/qed_debug.c:9: /kisskb/src/drivers/net/ethernet/qlogic/qed/qed_debug.c: In function 'qed_grc_dump_addr_range': /kisskb/src/include/linux/bits.h:8:33: warning: overflow in conversion from 'long unsigned int' to 'u8' {aka 'unsigned char'} changes value from '(long unsigned int)((int)vf_id << 8 | 128)' to '128' [-Woverflow] 8 | #define BIT(nr) (UL(1) << (nr)) | ^ /kisskb/src/drivers/net/ethernet/qlogic/qed/qed_debug.c:2566:31: note: in expansion of macro 'BIT' 2566 | fid = BIT(PXP_PRETEND_CONCRETE_FID_VFVALID_SHIFT) | | ^~~ /kisskb/src/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c: In function 'ieee80211_wpa_set_wpa_ie': /kisskb/src/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2664:58: warning: the comparison will always evaluate as 'false' for the address of 'data' will never be NULL [-Waddress] 2664 | (param->u.wpa_ie.len && param->u.wpa_ie.data == NULL)) | ^~ In file included from /kisskb/src/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:15: /kisskb/src/drivers/staging/rtl8192u/ieee80211/ieee80211.h:310:28: note: 'data' declared here 310 | u8 data[0]; | ^~~~ /kisskb/src/drivers/staging/wilc1000/linux_wlan.c: In function 'wilc_wlan_get_firmware': /kisskb/src/drivers/staging/wilc1000/linux_wlan.c:272:13: warning: the comparison will always evaluate as 'true' for the address of 'dev' will never be NULL [-Waddress] 272 | if (!(&vif->ndev->dev)) | ^ In file included from /kisskb/src/drivers/staging/wilc1000/linux_wlan.c:10: /kisskb/src/include/linux/netdevice.h:2013:33: note: 'dev' declared here 2013 | struct device dev; | ^~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c: In function 'phydm_cmd_parser': /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2146:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2146 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2164:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2164 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2176:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2176 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2188:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2188 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2206:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2206 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2222:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2222 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2240:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2240 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2257:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2257 | if (input[i + 1]) | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2296:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2296 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2326:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2326 | if (input[i + 1]) | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2372:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + 16' must not be NULL [-Waddress] 2372 | if (input[1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2385:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + 16' must not be NULL [-Waddress] 2385 | if (input[1]) | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2421:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + 16' must not be NULL [-Waddress] 2421 | if (input[1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2438:21: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + 16' must not be NULL [-Waddress] 2438 | if (input[1]) | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2458:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2458 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2476:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2476 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2641:56: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + 16' must not be NULL [-Waddress] 2641 | if (dm->support_ic_type & ODM_RTL8822B && input[1]) { | ^~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2664:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2664 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2692:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2692 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_debug.c:2707:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)(i + 1) * 16)' must not be NULL [-Waddress] 2707 | if (input[i + 1]) { | ^~~~~ /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_psd.c: In function 'phydm_psd_debug': /kisskb/src/drivers/staging/rtlwifi/phydm/phydm_psd.c:373:29: warning: the comparison will always evaluate as 'true' for the pointer operand in 'input + (sizetype)((long unsigned int)((int)i + 1) * 16)' must not be NULL [-Waddress] 373 | if (input[i + 1]) | ^~~~~ /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:572:1: warning: conflicting types for 'nv50_wndw_new_' due to enum/integer mismatch; have 'int(const struct nv50_wndw_func *, struct drm_device *, enum drm_plane_type, const char *, int, const u32 *, u32, enum nv50_disp_interlock_type, u32, struct nv50_wndw **)' {aka 'int(const struct nv50_wndw_func *, struct drm_device *, enum drm_plane_type, const char *, int, const unsigned int *, unsigned int, enum nv50_disp_interlock_type, unsigned int, struct nv50_wndw **)'} [-Wenum-int-mismatch] 572 | nv50_wndw_new_(const struct nv50_wndw_func *func, struct drm_device *dev, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.c:22: /kisskb/src/drivers/gpu/drm/nouveau/dispnv50/wndw.h:39:5: note: previous declaration of 'nv50_wndw_new_' with type 'int(const struct nv50_wndw_func *, struct drm_device *, enum drm_plane_type, const char *, int, const u32 *, enum nv50_disp_interlock_type, u32, u32, struct nv50_wndw **)' {aka 'int(const struct nv50_wndw_func *, struct drm_device *, enum drm_plane_type, const char *, int, const unsigned int *, enum nv50_disp_interlock_type, unsigned int, unsigned int, struct nv50_wndw **)'} 39 | int nv50_wndw_new_(const struct nv50_wndw_func *, struct drm_device *, | ^~~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text' /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: warning: creating DT_TEXTREL in a PIE Completed OK # rm -rf /kisskb/build/stable-4.19_allmodconfig_x86_64-gcc13 # Build took: 0:07:40.010171