]> 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)
commit83c3b74a6288e2d0b3c14192a5f69f1bff10ace6
tree41ae341690989c890e4ebf59405f199687ffbb30
parentbeae306b01aa66bed807b417a9bc2de54a168a55
parent8142b5f638b9fe9ba8ae0e175c1076f8d6700963
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