Bug #364
batman-adv 2018.3 build error (redefinition of skb_postpush_rcsum)
Start date:
09/24/2018
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
similar to #359
compiling batman-adv 2018.1 and above fails with Linux Kernel 3.16.57 and newer.
With Kernel Release 3.16.57 skb_postpush_rcsum() was added by Ben Hutchings.
batman-adv tries to redefine this - but it shouldn't try when running Kernel 3.16 with patch release 57 or higher.
History
#1 Updated by Sven Eckelmann 5 months ago
- Status changed from New to Resolved
- Assignee changed from batman-adv developers to Andreas Ziegler
- Target version set to 2018.4
Thanks. I have now updated the LTS kernels for the build tests and also saw a second problem with the master branch.
Please test the patch https://patchwork.open-mesh.org/patch/17502/
#2 Updated by Andreas Ziegler 5 months ago
i tested a build with kernel 3.16.57, which works with your patch.
the kernel module can also be loaded without problems.
disclaimer: there was no further testing beyond loading the module.
#3 Updated by Sven Eckelmann 3 months ago
- Status changed from Resolved to Closed