Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80933C61DA4 for ; Thu, 2 Feb 2023 23:42:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231755AbjBBXm5 (ORCPT ); Thu, 2 Feb 2023 18:42:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233073AbjBBXml (ORCPT ); Thu, 2 Feb 2023 18:42:41 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CDF065F21; Thu, 2 Feb 2023 15:41:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 183BF61D19; Thu, 2 Feb 2023 23:41:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F346C433EF; Thu, 2 Feb 2023 23:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1675381315; bh=OFIZjfUwXkOIpzqkXb876+1TuJeDk5K8kjr9J/n4gK0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XiZEw+P2dv1GNEnfAwJ3S3UKZeoaTI4bFojYl1xz9bBLGBqpO/BpxrI1TYHI2vaEM tRmX+GhfYhZHB5GZQxJv3U4gZm4ikBi70Tjzyg80lR0d7XrjYV1DU5PUo63PqBc8vQ CCKFfH/x+UCci7bul229xeH8pOt54bmYa4757SII= Date: Thu, 2 Feb 2023 15:41:54 -0800 From: Andrew Morton To: Chao Yu Cc: viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, adobriyan@gmail.com Subject: Re: [PATCH 1/2] proc: fix to check name length in proc_lookup_de() Message-Id: <20230202154154.64a087a47bbf2210584b1734@linux-foundation.org> In-Reply-To: <93c1e281-82a5-d7d0-04b1-67ac2cf3d0fa@kernel.org> References: <20230131155559.35800-1-chao@kernel.org> <93c1e281-82a5-d7d0-04b1-67ac2cf3d0fa@kernel.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 1 Feb 2023 21:01:14 +0800 Chao Yu wrote: > Hi Andrew, > > Could you please take a look at this patchset? Or should I ping > Alexey Dobriyan? > [patch 1/2]: Alexey wasn't keen on the v1 patch. What changed? [patch 2/2]: What is the benefit from this change?