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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89E95C001DC for ; Thu, 20 Jul 2023 17:59:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229519AbjGTR7R (ORCPT ); Thu, 20 Jul 2023 13:59:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbjGTR7Q (ORCPT ); Thu, 20 Jul 2023 13:59:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BF6E270B; Thu, 20 Jul 2023 10:59:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AEB1B61BB9; Thu, 20 Jul 2023 17:59:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBDF8C433C8; Thu, 20 Jul 2023 17:59:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689875955; bh=6MC0SKh+OZqJO6ePCLzs5hDqg/4UZQUCfwGaq9beoFA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1o4F2lVwLv87B8AcxxWZfpZCufRBTpvBVUDQziPAkGbY8JL+Igkz29CDuh6aaKKs8 h08O9xmQCRPiBMhgXWD9qK3JhNmu555KerPdMgcsdZnhMPg7dbzo7VI0BqI3Gf/OUj +2/qDudfFTEpcV8levlyF/d+8mo16dvTbKtGigvE= Date: Thu, 20 Jul 2023 19:59:12 +0200 From: Greg KH To: Zhihao Cheng Cc: amir73il@gmail.com, miklos@szeredi.hu, linux-unionfs@vger.kernel.org, stable@vger.kernel.org, sashal@kernel.org Subject: Re: [PATCH 6.1 0/2] ovl: fix null pointer dereference in ovl_get_acl rcu path Message-ID: <2023072005-prozac-shading-8818@gregkh> References: <20230717030904.1669754-1-chengzhihao1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230717030904.1669754-1-chengzhihao1@huawei.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jul 17, 2023 at 11:09:02AM +0800, Zhihao Cheng wrote: > Zhihao Cheng (2): > ovl: let helper ovl_i_path_real() return the realinode > ovl: fix null pointer dereference in ovl_get_acl_rcu() > > fs/overlayfs/inode.c | 12 ++++++------ > fs/overlayfs/overlayfs.h | 2 +- > fs/overlayfs/util.c | 7 ++++--- > 3 files changed, 11 insertions(+), 10 deletions(-) > > -- > 2.39.2 > Now queued up, thanks. greg k-h