]> git.proxmox.com Git - pve-kernel.git/commit
backport fix for NFS memory leak master
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 16 May 2024 09:06:30 +0000 (11:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 May 2024 07:56:28 +0000 (09:56 +0200)
commitac2f007218e6ea62e1d4f27e09d8ff18b2360fce
treedcebc8932dc479022da534cf1660f45806ff5371
parentb64e8213a6cd5df26236ccde4edea1ef8528482d
backport fix for NFS memory leak

Reported in the community forum [0] and easy to reproduce by doing
e.g.
> while true; do mount -t nfs 192.168.20.148:/rpool/data /mnt/test; done
from another node for a share that does not exist or for which the
client has no permissions.

[0]: https://forum.proxmox.com/threads/146649

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
patches/kernel/0015-SUNRPC-Fix-a-slow-server-side-memory-leak-with-RPC-o.patch [new file with mode: 0644]