Quoting Chris Wilson (2020-07-23 19:33:48)
Avoid exposing a partially constructed context by deferring the list_add() from the initial construction to the end of registration. Otherwise, if we peek into the list of contexts from inside debugfs, we may see the partially constructed context and change down some dangling
s/change/chase/
incomplete pointers.