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 949F235F5F7 for ; Mon, 18 May 2026 16:24:39 +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=1779121479; cv=none; b=Hx5W8RT+3h8wr1k/UYBQ3mbTHdjxK6cVuI19X03Qv1CMK4IPmvfrA8QI+r41J0t4GbS7CalilWANGnQcHutyYxNW+2BgO3BGg+kq+e50HA3ocOF316AgDQJw0m4EOXApqWjA2HZW8nYtOMRdMGv16KbQnMp1yALsuoK0O8e5TH4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779121479; c=relaxed/simple; bh=ySdneF8pTgQ/afNRmGx2ti2OQwsbDxywcrrbCXGzpFc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=D0Qth4mcxp+HG8PNYRkgj1zgb0I5I9GFNlaMbgGWEroWuzLgVH1AsIFPmKSDxQsp/Xjnue6c90FRkcRFuAB/M80N/RZBuJsqil4seu8JHY7RjotizWaGn07Cm/a53Wo+/YiuwA5732BaJibVFqonrfsiwpwkQzQbpeEWTmB2umE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IeW2senR; 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="IeW2senR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7E29C2BCB7; Mon, 18 May 2026 16:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779121479; bh=ySdneF8pTgQ/afNRmGx2ti2OQwsbDxywcrrbCXGzpFc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=IeW2senRX41ej4+TV+f6kceHrkYL+7Yxwe5OmYzfeLwpw0PDoSm4TZywiWtrnWBP1 tDoQHVbRMaxh4+aCwCqAEnFuJlQk6t2E7rINZe8O+iJS+hlGK665ViY248qFnqptqc s2asjxI8DWIix9UAumyE9nMpneaDtUU6PbMArx5GCY+g6CZgB8BYu388UpJMsvv6sl PGu0MQKcPk7rX89XAy/i5dHfrD2ZW7guMQx1T9g96BuvdUgJV5UVEyWWAQa5I3wWSh vD1dy2MWS4TDQRmoHxr9QKeN9msN6bvcFKUszstXDvX9aQ58hzbjtonbYMJHTrRSMa fm/560ZNZAaZw== From: Pratyush Yadav To: Pasha Tatashin Cc: rppt@kernel.org, sourabhjain@linux.ibm.com, jbouron@amazon.com, akpm@linux-foundation.org, bhe@redhat.com, linux-kernel@vger.kernel.org, dan.carpenter@linaro.org, rafael.j.wysocki@intel.com, piliu@redhat.com, kexec@lists.infradead.org, pratyush@kernel.org, skhawaja@google.com, graf@amazon.com, mario.limonciello@amd.com Subject: Re: [PATCH v5 5/5] liveupdate: Remove unused ser field from struct luo_session In-Reply-To: <20260518125459.1092373-6-pasha.tatashin@soleen.com> (Pasha Tatashin's message of "Mon, 18 May 2026 12:54:59 +0000") References: <20260518125459.1092373-1-pasha.tatashin@soleen.com> <20260518125459.1092373-6-pasha.tatashin@soleen.com> Date: Mon, 18 May 2026 18:24:35 +0200 Message-ID: <2vxzse7o8z3w.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 Mon, May 18 2026, Pasha Tatashin wrote: > The ser field in struct luo_session was intended to point to the > serialized data for a session, but it was never actually utilized in the > implementation. All serialization and deserialization logic consistently > uses the pointers maintained in struct luo_session_header. > > Remove the dead field to clean up the structure. > > Acked-by: Mike Rapoport (Microsoft) > Signed-off-by: Pasha Tatashin Reviewed-by: Pratyush Yadav (Google) -- Regards, Pratyush Yadav