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 B25DB303C83 for ; Fri, 30 Jan 2026 19:50:05 +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=1769802606; cv=none; b=MF2JpuwQsPimDrAxaBvrHbmFKgbZI31G6pzq3OlNr7zUF3n/5LoE418XtaFb0sI9hV230kVD9mrFFnZfqmIObtSrOKo80QADoR9oyVu1HhkpxX8bBC/LhWlT6HSWMoy4W7CCBBgpmxQg8ZbI6UHPX95fMKCSKLYFykIHVusM5Wc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769802606; c=relaxed/simple; bh=4MqJ0xG1i+4H/3cRqSloctdqhhWB0J2vgAAzwo3d5eU=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=iW/MfxGD+yIsllKJH4/I88TXTEG+cTCs/n0H2OccULS2IdFvyp3QG2W4WAyCWScoGICb1aPIJZ4w02YGGZlvA7/FH+0psZNYCOo2Rx1rzyHwt6eAvbUxZiDfXE6APuvOtvSIDeYWTTT0gBjXx7FZHgAK041h5oTYXuDZoHc65S8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=QAFXk1/S; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="QAFXk1/S" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A81A4C4CEF7; Fri, 30 Jan 2026 19:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1769802605; bh=4MqJ0xG1i+4H/3cRqSloctdqhhWB0J2vgAAzwo3d5eU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QAFXk1/SgugS9OOblGfQgWX4z6TWpoYLsh9B0j2wLjiLkf2+8naZFrAy3KAGL8aPY KeTA36PjTJxhJ3Up36xQaAguPd3Z0mFfMMh1BEX3m39u/1LzlCCroIs6th+0OhidfV mX07tA0CIHg+E7czI0uqBokfGuox8pjHzdyQznAs= Date: Fri, 30 Jan 2026 11:50:04 -0800 From: Andrew Morton To: Pratyush Yadav Cc: Mike Rapoport , Pasha Tatashin , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 1/2] liveupdate: luo_file: do not clear serialized_data on unfreeze Message-Id: <20260130115004.b530155b27d6d15929bcfa63@linux-foundation.org> In-Reply-To: <2vxzv7gj7wv7.fsf@kernel.org> References: <20260126230302.2936817-1-pratyush@kernel.org> <20260126230302.2936817-2-pratyush@kernel.org> <2vxzv7gj7wv7.fsf@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Fri, 30 Jan 2026 19:56:28 +0100 Pratyush Yadav wrote: > >> Fixes: 7c722a7f44e0 ("liveupdate: luo_file: implement file systems callbacks") > >> Signed-off-by: Pratyush Yadav (Google) > > > > Reviewed-by: Mike Rapoport (Microsoft) > > Thanks. > > Andrew, do you mind taking this patch in v6.19-rc8/v6.19 hotfixes? Yep, that's where it was. > The > second patch needs a re-roll and I don't think I would be able to do it > this week. > > This is an independent fix and I see no reason to block this waiting for > the other one. OK, I moved "liveupdate: luo_file: remember retrieve() status" to tail-of-everything and added a note that a new version is expected.