From owner-cvs-all@FreeBSD.ORG Fri Dec 30 14:17:51 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2689016A41F; Fri, 30 Dec 2005 14:17:51 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D59843D58; Fri, 30 Dec 2005 14:17:50 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id B4ED552CB5; Fri, 30 Dec 2005 15:17:48 +0100 (CET) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 70AF451B27; Fri, 30 Dec 2005 15:17:42 +0100 (CET) Date: Fri, 30 Dec 2005 15:17:41 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20051230141741.GG779@garage.freebsd.pl> References: <200512301145.jBUBj7fW043290@repoman.freebsd.org> <200512300815.57417.jhb@freebsd.org> <20051230134215.GE779@garage.freebsd.pl> <200512300904.14227.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kadn00tgSopKmJ1H" Content-Disposition: inline In-Reply-To: <200512300904.14227.jhb@freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:17:51 -0000 --kadn00tgSopKmJ1H Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 30, 2005 at 09:04:12AM -0500, John Baldwin wrote: +> For the case I quoted (_before_ kldload) you must be doing all that chec= king=20 +> when you load the module either via MOD_LOAD in a module event or a SYSI= NIT. =20 +> In that case, setting the tunable via kenv before you kldload is identic= al to=20 +> setting the tunable in the loader, then booting and then kldloading the= =20 +> module. I understand, but in memguard's case, vm.memguard.desc is part of the kernel, not the module and I don't know when module is loaded from memguard. The module also knows nothing about memguard. I see your point in general case, but it doesn't fits here. Sorry if my commit log wasn't clear about that. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --kadn00tgSopKmJ1H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtUGFForvXbEpPzQRAmJaAKDKFdXb3eX5cU+5PQg0XxMOvQlANACguNf9 htjiWx/rb3IkYEfFwfDFCYk= =OR/f -----END PGP SIGNATURE----- --kadn00tgSopKmJ1H--