From: Alice Mitchell on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails.
This enables the partner supported AFS module in RHEL and splits the built components out into a sub-package as per policy they should not be shipped as part of a release but instead be delivered to the partner.
Buzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2039020 Upstream Status: RHEL only
Signed-off-by: Alice Mitchell ajmitchell@redhat.com
--- redhat/configs/ark/generic/CONFIG_AFS_FS | 1 - redhat/configs/ark/generic/CONFIG_AF_RXRPC | 1 - redhat/configs/fedora/generic/CONFIG_AFS_DEBUG => redhat/configs/common/generic/CONFIG_AFS_DEBUG | 0 redhat/configs/fedora/generic/CONFIG_AFS_DEBUG_CURSOR => redhat/configs/common/generic/CONFIG_AFS_DEBUG_CURSOR | 0 redhat/configs/fedora/generic/CONFIG_AFS_FS => redhat/configs/common/generic/CONFIG_AFS_FS | 0 redhat/configs/fedora/generic/CONFIG_AFS_FSCACHE => redhat/configs/common/generic/CONFIG_AFS_FSCACHE | 0 redhat/configs/fedora/generic/CONFIG_AF_RXRPC => redhat/configs/common/generic/CONFIG_AF_RXRPC | 0 redhat/configs/fedora/generic/CONFIG_AF_RXRPC_DEBUG => redhat/configs/common/generic/CONFIG_AF_RXRPC_DEBUG | 0 redhat/configs/fedora/generic/CONFIG_AF_RXRPC_INJECT_LOSS => redhat/configs/common/generic/CONFIG_AF_RXRPC_INJECT_LOSS | 0 redhat/configs/fedora/generic/CONFIG_AF_RXRPC_IPV6 => redhat/configs/common/generic/CONFIG_AF_RXRPC_IPV6 | 0 redhat/configs/common/generic/CONFIG_RXKAD | 1 + redhat/Makefile | 1 + redhat/kernel.spec.template | 58 ++++++++++ redhat/mod-partner.list | 2 + 14 files changed, 62 insertions(+), 2 deletions(-)
From: Alice Mitchell on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784#note_9993398...
Rebased again to a version which builds in brew now.
From: Alice Mitchell on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784#note_1006285...
These changes were made, just trying to close the issue.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784#note_1008380...
@herton @jmflinuxtx are you guys alright with how this integrates into the spec file?
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1784#note_1009009...
Yes it looks good to me.
kernel@lists.fedoraproject.org