[Public] > -----Original Message----- > From: Stewart Hildebrand <[email protected]> > Sent: Thursday, October 30, 2025 5:26 AM > To: Penny, Zheng <[email protected]>; [email protected]; xen- > [email protected] > Cc: Huang, Ray <[email protected]>; [email protected]; Andrew > Cooper <[email protected]>; Anthony PERARD > <[email protected]>; Orzel, Michal <[email protected]>; Jan > Beulich <[email protected]>; Julien Grall <[email protected]>; Roger Pau Monné > <[email protected]>; Stefano Stabellini <[email protected]>; Bertrand > Marquis <[email protected]>; Volodymyr Babchuk > <[email protected]>; Alistair Francis <[email protected]>; > Bob Eshleman <[email protected]>; Connor Davis > <[email protected]>; Nathan Studer <[email protected]>; > Stewart Hildebrand <[email protected]>; Dario Faggioli <[email protected]>; > Juergen Gross <[email protected]>; George Dunlap <[email protected]>; Daniel > P. Smith <[email protected]> > Subject: Re: [PATCH v3 05/28] xen/sysctl: replace CONFIG_SYSCTL with > CONFIG_MGMT_DOMCTL > > On 10/13/25 06:15, Penny Zheng wrote: > > Rename all the CONFIG_SYSCTL into CONFIG_MGMT_HYPERCALLS to help > > provide a single option to manage all unnecessary hypercalls, > > including sysctl, domctl, etc, in dom0less system and PV shim mode, > > which could also make it easier to support randconfigs. > > While doing the replacement, we fix some bugs on xsm system: > > - wrap the whole xsm function to avoid bringing unreachable codes when > > MGMT_DOMCTL=n > > - add missing wrapping in include/xsm/dummy.h > > > > Suggested-by: Stefano Stabellini <[email protected]> > > Signed-off-by: Penny Zheng <[email protected]> > > Reviewed-by: Stefano Stabellini <[email protected]> > Shouldn't the title of the patch use CONFIG_MGMT_HYPERCALLS, not > CONFIG_MGMT_DOMCTL? >
Oh, typo, so sorry > Regardless, for ARINC 653: > > Acked-by: Stewart Hildebrand <[email protected]> thx
