From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 D035E374E67 for ; Thu, 2 Jul 2026 06:10:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782972604; cv=none; b=iI7iEFsoQUCYLLLsraSEN4tNdZM34h0fZM+EQf6Y8y8m2cHEsjlqJ7bOMLX3GnLixKYI/ASoOwokX1vH+rnKH/okgXRjN7sjH/7Rsp2Zr1iokRufQCbEt0DNIgbQ70bdIJcukHTICwAzF9ioExkviCtat4G5oLIBZe3fwniJeK4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782972604; c=relaxed/simple; bh=2mVa806GdsgnBUdtwgowmJH5DKkzweKJma2DxtSgPI8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=pcyprOL7/aR01bHBkjKDkRbZ0Vx/QD03BauFgNQEW7ojGSJwUaCr3vLTgJnuyQepikb2TcI/VmmVjV5GZINy0QJDDL4ZuT8EVeqWiT7yYa21kbEmwzMaZI8OaqlOpfu65ib4uXp42C6d8SdrJwm+fTHx+XGjN8vKS1tbpv3Fep4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ijJw/ilO; arc=none smtp.client-ip=91.218.175.185 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ijJw/ilO" Message-ID: <8b1d5b5d-61f5-40b1-95d4-35f98a280db8@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782972600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4RkVF5jg7OnZN5tmk1b/EFsXMnULO9gOlk19FjEZoQU=; b=ijJw/ilOjcdKFD0ygUOYE//04Rf1ZQOb5omPfPZp11rgZqAhjNE8IzN6Y+AgBbao7VvaL6 KIBNHNCN+XaInpJ8hI/lyObI9ubVMkzQQRIMKsK18UmTHUsWVyGfAr6juB+6p1yYppdl1g aaQTYdZi1n/43dBpk7o6g8eNfpqNVGg= Date: Thu, 2 Jul 2026 14:09:53 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] ext4: get rid of ppath in get_ext_path() To: Greg KH Cc: Wang Jun <1742789905@qq.com>, tytso@mit.edu, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, libaokun1@huawei.com, 25125332@bjtu.edu.cn, Jan Kara , Ojaswin Mujoo References: <2026062643-tamer-limes-a320@gregkh> <2026070210-catty-grape-2568@gregkh> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Jiayuan Chen In-Reply-To: <2026070210-catty-grape-2568@gregkh> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On 7/2/26 1:47 PM, Greg KH wrote: > On Thu, Jul 02, 2026 at 09:48:33AM +0800, Jiayuan Chen wrote: >> Hi Greg, >> >> Any update here ? > What is "here"? There is no context in this email :( Sorry I dropped the context: https://lore.kernel.org/stable/tencent_C982B0201FE8F041BD5B4FC1ED7D646A740A@qq.com/ This patch is trying to fix the regression which Introduced by this series:     [PATCH 6.6 046/567] ext4: get rid of ppath in ext4_ext_insert_extent() https://lore.kernel.org/all/20260323134534.939905793@linuxfoundation.org/ The series was also backported to 6.1 but reverted later. https://lore.kernel.org/all/20260408010208.746177-1-sashal@kernel.org/ So I'm confused about the next action will we accept Wang Jun's patch or we just revert it as 6.1 did ? > >> We rebased the 6.6 stable one week ago and also found the same regression. > What regression? Again, no context :( > > confused, > > greg k-h