Bug 20312
Summary: | System freeze with multiples of 32 in /proc/sys/net/ipv4/tcp_adv_win_scale | ||
---|---|---|---|
Product: | Networking | Reporter: | Tobias Schmidbauer (tobs651) |
Component: | IPV4 | Assignee: | Alexey Dobriyan (adobriyan) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | adobriyan, florian, martin.steigerwald, Martin |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.36-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Tobias Schmidbauer
2010-10-14 14:43:15 UTC
Identical results on 32bit and 64bit systems fixed in 2.6.37-rc4 "tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)" Thanks a lot, Alexey. Verified: shambhala:~#1> LANG=C echo 32 > /proc/sys/net/ipv4/tcp_adv_win_scale echo: write error: invalid argument shambhala:~#1> LANG=C echo 31 > /proc/sys/net/ipv4/tcp_adv_win_scale shambhala:~> LANG=C echo -31 > /proc/sys/net/ipv4/tcp_adv_win_scale shambhala:~> LANG=C echo -32 > /proc/sys/net/ipv4/tcp_adv_win_scale echo: write error: invalid argument On 2.6.37-rc5. commit 0147fc058d11bd4009b126d09974d2c8f48fef15 Author: Alexey Dobriyan <adobriyan@gmail.com> Date: Mon Nov 22 12:54:21 2010 +0000 tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) |