]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 05:52:37 +0000 (21:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 05:52:37 +0000 (21:52 -0800)
commit2053f800f07dd2b6dc06b650d837c4b653523cd4
tree698072761b25edae08fae2858b7808e4da609cc3
parent20729ecb4976ac0e1c18ef071de49e966a2ca0cd
parent5c92b483adf1f2695d7ba73c79268e06e9c8ecf4
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2019-01-22

this is a pull request of 4 patches for net/master.

The first patch by is by Manfred Schlaegl and reverts a patch that caused wrong
warning messages in certain use cases. The next patch is by Oliver Hartkopp for
the bcm that adds sanity checks for the timer value before using it to detect
potential interger overflows. The last two patches are for the flexcan driver,
YueHaibing's patch fixes the the return value in the error path of the
flexcan_setup_stop_mode() function. The second patch is by Uwe Kleine-König and
fixes a NULL pointer deref on older flexcan cores in flexcan_chip_start().
====================

Signed-off-by: David S. Miller <davem@davemloft.net>