Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-20 Thread Jayachandran C
On Wed, Apr 19, 2006 at 04:13:24PM -0700, Andrew Morton wrote: > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > From: Andrew Morton <[EMAIL PROTECTED]> > > Date: Wed, 19 Apr 2006 15:59:25 -0700 > > > > > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > > > > > An earlier variant of your

Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-19 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Wed, 19 Apr 2006 15:59:25 -0700 > > > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > > > An earlier variant of your patch was applied already, included below. > > > You'll need to submit the newe

Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-19 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Wed, 19 Apr 2006 15:59:25 -0700 > "David S. Miller" <[EMAIL PROTECTED]> wrote: > > > > An earlier variant of your patch was applied already, included below. > > You'll need to submit the newer parts relative to the current tree. > > This is a similar-

Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-19 Thread Andrew Morton
"David S. Miller" <[EMAIL PROTECTED]> wrote: > > An earlier variant of your patch was applied already, included below. > You'll need to submit the newer parts relative to the current tree. This is a similar-but-different patch. It applies OK. I reviewed it (mostly - it's somewhat non-trivial to

Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-19 Thread David S. Miller
An earlier variant of your patch was applied already, included below. You'll need to submit the newer parts relative to the current tree. diff-tree 7ad4d2f6901437ba4717a26d395a73ea362d25c6 (from b8282dcf0417bbc8a0786c129fdff9cc768f8f3c) Author: Jayachandran C <[EMAIL PROTECTED]> Date: Tue Apr

[RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c

2006-04-18 Thread Jayachandran C
Second try, added netdev to the cc: list this time. This cleans up other usages of of vmalloc in ebtables.c. The changes are similar to the cleanup done in ebtables-fix-allocation-in-net-bridge-netfilter-ebtablesc.patch Patch Description: This patch makes all the vmalloc calls in net/bridge/ne