Merge tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 May 2022 17:28:22 +0000 (10:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 May 2022 17:28:22 +0000 (10:28 -0700)
commit1f8c5dff000d96b66273a0bf57dbf4d505c730cc
tree41ae341690989c890e4ebf59405f199687ffbb30
parent379c72654524d97081f8810a0e4284a16f78a25e
parent2667ed10d9f01e250ba806276740782c89d77fda
Merge tag 'core-urgent-2022-05-08' of git://git./linux/kernel/git/tip/tip

Pull PASID fix from Thomas Gleixner:
 "A single bugfix for the PASID management code, which freed the PASID
  too early. The PASID needs to be tied to the mm lifetime, not to the
  address space lifetime"

* tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  mm: Fix PASID use-after-free issue