Re: [PATCH v2 1/2] xen/common: annotate saved_cmdline with __ro_after_init
Jan Beulich <[email protected]> Mon, 3 Aug 2026 09:03:46 +0200
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03.08.2026 09:00, [email protected] wrote: > From: Denis Mukhin <[email protected]> > > The hypervisor command line is not modified after initialization. > Annotate saved_cmdline with __ro_after_init to place it in the > dedicated read-only-after-init section. > > Suggested-by: Jan Beulich <[email protected]> > Signed-off-by: Denis Mukhin <[email protected]> Acked-by: Jan Beulich <[email protected]>