Searched hist:"044175 a06706d516aa42874bb44dbbfc3c4d20eb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | xdp_sock.h | diff 044175a06706d516aa42874bb44dbbfc3c4d20eb Wed Mar 13 09:15:49 CDT 2019 Björn Töpel <bjorn.topel@intel.com> xsk: fix umem memory leak on cleanup
When the umem is cleaned up, the task that created it might already be gone. If the task was gone, the xdp_umem_release function did not free the pages member of struct xdp_umem.
It turned out that the task lookup was not needed at all; The code was a left-over when we moved from task accounting to user accounting [1].
This patch fixes the memory leak by removing the task lookup logic completely.
[1] https://lore.kernel.org/netdev/20180131135356.19134-3-bjorn.topel@gmail.com/
Link: https://lore.kernel.org/netdev/c1cb2ca8-6a14-3980-8672-f3de0bb38dfd@suse.cz/ Fixes: c0c77d8fb787 ("xsk: add user memory registration support sockopt") Reported-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/net/xdp/ |
H A D | xdp_umem.c | diff 044175a06706d516aa42874bb44dbbfc3c4d20eb Wed Mar 13 09:15:49 CDT 2019 Björn Töpel <bjorn.topel@intel.com> xsk: fix umem memory leak on cleanup
When the umem is cleaned up, the task that created it might already be gone. If the task was gone, the xdp_umem_release function did not free the pages member of struct xdp_umem.
It turned out that the task lookup was not needed at all; The code was a left-over when we moved from task accounting to user accounting [1].
This patch fixes the memory leak by removing the task lookup logic completely.
[1] https://lore.kernel.org/netdev/20180131135356.19134-3-bjorn.topel@gmail.com/
Link: https://lore.kernel.org/netdev/c1cb2ca8-6a14-3980-8672-f3de0bb38dfd@suse.cz/ Fixes: c0c77d8fb787 ("xsk: add user memory registration support sockopt") Reported-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|