Buildresult: linus/mmu_defconfig/microblaze-gcc5 built on Jan 11, 13:27
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 11, 13:27
Duration:
0:00:36.413095
Builder:
ka4
Revision:
keys, dns: Fix size check of V1 server-list header (
acc657692aed438e9931438f8c923b2b107aebf9)
Target:
linus/mmu_defconfig/microblaze-gcc5
Branch:
linus
Compiler:
microblaze-gcc5
(microblazeel-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.26.1)
Config:
mmu_defconfig
(
download
)
Log:
Download original
Possible warnings (14)
arch/microblaze/kernel/traps.c:21:6: warning: no previous prototype for ‘trap_init’ [-Wmissing-prototypes] cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ net/socket.c:1694:21: warning: no previous prototype for ‘update_socket_protocol’ [-Wmissing-prototypes] cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ net/core/filter.c:11799:17: warning: no previous prototype for ‘bpf_dynptr_from_skb’ [-Wmissing-prototypes] net/core/filter.c:11812:17: warning: no previous prototype for ‘bpf_dynptr_from_xdp’ [-Wmissing-prototypes] net/core/filter.c:11825:17: warning: no previous prototype for ‘bpf_sock_addr_set_sun_path’ [-Wmissing-prototypes] net/core/filter.c:11926:17: warning: no previous prototype for ‘bpf_sock_destroy’ [-Wmissing-prototypes] net/core/xdp.c:711:17: warning: no previous prototype for ‘bpf_xdp_metadata_rx_timestamp’ [-Wmissing-prototypes] net/core/xdp.c:733:17: warning: no previous prototype for ‘bpf_xdp_metadata_rx_hash’ [-Wmissing-prototypes] cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ kernel/irq_work.c:72:13: warning: no previous prototype for ‘arch_irq_work_raise’ [-Wmissing-prototypes] cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’
Full Log
# git rev-parse -q --verify acc657692aed438e9931438f8c923b2b107aebf9^{commit} acc657692aed438e9931438f8c923b2b107aebf9 already have revision, skipping fetch # git checkout -q -f -B kisskb acc657692aed438e9931438f8c923b2b107aebf9 # git clean -qxdf # < git log -1 # commit acc657692aed438e9931438f8c923b2b107aebf9 # Author: David Howells <dhowells@redhat.com> # Date: Wed Jan 10 21:11:40 2024 +0000 # # keys, dns: Fix size check of V1 server-list header # # Fix the size check added to dns_resolver_preparse() for the V1 server-list # header so that it doesn't give EINVAL if the size supplied is the same as # the size of the header struct (which should be valid). # # This can be tested with: # # echo -n -e '\0\0\01\xff\0\0' | keyctl padd dns_resolver desc @p # # which will give "add_key: Invalid argument" without this fix. # # Fixes: 1997b3cb4217 ("keys, dns: Fix missing size check of V1 server-list header") # Reported-by: Pengfei Xu <pengfei.xu@intel.com> # Link: https://lore.kernel.org/r/ZZ4fyY4r3rqgZL+4@xpf.sh.intel.com/ # Signed-off-by: David Howells <dhowells@redhat.com> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux-gcc --version # < /opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux-ld --version # < git log --format=%s --max-count=1 acc657692aed438e9931438f8c923b2b107aebf9 # make -s -j 40 ARCH=microblaze O=/kisskb/build/linus_mmu_defconfig_microblaze-gcc5 CROSS_COMPILE=/opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux- mmu_defconfig # < make -s -j 40 ARCH=microblaze O=/kisskb/build/linus_mmu_defconfig_microblaze-gcc5 CROSS_COMPILE=/opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux- help # make -s -j 40 ARCH=microblaze O=/kisskb/build/linus_mmu_defconfig_microblaze-gcc5 CROSS_COMPILE=/opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux- olddefconfig # make -s -j 40 ARCH=microblaze O=/kisskb/build/linus_mmu_defconfig_microblaze-gcc5 CROSS_COMPILE=/opt/cross/kisskb/br-microblaze-full-2016.08-613-ge98b4dd/bin/microblazeel-linux- /kisskb/src/arch/microblaze/kernel/traps.c:21:6: warning: no previous prototype for ‘trap_init’ [-Wmissing-prototypes] void trap_init(void) ^ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ /kisskb/src/net/socket.c:1694:21: warning: no previous prototype for ‘update_socket_protocol’ [-Wmissing-prototypes] __weak noinline int update_socket_protocol(int family, int type, int protocol) ^ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ /kisskb/src/net/core/filter.c:11799:17: warning: no previous prototype for ‘bpf_dynptr_from_skb’ [-Wmissing-prototypes] __bpf_kfunc int bpf_dynptr_from_skb(struct sk_buff *skb, u64 flags, ^ /kisskb/src/net/core/filter.c:11812:17: warning: no previous prototype for ‘bpf_dynptr_from_xdp’ [-Wmissing-prototypes] __bpf_kfunc int bpf_dynptr_from_xdp(struct xdp_buff *xdp, u64 flags, ^ /kisskb/src/net/core/filter.c:11825:17: warning: no previous prototype for ‘bpf_sock_addr_set_sun_path’ [-Wmissing-prototypes] __bpf_kfunc int bpf_sock_addr_set_sun_path(struct bpf_sock_addr_kern *sa_kern, ^ /kisskb/src/net/core/filter.c:11926:17: warning: no previous prototype for ‘bpf_sock_destroy’ [-Wmissing-prototypes] __bpf_kfunc int bpf_sock_destroy(struct sock_common *sock) ^ /kisskb/src/net/core/xdp.c:711:17: warning: no previous prototype for ‘bpf_xdp_metadata_rx_timestamp’ [-Wmissing-prototypes] __bpf_kfunc int bpf_xdp_metadata_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp) ^ /kisskb/src/net/core/xdp.c:733:17: warning: no previous prototype for ‘bpf_xdp_metadata_rx_hash’ [-Wmissing-prototypes] __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, ^ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ /kisskb/src/kernel/irq_work.c:72:13: warning: no previous prototype for ‘arch_irq_work_raise’ [-Wmissing-prototypes] void __weak arch_irq_work_raise(void) ^ cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’ Kernel: arch/microblaze/boot/linux.bin is ready (#1) Completed OK # rm -rf /kisskb/build/linus_mmu_defconfig_microblaze-gcc5 # Build took: 0:00:36.413095
© Michael Ellerman 2006-2018.