Hi Linus, Two compiler warning fixes, should be no functional change. Thanks, Jason The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c: Linux 6.18-rc6 (2025-11-16 14:25:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git tags/for-linus-iommufd for you to fetch changes up to b07bf253ef8e48e7ff0b378f441a180a8ad37124: iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warning (2025-11-21 15:38:27 -0400) ---------------------------------------------------------------- iommufd 6.18 second rc pull Two compilation fixes, no functional change: - Fix a possible compiler error around counted_by() due to wrong initialization order - Fix a -Wflex-array-member-not-at-end ---------------------------------------------------------------- Gustavo A. R. Silva (2): iommufd/driver: Fix counter initialization for counted_by annotation iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warning drivers/iommu/iommufd/driver.c | 2 +- drivers/iommu/iommufd/iommufd_private.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-)