commit | 3cd55d49a2ee5d74f019b1a4c32ab28a9ce5e1d3 | [log] [tgz] |
---|---|---|
author | Jan Klötzke <jan@kloetzke.net> | Mon Dec 16 22:56:50 2019 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 22 13:32:06 2020 +0100 |
tree | e92374eb03e98c8c0ed814eebeb93fd913a59039 | |
parent | 12aa68d10fdcc5bd2d9385506d11aed3a0c2eaf1 [diff] |
mdev: increase netlink buffer sizes The socket receive buffer turned out to be too small for real world systems. Use the same size as udevd to be on the safe side. As this is just a limit and the memory is not allocated by the kernel until really needed there is actually no memory wasted. Signed-off-by: Jan Klötzke <jan@kloetzke.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>