From: Eric W. Biederman <hidden> Date: 2012-09-14 02:32:30
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
Signed-off-by: "Eric W. Biederman" <redacted>
---
net/netfilter/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
From: Cong Wang <hidden> Date: 2012-09-14 03:33:50
On Fri, 14 Sep 2012 at 02:32 GMT, Eric W. Biederman [off-list ref] wrote:
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
From: Patrick McHardy <hidden> Date: 2012-09-14 11:54:22
On Thu, 13 Sep 2012, Eric W. Biederman wrote:
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
Thanks, we've already fixed that, the patch is queued in Pablo's tree.
From: Pablo Neira Ayuso <hidden> Date: 2012-09-14 12:08:55
On Fri, Sep 14, 2012 at 01:54:22PM +0200, Patrick McHardy wrote:
On Thu, 13 Sep 2012, Eric W. Biederman wrote:
quoted
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
Thanks, we've already fixed that, the patch is queued in Pablo's tree.
It should hit Linus tree soon, David pulled the fix yesterday.
From: Eric Dumazet <hidden> Date: 2012-09-14 12:25:14
On Fri, 2012-09-14 at 14:08 +0200, Pablo Neira Ayuso wrote:
On Fri, Sep 14, 2012 at 01:54:22PM +0200, Patrick McHardy wrote:
quoted
On Thu, 13 Sep 2012, Eric W. Biederman wrote:
quoted
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
Thanks, we've already fixed that, the patch is queued in Pablo's tree.
It should hit Linus tree soon, David pulled the fix yesterday.
--
From: Pablo Neira Ayuso <hidden> Date: 2012-09-14 12:46:43
On Fri, Sep 14, 2012 at 02:25:14PM +0200, Eric Dumazet wrote:
On Fri, 2012-09-14 at 14:08 +0200, Pablo Neira Ayuso wrote:
quoted
On Fri, Sep 14, 2012 at 01:54:22PM +0200, Patrick McHardy wrote:
quoted
On Thu, 13 Sep 2012, Eric W. Biederman wrote:
quoted
xt_init in x_tables.c must be called before xt_nat_init in xt_nat.c
Reorder the makefile so that x_tables.o comes before xt_nat.o in
netfilter.o.
This allows me to built a kernel with both of these modules compiled in.
Thanks, we've already fixed that, the patch is queued in Pablo's tree.
It should hit Linus tree soon, David pulled the fix yesterday.
--