On Thu, 20 Jun 2024 00:48:56 +0200 Vlastimil Babka <vbabka@xxxxxxx> wrote: > @@ -86,6 +104,7 @@ static void populate_error_injection_list(struct error_injection_entry *start, > ent->start_addr = entry; > ent->end_addr = entry + size; > ent->etype = iter->etype; > + ent->key = (struct static_key *) iter->static_key_addr; Nit, should there be a space between the typecast and the "iter"? > ent->priv = priv; > INIT_LIST_HEAD(&ent->list); > list_add_tail(&ent->list, &error_injection_list); Reviewed-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> -- Steve