On 20.02.2023 12:59, Andrew Cooper wrote:
> This fixes two issues preventing livepatching. First, that #PF and NMI fall
> through into other functions,
I thought this was deliberate, aiming at avoiding the unconditional branch
for the most commonly taken path each. I'm not really opposed to the c
This fixes two issues preventing livepatching. First, that #PF and NMI fall
through into other functions, and second to add ELF metadata.
Use a macro to generate the entrypoints programatically, rather than
opencoding them all. Switch to using the architectural short names.
Remove the DECLARE_T