Skip to content

Commit 89e1f9c

Browse files
author
Herton R. Krzesinski
committed
Merge: Enable kAFS and it's dependancies in RHEL
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1950 ## Summary of Changes This enables the partner supported AFS module and it's dependencies in RHEL and splits the built components out into a sub-package as per policy. Previously accepted into kernel-ark as [PR 1784](https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784) Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2039020 Jira: https://issues.redhat.com/browse/RHELPLAN-107323 Upstream Status: RHEL only Signed-off-by: Alice Mitchell <ajmitchell@redhat.com> Approved-by: Marc Dionne <mdionne@redhat.com> Approved-by: Herton R. Krzesinski <herton@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 237ad9f + 98be2a5 commit 89e1f9c

14 files changed

+70
-2
lines changed

redhat/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check
636636
kvm_stat.logrotate \
637637
mod-denylist.sh \
638638
mod-internal.list \
639+
mod-partner.list \
639640
mod-sign.sh \
640641
configs/flavors \
641642
configs/generate_all_configs.sh \

redhat/configs/ark/generic/CONFIG_AFS_FS

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/ark/generic/CONFIG_AF_RXRPC

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_AFS_DEBUG=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CONFIG_AFS_DEBUG_CURSOR is not set
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_AFS_FS=m
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_AFS_FSCACHE=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_AF_RXRPC=m
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_AF_RXRPC_DEBUG=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CONFIG_AF_RXRPC_INJECT_LOSS is not set

0 commit comments

Comments
 (0)