[Public] > -----Original Message----- > From: Jan Beulich <jbeul...@suse.com> > Sent: Tuesday, July 8, 2025 9:47 PM > To: Penny, Zheng <penny.zh...@amd.com> > Cc: Huang, Ray <ray.hu...@amd.com>; Stefano Stabellini > <sstabell...@kernel.org>; Andrew Cooper <andrew.coop...@citrix.com>; Roger > Pau Monné <roger....@citrix.com>; Anthony PERARD > <anthony.per...@vates.tech>; Orzel, Michal <michal.or...@amd.com>; Julien > Grall <jul...@xen.org>; Stabellini, Stefano <stefano.stabell...@amd.com>; > Sergiy > Kibrik <sergiy_kib...@epam.com>; xen-devel@lists.xenproject.org > Subject: Re: [PATCH 11/11] xen/sysctl: wrap around sysctl hypercall > > On 07.07.2025 05:13, Penny Zheng wrote: > > --- a/xen/arch/x86/configs/pvshim_defconfig > > +++ b/xen/arch/x86/configs/pvshim_defconfig > > @@ -28,3 +28,4 @@ CONFIG_EXPERT=y > > # CONFIG_GDBSX is not set > > # CONFIG_PM_OP is not set > > # CONFIG_PM_STATS is not set > > +# CONFIG_SYSCTL is not set > > Beyond what I said in reply to patch 4, LIVEPATCH for example also shouldn't > be > needed here anymore, for similarly depending on SYSCTL. You will want to go > through the entire file to check what can now be pruned off. >
Understood > Jan