From: Dorinda Bassey dbassey@redhat.com
redhat/configs: automotive: Disable MRP/8021Q_MVRP Protocol
Upstream Status: RHEL only
Disable The MRP/8021Q_MVRP Protocol. This also automatically disables it's related dependencies
This is needed to satisfy a requirement of FuSa efforts for RHIVOS.
Link: https://issues.redhat.com/browse/RHEL-75478
Signed-off-by: Dorinda Bassey dbassey@redhat.com
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_MRP b/redhat/configs/rhel/automotive/generic/CONFIG_MRP new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/automotive/generic/CONFIG_MRP @@ -0,0 +1 @@ +# CONFIG_MRP is not set diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q_MVRP b/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q_MVRP new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q_MVRP @@ -0,0 +1 @@ +# CONFIG_VLAN_8021Q_MVRP is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3608
From: Felix Maurer on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3608#note_2329791...
I think it is not necessary to explicitly disable CONFIG_MRP. It was previously only selected by CONFIG_VLAN_8021Q_MVRP, with that being disabled, there is nothing (explicitly or implicitly) enabling CONFIG_MRP.
From: Dorinda Bassey on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3608#note_2334282...
right!
kernel@lists.fedoraproject.org