The real realtime preemption end game
The real realtime preemption end game
Posted Nov 19, 2023 18:29 UTC (Sun) by kreijack (guest, #43513)In reply to: The real realtime preemption end game by mirabilos
Parent article: The real realtime preemption end game
So the problem is not to find a fixed area where store the data, but avoid that this area is cleaned up during a reboot.
And this cannot be done in a generic way.
The kind of reboot that I am talking, is the one that allow you to exit from a "crash", so I think that we are talking about an hard reboot. And an hard reboot implies the memory cleanup.
Think if this wouldn't exists: this would allow to extract from the memory some secret with a simple reboot at the "right time"; it would be a giant security hole.
The pstore back-ends in the x86 are mostly two: the first one relies on the UEFI variable storage; the second one relies on the ACPI-ERST, which is like a flash memory.
