Buildresult: chleroy/44x/fsp2_defconfig/powerpc-gcc13 built on Oct 11, 06:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 11, 06:13
Duration:
0:01:14.431189
Builder:
ka7
Revision:
Remove cpu-as-y (
98198c8d52f6ce2c238d9775827ca1c7725b2419)
Target:
chleroy/44x/fsp2_defconfig/powerpc-gcc13
Branch:
chleroy
Compiler:
powerpc-gcc13
(powerpc64-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
44x/fsp2_defconfig
(
download
)
Log:
Download original
Possible warnings (5)
drivers/net/bonding/bond_alb.c:1409: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] drivers/net/bonding/bond_alb.c:1523: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] kernel/workqueue.c:706:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] kernel/workqueue.c:734:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] kernel/workqueue.c:756:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Full Log
# git rev-parse -q --verify 98198c8d52f6ce2c238d9775827ca1c7725b2419^{commit} 98198c8d52f6ce2c238d9775827ca1c7725b2419 already have revision, skipping fetch # git checkout -q -f -B kisskb 98198c8d52f6ce2c238d9775827ca1c7725b2419 # git clean -qxdf # < git log -1 # commit 98198c8d52f6ce2c238d9775827ca1c7725b2419 # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Sat Dec 17 14:41:57 2022 +0100 # # Remove cpu-as-y # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 98198c8d52f6ce2c238d9775827ca1c7725b2419 # make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/fsp2_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/bonding/bond_alb.c:1409: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] 1409 | 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:24: /kisskb/src/include/net/bond_alb.h:160:5: note: previous declaration of 'bond_tlb_xmit' with type 'int(struct sk_buff *, struct net_device *)' 160 | int bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev); | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/bonding/bond_alb.c:1523: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] 1523 | netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev) | ^~~~~~~~~~~~~ /kisskb/src/include/net/bond_alb.h:159:5: note: previous declaration of 'bond_alb_xmit' with type 'int(struct sk_buff *, struct net_device *)' 159 | int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev); | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'get_work_pwq': /kisskb/src/kernel/workqueue.c:706:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 706 | return (void *)(data & WORK_STRUCT_WQ_DATA_MASK); | ^ /kisskb/src/kernel/workqueue.c: In function 'get_work_pool': /kisskb/src/kernel/workqueue.c:734:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 734 | return ((struct pool_workqueue *) | ^ /kisskb/src/kernel/workqueue.c: In function 'get_work_pool_id': /kisskb/src/kernel/workqueue.c:756:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 756 | return ((struct pool_workqueue *) | ^ Completed OK # rm -rf /kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc13 # Build took: 0:01:14.431189
© Michael Ellerman 2006-2018.