Following mainline commit 9b2c45d479d0fb8647c9e83359df69162b5fbe5f
("net: make getname() functions return length rather than use int* parameter")
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
The kernel build infrastructure already runs depmod properly in its
modules_install target, doing so in a cross-compilation friendly way. Running it
with no arguments is useless and also harmful since it breaks cross-compilation
contexts by scanning dependencies on the modules installed on the host instead
of those being built for the target.
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
can_rx_register() was changed in 4.10(-rc7), backported to 4.9.11, but
also to 4.4 LTS in 4.4.50. The kernel guard therefore needs to check
various version ranges.
See https://github.com/hartkopp/can-isotp/issues/2
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This repository contains a rework to simplify the build of the former ISO-TP
development repository at https://github.com/hartkopp/can-isotp-modules.
The build and repository cleanup provided by Nathan L. Conrad was merged from
https://github.com/downwith/linux-isotp . Thanks Nathan!
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>