Skip to content

Add support to rh_waived cmdline boot parameter

Ricardo Robaina requested to merge rrobaina/kernel-ark:RHEL-26170 into os-build

JIRA: https://issues.redhat.com/browse/RHEL-26170

Upstream Status: RHEL only

Add support to a standard mechanism to hide waived features
behind a common cmdline parameter in RHEL, called rh_waived.

Depends: https://issues.redhat.com/browse/RHEL-32987

Signed-off-by: Ricardo Robaina rrobaina@redhat.com

Ricardo Robaina (1):
Add support to rh_waived cmdline boot parameter

.../admin-guide/kernel-parameters.txt | 11 +++
.../admin-guide/rh-waived-features.rst | 21 +++++
include/linux/rh_waived.h | 19 +++++
kernel/Makefile | 2 +-
kernel/rh_waived.c | 85 +++++++++++++++++++
5 files changed, 137 insertions(+), 1 deletion(-)
create mode 100644 Documentation/admin-guide/rh-waived-features.rst
create mode 100644 include/linux/rh_waived.h
create mode 100644 kernel/rh_waived.c

Edited by Ricardo Robaina

Merge request reports