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.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 41183C11F66 for ; Tue, 13 Jul 2021 21:43:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2895461370 for ; Tue, 13 Jul 2021 21:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236069AbhGMVqd (ORCPT ); Tue, 13 Jul 2021 17:46:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235310AbhGMVqc (ORCPT ); Tue, 13 Jul 2021 17:46:32 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2257AC0613DD; Tue, 13 Jul 2021 14:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=GQLeKRMWSRiW5L91ltmwseOQjtWUWzctumaRw62vMNI=; b=AETMyMWzyI6VZ69BWkij7PP4Op Dg90koNnUGFnsIERnPCVQeiJ52bpAprIaoscFh+LM81e5H42UJEp/UeMSPzbg/jZd9WCQq7zSbEre e0MEF+XFz5zM3mHnjt6utrri4fDlpsDbl5uNwzYC32hEbTBzIHCldPXnTCc5YJBQ7O4/r3jMJxLDX xggjBWT64DKgrPCLvZ+MtbIRjFQHGm7jKgZNk4J//MSYOJPre/ppC6vT0tk6QsOj/NqMiTAqabJpl I5wiq4lDG1Flnk9ygxGwHZkD9YQ4z1UClWuetbjSXAVpSgBlSEUxRUBl0FDs44jTOZ5BlPPP33mfh snFmU2Hg==; Received: from [2601:1c0:6280:3f0::aefb] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1m3QBn-00BPPy-73; Tue, 13 Jul 2021 21:43:39 +0000 Subject: Re: [GIT PULL] vboxsf fixes for 5.14-1 To: Al Viro Cc: Linus Torvalds , Hans de Goede , linux-fsdevel , LKML References: <30c7ec73-4ad5-3c4e-4745-061eb22f2c8a@redhat.com> From: Randy Dunlap Message-ID: <691ef4d4-c8aa-e953-5062-f238f139395e@infradead.org> Date: Tue, 13 Jul 2021 14:43:38 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/13/21 1:32 PM, Al Viro wrote: > On Tue, Jul 13, 2021 at 01:24:06PM -0700, Randy Dunlap wrote: > >> Hi Al, >> >> Where would you prefer for kernel-doc changes in fs/*.[ch] be merged? >> >> E.g., from June 27: >> >> https://lore.kernel.org/linux-fsdevel/20210628014613.11296-1-rdunlap@infradead.org/ > > Umm... I'd been under impression that kernel-doc stuff in general goes > through akpm, TBH. I don't remember ever having a problem with your > patches of that sort; I can grab that kind of stuff, but if there's > an existing pipeline for that I'd just as well leave it there... > Jon Corbet has merged some of them, but I'll be glad to send them to akpm. Thanks. {adding Cc: akpm for his info}