From owner-svn-src-projects@freebsd.org Tue Feb 26 16:56:19 2019 Return-Path: Delivered-To: svn-src-projects@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 34512151EFE0 for ; Tue, 26 Feb 2019 16:56:19 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.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)) by mx1.freebsd.org (Postfix) with ESMTPS id A3FD78DE15; Tue, 26 Feb 2019 16:56:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io1-f45.google.com with SMTP id x9so11003228iog.12; Tue, 26 Feb 2019 08:56:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=V7/mteWdXprxD6BSfNOspZ+BviCSo5JTN+1NA1WpWxE=; b=EMk3S3PCqwleau4+Oz2SerpmyO14McyF7I3RYn79g8W233iLmCXcogBXn4tlH9eWEn 97Mt7rOas9m2etWBHVoloVIOylGOfQJtQukd+r3Vkr9lyAL6IJZ51Zm5d7m/hkmbTV0H GwnXE32T7fZc4WXPpeBKUd9LcGTdh9Dxd5DPPNdyfGycGPdjzio3gv8Xw1FO0KZxWpec BCZgx3LtiX9WgadipTiukrrbBtjJsxrxiHqF/pCNOnPZAnFnjkqxZ2MeUiYzKEjIPsfE 3EV/GSu198hMf8OlNH/gvrgpXHCmmsnbau3vV/Npq9de16BwLljnmSZUoyurPJ2ndkU4 9K/Q== X-Gm-Message-State: AHQUAuZ2WrIVUkdvFt08ei7QAFoQv4vJqMrEP580RXfe9MUjjMRJNxQJ geNJ3hovcwd2XkDAJFyiTJZunVLt X-Google-Smtp-Source: AHgI3IYbyfJSy/qv19mw8zwzE2xsozaqQ8jZ2hLHkdXtqBHjRq5oMv+iWfm2qRv/T9U939pmaKi2Ow== X-Received: by 2002:a6b:2c6:: with SMTP id 189mr12447831ioc.205.1551200171492; Tue, 26 Feb 2019 08:56:11 -0800 (PST) Received: from mail-it1-f175.google.com (mail-it1-f175.google.com. [209.85.166.175]) by smtp.gmail.com with ESMTPSA id c26sm5006634iob.86.2019.02.26.08.56.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Feb 2019 08:56:11 -0800 (PST) Received: by mail-it1-f175.google.com with SMTP id v83so5172361itf.1; Tue, 26 Feb 2019 08:56:11 -0800 (PST) X-Received: by 2002:a24:bdcc:: with SMTP id x195mr3029328ite.149.1551200171166; Tue, 26 Feb 2019 08:56:11 -0800 (PST) MIME-Version: 1.0 References: <201902260328.x1Q3SEbK009132@repo.freebsd.org> In-Reply-To: Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 26 Feb 2019 08:56:00 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r344558 - in projects/fuse2: . sbin/ifconfig To: Pedro Giffuni Cc: Alan Somers , src-committers , svn-src-projects@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: A3FD78DE15 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 16:56:19 -0000 On Tue, Feb 26, 2019 at 7:30 AM Pedro Giffuni wrote: > On 2/25/19 10:28 PM, Alan Somers wrote: > > Log: > > Create a project branch for fuse(4) work. > > > > The branch will be used for a new test suite, bug fixes, and various other > > enhancements to fuse. > > > > Sponsored by: The FreeBSD Foundation > > Cool! +1 > FWIW, updating the protocol would probably help us use more devices. Yep! We're at roughly the 7.8 protocol version. Kindly, the Linux FUSE folks have kept a changelog all the way from 7.9 to present: https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/fuse.h#L37 So we have some idea of what we need to implement to be compatible with each newer version, and some idea of things that would be good to test when we claim to implement each new version. Best, Conrad