From nobody Mon Nov 1 18:27:52 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2CC201838BB1; Mon, 1 Nov 2021 18:28:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjhNw0XXqz4tn2; Mon, 1 Nov 2021 18:28:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f46.google.com with SMTP id d63so22709133iof.4; Mon, 01 Nov 2021 11:28:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kysNLc2G/SQA2Lm9rhro+dVmi5wGje0VFwRWBszsEmc=; b=TBUohFlYGSIzlVzAdPYjRMAfEapfrX1Ac7wIAy/CITp2cZq+TP0gd7V5XJOYbDzk4D n5g0nJz0kjqZmV1IbAHEv6gIeA+4uJKZTLKrUsq0CcdRLgbngCEk0a5amyyJ5RUuvoUR swO56p8xe/EOAIQuCbqVtdEic8xkPcrNZP+OffPz+LG7mR/cbiE4xqUuaNimFcIecZXA Gf8VXVOycbe6eBU5J4LU3PVuHHFolDaDM3w7KbZROTMPCW2h3k3SwH3hC0g16Eg8Wod4 ig3jCa9KsIGLjHfyvW9K+ZvaiYzJQILPedDcQZhcrLswd6gtNYkErGBwStSF/a19W4vO ChqA== X-Gm-Message-State: AOAM533ecl59LLWcd4a8PkkUbk7MNMhPeSG4T82WKg8NL5xSwO6eRlqF YkmpXismdLhiG5KmIJcKFpZVQft1+DeQxtcmstyxfpg1xFE= X-Google-Smtp-Source: ABdhPJwwkvlt0dr00wuHbSgbpew4q3hgIYQeKXb/+7b2Ca8weHCZ4JbOqMY6bv5sMEItPA1GqYzEZPPs4BjoNwb6GnA= X-Received: by 2002:a02:7105:: with SMTP id n5mr23394075jac.64.1635791295501; Mon, 01 Nov 2021 11:28:15 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <6f99f9bc-8831-aefe-4f73-72f50f8f347b@aetern.org> <79402464-f9e6-5f56-645e-cfd49640032e@quip.cz> In-Reply-To: From: Ed Maste Date: Mon, 1 Nov 2021 14:27:52 -0400 Message-ID: Subject: Re: Deprecating smbfs(5) and removing it before FreeBSD 14 To: Rick Macklem Cc: Miroslav Lachman <000.fbsd@quip.cz>, Yuri , "freebsd-current@freebsd.org" , freebsd-stable Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4HjhNw0XXqz4tn2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Mon, 1 Nov 2021 at 11:56, Rick Macklem wrote: > > Did they stick APSLs on the files? (If so, I think it could still be ok, since the APSL > is a lot like the CDDL. However, I'm not sure if the APSL has ever been blessed > by FreeBSD as of yet?) I had a quick look at the Illumos kernel files and it appears each file is licensed under only one of 4-clause BSD, APSL, or CDDL, depending on where it originated. Files from Boris Popov's original FreeBSD implementation have the 4-clause BSD license, followed by something like: /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Portions Copyright (C) 2001 - 2013 Apple Inc. All rights reserved. * Copyright 2018 Nexenta Systems, Inc. All rights reserved. */ There are 28 BSD-licensed kernel files, 5 APSL, and 13 CDDL. I think that having an smbfs kernel module in the tree using a combination of those licenses is fine. (This isn't on behalf of core@ and of course due diligence needs to be done, but from a high level it seems reasonable.)