-----"Jason Gunthorpe" <[email protected]> wrote: ----- >To: "Bernard Metzler" <[email protected]> >From: "Jason Gunthorpe" <[email protected]> >Date: 07/11/2019 01:53PM >Cc: "Leon Romanovsky" <[email protected]>, "Stephen Rothwell" ><[email protected]>, "Doug Ledford" <[email protected]>, "David >Miller" <[email protected]>, "Networking" <[email protected]>, >"Linux Next Mailing List" <[email protected]>, "Linux Kernel >Mailing List" <[email protected]> >Subject: [EXTERNAL] Re: Re: linux-next: build failure after merge of >the net-next tree > >On Thu, Jul 11, 2019 at 08:00:49AM +0000, Bernard Metzler wrote: > >> That listen will not sleep. The socket is just marked >> listening. > >Eh? siw_listen_address() calls siw_cep_alloc() which does: > > struct siw_cep *cep = kzalloc(sizeof(*cep), GFP_KERNEL); > >Which is sleeping. Many other cases too. > >Jason > > Ah, true! I was after really deep sleeps like user level socket accept() calls ;) So you are correct of course.
Thanks! Bernard

