mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-12 22:10:32 +00:00
![Ralf Baechle](/assets/img/avatar_default.png)
The recent fix 0506d4068bad834aab1141b5dc5e748eb175c6b3 made obvious that error values were not being propagated through the AX.25 stack. To help with that this patch marks all kmalloc users in the AX.25, NETROM and ROSE stacks as __must_check. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>