1/4
mm/damon/core: handle NULL ctx parameter in damon_call()
[mm/damon/core: handle NULL ctx parameter in damon_call()] When NULL damon_ctx pointer parameter is passed, damon_call() could do NULL dereference. The caller is responsible to avoid that. It is eas