]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5867b2ae1c48f0181ca413acf0ae1dd6b2d711ae
tree41ae341690989c890e4ebf59405f199687ffbb30
parent3dc5c9b2037ab6fa7a6ee62276545990ceae66ca
parent8e4734846fdce9f7bbd5a51c7c44450b94acbe8e
Merge tag 'core-urgent-2022-05-08' of git://git.kernel.org/pub/scm/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