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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EF73AC433E0 for ; Thu, 11 Mar 2021 03:45:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 821CA64FB8 for ; Thu, 11 Mar 2021 03:45:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230341AbhCKDoo (ORCPT ); Wed, 10 Mar 2021 22:44:44 -0500 Received: from zeniv-ca.linux.org.uk ([142.44.231.140]:50434 "EHLO zeniv-ca.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230462AbhCKDoj (ORCPT ); Wed, 10 Mar 2021 22:44:39 -0500 Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lKCDA-004mXI-8w; Thu, 11 Mar 2021 03:42:08 +0000 Date: Thu, 11 Mar 2021 03:42:08 +0000 From: Al Viro To: Chao Yu Cc: Joel Becker , Christoph Hellwig , linux-kernel@vger.kernel.org, chao@kernel.org, Daiyue Zhang , Yi Chen , Ge Qiu , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] configfs: Fix use-after-free issue in __configfs_open_file Message-ID: References: <20210301061053.105377-1-yuchao0@huawei.com> <040d3680-0e12-7957-da05-39017d33edb4@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Mar 11, 2021 at 10:16:20AM +0800, Chao Yu wrote: > Hi Joel, Christoph, Al > > Does any one have time to review this patch, ten days past... Acked-by: Al Viro