Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932872AbcCKQoq (ORCPT ); Fri, 11 Mar 2016 11:44:46 -0500 Received: from mail-qk0-f177.google.com ([209.85.220.177]:33175 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932410AbcCKQoo (ORCPT ); Fri, 11 Mar 2016 11:44:44 -0500 Subject: Re: Variant symlink filesystem To: Cole , linux-kernel@vger.kernel.org References: From: "Austin S. Hemmelgarn" Message-ID: <56E2F5F0.7040606@gmail.com> Date: Fri, 11 Mar 2016 11:44:32 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160311-0, 2016-03-11), Outbound message X-Antivirus-Status: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1097 Lines: 23 On 2016-03-11 11:20, Cole wrote: > Hi, > > I have written a Variant Symlink Filesystem for linux, currently > implemented as a kernel module: > https://github.com/onslauth/varsymfs > The code was written for the 3.x kernel. > > I would like to try to get this included into the linux kernel, and am > willing to hand over all copyright and change the license as needed. > As such, I would like to know what I can do to try to make this > happen. The first two steps for this to happen are making sure it works on newer kernels (I haven't looked in-depth at your code, but there are not likely to be many changes needed to get it working on 4.4.x assuming you have it working already on late 3.x cycle kernels), and then get it converted to an in-tree module (this also shouldn't be too difficult either, once you figure out which tree to base it on and where to put it in the source tree). Once you get to that point, read through Documentation/SubmittingPatches and follow the steps there. Aside from what's there, you'll probably want to include a couple of well described test cases.