mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
DAMON debugfs is supposed to protect dbgfs_ctxs, dbgfs_nr_ctxs, and
dbgfs_dirs using damon_dbgfs_lock. However, some of the code is
accessing the variables without the protection. This fixes it by
protecting all such accesses.
Link: https://lkml.kernel.org/r/20211110145758.16558-3-sj@kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| core-test.h | ||
| core.c | ||
| dbgfs-test.h | ||
| dbgfs.c | ||
| Kconfig | ||
| Makefile | ||
| paddr.c | ||
| prmtv-common.c | ||
| prmtv-common.h | ||
| reclaim.c | ||
| vaddr-test.h | ||
| vaddr.c | ||