Buildresult: linus/omap2plus_defconfig/arm-gcc4.9 built on Aug 14 2020, 17:34
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 14 2020, 17:34
Duration:
0:04:45.502037
Builder:
ka2
Revision:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (
a1d21081a60dfb7fddf4a38b66d9cef603b317a9)
Target:
linus/omap2plus_defconfig/arm-gcc4.9
Branch:
linus
Compiler:
arm-gcc4.9
(arm-linux-gnueabi-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
omap2plus_defconfig
(
download
)
Log:
Download original
Possible warnings (2)
arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type
Full Log
# git rev-parse -q --verify a1d21081a60dfb7fddf4a38b66d9cef603b317a9^{commit} a1d21081a60dfb7fddf4a38b66d9cef603b317a9 already have revision, skipping fetch # git checkout -q -f -B kisskb a1d21081a60dfb7fddf4a38b66d9cef603b317a9 # git clean -qxdf # < git log -1 # commit a1d21081a60dfb7fddf4a38b66d9cef603b317a9 # Merge: e764a1e32337 1f3a090b9033 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Aug 13 20:03:11 2020 -0700 # # Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from David Miller: # "Some merge window fallout, some longer term fixes: # # 1) Handle headroom properly in lapbether and x25_asy drivers, from # Xie He. # # 2) Fetch MAC address from correct r8152 device node, from Thierry # Reding. # # 3) In the sw kTLS path we should allow MSG_CMSG_COMPAT in sendmsg, # from Rouven Czerwinski. # # 4) Correct fdputs in socket layer, from Miaohe Lin. # # 5) Revert troublesome sockptr_t optimization, from Christoph Hellwig. # # 6) Fix TCP TFO key reading on big endian, from Jason Baron. # # 7) Missing CAP_NET_RAW check in nfc, from Qingyu Li. # # 8) Fix inet fastreuse optimization with tproxy sockets, from Tim # Froidcoeur. # # 9) Fix 64-bit divide in new SFC driver, from Edward Cree. # # 10) Add a tracepoint for prandom_u32 so that we can more easily # perform usage analysis. From Eric Dumazet. # # 11) Fix rwlock imbalance in AF_PACKET, from John Ogness" # # * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (49 commits) # net: openvswitch: introduce common code for flushing flows # af_packet: TPACKET_V3: fix fill status rwlock imbalance # random32: add a tracepoint for prandom_u32() # Revert "ipv4: tunnel: fix compilation on ARCH=um" # net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus # net: ethernet: stmmac: Disable hardware multicast filter # net: stmmac: dwmac1000: provide multicast filter fallback # ipv4: tunnel: fix compilation on ARCH=um # vsock: fix potential null pointer dereference in vsock_poll() # sfc: fix ef100 design-param checking # net: initialize fastreuse on inet_inherit_port # net: refactor bind_bucket fastreuse into helper # net: phy: marvell10g: fix null pointer dereference # net: Fix potential memory leak in proto_register() # net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init # ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc() # net/nfc/rawsock.c: add CAP_NET_RAW check. # hinic: fix strncpy output truncated compile warnings # drivers/net/wan/x25_asy: Added needed_headroom and a skb->len check # net/tls: Fix kmap usage # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 a1d21081a60dfb7fddf4a38b66d9cef603b317a9 # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 8 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 8 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:04:45.502037
© Michael Ellerman 2006-2018.