On Thu, Nov 25 2021 at 14:24, Maulik Shah wrote: > bool tick_nohz_enabled __read_mostly = true; > +EXPORT_SYMBOL(tick_nohz_enabled); If any of this gets ever exported then with EXPORT_SYMBOL_GPL(), but I agree with Rafael that there is no real value for this, so the exports are not required either. Thanks, tglx