From owner-freebsd-current@freebsd.org Tue Aug 14 00:35:31 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EADE9105A94A for ; Tue, 14 Aug 2018 00:35:30 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B00174472 for ; Tue, 14 Aug 2018 00:35:30 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-it0-f45.google.com (mail-it0-f45.google.com [209.85.214.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id 61D712688D for ; Tue, 14 Aug 2018 00:35:30 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-it0-f45.google.com with SMTP id 139-v6so17237117itf.0 for ; Mon, 13 Aug 2018 17:35:30 -0700 (PDT) X-Gm-Message-State: AOUpUlEKipZhqAhgkOWHF9lprCGvZjI3Nutw2Y4Mtly40iFnd80EZce+ oq1DmGUYpJL80NXwgqq3lvf7t95xMJfBfDRuG+4= X-Google-Smtp-Source: AA+uWPyS9IBQRgl2/5uJAimw0gNYte8+ZHbVAXWu065WIMe8swvVomAKyEZkhz6gtTaYPjqIV/MfBhxmr3NpmTh0jIY= X-Received: by 2002:a02:8c94:: with SMTP id f20-v6mr16954462jak.98.1534206929924; Mon, 13 Aug 2018 17:35:29 -0700 (PDT) MIME-Version: 1.0 References: <201808131628.w7DGSvOm037857@pdx.rh.CN85.dnsmgr.net> In-Reply-To: From: Matthew Macy Date: Mon, 13 Aug 2018 17:35:18 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: kernel build failure To: Rick Macklem Cc: freebsd-rwg@pdx.rh.cn85.dnsmgr.net, =?UTF-8?Q?Trond_Endrest=C3=B8l?= , Michael Butler , freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 00:35:31 -0000 On Mon, Aug 13, 2018 at 5:33 PM Rick Macklem wrote: > Rodney W. Grimes wrote: > >> On Sun, 12 Aug 2018 14:39-0700, Matthew Macy wrote: > >> > >> > Sorry guys, last time I touched ZFS I tried to push to make it an > option to > >> > statically link and was actually told that it wasn't something anyone > else > >> > wanted. The issue comes from ZFS not being in NOTES and thus not in > LINT. > >> > >> If consensus is that "options ZFS" is no longer valid, then maybe > >> UPDATING should reflect the fact. > >> > >> I can live with loading zfs.ko and opensolaris.ko at boot time, but I > >> think this is a step backwards. > > > >Please no, I can think of no sound reason that you should be > >forced to use modules. > I thought that ZFS was required to be a module because of the licensing > terms (they didn't want any CDDL code in the core kernel)? > It can't be in _GENERIC_ for that reason. There's no reason it can't be in LINT or end users can't configure a CDDL tainted kernel. -M > rick > >