Netdev List
 help / color / mirror / Atom feed
* Regarding possible bug in net/wan/x25_asy.c
@ 2020-08-23 15:28 Madhuparna Bhowmik
  2020-08-23 19:12 ` Xie He
  0 siblings, 1 reply; 5+ messages in thread
From: Madhuparna Bhowmik @ 2020-08-23 15:28 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, xie.he.0141; +Cc: andrianov, netdev

Hello,

I have the following doubt:

sl->xhead is modified in both x25_asy_change_mtu() and
x25_asy_write_wakeup(). However, sl->lock is not held in
x25_asy_write_wakeup(). So, I am not sure if it is indeed possible to
have a race between these two functions. If it is possible that these
two functions can execute in parallel then the lock should be held in
x25_asy_write_wakeup() as well. Please let me know if this race is
possible.

Thanks and regards,
Madhuparna

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

end of thread, other threads:[~2020-08-26 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-23 15:28 Regarding possible bug in net/wan/x25_asy.c Madhuparna Bhowmik
2020-08-23 19:12 ` Xie He
2020-08-24 14:13   ` Madhuparna Bhowmik
2020-08-24 20:49     ` Xie He
2020-08-26 14:35       ` Madhuparna Bhowmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox