Re: ebtables problems on 2.6.19.1 *and* 2.6.16.36

2006-12-26 Thread Al Viro
On Mon, Dec 25, 2006 at 11:42:32PM -0500, Chuck Ebbert wrote: > ebtables: don't compute gap until we know we have an ebt_entry > > We must check the bitmap field to make sure we have an ebt_entry and > not an ebt_entries struct before using fields from ebt_entry. > > Signed-off-by: Chuck Ebbert <

Re: ebtables problems on 2.6.19.1 *and* 2.6.16.36

2006-12-26 Thread Santiago Garcia Mantinan
Sorry for not replying before but I could not do any tests before today as I didn't have access to any of the machines. > Bingo! Yes, I can confirm that your patch solves the problem, at least on my test cases. Thanks for your help! Regards... -- Santiago García Mantiñán - To unsubscribe from

Re: ebtables problems on 2.6.19.1 *and* 2.6.16.36

2006-12-25 Thread Chuck Ebbert
In-Reply-To: <[EMAIL PROTECTED]> On Sat, 23 Dec 2006 22:07:46 -0500, Christopher S. Aker wrote: > We're hitting this too, on both 2.6.16.36 and 2.6.19.1. > > BUG: unable to handle kernel paging request at virtual address f8cec008 > printing eip: > c0462272 > *pde = > Oops: [#1] >

Re: ebtables problems on 2.6.19.1 *and* 2.6.16.36

2006-12-24 Thread Christopher S. Aker
Christopher S. Aker wrote: Patrick McHardy wrote: I'm trying to reproduce this (without success so far), please send your kernel config and your ebtables script. You could try if 2.6.19 works, there were some ebtables changes in 2.6.19.1 that touched this code. We're hitting this too, on both

Re: ebtables problems on 2.6.19.1 *and* 2.6.16.36

2006-12-23 Thread Christopher S. Aker
Patrick McHardy wrote: I'm trying to reproduce this (without success so far), please send your kernel config and your ebtables script. You could try if 2.6.19 works, there were some ebtables changes in 2.6.19.1 that touched this code. We're hitting this too, on both 2.6.16.36 and 2.6.19.1. BU