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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 155A3C433DF for ; Fri, 10 Jul 2020 11:05:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDE4E2076A for ; Fri, 10 Jul 2020 11:05:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726962AbgGJLFz (ORCPT ); Fri, 10 Jul 2020 07:05:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726369AbgGJLFy (ORCPT ); Fri, 10 Jul 2020 07:05:54 -0400 Received: from nautica.notk.org (ipv6.notk.org [IPv6:2001:41d0:1:7a93::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 186BDC08C5CE for ; Fri, 10 Jul 2020 04:05:54 -0700 (PDT) Received: by nautica.notk.org (Postfix, from userid 1001) id 5DFF1C009; Fri, 10 Jul 2020 13:05:51 +0200 (CEST) Date: Fri, 10 Jul 2020 13:05:36 +0200 From: Dominique Martinet To: "Zhengbin (OSKernel)" Cc: ericvh@gmail.com, lucho@ionkov.net, v9fs-developer@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, yi.zhang@huawei.com Subject: Re: [PATCH RESEND] 9p: Fix memory leak in v9fs_mount Message-ID: <20200710110536.GA17924@nautica> References: <20200615012153.89538-1-zhengbin13@huawei.com> <20200615102053.GA11026@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Zhengbin (OSKernel) wrote on Thu, Jul 09, 2020: > Is this OK? I don't see it on linux-next Yes, I just (still) haven't tested them, sorry. It's in git://github.com/martinetd/linux branch 9p-test -- Dominique