Herbert Xu
ef01578615
[TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg
...
I've finally found a potential cause of the sk_forward_alloc underflows
that people have been reporting sporadically.
When tcp_sendmsg tacks on extra bits to an existing TCP_PAGE we don't
check sk_forward_alloc even though a large amount of time may have
elapsed since we allocated the page. In the mean time someone could've
come along and liberated packets and reclaimed sk_forward_alloc memory.
This patch makes tcp_sendmsg check sk_forward_alloc every time as we
do in do_tcp_sendpages.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-01 17:48:59 -07:00
..
2005-08-29 16:11:18 -07:00
2005-09-01 17:44:06 -07:00
2005-08-29 16:11:18 -07:00
2005-09-01 17:44:29 -07:00
2005-08-29 15:58:24 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:00:54 -07:00
2005-09-01 17:44:29 -07:00
2005-08-29 16:01:11 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:08:31 -07:00
2005-06-18 22:54:12 -07:00
2005-08-29 16:08:31 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 15:56:08 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 16:01:11 -07:00
2005-08-29 15:43:19 -07:00
2005-08-29 15:55:58 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:03:06 -07:00
2005-08-29 15:58:24 -07:00
2005-07-30 17:46:44 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 16:01:39 -07:00
2005-08-29 16:03:10 -07:00
2005-08-29 16:01:39 -07:00
2005-09-01 17:44:29 -07:00
2005-08-29 15:32:25 -07:00
2005-07-30 17:46:44 -07:00
2005-08-29 16:11:18 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:33:20 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-06-13 14:29:06 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:36:19 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:41:54 -07:00
2005-08-29 15:41:54 -07:00
2005-08-29 15:49:35 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:57:54 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 16:01:54 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:56:18 -07:00
2005-08-29 15:57:48 -07:00
2005-08-29 15:57:48 -07:00
2005-09-01 17:48:59 -07:00
2005-08-29 16:11:18 -07:00
2005-04-16 15:20:36 -07:00
2005-06-20 13:21:43 -07:00
2005-05-03 16:27:10 -07:00
2005-08-29 15:33:20 -07:00
2005-07-19 14:03:34 -07:00