Buildresult: linus/m5272c3_defconfig/m68k-gcc8 built on Aug 2 2020, 11:25
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 2 2020, 11:25
Duration:
0:00:30.980326
Builder:
ka2
Revision:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
ac3a0c8472969a03c0496ae774b3a29eb26c8d5a)
Target:
linus/m5272c3_defconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
m5272c3_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
drivers/net/ethernet/freescale/fec_main.c:947:6: warning: unused variable 'val' [-Wunused-variable] drivers/net/ethernet/freescale/fec_main.c:1665:28: warning: unused variable 'pdata' [-Wunused-variable] arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value]
Full Log
# git rev-parse -q --verify ac3a0c8472969a03c0496ae774b3a29eb26c8d5a^{commit} ac3a0c8472969a03c0496ae774b3a29eb26c8d5a already have revision, skipping fetch # git checkout -q -f -B kisskb ac3a0c8472969a03c0496ae774b3a29eb26c8d5a # git clean -qxdf # < git log -1 # commit ac3a0c8472969a03c0496ae774b3a29eb26c8d5a # Merge: 0ae3495b6502 fda2ec62cf1a # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Aug 1 16:47:24 2020 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # # 1) Encap offset calculation is incorrect in esp6, from Sabrina Dubroca. # # 2) Better parameter validation in pfkey_dump(), from Mark Salyzyn. # # 3) Fix several clang issues on powerpc in selftests, from Tanner Love. # # 4) cmsghdr_from_user_compat_to_kern() uses the wrong length, from Al # Viro. # # 5) Out of bounds access in mlx5e driver, from Raed Salem. # # 6) Fix transfer buffer memleak in lan78xx, from Johan Havold. # # 7) RCU fixups in rhashtable, from Herbert Xu. # # 8) Fix ipv6 nexthop refcnt leak, from Xiyu Yang. # # 9) vxlan FDB dump must be done under RCU, from Ido Schimmel. # # 10) Fix use after free in mlxsw, from Ido Schimmel. # # 11) Fix map leak in HASH_OF_MAPS bpf code, from Andrii Nakryiko. # # 12) Fix bug in mac80211 Tx ack status reporting, from Vasanthakumar # Thiagarajan. # # 13) Fix memory leaks in IPV6_ADDRFORM code, from Cong Wang. # # 14) Fix bpf program reference count leaks in mlx5 during # mlx5e_alloc_rq(), from Xin Xiong. # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (86 commits) # vxlan: fix memleak of fdb # rds: Prevent kernel-infoleak in rds_notify_queue_get() # net/sched: The error lable position is corrected in ct_init_module # net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq # net/mlx5e: E-Switch, Specify flow_source for rule with no in_port # net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroring # net/mlx5e: CT: Support restore ipv6 tunnel # net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethernet_port_probe() # ionic: unlock queue mutex in error path # atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent # net: ethernet: mtk_eth_soc: fix MTU warnings # net: nixge: fix potential memory leak in nixge_probe() # devlink: ignore -EOPNOTSUPP errors on dumpit # rxrpc: Fix race between recvmsg and sendmsg on immediate call failure # MAINTAINERS: Replace Thor Thayer as Altera Triple Speed Ethernet maintainer # selftests/bpf: fix netdevsim trap_flow_action_cookie read # ipv6: fix memory leaks on IPV6_ADDRFORM path # net/bpfilter: Initialize pos in __bpfilter_process_sockopt # igb: reinit_locked() should be called with rtnl_lock # e1000e: continue to init PHY even when failed to disable ULP # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ac3a0c8472969a03c0496ae774b3a29eb26c8d5a # < make -s -j 48 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 48 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 48 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 48 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_restart': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:947:6: warning: unused variable 'val' [-Wunused-variable] u32 val; ^~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_get_mac': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1665:28: warning: unused variable 'pdata' [-Wunused-variable] struct fec_platform_data *pdata = dev_get_platdata(&fep->pdev->dev); ^~~~~ In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/spinlock.h:460, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long)(n), sizeof(*(ptr)))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/cmpxchg.h:106:28: note: in expansion of macro 'cmpxchg_local' #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) ^~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:3569:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 # Build took: 0:00:30.980326
© Michael Ellerman 2006-2018.