From owner-cvs-all@FreeBSD.ORG Tue Dec 4 17:39:56 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2560F16A417; Tue, 4 Dec 2007 17:39:56 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id BFF8213C448; Tue, 4 Dec 2007 17:39:55 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=deviant.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IzZGb-000B0X-EM; Tue, 04 Dec 2007 17:00:59 +0200 Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id lB4F0rk0051482; Tue, 4 Dec 2007 17:00:53 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id lB4F0rJ1051481; Tue, 4 Dec 2007 17:00:53 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 4 Dec 2007 17:00:53 +0200 From: Kostik Belousov To: Frank Behrens Message-ID: <20071204150053.GY83121@deviant.kiev.zoral.com.ua> References: <200712041233.lB4CX3E0041915@repoman.freebsd.org> <200712041436.lB4EafSA039456@post.frank-behrens.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TuBLotoxjxNtqonL" Content-Disposition: inline In-Reply-To: <200712041436.lB4EafSA039456@post.frank-behrens.de> User-Agent: Mutt/1.4.2.3i X-Scanner-Signature: b22dd54e5e410b0526d530b08df0ebb5 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 1845 [Dec 04 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c 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: Tue, 04 Dec 2007 17:39:56 -0000 --TuBLotoxjxNtqonL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 04, 2007 at 03:36:41PM +0100, Frank Behrens wrote: > Konstantin Belousov wrote on 4 Dec 2007 12:33: > > Modified files: > > sys/i386/i386 trap.c=20 > > sys/amd64/amd64 trap.c=20 > > Log: > > Fix the ABI change of the signal delivered on the access to the page > > with insufficient protection mode. > >... > > 1.323 +29 -2 src/sys/amd64/amd64/trap.c > > 1.310 +29 -2 src/sys/i386/i386/trap.c >=20 > Is it useful to make this compatibilty switch dependent from > options COMPAT_FREEBSD6 ? > IMHO if we don't want to run old binaries we don't need it. It is COMPAT_FREEBSD{4,5,6} and COMPAT_FREEBSD7_CURRENT then. Personally, I do not want to #ifdef the trap.c. --TuBLotoxjxNtqonL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHVWukC3+MBN1Mb4gRApgsAJ0SZ8Wu0896FWsqf8jnfZ4WLGE1ZgCgmS2l unAGZH2QC+eoiU/baRkmZxY= =ri99 -----END PGP SIGNATURE----- --TuBLotoxjxNtqonL--