-
- Downloads
[AX25]: Make ax2asc thread-proof
Ax2asc was still using a static buffer for all invocations which isn't exactly SMP-safe. Change ax2asc to take an additional result buffer as the argument. Change all callers to provide such a buffer. Signed-off-by:Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/ax25.h 1 addition, 1 deletioninclude/net/ax25.h
- net/ax25/af_ax25.c 4 additions, 3 deletionsnet/ax25/af_ax25.c
- net/ax25/ax25_addr.c 1 addition, 2 deletionsnet/ax25/ax25_addr.c
- net/ax25/ax25_route.c 5 additions, 2 deletionsnet/ax25/ax25_route.c
- net/ax25/ax25_uid.c 3 additions, 1 deletionnet/ax25/ax25_uid.c
- net/netrom/af_netrom.c 4 additions, 3 deletionsnet/netrom/af_netrom.c
- net/netrom/nr_route.c 5 additions, 3 deletionsnet/netrom/nr_route.c
- net/rose/af_rose.c 4 additions, 2 deletionsnet/rose/af_rose.c
- net/rose/rose_route.c 9 additions, 5 deletionsnet/rose/rose_route.c
- net/rose/rose_subr.c 3 additions, 2 deletionsnet/rose/rose_subr.c
Loading
Please register or sign in to comment