Hi Linus, Please pull this branch with flexarray declaration conversions. This probably should've been done with the merge window open, but I was not aware that the UBSAN knob would be getting turned up for 6.5, and the fstests failures due to the kernel warnings are getting in the way of testing. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.5-fixes-1 for you to fetch changes up to f6250e205691a58c81be041b1809a2e706852641: xfs: convert flex-array declarations in xfs attr shortform objects (2023-07-17 08:48:56 -0700) ---------------------------------------------------------------- Bug fixes for 6.5-rc2: * Convert all the array[1] declarations into the accepted flex array[] declarations so that UBSAN and friends will not get confused. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (3): xfs: convert flex-array declarations in struct xfs_attrlist* xfs: convert flex-array declarations in xfs attr leaf blocks xfs: convert flex-array declarations in xfs attr shortform objects fs/xfs/libxfs/xfs_da_format.h | 75 +++++++++++++++++++++++++++++++++++++------ fs/xfs/libxfs/xfs_fs.h | 4 +-- fs/xfs/xfs_ondisk.h | 5 +-- 3 files changed, 71 insertions(+), 13 deletions(-)