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 430161D5ABA for ; Mon, 2 Feb 2026 11:14:02 +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=1770030843; cv=none; b=Fk5swKtew19vUjHDTPLuuii0L2gzNiD7a3wMLxr4bWdgU2MwxoZ5JvTXFrAvqhxz1zEQkeerBmR/kv/Si1WeKFbbmAT29VNJ7f0CagAAQtAWWOy/s5qov7AnSnj3CAREz3TEUJWDd4npwiXqJpw2iovh6TF+Ffg6qUD6dNbM8Xo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770030843; c=relaxed/simple; bh=gdslb81gtLt2TMFtb7dneZ/Ac6aZj0W0zEgWfWUAcU0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ghqyvHSPTBwhgyU6mfdtdSSZ0lERg+FUGyjQu1xuvPAVie8YIit1EBMk6VQds6iIpG3wIhwFNmgdnnUmgaAOpZuz8hmuJhZ3wqtUgCDsXnXxWRf5ct8hRKCgmnfs3+mLAYOFIeN8FsorDtS5VcKfJDNSekK9EDXZXnN25ysvK7k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gJ7L66OP; 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="gJ7L66OP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA24DC116C6; Mon, 2 Feb 2026 11:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770030842; bh=gdslb81gtLt2TMFtb7dneZ/Ac6aZj0W0zEgWfWUAcU0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gJ7L66OPr1yuzQpNxQQHYwTEkgzE0OARBNuA24P8pJPlZrtl05mzoGkwnqzIR37Z2 Sief+o2UwhkzAKhSKYOafVOaHNJVEzdsB9lcBBLK3XwQ+0aMOY1/pY4XmmDgVIUalt OKL7B6i6GBg+hIGESmchrf0FoIIC0cg7LK+LetnizD19pyO6Rd7KwZeoRFRX25Exkk iOnjyKsyP/1gK+MgZOQFhfdKUBWx4f80gJw9Pk8PpgugQhrA+ElMiyVU7xdOtul8iA 0dEkuXQlTku0J0Eu67IigULEf7S0b09/UmCbdDtWiD60its9fOm8OAZvlux7QXSFpi JzXnxSmkzTkXA== From: Pratyush Yadav To: Andrew Morton Cc: Pratyush Yadav , 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 In-Reply-To: <20260130115004.b530155b27d6d15929bcfa63@linux-foundation.org> (Andrew Morton's message of "Fri, 30 Jan 2026 11:50:04 -0800") References: <20260126230302.2936817-1-pratyush@kernel.org> <20260126230302.2936817-2-pratyush@kernel.org> <2vxzv7gj7wv7.fsf@kernel.org> <20260130115004.b530155b27d6d15929bcfa63@linux-foundation.org> Date: Mon, 02 Feb 2026 12:14:00 +0100 Message-ID: <2vxzqzr38kjr.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Fri, Jan 30 2026, Andrew Morton wrote: > 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. Thanks. I didn't realize there was going to be an -rc8 and I didn't want this patch to miss the final cut of v6.19 in case you were expecting a re-roll of the whole series. > >> 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. Sounds good. I'll try to send out the new version in the next couple days so we can include it in v6.19 final. -- Regards, Pratyush Yadav