Skip to content

Commit 31f5e1f

Browse files
aron-silvertonSomasundaram Krishnasamy
authored andcommitted
uek-rpm: Enable RDS_ACL in UEK5
While forward porting RDS from UEK4 to UEK5 it was necessary to introduce a mechanism to selectively enable the IPoIB ACL feature. Without this, we would not have been able to successfully compile each RDS commit one-by-one. The UEK4 commit that introduced IPoIB ACL to RDS was: 25e58c2 RDS: IB: enforce IP anti-spoofing based on ACLs and it was ported to UEK5 as: 4e9ea3a RDS: IB: enforce IP anti-spoofing based on ACLs While forward porting this commit, a new kernel configuration option was introduced to control whether the feature is on or off. Orabug: 27503146 Signed-off-by: Aron Silverton <[email protected]> Reviewed by: Victor Erminpour <[email protected]> Reviewed-by: Gerd Rausch <[email protected]> Signed-off-by: Aron Silverton <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]>
1 parent 8223387 commit 31f5e1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

uek-rpm/ol7/config-x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,7 @@ CONFIG_INET_SCTP_DIAG=m
14181418
CONFIG_RDS=m
14191419
CONFIG_RDS_RDMA=m
14201420
CONFIG_RDS_TCP=m
1421+
CONFIG_RDS_ACL=y
14211422
# CONFIG_RDS_DEBUG is not set
14221423
# CONFIG_TIPC is not set
14231424
CONFIG_ATM=m

uek-rpm/ol7/config-x86_64-debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,7 @@ CONFIG_INET_SCTP_DIAG=m
14221422
CONFIG_RDS=m
14231423
CONFIG_RDS_RDMA=m
14241424
CONFIG_RDS_TCP=m
1425+
CONFIG_RDS_ACL=y
14251426
# CONFIG_RDS_DEBUG is not set
14261427
# CONFIG_TIPC is not set
14271428
CONFIG_ATM=m

0 commit comments

Comments
 (0)