]> git.baikalelectronics.ru Git - kernel.git/commit
nouveau: unlock mmap_sem on all errors from nouveau_range_fault
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Jul 2019 06:52:55 +0000 (08:52 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 25 Jul 2019 19:14:40 +0000 (16:14 -0300)
commit6e6c170235746abb8942eb9c9d166e6215761c51
tree73cc28b95ec232a4110fa216e5fc8a839c7c6581
parentc97f85a526292519e40e0335f6208904755abc1d
nouveau: unlock mmap_sem on all errors from nouveau_range_fault

Currently nouveau_svm_fault expects nouveau_range_fault to never unlock
mmap_sem, but the latter unlocks it for a random selection of error
codes. Fix this up by always unlocking mmap_sem for non-zero return values
in nouveau_range_fault, and only unlocking it in the caller for successful
returns.

Link: https://lore.kernel.org/r/20190724065258.16603-5-hch@lst.de
Tested-by: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/gpu/drm/nouveau/nouveau_svm.c