hartkopp / can-isotp

Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol PLEASE NOTE: This module is part of the mainline Linux kernel since version 5.10
Other
245 stars 70 forks source link

can_rx_register(..., struct sock *sk) is available since kernel 4.4.50 #1

Closed morningstar1 closed 7 years ago

morningstar1 commented 7 years ago

Linux 4.5 do not have this signature anymore, damn. This was only a backport.

barsnick commented 7 years ago

I ran across the same issue and had the same - basically incomplete - fix as you: https://github.com/hartkopp/can-isotp/issues/2 I'll try to come up with the correct fix.