Re: [PATCH v9 12/23] x86/virt/seamldr: Introduce skeleton for TDX module updates

From: Dave Hansen

Date: Mon May 18 2026 - 11:41:01 EST


On 5/13/26 08:09, Chao Gao wrote:
> b) omit touch_nmi_watchdog() and rcu_momentary_eqs(), which exist
> there for debugging and are not strictly needed for this update flow

Could you possibly start a thread with a suggested refactoring of this
code? The use of those helpers is really subtle and it would be great to
put them in one place and document the subtlety so that future users can
leverage the helper.