linux/samples/damon
SJ Park b1cc60c13b samples/damon/prcl: do not stop DAMON for damon_call() failure
damon_call() failure was causing the context to be stopped, but
asynchronously by the kdamond thread.  To handle the race, the caller had
to stop the context.  damon_call() is updated to do the stop on its own. 
Remove the damon_stop() call from the damon_call() error handling.

Link: https://lore.kernel.org/20260706140628.87414-12-sj@kernel.org
Signed-off-by: SJ Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2026-08-04 19:18:32 -07:00
..
Kconfig samples/damon: fix typos in Kconfig help text 2026-07-30 19:40:22 -07:00
Makefile samples/damon: implement a DAMON module for memory tiering 2025-05-12 23:50:30 -07:00
mtier.c samples/damon/mtier: stop all contexts with single damon_stop() call 2026-08-04 19:18:31 -07:00
prcl.c samples/damon/prcl: do not stop DAMON for damon_call() failure 2026-08-04 19:18:32 -07:00
wsse.c samples/damon/wsse: do not stop ctx for damon_call() failure 2026-08-04 19:18:32 -07:00