Re: [B.A.T.M.A.N.] [PATCH] batman-adv: don't implement skb_postpush_rcsum() for linux >=4.4.47

2018-05-11 Thread Sven Eckelmann
On Freitag, 11. Mai 2018 21:02:44 CEST Antonio Quartulli wrote: > skb_postpush_rcsum() has been implemented in 4.4.47 therefore > our compat code has to be changed to prevent this function to > be implemented when using those kernels. > > Signed-off-by: Antonio Quartulli > --- > compat-include/l

[B.A.T.M.A.N.] [PATCH] batman-adv: don't implement skb_postpush_rcsum() for linux >=4.4.47

2018-05-11 Thread Antonio Quartulli
skb_postpush_rcsum() has been implemented in 4.4.47 therefore our compat code has to be changed to prevent this function to be implemented when using those kernels. Signed-off-by: Antonio Quartulli --- compat-include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi