Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 13:22:30 -0400
From:      Mark Johnston <markj@freebsd.org>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r339601 - head/sys/vm
Message-ID:  <20181022172230.GC46828@raichu>
In-Reply-To: <20181022191547.2b827e74@thor.intern.walstatt.dynvpn.de>
References:  <201810221704.w9MH45a7091439@repo.freebsd.org> <20181022191547.2b827e74@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 22, 2018 at 07:15:20PM +0200, O. Hartmann wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Am Mon, 22 Oct 2018 17:04:05 +0000 (UTC)
> Mark Johnston <markj@FreeBSD.org> schrieb:
> 
> > Author: markj
> > Date: Mon Oct 22 17:04:04 2018
> > New Revision: 339601
> > URL: https://svnweb.freebsd.org/changeset/base/339601
> > 
> > Log:
> >   Swap in processes unless there's a global memory shortage.
> >   
> >   On NUMA systems, we would not swap in processes unless all domains
> >   had some free pages.  This is too conservative in general.  Instead,
> >   permit swapins so long as at least one domain has free pages, and add
> >   a kernel stack NUMA policy which ensures that we will try to allocate
> >   kernel stack pages from any domain.
> >   
> >   Reported and tested by:	pho, Jan Bramkamp <crest@bultmann.eu>
> >   Reviewed by:	alc, kib
> >   Discussed with:	jeff
> >   MFC after:	3 days
> >   Sponsored by:	The FreeBSD Foundation
> >   Differential Revision:	https://reviews.freebsd.org/D17304
> > 
> > Modified:
> >   head/sys/vm/vm_glue.c
> >   head/sys/vm/vm_swapout.c
> > 
> This commit breaks CURRENT buildkernel:
> [...]
> - --- vm_glue.o ---
> /usr/src/sys/vm/vm_glue.c:380:17: error: no member named 'dr_iter' in 'struct
> domainset_ref'

Fixed, sorry for the breakage.



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