# git rev-parse -q --verify 7109385144a3e2dc831211d27ce48b6ccc614777^{commit} 7109385144a3e2dc831211d27ce48b6ccc614777 already have revision, skipping fetch # git checkout -q -f -B kisskb 7109385144a3e2dc831211d27ce48b6ccc614777 # git clean -qxdf # < git log -1 # commit 7109385144a3e2dc831211d27ce48b6ccc614777 # Author: Gustavo A. R. Silva # Date: Fri Mar 17 10:59:48 2023 -0600 # # uapi: target: Replace fake flex-array with flexible-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: # CC drivers/target/target_core_user.o # drivers/target/target_core_user.c: In function ‘queue_cmd_ring’: # drivers/target/target_core_user.c:1096:15: warning: array subscript 0 is outside array bounds of ‘struct iovec[0]’ [-Warray-bounds=] # 1096 | iov = &entry->req.iov[0]; # | ^~~~~~~~~~~~~~~~~~ # In file included from drivers/target/target_core_user.c:31: # ./include/uapi/linux/target_core_user.h:122:38: note: while referencing ‘iov’ # 122 | struct iovec iov[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/270 # Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [1] # Reviewed-by: Bodo Stroesser # Reviewed-by: Kees Cook # Signed-off-by: Gustavo A. R. Silva # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 7109385144a3e2dc831211d27ce48b6ccc614777 # < make -s -j 160 ARCH=parisc64 O=/kisskb/build/gustavoars_generic-64bit_defconfig_parisc64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux- generic-64bit_defconfig # < make -s -j 160 ARCH=parisc64 O=/kisskb/build/gustavoars_generic-64bit_defconfig_parisc64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux- help # make -s -j 160 ARCH=parisc64 O=/kisskb/build/gustavoars_generic-64bit_defconfig_parisc64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux- olddefconfig # make -s -j 160 ARCH=parisc64 O=/kisskb/build/gustavoars_generic-64bit_defconfig_parisc64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa64-linux- /kisskb/src/fs/btrfs/send.c: In function 'get_cur_inode_state': /kisskb/src/fs/btrfs/send.c:1909:13: warning: 'right_gen' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (right_gen == gen) { ^ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_init_new_device': /kisskb/src/include/linux/list.h:74:12: warning: 'seed_devices' may be used uninitialized in this function [-Wmaybe-uninitialized] new->prev = prev; ~~~~~~~~~~^~~~~~ /kisskb/src/fs/btrfs/volumes.c:2612:27: note: 'seed_devices' was declared here struct btrfs_fs_devices *seed_devices; ^~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/gustavoars_generic-64bit_defconfig_parisc64-gcc8 # Build took: 0:02:03.927596