RE: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-18 Thread Srujana Challa
> On Tue, Sep 17, 2024 at 05:59:20AM +, Srujana Challa wrote: > > > Subject: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier > > > for pointers in debug messages > > > > > > On Mon, Sep 16, 2024 at 09: 52: 55PM +0530, Srujana Challa wrote

Re: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-18 Thread Michael S. Tsirkin
On Tue, Sep 17, 2024 at 05:59:20AM +, Srujana Challa wrote: > > Subject: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for > > pointers in debug messages > > > > On Mon, Sep 16, 2024 at 09: 52: 55PM +0530, Srujana Challa wrote: > > > Updates th

Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-18 Thread Dan Carpenter
On Mon, Sep 16, 2024 at 09:52:55PM +0530, Srujana Challa wrote: > Updates the debug messages in octep_vdpa_hw.c to use the %p format > specifier for pointers instead of casting them to u64. > > Fixes smatch warning: > octep_hw_caps_read() warn: argument 3 to %016llx specifier is cast > from pointe

RE: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-17 Thread Srujana Challa
> > On Mon, Sep 16, 2024 at 09:52:55PM +0530, Srujana Challa wrote: > > > Updates the debug messages in octep_vdpa_hw.c to use the %p format > > > specifier for pointers instead of casting them to u64. > > > > > > Fixes smatch warning: > > > octep_hw_caps_read() warn: argument 3 to %016llx specifie

RE: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-16 Thread Srujana Challa
> Subject: [EXTERNAL] Re: [PATCH] vdpa/octeon_ep: Fix format specifier for > pointers in debug messages > > On Mon, Sep 16, 2024 at 09: 52: 55PM +0530, Srujana Challa wrote: > > Updates the debug messages in octep_vdpa_hw. c to use the %p format > > specifier for pointers

Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-16 Thread Michael S. Tsirkin
On Mon, Sep 16, 2024 at 09:52:55PM +0530, Srujana Challa wrote: > Updates the debug messages in octep_vdpa_hw.c to use the %p format > specifier for pointers instead of casting them to u64. > > Fixes smatch warning: > octep_hw_caps_read() warn: argument 3 to %016llx specifier is cast > from pointe

Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-16 Thread Michael S. Tsirkin
On Mon, Sep 16, 2024 at 09:52:55PM +0530, Srujana Challa wrote: > Updates the debug messages in octep_vdpa_hw.c to use the %p format > specifier for pointers instead of casting them to u64. > > Fixes smatch warning: > octep_hw_caps_read() warn: argument 3 to %016llx specifier is cast > from pointe

Re: [PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-16 Thread Michael S. Tsirkin
On Mon, Sep 16, 2024 at 09:52:55PM +0530, Srujana Challa wrote: > Updates the debug messages in octep_vdpa_hw.c to use the %p format > specifier for pointers instead of casting them to u64. > > Fixes smatch warning: > octep_hw_caps_read() warn: argument 3 to %016llx specifier is cast > from pointe

[PATCH] vdpa/octeon_ep: Fix format specifier for pointers in debug messages

2024-09-16 Thread Srujana Challa
Updates the debug messages in octep_vdpa_hw.c to use the %p format specifier for pointers instead of casting them to u64. Fixes smatch warning: octep_hw_caps_read() warn: argument 3 to %016llx specifier is cast from pointer Fixes: 8b6c724cdab8 ("virtio: vdpa: vDPA driver for Marvell OCTEON DPU de