mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
d78f3853f8
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 |