svn commit: r312524 - stable/11/sys/dev/cxgbe/tom
Navdeep Parhar
np at FreeBSD.org
Fri Jan 20 10:13:41 UTC 2017
Author: np
Date: Fri Jan 20 10:13:39 2017
New Revision: 312524
URL: https://svnweb.freebsd.org/changeset/base/312524
Log:
MFC r312368:
cxgbe/tom: Fix a case where do_pass_accept_req wasn't properly restoring
the VNET.
Modified:
stable/11/sys/dev/cxgbe/tom/t4_listen.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/cxgbe/tom/t4_listen.c
==============================================================================
--- stable/11/sys/dev/cxgbe/tom/t4_listen.c Fri Jan 20 08:00:36 2017 (r312523)
+++ stable/11/sys/dev/cxgbe/tom/t4_listen.c Fri Jan 20 10:13:39 2017 (r312524)
@@ -1418,6 +1418,7 @@ found:
if (!(synqe->flags & TPF_SYNQE_EXPANDED))
send_reset_synqe(tod, synqe);
INP_WUNLOCK(inp);
+ CURVNET_RESTORE();
release_synqe(synqe); /* extra hold */
return (__LINE__);
More information about the svn-src-stable-11
mailing list