Re: [PATCH v2 2/9] dt-bindings: x86: Add a binding for x86 wakeup mailbox

2024-08-25 Thread Krzysztof Kozlowski
On Fri, Aug 23, 2024 at 04:23:20PM -0700, Yunhong Jiang wrote: > Add the binding to use mailbox wakeup mechanism to bringup APs. > > Signed-off-by: Yunhong Jiang > --- > .../devicetree/bindings/x86/wakeup.yaml | 64 +++ > 1 file changed, 64 insertions(+) > create mode 1006

Re: [PATCH net-next v4] net: mana: Implement get_ringparam/set_ringparam for mana

2024-08-25 Thread Shradha Gupta
On Fri, Aug 23, 2024 at 04:34:54AM -0700, Saurabh Singh Sengar wrote: > On Thu, Aug 22, 2024 at 08:53:09AM -0700, Shradha Gupta wrote: > > Currently the values of WQs for RX and TX queues for MANA devices > > are hardcoded to default sizes. > > Allow configuring these values for MANA devices as rin

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

2024-08-25 Thread Naman Jain
On 8/25/2024 8:27 AM, Michael Kelley wrote: From: Naman Jain Sent: Thursday, August 22, 2024 4:09 AM 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 primary channel closure, when callb

Re: [PATCH 1/2] uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind

2024-08-25 Thread Naman Jain
On 8/25/2024 8:21 AM, Michael Kelley wrote: From: Naman Jain Sent: Thursday, August 22, 2024 4:09 AM From: Saurabh Sengar For primary VMBus channels primary_channel pointer is always NULL. This pointer is valid only for the secondry channels. Fix NULL pointer dereference by retrieving t

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

2024-08-25 Thread Michael Kelley
From: Naman Jain Sent: Sunday, August 25, 2024 10:32 PM > > On 8/25/2024 8:27 AM, Michael Kelley wrote: > > From: Naman Jain Sent: Thursday, August 22, > > 2024 4:09 AM > >> > >> Rescind offer handling relies on rescind callbacks for some of the > >> resources cleanup, if they are registered.

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

2024-08-25 Thread Naman Jain
On 8/26/2024 11:10 AM, Michael Kelley wrote: From: Naman Jain Sent: Sunday, August 25, 2024 10:32 PM On 8/25/2024 8:27 AM, Michael Kelley wrote: From: Naman Jain Sent: Thursday, August 22, 2024 4:09 AM Rescind offer handling relies on rescind callbacks for some of the resources cleanu