Thomas Weißschuh 39162d9348 log: fixup log_head after relocating global data
When `gd` is relocated during `spl_relocate_stack_gd()` the
doubly-linked circular list in the `log_head` member is broken.

The last element of the list should point back to the initial
`list_head`, but as the initial `list_head` is moved the pointer becomes
stale. As a result the loop in `log_dispatch` would never finish.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
2024-03-02 12:26:56 -05:00
..
2023-11-16 13:49:14 -05:00
2023-11-16 13:49:14 -05:00
2023-11-16 13:49:14 -05:00
2023-11-16 13:49:14 -05:00
2023-11-16 13:49:14 -05:00
2023-07-30 18:53:08 +02:00
2022-09-25 08:30:05 -06:00