From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4153FC4320A for ; Mon, 16 Aug 2021 03:00:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2884261503 for ; Mon, 16 Aug 2021 03:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231157AbhHPDBG (ORCPT ); Sun, 15 Aug 2021 23:01:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233023AbhHPDA4 (ORCPT ); Sun, 15 Aug 2021 23:00:56 -0400 Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19442C061764; Sun, 15 Aug 2021 20:00:25 -0700 (PDT) Received: by mail-lf1-x134.google.com with SMTP id k5so3768468lfu.4; Sun, 15 Aug 2021 20:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=UVxo0TU1/PZKTtidRHbhDfJ247pdNPz8xHTGf3pxWZE=; b=ihucGqvPgXI3Q6uE/m5kq1YEuqWcpsa4C1ezuf1fv7ZJUx5qyF0/GwWMt3KgSMuXhU rZpcxtJHUGm7BAuZTrRIGunaQJn7TY5bkbxi6QREE2J5vcnzUMcOHyN3XcTFvDJ3Kf96 JLvB2DCuRyDPZkqmGTAFe4kEMzLGV+jX4bvYNpAkZj/k73gSj6bl6PYz7hSy+7SQKYYc Uge1NzbSQQS1Zmtz9C+K9/uaELSMIJJnQZhXSYsI1WScMfG1y34mVeBWo6LMS+0FKjbn CQjgnVt9ixuseMQSWx8M5q1f/JEt8tl3Wr4rqkfpQgsfE3QJSIizuP0cJTthUqEIgog7 uUvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=UVxo0TU1/PZKTtidRHbhDfJ247pdNPz8xHTGf3pxWZE=; b=hglecNAWkssXVEG0hHq53WtQudBJ+mSTGfwGZ9HlRNVNdvdCYmTfkCgzm05v1IfUDf lNahQALXerc8bP3JIz32ByJT/An2XjXmGJTcfPSjiXoVOCJxNuW86T9rRIVWQuYdOFHR e5vR+JYC/npah1MZDGWVXAl/yrYuODmHsjwnp+giJj/gx6EQ+61QwNyZr66Vmkiuq1Kb qaVCfKPac0CLy0XRYn6iGe0709urmnwSsNxAgyrmEPb+nuLyMd16VZ3JcIp+3rQUjHdW Zwn/KC68Rpdaq097jiZLVE6Lv8uyiRZw4Ez0uSMO2JrUW75n8LmvYgQxUEruFdmVMyTg ct7A== X-Gm-Message-State: AOAM530YMMX/h25B6lpmaM6pjgOmxIKwErF3Y+tHjjbmB3aFRDS6Jmn7 GHTVtxpwOXifwmi+awNmFKs= X-Google-Smtp-Source: ABdhPJySVRynnB0BISUVxbKKXS6GOaAOFU/7gx4atEEA98LMe/FDhrLKjMYzXxvyFWhbQo3ydspnfQ== X-Received: by 2002:a05:6512:33c7:: with SMTP id d7mr7655994lfg.545.1629082823521; Sun, 15 Aug 2021 20:00:23 -0700 (PDT) Received: from kari-VirtualBox (85-23-89-224.bb.dnainternet.fi. [85.23.89.224]) by smtp.gmail.com with ESMTPSA id h6sm890880lfu.230.2021.08.15.20.00.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 Aug 2021 20:00:23 -0700 (PDT) Date: Mon, 16 Aug 2021 06:00:21 +0300 From: Kari Argillander To: Konstantin Komarov Cc: Linus Torvalds , Stephen Rothwell , "Leonidas P. Papadakos" , "zajec5@gmail.com" , "Darrick J. Wong" , Greg Kroah-Hartman , Hans de Goede , linux-fsdevel , Linux Kernel Mailing List , Al Viro , Matthew Wilcox , "ntfs3@lists.linux.dev" Subject: Re: Paragon NTFSv3 (was Re: [GIT PULL] vboxsf fixes for 5.14-1) Message-ID: <20210816030021.dgd6xrsjcuajkaq7@kari-VirtualBox> References: <4e8c0640-d781-877c-e6c5-ed5cc09443f6@gmail.com> <20210716114635.14797-1-papadakospan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 13, 2021 at 04:11:10PM +0000, Konstantin Komarov wrote: > > From: Linus Torvalds > > Sent: Friday, July 30, 2021 8:24 PM > > To: Konstantin Komarov ; Stephen Rothwell > > Cc: Leonidas P. Papadakos ; zajec5@gmail.com; Darrick J. Wong ; Greg Kroah- > > Hartman ; Hans de Goede ; linux-fsdevel ; > > Linux Kernel Mailing List ; Al Viro ; Matthew Wilcox > > Subject: Paragon NTFSv3 (was Re: [GIT PULL] vboxsf fixes for 5.14-1) > > > > On Fri, Jul 30, 2021 at 8:55 AM Konstantin Komarov > > wrote: > > > > > > We've just sent the 27th patch series which fixes to the buildability against > > > current linux-next. And we'll need several days to prepare a proper pull request > > > before sending it to you. > > > > Well, I won't pull until the next merge window opens anyway (about a > > month away). But it would be good to have your tree in linux-next for > > at least a couple of weeks before that happens. > > > > Added Stephen to the participants list as a heads-up for him - letting > > him know where to fetch the git tree from will allow that to happen if > > you haven't done so already. > > > > Thanks for this clarification, Linus! > Stephen, please find the tree here: > https://github.com/Paragon-Software-Group/linux-ntfs3.git > It is the fork from 5.14-rc5 tag with ntfs3 patches applied. > Also, the latest changes > - fix some generic/XYZ xfstests, which were discussed > with Theodore, Darrick and others > - updates the MAINTAINERS with mailing list (also added to CC here) and scm tree link. Can you please send this also as normal patch series to mailing lists so we can comment there. One thing a like to ask you to do before that is add reviewed-by tag and signed-off-by tag as stated here https://lore.kernel.org/linux-fsdevel/20210810054637.aap4zuiiparfl2gq@kari-VirtualBox/ and https://lore.kernel.org/linux-fsdevel/20210810074740.mkjcow2inyjaakch@kari-VirtualBox/ > Please let me know if additional changes requred to get fetched into linux-next. > > > The one other thing I do want when there's big new pieces like this > > being added is to ask you to make sure that everything is signed-off > > properly, and that there is no internal confusion about the GPLv2 > > inside Paragon, and that any legal people etc are all aware of this > > all and are on board. The last thing we want to see is some "oops, we > > didn't mean to do this" brouhaha six months later. > > > > I doubt that's an issue, considering how public this all has been, but > > I just wanted to mention it just to be very obvious about it. > > > > Linus > Indeed, there is no internal confusion about the GPLv2 and we mean to make this contribution. > > Best regards, > Konstantin.