On 15.08.2025 12:23, Sergiy Kibrik wrote: > --- a/docs/misc/xen-command-line.pandoc > +++ b/docs/misc/xen-command-line.pandoc > @@ -238,6 +238,15 @@ loops for Queued Invalidation completions.** > Specify a maximum amount of available memory, to which Xen will clamp > the e820 table. > > +### avc_prealloc
In addition to what Andrew said, please prefer dashes over underscores in new options. > @@ -97,6 +99,9 @@ static struct avc_cache avc_cache; > > static DEFINE_RCU_READ_LOCK(avc_rcu_lock); > > +bool __read_mostly opt_avc_prealloc = false; __ro_after_init? Jan