From owner-freebsd-stable@FreeBSD.ORG  Wed Nov 19 08:31:54 2014
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
Delivered-To: freebsd-stable@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 327F992A;
 Wed, 19 Nov 2014 08:31:54 +0000 (UTC)
Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "cloud.theravensnest.org",
 Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id F10A11AC;
 Wed, 19 Nov 2014 08:31:53 +0000 (UTC)
Received: from [192.168.0.106] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net
 [82.26.1.52]) (authenticated bits=0)
 by theravensnest.org (8.14.9/8.14.9) with ESMTP id sAJ8VmPA026677
 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO);
 Wed, 19 Nov 2014 08:31:50 GMT (envelope-from theraven@FreeBSD.org)
X-Authentication-Warning: theravensnest.org: Host
 cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52] claimed to be
 [192.168.0.106]
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: clang (both 3.3 and 3.4) OOM crashes on HEAD
From: David Chisnall <theraven@FreeBSD.org>
In-Reply-To: <66FD0611-16EE-4AA8-AD7D-479E63A1DCC3@FreeBSD.org>
Date: Wed, 19 Nov 2014 08:31:43 +0000
Content-Transfer-Encoding: quoted-printable
Message-Id: <6C4E3AA9-5092-42DA-8BE7-4F303F0CA8ED@FreeBSD.org>
References: <20140228143606.GD29171@hades.panopticon>
 <E5857DB5-65CE-4A55-9DF4-B82B86EA7DBB@FreeBSD.org>
 <20140228154328.GA13454@hades.panopticon>
 <20140922231016.GA1301@hades.panopticon> <542105A3.4090507@iki.fi>
 <98949B82-4109-4628-BE4E-9817D5614D8A@FreeBSD.org>
 <20140923114447.GB1301@hades.panopticon>
 <0DFE857D-C33C-49BF-BCCE-16E89DB77AF1@FreeBSD.org>
 <20141118200529.GC62527@hades.panopticon>
 <80988786-733F-4633-ADFB-844FD0DF78EE@FreeBSD.org>
 <CAN6yY1vmwdCCc14DH34hKWDyKxsdwDA8Xb6c5Rd5Ut=GrfBk0A@mail.gmail.com>
 <66FD0611-16EE-4AA8-AD7D-479E63A1DCC3@FreeBSD.org>
To: Dimitry Andric <dim@FreeBSD.org>
X-Mailer: Apple Mail (2.1878.6)
Cc: Kevin Oberman <rkoberman@gmail.com>, freebsd-toolchain@freebsd.org,
 FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Nov 2014 08:31:54 -0000

On 19 Nov 2014, at 08:04, Dimitry Andric <dim@FreeBSD.org> wrote:

> As far as I know, Errata Notes are only issued for security issues =
(and
> probably only severe ones, without a workaround).

Security Advisories are for security issues.  Errata Notes are for... =
errata.

The confusion comes from the fact that ENs go via freebsd-update, which =
is managed by secteam, so using them for anything is a bit harder than =
it should be (should be fixed in 11).  This seems like a fairly good =
candidate though.

David