Skip to content

replace CONFIG_PTE_MARKER with CONFIG_PTE_MARKER_UFFD_WP

Bugzilla: https://bugzilla.redhat.com/2136480

Depends: https://bugzilla.redhat.com/2120352

The changes for bz2120352 incorrectly created and the config variable CONFIG_PTE_MARKER. Upstream the config variable used is CONFIG_PTE_MARKER_UFFD_WP.

Add the config logic to set CONFIG_PTE_MARKER based on the value of CONFIG_PTE_MARKER_UFFD_WP.

Please note, this MR only deals with config scaffolding. The presence of a config variable does not imply support of the underlying functionality. That may be added in a later MR. Unlike ARK, CONFIG_PTE_MARKER_UFFD_WP is disabled in CS9 since we don't have the underlying functionality in place.

Signed-off-by: Chris von Recklinghausen crecklin@redhat.com

Merge request reports