Received: by 10.192.165.148 with SMTP id m20csp1878298imm; Thu, 26 Apr 2018 03:40:07 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrcTYA8IRYL3qU8yTdgs3sbIyaz3ZazEfC+bNeER/4sC0f0cQpBmiXKpFxSU2yfH2mN+rcU X-Received: by 10.98.135.133 with SMTP id i127mr5061336pfe.201.1524739207883; Thu, 26 Apr 2018 03:40:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524739207; cv=none; d=google.com; s=arc-20160816; b=VvLTs1TnEfSmOu5WlHleuXNV78F2u7QdUAQEx8PkcfLNNPiDWvwotL/+NbbpiSTKpb HOQk7AmDRk7yDOF71+QexPXTyodZYYND53xuqpORw1XUGzB5ZjxMXbOMu9HEOAAyIH1m VzqI+Ig2bJ6hynofYVYt5AfRo0vDDmVJxptH41Yh45AsK3LRXBmQ4eNWnzeLlvefKqrx CvumJMi2+wyOHYNKhwx0hINmU30tGsffoaDsF1gONsiex3t9v2C4Aryxfq9QV9r3v1LR motnWJJfPzb+jarDogGOLJNVZMQppALlV51LN9bO8cDcaRCJzJ3lk+OVK2f/AUWimEFy 5JoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=eWFJUoQJRS/ZOnjCu5K7/89QOswmbZKHJTCO8+1NXzg=; b=KUkfLHZqnleoUqSQxsEiNXvIG1k6He2LMqxh59r9SXGmnoSIl+/PTTNldKUrJck3qB KFvTy0L10xMCwJeDVl0fu2ErRK1BodqboTfG1yvbaPNBnbJpaFW9lrAA48XgVr9UNkSf GR35UFRQjVJCXHbNYVTWYLCifjBLjZxzk+D+9uxv0jhKVoNNe1BcNCB31hxdqgotgEtq vnwKbHAsWYIUYZyF9h9seUMOmp/60O9ABwVmyNyLKkHLmkpeD/0H23pASIQNT/XcZT8u XNd4Cr8urnopYDrsPxA/sN/TsmSYmQq3tP28bzmkwMrMNbgVWrdkEl09+359Fe0AfFgE hYag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f75si14001124pfh.90.2018.04.26.03.39.54; Thu, 26 Apr 2018 03:40:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755894AbeDZKg4 convert rfc822-to-8bit (ORCPT + 99 others); Thu, 26 Apr 2018 06:36:56 -0400 Received: from mondschein.lichtvoll.de ([194.150.191.11]:35619 "EHLO mail.lichtvoll.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755862AbeDZKgx (ORCPT ); Thu, 26 Apr 2018 06:36:53 -0400 Authentication-Results: auth=pass smtp.auth=martin smtp.mailfrom=martin@lichtvoll.de Received: from 127.0.0.1 (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.lichtvoll.de (Postfix) with ESMTPSA id AFBCB303EA9; Thu, 26 Apr 2018 12:36:51 +0200 (CEST) From: Martin Steigerwald To: Pavel Machek Cc: Matthew Wilcox , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Moving unmaintained filesystems to staging Date: Thu, 26 Apr 2018 12:36:50 +0200 Message-ID: <4153280.6zxFApgOmi@merkaba> In-Reply-To: <20180426061108.GB4977@amd> References: <20180425154602.GA8546@bombadil.infradead.org> <20180426061108.GB4977@amd> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Pavel Machek - 26.04.18, 08:11: > On Wed 2018-04-25 08:46:02, Matthew Wilcox wrote: > > Recently ncpfs got moved to staging. Also recently, we had some > > fuzzer developers report bugs in hfs, which they deem a security > > hole because Ubuntu attempts to automount an inserted USB device as > > hfs. > > We promise "no-regressions" for code in main repository, no such > promise for staging. We have quite a lot of code without maintainer. > > Moving code to staging means it will get broken -- staging was not > designed for this. I believe moving anything there is bad idea. > > Staging is for ugly code, not for code that needs new maintainter. Good point. Moving things in and out to some "unmaintained" directory… I am not sure about that either. I tend to think that moving code around does not solve the underlying issue. Which, according to what I got from Matthew, was that distributors enable just about every filesystem they can enable which lead to hfs being used for automounting an USB stick formatted with it. In the end what may be beneficial would be hinting distributors and people who compile their own kernels at what features are considered stable, secure and well tested and what features are not, but how to determine that? The hint could be some kernel option flag that would be displayed by make *config. But then it probably needs also a justification or at least a link to more information. Actually did ever someone audit the whole kernel source? Thanks, -- Martin