Hi,
just noticed a build problem with some older kernels.
On Sunday, 11 October 2020 11:39:08 CEST Sven Eckelmann wrote:
+#define batadv_softif_validate(__tb, __data, __extack) \
batadv_softif_validate(__tb, __data)
+#define batadv_softif_newlink(__src_net, __dev, __tb, __data, __extack) \
batadv_softif_newlink(__src_net, __dev, __tb, __data)
Seems like the compat code has to be changed slightly because the __extack was not introduced at the same time for all callbacks. These both must not be handled in the compat code for 4.13 and newer.
Kind regards, Sven