From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (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 AD8033CB2FA for ; Fri, 3 Jul 2026 11:48:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783079326; cv=none; b=mz6Pne3Ip/8hXqAnP8kJjmDND7klFMHwn6GHPcEYeApw2CsFHasxG+gQLnIH+RTTgBstlvCS4DfzqJb1MsLRL0BmQ56NjDOJOZidMj1BEfIL+Jk+kGzrUDzI7B/vDpSSz/36BfqKQu0By/X5JenhYXft8bsfcH+zuBW5T6WY7TI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783079326; c=relaxed/simple; bh=5JqLuEiREk8klCaoqV+K5aWMLAGYc2iXBg4rGhZbat4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EwxgEs1AJ/AXXkcPzQde6Sfi4l25Xr1ERZopoX0dYkM4Tvavdh+ySAl+PQJjR+6A1jpxWvRVjtvwqNo/1FcpzTPf4szXDwZIWeGGWdtFL3oivhPxhW1XQ0kg0CXXaBPQcm1RmBmPXaZBx5PeXaR6llvnPlgOjqnfieZ0b9gJ0nI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Received: from macsyma.thunk.org (syn-072-043-125-131.biz.spectrum.com [72.43.125.131]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 663Bm81Q002631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 3 Jul 2026 07:48:10 -0400 Received: by macsyma.thunk.org (Postfix, from userid 15806) id CD31589CE68; Fri, 3 Jul 2026 07:48:08 -0400 (EDT) Date: Fri, 3 Jul 2026 07:48:08 -0400 From: "Theodore Tso" To: Baokun Li Cc: Greg KH , Jiayuan Chen , Wang Jun <1742789905@qq.com>, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, 25125332@bjtu.edu.cn, Jan Kara , Ojaswin Mujoo Subject: Re: [PATCH] ext4: get rid of ppath in get_ext_path() Message-ID: References: <2026062643-tamer-limes-a320@gregkh> <2026070210-catty-grape-2568@gregkh> <2026070315-crescent-factoid-616d@gregkh> <2904d1db-11fa-450a-89ea-20fe133fa268@linux.alibaba.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=us-ascii Content-Disposition: inline In-Reply-To: <2904d1db-11fa-450a-89ea-20fe133fa268@linux.alibaba.com> On Fri, Jul 03, 2026 at 04:44:32PM -0500, Baokun Li wrote: > >> Either applying this fix patchset or reverting the incorrectly merged > >> commit should resolve the issue. > > How about submitting a revert so that we can start fresh and work from > > there? > > Alright, I can help review the patches. Can you also double check whether your patchset actually fixes a bug in 6.6? As near as I can tell, it wasn't needed for 6.1 at all. Thanks, - Ted