Re: [PATCH v2] Drivers: hv: Cosmetic changes for hv.c and balloon.c

2024-04-02 Thread Anirudh Rayabharam
On Mon, Apr 01, 2024 at 09:06:21PM -0700, Aditya Nagesh wrote: > Fix issues reported by checkpatch.pl script in hv.c and > balloon.c > - Remove unnecessary parentheses > - Remove extra newlines > - Remove extra spaces > - Add spaces between comparison operators > - Remove comparison with NULL

[PATCH] x86/hyperv: fix kexec crash due to VP assist page corruption

2024-08-26 Thread Anirudh Rayabharam
From: Anirudh Rayabharam (Microsoft) 9636be85cc5b ("x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline") introduces a new cpuhp state for hyperv initialization. cpuhp_setup_state() returns the state number if state is CPUHP_AP_ONLINE_DYN or CPUHP_BP_PREPARE_DYN

Re: [PATCH] x86/hyperv: fix kexec crash due to VP assist page corruption

2024-08-27 Thread Anirudh Rayabharam
On Mon, Aug 26, 2024 at 02:36:44PM +0200, Vitaly Kuznetsov wrote: > Anirudh Rayabharam writes: > > > From: Anirudh Rayabharam (Microsoft) > > > > 9636be85cc5b ("x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go > > online/offline")

Re: [PATCH] x86/hyperv: fix kexec crash due to VP assist page corruption

2024-08-28 Thread Anirudh Rayabharam
On Tue, Aug 27, 2024 at 10:32:41AM +0200, Vitaly Kuznetsov wrote: > Anirudh Rayabharam writes: > > > On Mon, Aug 26, 2024 at 02:36:44PM +0200, Vitaly Kuznetsov wrote: > >> Anirudh Rayabharam writes: > >> > >> > From: Anirudh Rayabharam (Microsoft) &g

[PATCH v2] x86/hyperv: fix kexec crash due to VP assist page corruption

2024-08-28 Thread Anirudh Rayabharam
From: Anirudh Rayabharam (Microsoft) commit 9636be85cc5b ("x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline") introduces a new cpuhp state for hyperv initialization. cpuhp_setup_state() returns the state number if state is CPUHP_AP_ONLINE_DYN or CPUHP_BP_P