Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd

Pull iommufd fix from Jason Gunthorpe:
"One fix for a harmless KMSAN splat"

* tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd:
iommufd: Initialize batch->kind in batch_clear()

+1
+1
drivers/iommu/iommufd/pages.c
··· 289 batch->end = 0; 290 batch->pfns[0] = 0; 291 batch->npfns[0] = 0; 292 } 293 294 /*
··· 289 batch->end = 0; 290 batch->pfns[0] = 0; 291 batch->npfns[0] = 0; 292 + batch->kind = 0; 293 } 294 295 /*