> DEFINE_TIMER() marks a timer as statically initialized for debugobjects. > An automatic local timer instead needs timer_setup_on_stack() and the > corresponding on-stack destruction before leaving scope. > > Add ASSERT_STATIC_STORAGE() to catch automatic declarations at compile > time. The timer lockdep key is already static; this check enforces the > debugobjects storage contract. Leave __TIMER_INITIALIZER() unchanged. > > Assisted-by: OpenAI Codex > Signed-off-by: Yury Norov <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=12

