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

2024-09-05 Thread Wei Liu
On Wed, Aug 28, 2024 at 04:51:56PM +0530, Anirudh Rayabharam wrote: > 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() re

Re: [PATCH] tools: hv: rm .*.cmd when make clean

2024-09-05 Thread Wei Liu
On Mon, Sep 02, 2024 at 12:21:03PM +0800, zhangjiao2 wrote: > From: zhang jiao > > rm .*.cmd when make clean > > Signed-off-by: zhang jiao > --- > tools/hv/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/hv/Makefile b/tools/hv/Makefile > index 2e60e2c21

Re: [PATCH v2 2/2] Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

2024-09-05 Thread Wei Liu
On Thu, Aug 29, 2024 at 06:40:16AM -0700, Saurabh Singh Sengar wrote: > On Thu, Aug 29, 2024 at 12:43:12PM +0530, Naman Jain wrote: > > Rescind offer handling relies on rescind callbacks for some of the > > resources cleanup, if they are registered. It does not unregister > > vmbus device for the p

Re: [PATCH -next] hv: vmbus: Constify struct kobj_type and struct attribute_group

2024-09-05 Thread Wei Liu
On Wed, Sep 04, 2024 at 09:15:53AM +0800, Hongbo Li wrote: > The `struct attribute_group` and `struct kobj_type` are not > modified, and they are only used in the helpers which take a > const type parameter. > > Constifying these structure and moving them to a read-only section, > and this can inc

Re: [PATCH v2 2/2] Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic

2024-09-05 Thread Wei Liu
On Thu, Sep 05, 2024 at 07:30:10AM +, Wei Liu wrote: > On Thu, Aug 29, 2024 at 06:40:16AM -0700, Saurabh Singh Sengar wrote: > > On Thu, Aug 29, 2024 at 12:43:12PM +0530, Naman Jain wrote: > > > Rescind offer handling relies on rescind callbacks for some of the > > > resources cleanup, if they