From owner-freebsd-hackers@freebsd.org Tue Mar 17 18:33:57 2020 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E45DD26E4D7 for ; Tue, 17 Mar 2020 18:33:57 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48hhdd27PBz4TtJ for ; Tue, 17 Mar 2020 18:33:57 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: by mailman.nyi.freebsd.org (Postfix) id 1423726E4D3; Tue, 17 Mar 2020 18:33:57 +0000 (UTC) Delivered-To: hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 132F326E4D2 for ; Tue, 17 Mar 2020 18:33:57 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48hhdb38R0z4TqV; Tue, 17 Mar 2020 18:33:55 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id 02HIXlJi037863 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 17 Mar 2020 11:33:47 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id 02HIXl8k037862; Tue, 17 Mar 2020 11:33:47 -0700 (PDT) (envelope-from sgk) Date: Tue, 17 Mar 2020 11:33:47 -0700 From: Steve Kargl To: "Rodney W. Grimes" Cc: Brooks Davis , hackers@freebsd.org Subject: Re: HEADS UP: importing kyua into the base system Message-ID: <20200317183347.GA37820@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20200317164829.GB83983@spindle.one-eyed-alien.net> <202003171814.02HIE2XF098643@gndrsh.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202003171814.02HIE2XF098643@gndrsh.dnsmgr.net> X-Rspamd-Queue-Id: 48hhdb38R0z4TqV X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=washington.edu (policy=none); spf=none (mx1.freebsd.org: domain of sgk@troutmask.apl.washington.edu has no SPF policy when checking 128.95.76.21) smtp.mailfrom=sgk@troutmask.apl.washington.edu X-Spamd-Result: default: False [-0.28 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; DMARC_POLICY_SOFTFAIL(0.10)[washington.edu : No valid SPF, No valid DKIM,none]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.959,0]; NEURAL_SPAM_MEDIUM(0.90)[0.898,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-0.22)[ip: (0.05), ipnet: 128.95.0.0/16(-0.24), asn: 73(-0.83), country: US(-0.05)]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2020 18:33:58 -0000 On Tue, Mar 17, 2020 at 11:14:02AM -0700, Rodney W. Grimes wrote: > > I'll be importing kyua and it's dependency lutok into the base system > > this week. Integrating it into the FreeBSD build system will make it > > available by default which is especially valuable on emerging > > architectures were we aren't building packages yet (e.g. riscv). > > > Why isnt there a preceding discussion of this on -arch? > As there appears to be no open discussion about this addition, is there a WITHOUT_KYUA knob that can be set in /etc/src.conf to completely disable all kyua related components. The svn commit with a new internal library appear to not have a knob. -- Steve