]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Oct 2020 17:21:04 +0000 (10:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Oct 2020 17:21:04 +0000 (10:21 -0700)
commit7fb48929e4e03e7598492a625cc3a511efe669af
treee4b86da63b53cf26cd5a8cd4fddacda7a9a925a4
parent85d725c5a8f3eb1bb76154b2beacc31b491a0111
parent3c178d44dbfa6a9ad8734c0a0705e1aa7c1790ab
Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

====================
linux-can-fixes-for-5.9-20201008

The first patch is by Lucas Stach and fixes m_can driver by removing an
erroneous call to m_can_class_suspend() in runtime suspend. Which causes the
pinctrl state to get stuck on the "sleep" state, which breaks all CAN
functionality on SoCs where this state is defined.

The last two patches target the j1939 protocol: Cong Wang fixes a syzbot
finding of an uninitialized variable in the j1939 transport protocol. I
contribute a patch, that fixes the initialization of a same uninitialized
variable in a different function.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>