diff options
author | John Sperbeck <jsperbeck@google.com> | 2022-08-01 19:22:29 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-15 11:30:07 +0200 |
commit | a557ae094207cffcf0d612c7bdbef7513519683a (patch) | |
tree | e783ffc629528bfe61192fee93a11f2c078f7417 /lib/mpi | |
parent | 4f8d658848087b5efd3c84658fb145474ca0d336 (diff) | |
download | linux-stable-a557ae094207cffcf0d612c7bdbef7513519683a.tar.gz linux-stable-a557ae094207cffcf0d612c7bdbef7513519683a.tar.bz2 linux-stable-a557ae094207cffcf0d612c7bdbef7513519683a.zip |
iommu/amd: use full 64-bit value in build_completion_wait()
[ Upstream commit 94a568ce32038d8ff9257004bb4632e60eb43a49 ]
We started using a 64 bit completion value. Unfortunately, we only
stored the low 32-bits, so a very large completion value would never
be matched in iommu_completion_wait().
Fixes: c69d89aff393 ("iommu/amd: Use 4K page for completion wait write-back semaphore")
Signed-off-by: John Sperbeck <jsperbeck@google.com>
Link: https://lore.kernel.org/r/20220801192229.3358786-1-jsperbeck@google.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions