From: Simon Horman <horms@verge.net.au> Date: 2011-03-01 22:59:34
Hi Patrick,
please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git for-patrick
to get the following change from Julian. Please note that it is an nf-2.6
(that is 2.6.38-rc) change.
Julian Anastasov (1):
ipvs: fix dst_lock locking on dest update
net/netfilter/ipvs/ip_vs_ctl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
From: Simon Horman <horms@verge.net.au> Date: 2011-03-01 22:59:35
From: Julian Anastasov <ja@ssi.bg>
Fix dst_lock usage in __ip_vs_update_dest. We need
_bh locking because destination is updated in user context.
Can cause lockups on frequent destination updates.
Problem reported by Simon Kirby. Bug was introduced
in 2.6.37 from the "ipvs: changes for local real server"
change.
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Hans Schillstrom <redacted>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
net/netfilter/ipvs/ip_vs_ctl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
From: Patrick McHardy <hidden> Date: 2011-03-02 10:58:18
Am 01.03.2011 23:59, schrieb Simon Horman:
Hi Patrick,
please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git for-patrick
to get the following change from Julian. Please note that it is an nf-2.6
(that is 2.6.38-rc) change.
Julian Anastasov (1):
ipvs: fix dst_lock locking on dest update
From: Simon Horman <horms@verge.net.au> Date: 2011-03-02 22:06:37
On Wed, Mar 02, 2011 at 11:58:18AM +0100, Patrick McHardy wrote:
Am 01.03.2011 23:59, schrieb Simon Horman:
quoted
Hi Patrick,
please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git for-patrick
to get the following change from Julian. Please note that it is an nf-2.6
(that is 2.6.38-rc) change.
Julian Anastasov (1):
ipvs: fix dst_lock locking on dest update
Pulled, thanks Simon.
Thanks Patrick.
This change is also needed in nf-next-2.6 but I assume that
will automatically happen when nf-2.6 is merged into nf-next-2.6,
possibly via a merge of net-2.6 into net-next-2.6.
From: Patrick McHardy <hidden> Date: 2011-03-03 06:53:06
On 02.03.2011 23:06, Simon Horman wrote:
On Wed, Mar 02, 2011 at 11:58:18AM +0100, Patrick McHardy wrote:
quoted
Am 01.03.2011 23:59, schrieb Simon Horman:
quoted
Hi Patrick,
please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git for-patrick
to get the following change from Julian. Please note that it is an nf-2.6
(that is 2.6.38-rc) change.
Julian Anastasov (1):
ipvs: fix dst_lock locking on dest update
Pulled, thanks Simon.
Thanks Patrick.
This change is also needed in nf-next-2.6 but I assume that
will automatically happen when nf-2.6 is merged into nf-next-2.6,
possibly via a merge of net-2.6 into net-next-2.6.
Yes. If you need it as base for further work, the fastest way
is to ask Dave to pull net-2.6 into net-next-2.6, I can then
pull it into nf-next.
From: Simon Horman <horms@verge.net.au> Date: 2011-03-03 07:47:34
On Thu, Mar 03, 2011 at 07:53:06AM +0100, Patrick McHardy wrote:
On 02.03.2011 23:06, Simon Horman wrote:
quoted
On Wed, Mar 02, 2011 at 11:58:18AM +0100, Patrick McHardy wrote:
quoted
Am 01.03.2011 23:59, schrieb Simon Horman:
quoted
Hi Patrick,
please consider pulling
git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git for-patrick
to get the following change from Julian. Please note that it is an nf-2.6
(that is 2.6.38-rc) change.
Julian Anastasov (1):
ipvs: fix dst_lock locking on dest update
Pulled, thanks Simon.
Thanks Patrick.
This change is also needed in nf-next-2.6 but I assume that
will automatically happen when nf-2.6 is merged into nf-next-2.6,
possibly via a merge of net-2.6 into net-next-2.6.
Yes. If you need it as base for further work, the fastest way
is to ask Dave to pull net-2.6 into net-next-2.6, I can then
pull it into nf-next.