From owner-svn-src-all@FreeBSD.ORG Thu Jun 25 13:46:29 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52AD81065670; Thu, 25 Jun 2009 13:46:29 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw2.york.ac.uk (mail-gw2.york.ac.uk [144.32.128.247]) by mx1.freebsd.org (Postfix) with ESMTP id D70B08FC0A; Thu, 25 Jun 2009 13:46:28 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw2.york.ac.uk (8.13.6/8.13.6) with ESMTP id n5PDkQgp022566; Thu, 25 Jun 2009 14:46:26 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MJpHV-0003cK-Vw; Thu, 25 Jun 2009 14:46:25 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n5PDkPmJ021468; Thu, 25 Jun 2009 14:46:25 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n5PDkPGp021467; Thu, 25 Jun 2009 14:46:25 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Florian Smeets In-Reply-To: <4A437BB6.1060900@kasimir.com> References: <200906232045.n5NKjMMC089652@svn.freebsd.org> <1245936442.18026.44.camel@buffy.york.ac.uk> <4A437BB6.1060900@kasimir.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 25 Jun 2009 14:46:25 +0100 Message-Id: <1245937585.18026.63.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Konstantin Belousov , freebsd-sparc64@FreeBSD.org Subject: Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 25 Jun 2009 13:46:29 -0000 On Thu, 2009-06-25 at 15:29 +0200, Florian Smeets wrote: > On 25.06.09 15:27, Gavin Atkinson wrote: > > On Tue, 2009-06-23 at 20:45 +0000, Konstantin Belousov wrote: > >> Author: kib > >> Date: Tue Jun 23 20:45:22 2009 > >> New Revision: 194766 > >> URL: http://svn.freebsd.org/changeset/base/194766 > >> > >> Log: > >> Implement global and per-uid accounting of the anonymous memory. Add > >> rlimit RLIMIT_SWAP that limits the amount of swap that may be reserved > >> for the uid. > > > > This commit also breaks sparc64 for me, stock kernel with no local > > changes. r194765 boots successfully. This is on a dual-CPU E250 with > > 1G RAM. > > > > Sorry we forgot to follow up on this thread. This was fixed in r194858 Ah, cool. I'm chasing another bug at the moment unrelated to this and bumped into this on the way, so hadn't had a chance to take the machine to top-of-tree. Sorry for the noise, and thanks for the rapid fix! Gavin