From owner-svn-src-all@freebsd.org Tue Dec 12 01:41:03 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D819E84533; Tue, 12 Dec 2017 01:41:03 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E480963398; Tue, 12 Dec 2017 01:41:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id vBC1f15H040863 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 12 Dec 2017 01:41:06 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id vBC1el8W016247 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Dec 2017 17:40:49 -0800 (PST) (envelope-from truckman@FreeBSD.org) Date: Mon, 11 Dec 2017 15:00:37 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r326758 - in head/sys/i386: conf include To: Eugene Grosbein cc: rgrimes@freebsd.org, Alexey Dokuchaev , Konstantin Belousov , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Conrad Meyer In-Reply-To: <5A2ED3E1.1060908@grosbein.net> Message-ID: References: <201712111733.vBBHX2a0082236@pdx.rh.CN85.dnsmgr.net> <5A2ED3E1.1060908@grosbein.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 01:41:03 -0000 On 12 Dec, Eugene Grosbein wrote: > Now I run FreeBSD 11/i386 as my home router with IPSEC and torrent > client, and I run several virtualized routers with IPSEC tunnels, > jabber and mail server, squid and ZFS for src/obj/ports compression > and they all easily crash unless kern.kstack_pages raised upto 4. Same > for some other my i386 installations having IPSEC tunnels. IPSEC definitely used to wwith with kstack_pages=2 since I ran that way for a number of years. I haven't used IPSEC since I upgraded from FreeBSD 8.x to 10.x a while back, so it could be broken now.