Files
linux-st/include/linux
Linus Torvalds d0b97f3891 Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fix from Tejun Heo:
 "Fix an old and subtle bug in the migration path.

  css_sets are used to track tasks and migrations are tasks moving from
  a group of css_sets to another group of css_sets. The migration path
  pins all source and destination css_sets in the prep stage.

  Unfortunately, it was overloading the same list_head entry to track
  sources and destinations, which got confused for migrations which are
  partially identity leading to use-after-frees.

  Fixed by using dedicated list_heads for tracking sources and
  destinations"

* tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: Use separate src/dst nodes when preloading css_sets for migration
2022-07-13 11:47:01 -07:00
..
2022-06-08 14:04:14 -04:00
2022-06-28 10:37:25 -03:00
2022-06-03 06:52:57 -07:00
2022-06-27 10:33:58 +02:00
2022-06-06 09:52:17 +09:00
2022-06-10 11:29:48 +02:00
2022-06-02 10:15:05 -07:00
2022-05-31 12:45:10 -04:00
2022-06-13 09:54:52 -07:00