On 11/25/2022 7:49 PM, Christophe de Dinechin wrote:
+void check_hv_pending(struct pt_regs *regs)This looks like two functions, one with regs == NULL and one with regs, different internal logic, different call sites. Would you consider splitting into two?
Good suggestion. Will update in the next version.