From e9b5520addcfa19f4a051a1926ed3ce934d999be Mon Sep 17 00:00:00 2001 From: Mandeep Plaha <99760213+mandeepsplaha@users.noreply.github.com> Date: Mon, 21 Nov 2022 16:58:50 -0800 Subject: [PATCH] Enable modules for TCP Congestion Algorithms; Add kernel-hci-drivers-gpu package (#4217) (#4273) Co-authored-by: Vince Perri <5596945+vinceaperri@users.noreply.github.com> --- SPECS/kernel-hci/config | 30 +++++++++++++++--------------- SPECS/kernel-hci/kernel-hci.spec | 15 +++++++++++++++ 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/SPECS/kernel-hci/config b/SPECS/kernel-hci/config index 20ebede28ff..d5dc51654fc 100644 --- a/SPECS/kernel-hci/config +++ b/SPECS/kernel-hci/config @@ -1088,22 +1088,22 @@ CONFIG_INET_TCP_DIAG=m # CONFIG_INET_RAW_DIAG is not set # CONFIG_INET_DIAG_DESTROY is not set CONFIG_TCP_CONG_ADVANCED=y -# CONFIG_TCP_CONG_BIC is not set +CONFIG_TCP_CONG_BIC=m CONFIG_TCP_CONG_CUBIC=y -# CONFIG_TCP_CONG_WESTWOOD is not set -# CONFIG_TCP_CONG_HTCP is not set -# CONFIG_TCP_CONG_HSTCP is not set -# CONFIG_TCP_CONG_HYBLA is not set -# CONFIG_TCP_CONG_VEGAS is not set -# CONFIG_TCP_CONG_NV is not set -# CONFIG_TCP_CONG_SCALABLE is not set -# CONFIG_TCP_CONG_LP is not set -# CONFIG_TCP_CONG_VENO is not set -# CONFIG_TCP_CONG_YEAH is not set -# CONFIG_TCP_CONG_ILLINOIS is not set -# CONFIG_TCP_CONG_DCTCP is not set -# CONFIG_TCP_CONG_CDG is not set -# CONFIG_TCP_CONG_BBR is not set +CONFIG_TCP_CONG_WESTWOOD=m +CONFIG_TCP_CONG_HTCP=m +CONFIG_TCP_CONG_HSTCP=m +CONFIG_TCP_CONG_HYBLA=m +CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_NV=m +CONFIG_TCP_CONG_SCALABLE=m +CONFIG_TCP_CONG_LP=m +CONFIG_TCP_CONG_VENO=m +CONFIG_TCP_CONG_YEAH=m +CONFIG_TCP_CONG_ILLINOIS=m +CONFIG_TCP_CONG_DCTCP=m +CONFIG_TCP_CONG_CDG=m +CONFIG_TCP_CONG_BBR=m CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="cubic" diff --git a/SPECS/kernel-hci/kernel-hci.spec b/SPECS/kernel-hci/kernel-hci.spec index 4166bc5e424..4ffa2326abb 100644 --- a/SPECS/kernel-hci/kernel-hci.spec +++ b/SPECS/kernel-hci/kernel-hci.spec @@ -98,6 +98,14 @@ Requires: %{name} = %{version}-%{release} %description drivers-accessibility This package contains the Linux kernel accessibility support +%package drivers-gpu +Summary: Kernel gpu modules +Group: System Environment/Kernel +Requires: %{name} = %{version}-%{release} + +%description drivers-gpu +This package contains the Linux kernel gpu support + %package drivers-sound Summary: Kernel Sound modules Group: System Environment/Kernel @@ -323,6 +331,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg %post drivers-accessibility /sbin/depmod -a %{uname_r} +%post drivers-gpu +/sbin/depmod -a %{uname_r} + %post drivers-sound /sbin/depmod -a %{uname_r} @@ -357,6 +368,10 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg %defattr(-,root,root) /lib/modules/%{uname_r}/kernel/drivers/accessibility +%files drivers-gpu +%defattr(-,root,root) +/lib/modules/%{uname_r}/kernel/drivers/gpu + %files drivers-sound %defattr(-,root,root) /lib/modules/%{uname_r}/kernel/sound