From owner-svn-src-all@FreeBSD.ORG Mon Nov 24 18:40:05 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 785BB829; Mon, 24 Nov 2014 18:40:05 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5276FDE9; Mon, 24 Nov 2014 18:40:05 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 95F27B924; Mon, 24 Nov 2014 13:40:03 -0500 (EST) From: John Baldwin To: Konstantin Belousov Subject: Re: svn commit: r274878 - head/sys/kern Date: Mon, 24 Nov 2014 11:53:16 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201411221815.sAMIF2il011412@svn.freebsd.org> In-Reply-To: <201411221815.sAMIF2il011412@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201411241153.16250.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 24 Nov 2014 13:40:03 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 24 Nov 2014 18:40:05 -0000 On Saturday, November 22, 2014 1:15:02 pm Konstantin Belousov wrote: > Author: kib > Date: Sat Nov 22 18:15:02 2014 > New Revision: 274878 > URL: https://svnweb.freebsd.org/changeset/base/274878 > > Log: > The size value should be asserted when it is known. > > Reported and tested by: pho > Sponsored by: The FreeBSD Foundation Sorry, I did not have INVARIANTS in the kernel config I used to test the XSAVE core stuff. :( -- John Baldwin