From owner-svn-src-all@FreeBSD.ORG Fri Mar 27 07:55:24 2015 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 882DECA3; Fri, 27 Mar 2015 07:55:24 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 39F5238A; Fri, 27 Mar 2015 07:55:24 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 3B07525D3AA0; Fri, 27 Mar 2015 07:55:12 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 946E4C76FE0; Fri, 27 Mar 2015 07:55:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 7_z6AAFwvpkF; Fri, 27 Mar 2015 07:55:09 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5997:9da1:5d8e:de02] (unknown [IPv6:fde9:577b:c1a9:4410:5997:9da1:5d8e:de02]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 7C481C76FD0; Fri, 27 Mar 2015 07:55:09 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r280728 - head/sys/conf From: "Bjoern A. Zeeb" In-Reply-To: <201503270235.t2R2ZQeA047220@svn.freebsd.org> Date: Fri, 27 Mar 2015 07:54:37 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201503270235.t2R2ZQeA047220@svn.freebsd.org> To: Warner Losh X-Mailer: Apple Mail (2.2070.6) 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: Fri, 27 Mar 2015 07:55:24 -0000 > On 27 Mar 2015, at 02:35 , Warner Losh wrote: >=20 > Author: imp > Date: Fri Mar 27 02:35:25 2015 > New Revision: 280728 > URL: https://svnweb.freebsd.org/changeset/base/280728 >=20 > Log: > Categorize certain kernel builds as being broken in certain places. >=20 > Differential Revision: https://reviews.freebsd.org/D2011 >=20 > Modified: > head/sys/conf/kern.opts.mk >=20 > Modified: head/sys/conf/kern.opts.mk > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/conf/kern.opts.mk Fri Mar 27 02:35:11 2015 = (r280727) > +++ head/sys/conf/kern.opts.mk Fri Mar 27 02:35:25 2015 = (r280728) > @@ -75,6 +75,34 @@ BROKEN_OPTIONS+=3D EISA > BROKEN_OPTIONS+=3D OFED > .endif >=20 > +# Options that cannot be turned on this architecture, usually because > +# of compilation or other issues so severe it cannot be used even > +# on an experimental basis > +__ALWAYS_NO_OPTIONS=3D > + > +# Things that don't work based on the CPU > +.if ${MACHINE_CPUARCH} =3D=3D "arm" > +__ALWAYS_NO_OPTIONS+=3D CDDL ZFS > +.endif > + > +.if ${MACHINE_CPUARCH} =3D=3D "mips" > +__ALWAYS_NO_OPTIONS+=3D CDDL ZFS > +.endif > + Wouldn=E2=80=99t this also mean no Dtrace on arm or mips? Please revert = this. =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend."