This patch fixes two sparse warnings
1. sparse complaining about the removal of __iomem address
space when casting the return value of this ioremap_cache(...)
from `void __ioremap*` to `void*`.
Fixed this by replacing the ioremap_cache(...)
by memremap(...) and using MEMREMAP_DEC and MEMREMAP_WB f
> Subject: Re: [Patch v2] hv_netvsc: Mark VF as slave before exposing it to
> user-
> mode
>
> On Fri, 27 Oct 2023 13:59:50 -0700 lon...@linuxonhyperv.com wrote:
> > When a VF is being exposed form the kernel, it should be marked as "slave"
> > before exposing to the user-mode. The VF is not usab
On Fri, 27 Oct 2023 13:59:50 -0700 lon...@linuxonhyperv.com wrote:
> When a VF is being exposed form the kernel, it should be marked as "slave"
> before exposing to the user-mode. The VF is not usable without netvsc running
> as master. The user-mode should never see a VF without the "slave" flag.
On 10/30/23 22:08, Michael Kelley (LINUX) wrote:
From: Abhinav Singh Sent: Saturday, October
28, 2023 2:26 PM
It turns out that Nischala Yelchuri at Microsoft is
concurrently working on fixing this occurrence as well as the
others we know about in Hyper-V specific code.
So should I continu
From: Abhinav Singh Sent: Saturday, October
28, 2023 2:26 PM
>
> >It turns out that Nischala Yelchuri at Microsoft is
> > concurrently working on fixing this occurrence as well as the
> > others we know about in Hyper-V specific code.
>
> So should I continue or not with this patch?
>
I'll su
On Fri, Oct 27, 2023 at 09:35:05PM +, Long Li wrote:
> > Subject: RE: [EXTERNAL] Re: [Patch v7 5/5] RDMA/mana_ib: Send event to qp
> >
> >
> > > -Original Message-
> > > From: Jason Gunthorpe
> > > Sent: Monday, October 23, 2023 11:24 AM
> > > To: sharmaa...@linuxonhyperv.com
> > > C