You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components: gate CONFIG_PAGE_OFFSET page_offset pin on PAGE_OFFSET_FROM_CONFIG
boot_config and proc_config emitted CONFIG_PAGE_OFFSET as a REGION_PAGE_OFFSET
base record, which page_offset_from_landmark pins to Q_PAGE_OFFSET via
C_EQUALS — with no arch gate. CONFIG_PAGE_OFFSET equals the runtime
page_offset only on PAGE_OFFSET_FROM_CONFIG arches (x86_32, arm32); on any
arch whose CONFIG_PAGE_OFFSET differs from the running base, that pin would
exclude the truth. (Latent today only because ppc, the one supported arch in
that bucket, is PAGE_OFFSET_INVARIANT.)
Gate both emissions on PAGE_OFFSET_FROM_CONFIG, mirroring the scalar path
(bootconfig_facts -> page_offset_from_config). Gating, not removing:
proc_config's /proc/config.gz is a source the scalar path does not read.
Mark get_kconfig_page_offset __attribute__((unused)) since its call sites are
now conditional.
0 commit comments