From owner-svn-src-all@freebsd.org Tue Sep 22 21:04:14 2020 Return-Path: Delivered-To: svn-src-all@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 A05353F7023; Tue, 22 Sep 2020 21:04:14 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bwv1p1V6hz4dP0; Tue, 22 Sep 2020 21:04:13 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 08ML4C6P034740 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 22 Sep 2020 14:04:12 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 08ML4CGZ034739; Tue, 22 Sep 2020 14:04:12 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Tue, 22 Sep 2020 14:04:12 -0700 From: Gleb Smirnoff To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-head Subject: Re: svn commit: r360037 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs Message-ID: <20200922210412.GC1269@FreeBSD.org> References: <202004170605.03H658mu067039@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Bwv1p1V6hz4dP0 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 22 Sep 2020 21:04:14 -0000 Kyle, On Thu, Sep 03, 2020 at 12:49:41PM -0500, Kyle Evans wrote: K> > Author: glebius K> > Date: Fri Apr 17 06:05:08 2020 K> > New Revision: 360037 K> > URL: https://svnweb.freebsd.org/changeset/base/360037 K> > K> > Log: K> > Make ZFS depend on xdr.ko only. It doesn't need kernel RPC. K> > K> > Differential Revision: https://reviews.freebsd.org/D24408 K> > K> K> Would you object to me MFC'ing this series to stable/12? It's pretty K> useful for building a good MINIMAL config with zfs support, and would K> probably allow us to drop a __FreeBSD_version split of dependencies in K> the short-to-mid term from OpenZFS if we don't need to pretend that K> OpenZFS will build on 11. None of it looked too invasive for stable K> from a cursory glance. My apologies for the delay. Of course, these changes can be easily MFCed. Go forward for it. -- Gleb Smirnoff