mbox series

[PATCHSET,0/3] xfsprogs: ubsan fixes for 6.5-rc2

Message ID 168934590524.3368057.8686152348214871657.stgit@frogsfrogsfrogs (mailing list archive)
Headers show
Series xfsprogs: ubsan fixes for 6.5-rc2 | expand

Message

Darrick J. Wong July 14, 2023, 2:45 p.m. UTC
Hi all,

Fix some UBSAN complaints, since apparently they don't allow flex array
declarations with array[1] anymore.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.
kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=ubsan-fixes-6.5

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=ubsan-fixes-6.5
---
 db/metadump.c          |    4 +--
 libxfs/xfs_da_format.h |   75 ++++++++++++++++++++++++++++++++++++++++++------
 libxfs/xfs_fs.h        |    4 +--
 3 files changed, 70 insertions(+), 13 deletions(-)