From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9E8DB3F6605 for ; Tue, 17 Mar 2026 17:07:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773767278; cv=none; b=RjfiZ9GDS5jKGTNYZ8DVFp6iO6ReKBOX7Xouuna2tgq91nJEoUR/4xz0yOsFvXD5+4toxgSg6sD97OEGbPYsj4iCRNw8fwZtQY6xUxfkEHO8tHna5zSMlyVAZPlws6ts9OGEJcOJCRtqsuOz+r2tg51XUywVbQgIl8E9g+4xwbQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773767278; c=relaxed/simple; bh=mOa0Z+FMHGlUDFKeNu1yPtuxObIBCZ/tCqFJWZwNt6M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N9Pv1b7H12v6V+50PFMwfPizZVRYPgy26ozhf63QoNoiBpyBJNWhnUIOUm6wtWQC/ihylvsSy6o9faxoFDttR2vMEwxPODR9fJdpQRqRlBnNawvMybzz8QoyAaPAqM29Yd0fZrg6zZd2anMgBPVfm5NJ8iPIuW/tPiIy3ERU47A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aCZ5WtWX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aCZ5WtWX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E76AFC4CEF7; Tue, 17 Mar 2026 17:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773767278; bh=mOa0Z+FMHGlUDFKeNu1yPtuxObIBCZ/tCqFJWZwNt6M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aCZ5WtWXMY6rVqPJxf+pnsKrAi3t1rUK7yy4JZbNzeU3RpOrEGeemsIp3WK2aFIQ2 C3U3okaXSfpcotN41DzmSjxnkUmk56CI/9+KMWf3/cxSx7UjVpvKQxbvjkHPEE58G5 k5kbD9G4Ggug5anCLPJK2NmuGC5XD4fe68p924liF67kCXvEB07xR7C2mbTRWX75yq FDrru/HT9Si0Xl+cX/6SnzuioL3+3sIFgse5llkl3y6Gb2hZestMMJ28shBrlR4pHx Rtahk/bHXcFluvNs+gJ7/3J6rBa3xMkH51lvwdljX46EPUn1ETLMlttIEOZBtefzlB nNUeRbeAbKJiw== Date: Wed, 18 Mar 2026 01:07:53 +0800 From: Gao Xiang To: Utkal Singh Cc: linux-erofs@lists.ozlabs.org, xiang@kernel.org, yifan.yfzhao@linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] erofs: validate h_shared_count in erofs_init_inode_xattrs() Message-ID: Mail-Followup-To: Utkal Singh , linux-erofs@lists.ozlabs.org, xiang@kernel.org, yifan.yfzhao@linux.dev, linux-kernel@vger.kernel.org References: <20260317152439.5738-1-singhutkal015@gmail.com> <20260317164135.24892-1-singhutkal015@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Mar 17, 2026 at 10:29:00PM +0530, Utkal Singh wrote: > > > > Hi Gao, > > > > Sorry about this. The mismatch between the commit message and the code > > slipped through when I revised the patch — I updated the implementation to > > use sizeof(__le32) but forgot to update the commit message to match. The > > changelog was also wrong (v2 mislabeled as "initial"). Sorry, honestly I'm skeptical about it, because your v2 already uses __le32: https://lore.kernel.org/r/20260317152439.5738-1-singhutkal015@gmail.com And I think your v2 is almost fine, I will revise a bit manually. > > > > I wrote this myself, just didn't review carefully enough before resending. > > I'll be more thorough going forward. > > > > Will send a clean v4 shortly. Please don't resend anymore, it seems the mailing list is flooded with your patches, and most versions are meaningless. Thanks, Gao Xiang > > > > Thanks, Utkal > >