Le jeudi 06 mai 2010 à 22:04 -0700, David Miller a écrit :
There are so many things ...
I am comtemplating commit aa133076
__tcp_alloc_md5sig_pool() now do a :
p = kzalloc(sizeof(*p), sk->sk_allocation);
But later call :
hash = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
(GFP_KERNEL allocations for sure)
tcp_v4_parse_md5_keys() also use :
p = kzalloc(sizeof(*p), sk->sk_allocation);
right after a (possibly sleeping) copy_from_user()
Oh well...
I'll test the already suggested patch before official submission,
thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html