]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/netlink: Correct the comment on netlink message max cap
authorDmitry Safonov <0x7f454c46@gmail.com>
Wed, 13 Nov 2024 18:46:44 +0000 (18:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 16 Nov 2024 00:14:16 +0000 (16:14 -0800)
commite51edeaf3506654ebd62c16e0ddf58da271b5200
tree5341b5b9b1cd150c2ce4d2bb87aadee5c0dcaa80
parent253239044808e0036f4e36b0347d161b893c4767
net/netlink: Correct the comment on netlink message max cap

Since commit d35c99ff77ec ("netlink: do not enter direct reclaim from
netlink_dump()") the cap is 32KiB.

Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Link: https://patch.msgid.link/20241113-tcp-md5-diag-prep-v2-5-00a2a7feb1fa@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/netlink/af_netlink.c