Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2015 15:02:06 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Steven Hartland <steven@multiplay.co.uk>
Cc:        Konstantin Belousov <kostikbel@gmail.com>, Peter Wemm <peter@wemm.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r286223 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <20150803120206.GB8792@zxy.spb.ru>
In-Reply-To: <55BF557B.60009@multiplay.co.uk>
References:  <201508030934.t739YAkT026668@repo.freebsd.org> <20150803094730.GA24698@zxy.spb.ru> <55BF431E.3020601@freebsd.org> <2757800.HIDNx1G49O@overcee.wemm.org> <20150803111942.GB2072@kib.kiev.ua> <55BF557B.60009@multiplay.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 03, 2015 at 12:50:19PM +0100, Steven Hartland wrote:

> > I looked at the possibility of making default kernel stack size
> > configurable by a loader tunable, and the issue is that thread0 gets its
> > stack set up too early (locore for i386, hammer_time() for amd64).  I.e.,
> > it is possible to make the setting effective for all threads after thread0,
> > but not for the one which causes the issue.
> >
> > I do not want to modify ABI between loader and kernel to pass the parameter.
> I've created a review for the current proposed change to look at the 
> kernel var kstack_pages vs
> the compile time define KSTACK_PAGES.
> 
> For this change I don't want to get into fixing the thread0 stack size, 
> which can be done later, just
> to provide a reasonable warning to the user that smaller values could 
> cause a panic.
> 
> @slw I've added peter and kib as reviewers if you phabricator account 
> then feel free to add yourself.

I am currently don't have phabricator account, thanks.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150803120206.GB8792>