Commit ad9a728a authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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()
parents 2912d799 2724138b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -289,6 +289,7 @@ static void batch_clear(struct pfn_batch *batch)
	batch->end = 0;
	batch->pfns[0] = 0;
	batch->npfns[0] = 0;
	batch->kind = 0;
}

/*