[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190711115235.GA25821@mellanox.com>
Date: Thu, 11 Jul 2019 11:52:42 +0000
From: Jason Gunthorpe <jgg@...lanox.com>
To: Bernard Metzler <BMT@...ich.ibm.com>
CC: Leon Romanovsky <leon@...nel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Doug Ledford <dledford@...hat.com>,
David Miller <davem@...emloft.net>,
Networking <netdev@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: 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
Powered by blists - more mailing lists