Re: [PATCH netdev-2.6] bonding: UPDATED hash-table corruption in bond_alb.c

2006-01-12 Thread Jeff Garzik
Jay Vosburgh wrote: I believe I see the race Michael refers to (tlb_choose_channel may set head, which tlb_init_slave clears), although I was not able to reproduce it. I have updated his patch for the current netdev-2.6.git tree and added a version update. His original comment follows:

RE: [PATCH netdev-2.6] bonding: UPDATED hash-table corruption in bond_alb.c

2006-01-09 Thread ODonnell, Michael
ynard, MA USA > -Original Message- > From: Jay Vosburgh [mailto:[EMAIL PROTECTED] > Sent: Monday, January 09, 2006 3:14 PM > To: [EMAIL PROTECTED]; netdev@vger.kernel.org > Cc: ODonnell, Michael > Subject: [PATCH netdev-2.6] bonding: UPDATED hash-table > corruption in

[PATCH netdev-2.6] bonding: UPDATED hash-table corruption in bond_alb.c

2006-01-09 Thread Jay Vosburgh
I believe I see the race Michael refers to (tlb_choose_channel may set head, which tlb_init_slave clears), although I was not able to reproduce it. I have updated his patch for the current netdev-2.6.git tree and added a version update. His original comment follows: Our systems have bee