From owner-svn-src-head@freebsd.org Thu Sep 3 17:49:55 2020 Return-Path: Delivered-To: svn-src-head@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 0F4293C51F1; Thu, 3 Sep 2020 17:49:55 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj7cL6h2rz3WW8; Thu, 3 Sep 2020 17:49:54 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id C2AF210738; Thu, 3 Sep 2020 17:49:54 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f54.google.com with SMTP id ef16so1722872qvb.8; Thu, 03 Sep 2020 10:49:54 -0700 (PDT) X-Gm-Message-State: AOAM530ypaVJYqOj451xmvpMewvkefYbWc8+rM11kcbLCE8IEE6DaMH1 LiD7FQlXpvJsEQ/fbOO7y2tJeqwwkUkmQQSkjug= X-Google-Smtp-Source: ABdhPJzNrXhW8URiX/Advwoh3HPi+nnEzBu8kn68tcjJQCb7K9ES70atSeeC4TvPUHGe1l7QifoOX0yqj0MWOnTlNXw= X-Received: by 2002:a05:6214:1928:: with SMTP id es8mr3921343qvb.197.1599155394264; Thu, 03 Sep 2020 10:49:54 -0700 (PDT) MIME-Version: 1.0 References: <202004170605.03H658mu067039@repo.freebsd.org> In-Reply-To: <202004170605.03H658mu067039@repo.freebsd.org> From: Kyle Evans Date: Thu, 3 Sep 2020 12:49:41 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r360037 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs To: Gleb Smirnoff Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2020 17:49:55 -0000 On Fri, Apr 17, 2020 at 1:05 AM Gleb Smirnoff wrote: > > Author: glebius > Date: Fri Apr 17 06:05:08 2020 > New Revision: 360037 > URL: https://svnweb.freebsd.org/changeset/base/360037 > > Log: > Make ZFS depend on xdr.ko only. It doesn't need kernel RPC. > > Differential Revision: https://reviews.freebsd.org/D24408 > Would you object to me MFC'ing this series to stable/12? It's pretty useful for building a good MINIMAL config with zfs support, and would probably allow us to drop a __FreeBSD_version split of dependencies in the short-to-mid term from OpenZFS if we don't need to pretend that OpenZFS will build on 11. None of it looked too invasive for stable from a cursory glance. Thanks, Kyle Evans