Skip to content

Commit ad9a728

Browse files
committed
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()
2 parents 2912d79 + 2724138 commit ad9a728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iommu/iommufd/pages.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ static void batch_clear(struct pfn_batch *batch)
289289
batch->end = 0;
290290
batch->pfns[0] = 0;
291291
batch->npfns[0] = 0;
292+
batch->kind = 0;
292293
}
293294

294295
/*

0 commit comments

Comments
 (0)