public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-block v2 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup
@ 2022-12-11 22:20 Waiman Long
  2022-12-11 22:20 ` [PATCH-block v2 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg Waiman Long
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Waiman Long @ 2022-12-11 22:20 UTC (permalink / raw)
  To: Jens Axboe, Tejun Heo, Josef Bacik, Zefan Li, Johannes Weiner,
	Andrew Morton
  Cc: cgroups, linux-block, linux-kernel, linux-mm, Michal Koutný,
	Dennis Zhou (Facebook), Waiman Long

 v2:
  - Remove unnecessary rcu_read_{lock|unlock} from
    cgroup_rstat_css_cpu_flush() in patch 3.

It was found that blkcg_destroy_blkgs() may be called with all blkcg
references gone. This may potentially cause user-after-free and so
should be fixed. The last 2 patches are miscellaneous cleanups of
commit 3b8cc6298724 ("blk-cgroup: Optimize blkcg_rstat_flush()").

Waiman Long (3):
  bdi, blk-cgroup: Fix potential UAF of blkcg
  blk-cgroup: Don't flush a blkg if destroyed
  blk-cgroup: Flush stats at blkgs destruction path

 block/blk-cgroup.c     | 26 ++++++++++++++++++++++++++
 include/linux/cgroup.h |  1 +
 kernel/cgroup/rstat.c  | 18 ++++++++++++++++++
 mm/backing-dev.c       |  8 ++++++--
 4 files changed, 51 insertions(+), 2 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-12-13  0:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 22:20 [PATCH-block v2 0/3] blk-cgroup: Fix potential UAF & miscellaneous cleanup Waiman Long
2022-12-11 22:20 ` [PATCH-block v2 1/3] bdi, blk-cgroup: Fix potential UAF of blkcg Waiman Long
2022-12-12 22:13   ` Tejun Heo
     [not found]     ` <Y5enmzQM7BIiEv9n-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2022-12-12 22:16       ` Waiman Long
     [not found] ` <20221211222058.2946830-1-longman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2022-12-11 22:20   ` [PATCH-block v2 2/3] blk-cgroup: Don't flush a blkg if destroyed Waiman Long
2022-12-12 12:59     ` Michal Koutný
2022-12-12 14:58       ` Waiman Long
2022-12-12 22:16       ` Tejun Heo
     [not found]         ` <Y5eoQ8UBN8Xpc+Wp-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2022-12-13  0:21           ` Waiman Long
2022-12-11 22:20 ` [PATCH-block v2 3/3] blk-cgroup: Flush stats at blkgs destruction path Waiman Long
     [not found]   ` <20221211222058.2946830-4-longman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2022-12-12 22:24     ` Tejun Heo
2022-12-13  0:19       ` Waiman Long

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox