Bug 26843

Summary: No addition tcp congestion control because kernel CONFIG_TCP_CONG_ADVANCED is not set
Product: Mageia Reporter: Zamir Ostroukhov <zamiron>
Component: RPM PackagesAssignee: Kernel and Drivers maintainers <kernel>
Status: RESOLVED OLD QA Contact:
Severity: enhancement    
Priority: Normal    
Version: 7   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: kernel CVE:
Status comment:

Description Zamir Ostroukhov 2020-06-21 20:56:52 CEST
Description of problem:
No addition tcp congestion control.
CONFIG_TCP_CONG_ADVANCED is not set in kernel.

Version-Release number of selected component (if applicable):
All releases of kernel.

How reproducible:
Always.

Steps to Reproduce:
1. modprobe tcp_westwood
2. sysctl net.ipv4.tcp_available_congestion_control

* Mageia:
# rpm -ql kernel-desktop-5.5.15-3.mga7-1-1.mga7 | grep tcp_
# sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_available_congestion_control = reno cubic

* CentOS:
# rpm -ql kernel-3.10.0-514.el7.x86_64 | grep tcp_
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_bic.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_dctcp.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_diag.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_highspeed.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_htcp.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_hybla.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_illinois.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_lp.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_scalable.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_vegas.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_veno.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_westwood.ko
/lib/modules/3.10.0-514.el7.x86_64/kernel/net/ipv4/tcp_yeah.ko
# modprobe tcp_bic
# modprobe tcp_dctcp
# modprobe tcp_diag
# modprobe tcp_highspeed
# modprobe tcp_htcp
# modprobe tcp_hybla
# modprobe tcp_illinois
# modprobe tcp_lp
# modprobe tcp_scalable
# modprobe tcp_vegas
# modprobe tcp_veno
# modprobe tcp_westwood
# modprobe tcp_yeah
# sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_available_congestion_control = cubic reno bic dctcp highspeed htcp hybla illinois lp scalable vegas veno westwood yeah
Comment 1 Lewis Smith 2020-06-26 21:30:55 CEST
Thank you for the suggestion.
Assigning to the kernel team.

Assignee: bugsquad => kernel
Summary: No addition tcp congestion control // kernel CONFIG_TCP_CONG_ADVANCED is not set => No addition tcp congestion control because kernel CONFIG_TCP_CONG_ADVANCED is not set

Comment 2 Aurelien Oudelet 2021-07-06 13:16:23 CEST
Mageia 7 is EOL since July 1st 2021.
There will not have any further bugfix for this release.

You are encouraged to upgrade to Mageia 8 as soon as possible.

@reporter, if this bug still apply with Mageia 8, please let us know it.

@packager, if you work on the Mageia 7 version of your package, please check the Mageia 8 package if issue is also present. In this case, please fix the Mageia 8 version instead.

This bug report will be closed OLD if there is no further notice within 1st September 2021.
Comment 3 Marja Van Waes 2021-09-07 14:11:05 CEST
Hi bug reporter and hi assignee and others involved,

Please reopen this bug report if it is still valid for Mageia 8 or 9(cauldron), and change "Version:" in the upper left of this report accordingly.

This report is being closed as OLD because it was filed against Mageia 7, for which  support ended on June 30th 2021.

Thanks,
Marja

Resolution: (none) => OLD
Status: NEW => RESOLVED