netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] fix tx buffer concurrent access protection
@ 2021-09-26 11:01 Ziyang Xuan
  2021-09-26 11:01 ` [PATCH net 1/2] can: isotp: add result check for wait_event_interruptible() Ziyang Xuan
  2021-09-26 11:01 ` [PATCH net 2/2] can: isotp: fix tx buffer concurrent access in isotp_sendmsg() Ziyang Xuan
  0 siblings, 2 replies; 4+ messages in thread
From: Ziyang Xuan @ 2021-09-26 11:01 UTC (permalink / raw)
  To: socketcan; +Cc: mkl, davem, kuba, linux-can, netdev, linux-kernel

Fix tx buffer concurrent access protection in isotp_sendmsg().

Ziyang Xuan (2):
  can: isotp: add result check for wait_event_interruptible()
  can: isotp: fix tx buffer concurrent access in isotp_sendmsg()

 net/can/isotp.c | 46 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 32 insertions(+), 14 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-30  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-26 11:01 [PATCH net 0/2] fix tx buffer concurrent access protection Ziyang Xuan
2021-09-26 11:01 ` [PATCH net 1/2] can: isotp: add result check for wait_event_interruptible() Ziyang Xuan
2021-09-26 11:01 ` [PATCH net 2/2] can: isotp: fix tx buffer concurrent access in isotp_sendmsg() Ziyang Xuan
2021-09-30  5:47   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).