# git rev-parse -q --verify 00168b415a60cec7558608efb4fc50f2a73daae2^{commit} 00168b415a60cec7558608efb4fc50f2a73daae2 already have revision, skipping fetch # git checkout -q -f -B kisskb 00168b415a60cec7558608efb4fc50f2a73daae2 # git clean -qxdf # < git log -1 # commit 00168b415a60cec7558608efb4fc50f2a73daae2 # Author: Gustavo A. R. Silva # Date: Thu Mar 23 14:41:16 2023 -0600 # # uapi: net: ipv6: Replace fake flex-array with flex-array member # # Zero-length arrays as fake flexible arrays are deprecated and we are # moving towards adopting C99 flexible-array members instead. # # Address the following warning found with GCC-13 and # -fstrict-flex-arrays=3 enabled: # net/ipv6/exthdrs.c: In function ‘fl6_update_dst’: # net/ipv6/exthdrs.c:1393:28: warning: array subscript 0 is outside array bounds of ‘struct in6_addr[0]’ [-Warray-bounds=] # 1393 | fl6->daddr = *((struct rt0_hdr *)opt->srcrt)->addr; # | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # In file included from ./include/linux/ipv6.h:5, # from ./include/linux/icmpv6.h:6, # from net/ipv6/exthdrs.c:27: # ./include/uapi/linux/ipv6.h:84:33: note: while referencing ‘addr’ # 84 | struct in6_addr addr[0]; # | ^~~~ # net/ipv6/exthdrs.c: In function ‘ipv6_push_rthdr0.isra’: # net/ipv6/exthdrs.c:1125:19: warning: array subscript is outside array bounds of ‘struct in6_addr[0]’ [-Warray-bounds=] # 1125 | phdr->addr[hops - 1] = **addr_p; # | ~~~~~~~~~~^~~~~~~~~~ # ./include/uapi/linux/ipv6.h:84:33: note: while referencing ‘addr’ # 84 | struct in6_addr addr[0]; # | ^~~~ # # This helps with the ongoing efforts to tighten the FORTIFY_SOURCE # routines on memcpy() and help us make progress towards globally # enabling -fstrict-flex-arrays=3 [1]. # # Link: https://github.com/KSPP/linux/issues/21 # Link: https://github.com/KSPP/linux/issues/276 # Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [1] # Signed-off-by: Gustavo A. R. Silva # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 00168b415a60cec7558608efb4fc50f2a73daae2 # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 120 ARCH=sparc64 O=/kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 120 ARCH=sparc64 O=/kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 120 ARCH=sparc64 O=/kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- :1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5730:21: error: 'location.type' may be used uninitialized [-Werror=maybe-uninitialized] 5730 | if (location.type == BTRFS_INODE_ITEM_KEY) { | ~~~~~~~~^~~~~ /kisskb/src/fs/btrfs/inode.c:5719:26: note: 'location' declared here 5719 | struct btrfs_key location; | ^~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: fs/btrfs/inode.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:494: fs/btrfs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:494: fs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2028: .] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 120 ARCH=sparc64 O=/kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/gustavoars_sparc64-allmodconfig_sparc64-gcc11 # Build took: 0:12:10.737233