svn commit: r202715 - stable/7/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Wed Jan 20 19:14:34 UTC 2010


Author: tuexen
Date: Wed Jan 20 19:14:34 2010
New Revision: 202715
URL: http://svn.freebsd.org/changeset/base/202715

Log:
  MFC 199866
  
  Use the default stack size for the iterator thread.
  This fixes a crash reported by Irene Ruengeler.

Modified:
  stable/7/sys/netinet/sctp_constants.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netinet/sctp_constants.h
==============================================================================
--- stable/7/sys/netinet/sctp_constants.h	Wed Jan 20 19:11:31 2010	(r202714)
+++ stable/7/sys/netinet/sctp_constants.h	Wed Jan 20 19:14:34 2010	(r202715)
@@ -83,7 +83,7 @@ __FBSDID("$FreeBSD$");
 #define SCTP_USE_THREAD_BASED_ITERATOR 1
 
 #define SCTP_KTRHEAD_NAME "sctp_iterator"
-#define SCTP_KTHREAD_PAGES 2
+#define SCTP_KTHREAD_PAGES 0
 
 
 /* If you support Multi-VRF how big to


More information about the svn-src-all mailing list