Re: [Lksctp-developers] Re: (more) Sleeping function called from illegal

Jon Grimm (jgrimm2@us.ibm.com)
Mon, 30 Sep 2002 07:50:19 -0500


Thanks. We'll fix it up.

Best Regards,
Jon Grimm

Andrew Morton wrote:
>

>
> sctp_v4_get_local_addr_list():
>
> /* XXX BUG: sleeping allocation with lock held -DaveM */
> addr = t_new(struct sockaddr_storage_list, GFP_KERNEL);
>
> Is true. We're holding dev_base_lock, inetdev_lock and in_dev->lock
> here.
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/