linux-stable/net/x25
Zheng Yongjun d0a1561cbd net/x25: Return the correct errno code
[ Upstream commit d773695866 ]

When kalloc or kmemdup failed, should return ENOMEM rather than ENOBUF.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-30 08:48:47 -04:00
..
af_x25.c net/x25: Return the correct errno code 2021-06-30 08:48:47 -04:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sysctl_net_x25.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
x25_dev.c net/x25: Fix x25_neigh refcnt leak when receiving frame 2020-05-02 17:24:17 +02:00
x25_facilities.c
x25_forward.c
x25_in.c
x25_link.c net, x25: convert x25_neigh.refcnt from atomic_t to refcount_t 2017-07-04 22:35:18 +01:00
x25_out.c
x25_proc.c
x25_route.c net, x25: convert x25_route.refcnt from atomic_t to refcount_t 2017-07-04 22:35:18 +01:00
x25_subr.c net/x25: Fix null-ptr-deref in x25_disconnect 2020-08-05 10:06:50 +02:00
x25_timer.c