Re: [PATCH v5 10/44] x86/boot: introduce boot module flags

2024-10-09 Thread Jan Beulich
On 07.10.2024 22:02, Jason Andryuk wrote: > On 2024-10-06 17:49, Daniel P. Smith wrote: >> The existing startup code employs various ad-hoc state tracking about certain >> boot module types by each area of the code. A boot module flags is added to >> enable tracking these different states. The fir

Re: [PATCH v5 10/44] x86/boot: introduce boot module flags

2024-10-09 Thread Daniel P. Smith
On 10/7/24 16:02, Jason Andryuk wrote: On 2024-10-06 17:49, Daniel P. Smith wrote: The existing startup code employs various ad-hoc state tracking about certain boot module types by each area of the code. A boot module flags is added to enable tracking these different states.  The first state t

Re: [PATCH v5 10/44] x86/boot: introduce boot module flags

2024-10-07 Thread Jason Andryuk
On 2024-10-06 17:49, Daniel P. Smith wrote: The existing startup code employs various ad-hoc state tracking about certain boot module types by each area of the code. A boot module flags is added to enable tracking these different states. The first state to be transition by this commit is module

[PATCH v5 10/44] x86/boot: introduce boot module flags

2024-10-06 Thread Daniel P. Smith
The existing startup code employs various ad-hoc state tracking about certain boot module types by each area of the code. A boot module flags is added to enable tracking these different states. The first state to be transition by this commit is module relocation. Signed-off-by: Daniel P. Smith -