]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Oct 2022 18:16:58 +0000 (11:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Oct 2022 18:16:58 +0000 (11:16 -0700)
commita1d9cb2e49814964f1b56d8a603c8c419abff343
tree5488dfe17ea4f514def08b31f16566744a9e7636
parentcfacc93260fbe235063cbabdb89b95362f8dc683
parentc03f7b5964f9a5b244f7271b83cb580a6f8f8721
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull misc hotfixes from Andrew Morton:
 "Five hotfixes - three for nilfs2, two for MM. For are cc:stable, one
  is not"

* tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  nilfs2: fix leak of nilfs_root in case of writer thread creation failure
  nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
  nilfs2: fix use-after-free bug of struct nilfs_root
  mm/damon/core: initialize damon_target->list in damon_new_target()
  mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
fs/nilfs2/segment.c
include/linux/hugetlb.h
mm/damon/core.c
mm/gup.c
mm/hugetlb.c