mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
JIRA: https://issues.redhat.com/browse/RHEL-122981
Conflicts: Minor context difference due to RHEL-only commit
c7db2acb57 ("kernel: Add redhat code")
This patch is a backport of the following RHEL-only commit:
commit 659bcb087790263f589f90a4b6cd75a3f2c8a89c
Author: Ricardo Robaina <rrobaina@redhat.com>
Date: Fri May 10 20:31:21 2024 -0300
rh_flags: Rename rh_features to rh_flags
JIRA: https://issues.redhat.com/browse/RHEL-32987
Conflicts:
- Unrelated hunks dropped
- Minor context differences due to 76106c6dac3 ('add support for rh_features')
and d756b75a7f90 ('rh_features: move rh_features entry to sys/kernel')
This patch is a backport of the following upstream commit:
commit dd996f09078abf3d8a8ef1ac77616297bc77b598
Author: Prarit Bhargava <prarit@redhat.com>
Date: Tue Nov 9 09:52:38 2021 -0500
rh_flags: Rename rh_features to rh_flags
Bugzilla: https://bugzilla.redhat.com/2021700
Upstream Status: RHEL only
Features implies that this code can only be used to indicate
functionality, however, I'd like to also use these as debug flags.
Rename rh_features to rh_flags, and change the output to indicate "Red
Hat Flags" instead of "Features".
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>