From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 CACF9314B76; Fri, 3 Jul 2026 08:20:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783066826; cv=none; b=rFsLwACQsPEA5TifLsWjkYASprKnP4RwlW/0Wlw4po+u6eND+/MKXSi0P9UV2gSF9NRApWcczHU8Q9v01vd/lxcHHlHjKmqH9oT9ItBJpV2K6XXTDXel4z9J2zp+8v2nKOZR5WpI64WS1t2RTtEBmvyEXXCngIq+Q2i8GSjrJeQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783066826; c=relaxed/simple; bh=mH+0U5CZG2uR3UNPft08fjj6UpzpUG2Lm/YTnpNEi0Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=faY95+3ZNRmJvyaZqeznYoWlpAfNPS3HYLAZi+NaeJWmRM9WvAzLJCr9+7mkn97ajyAQWFlhYUlVcmtkbWIRmwj1+RtBUjv4lNzDgiZX2ll/uPNPaK+EbGMM8wcJ4jPh9JBAoKAno41J30t7AHiJt59Y24ddxXbOzxTikVi6svE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=CfCOuV93; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="CfCOuV93" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 304851F000E9; Fri, 3 Jul 2026 08:20:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1783066825; bh=u0+KdUCekwh9hkMd/0K08RoqTPEWE9HPi7sqIARest4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=CfCOuV93GwDsJuzVHGfNRZ+QLCxrEAartV0qPMCVhfPzJJ3WbaiBb4edi4XjpVE3B Gev+/tzc0WuLchG5/Kd2sIAVVMv8s1ooJdHeOvBxd6HkGV7U5qOi30mf21R7pFXhPS b9V8wlNrjZhcp20AbPwOV7ZqxiwTzA7xeMgxvN7Y= Date: Fri, 3 Jul 2026 10:20:35 +0200 From: Greg KH To: Baokun Li Cc: Jiayuan Chen , 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 Subject: Re: [PATCH] ext4: get rid of ppath in get_ext_path() Message-ID: <2026070315-crescent-factoid-616d@gregkh> References: <2026062643-tamer-limes-a320@gregkh> <2026070210-catty-grape-2568@gregkh> 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: On Fri, Jul 03, 2026 at 03:57:09PM +0800, Baokun Li wrote: > On 2026/7/2 13:47, 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 :( > > > >> We rebased the 6.6 stable one week ago and also found the same regression. > > What regression? Again, no context :( > > > > confused, > > > > greg k-h > > For some reason, LTS only merged a subset of my patchset, causing > some commits to lack their prerequisite patches. This leads to error > numbers being interpreted as valid pointers. > > For details, see the fix patchset that Erkun submitted to 6.6.y > (it fell through the cracks for some reason): > > https://lore.kernel.org/all/20260421113416.4040274-1-yangerkun@huawei.com/ > > 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? thanks, greg k-h