Roger Pau Monné d9b664fd45 xen-netback: fix LOR
lock order reversal: (sleepable after non-sleepable)
 1st 0xfffffe00357ff538 xnb_softc (xen netback softc lock) @ /usr/src/sys/dev/xen/netback/netback.c:1069
 2nd 0xffffffff81fdccb0 intrsrc (intrsrc) @ /usr/src/sys/x86/x86/intr_machdep.c:224

There's no need to hold the lock since the cleaning of the interrupt
cannot happen in parallel due to the XNBF_IN_SHUTDOWN flag being set.
Note that the locking in netback needs some improvement or
clarification.

While there also remove a double newline.

Sponsored by:   Citrix Systems R&D
2018-06-26 14:07:11 +00:00
..
2018-06-01 19:42:59 +00:00
2018-05-24 17:06:00 +00:00
2018-05-06 00:45:41 +00:00
2018-06-15 02:28:36 +00:00
2018-05-22 15:49:23 +00:00
2018-04-13 20:30:49 +00:00
2018-05-28 02:34:38 +00:00
2018-06-11 08:11:35 +00:00
2018-05-15 13:30:59 +00:00
2018-03-14 18:27:06 +00:00
2018-03-28 07:59:16 +00:00
2018-06-20 22:16:46 +00:00
2018-06-07 13:57:34 +00:00
2018-05-25 19:00:28 +00:00
2018-04-08 22:59:34 +00:00
2018-05-25 03:34:33 +00:00
2018-04-13 20:30:49 +00:00
2018-04-28 17:43:20 +00:00
2018-04-23 16:38:27 +00:00
2018-06-11 19:34:47 +00:00
2018-06-25 11:12:21 +00:00
2018-06-26 14:07:11 +00:00