Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7251685ybi; Mon, 8 Jul 2019 17:56:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqwdnRRY549kcVxNRTNdWulMrqwJq9d5FUWyRy0jAP8NnZok+P1jmI+yGpo4HtHAsODnRZZ7 X-Received: by 2002:a17:902:b20c:: with SMTP id t12mr28660043plr.285.1562633805548; Mon, 08 Jul 2019 17:56:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562633805; cv=none; d=google.com; s=arc-20160816; b=qNybNawSEfdmLb6B19kgVFeIejgZLsv0TRxjBjOKXH9wBAOAoqJMnXDiIq3K5dfdN5 PMmLzIMk/SLySewaOfPG+iyR+4QPfzontpGy/v3pDRAEA6rpzsxsbyLeD589E3DQG48P 6b5HXtPzdObEtQX+i2bLShO9MLee3aEmT3p8+w5vyaSN4BtO40xGxMzah0NTcvz+QF/v 8GL2unIMKPFp20dV+4LvzX8WmluzmoLvGAF6X21IMSYIAZC6HNP6s4r6HxDaplCWPnK2 +gpYmjRmc/FZ2zVZZOKUoEW/4dX37ySEtYVgObdCtNCxlpWc+8ipG4N2UgN5YkAC0pRT XykA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=LdLCp64LOIvFSc69S4vgIDGBWfTrQC/Qf3iLiboZiIg=; b=kc3X+6EhstHKwNO1hffblaHuZvRQ/AjW2AQvXLtfSBaqZVBWxdbY/Sl+qgl6LoIfNK BRScFgnltZKNzvc5I6Em+TGuj53QzTayEZfB7cXyKT+0Q24FTN/NTrjaxzm8tI9Tsdey y6M9h7xUeLBo+MkV55my12i+zkhH2IqO7VTCZvBN9qElqBwDzaMJrfiX+XmwMEUNwmjA BWaTrPsYOVYCyhjjw8ayMhWOXPj2Wc7QF4UAgcsSqsnzupGZm33qvLR5D0pkbSipg5ck FyQitkKA7SO5kopzQ6iJ4EVp1/qlpxxTRwONrCXTa5aAistCOoH/W0WRak/7OoI91H5/ AlJA== 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 g2si18916138plp.1.2019.07.08.17.56.30; Mon, 08 Jul 2019 17:56:45 -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 S1727175AbfGIAwY (ORCPT + 99 others); Mon, 8 Jul 2019 20:52:24 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:36634 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725857AbfGIAwY (ORCPT ); Mon, 8 Jul 2019 20:52:24 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hkeMm-0003fR-TC; Tue, 09 Jul 2019 00:52:20 +0000 Date: Tue, 9 Jul 2019 01:52:20 +0100 From: Al Viro To: Valdis =?utf-8?Q?Kl=C4=93tnieks?= Cc: Greg Kroah-Hartman , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: Procedure questions - new filesystem driver.. Message-ID: <20190709005220.GZ17978@ZenIV.linux.org.uk> References: <21080.1562632662@turing-police> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <21080.1562632662@turing-police> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 08, 2019 at 08:37:42PM -0400, Valdis Klētnieks wrote: > I have an out-of-tree driver for the exfat file system that I beaten into shape > for upstreaming. The driver works, and passes sparse and checkpatch (except > for a number of line-too-long complaints). > > Do you want this taken straight to the fs/ tree, or through drivers/staging? First of all, post it...