On 22.01.2024 19:17, Andrew Cooper wrote: > handle_ist_exception isn't part of the NMI handler, just like handle_exception > isn't part of #PF. > > Fixes: b3a9037550df ("x86: annotate entry points with type and size") > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com> It's a matter of consistency, yes, but personally I wouldn't consider this a bug (and hence I see no reason for Fixes:). But I can see how different perspectives here are possible. One this went in, I'll have to remember to also deal with this case in "common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions". Jan