From: Stephen Rothwell <hidden> Date: 2014-06-06 04:07:03
Hi all,
After merging the net-next tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
net/core/filter.c: In function 'convert_bpf_extensions':
net/core/filter.c:696:17: error: 'A_REG' undeclared (first use in this function)
insn->a_reg = A_REG;
^
Caused by my bad merge resolution :-(
I applied this in the hope that it is correct (at least it builds):
From: Stephen Rothwell <redacted>
Date: Fri, 6 Jun 2014 14:00:07 +1000
Subject: [PATCH] net: filter: merge fix up
Signed-off-by: Stephen Rothwell <redacted>
---
net/core/filter.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
On Thu, Jun 5, 2014 at 9:06 PM, Stephen Rothwell [off-list ref] wrote:
Hi all,
After merging the net-next tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
net/core/filter.c: In function 'convert_bpf_extensions':
net/core/filter.c:696:17: error: 'A_REG' undeclared (first use in this function)
insn->a_reg = A_REG;
^
Caused by my bad merge resolution :-(
I applied this in the hope that it is correct (at least it builds):
Thank you.
It is correct.
I think Dave was about to push the same fix to net-next.
You're too fast :)
quoted hunk
From: Stephen Rothwell <redacted>
Date: Fri, 6 Jun 2014 14:00:07 +1000
Subject: [PATCH] net: filter: merge fix up
Signed-off-by: Stephen Rothwell <redacted>
---
net/core/filter.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)