lvs-devel
|
To: | "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>, David Miller <davem@xxxxxxxxxxxxx> |
---|---|
Subject: | Re: [PATCH net-next 01/15] ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk |
Cc: | netfilter-devel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx |
From: | Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx> |
Date: | Wed, 7 Oct 2015 16:48:38 +0200 |
Le 06/10/2015 20:53, Eric W. Biederman a écrit : In the rare case where sk != skb->sk ip_local_out_sk arranges to call dst->output differently if the skb is queued or not. This is a bug. Fix this bug by passing the sk parameter of ip_local_out_sk through from ip_local_out_sk to __ip_local_out_sk (skipping __ip_local_out). Fixes: 7026b1ddb6b8d4e6ee33dc2bd06c0ca8746fa7ab Fixes: 7026b1ddb6b8 ("netfilter: Pass socket pointer down through okfn().") It's in 4.1, so I assume this patch is for net also? -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
Previous by Date: | Re: [Help needed] Kernel level, OSI layers 2-3 Network driver developments, anyone in Northwest US region ?, John D Allen, Leveridge Systems INC |
---|---|
Next by Date: | Re: [PATCH net-next 06/15] ipv4: Merge ip_local_out and ip_local_out_sk, Nicolas Dichtel |
Previous by Thread: | Re: [PATCH net-next 01/15] ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk, Sergei Shtylyov |
Next by Thread: | [PATCH net-next 03/15] net: Pass net into dst_output and remove dst_output_okfn, Eric W. Biederman |
Indexes: | [Date] [Thread] [Top] [All Lists] |