Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Fri, 14 Aug 2020 20:57:56 +0000 (13:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Aug 2020 20:57:56 +0000 (13:57 -0700)
commite591d298cc7b9e2d82e701ab3fdfe7c97b692994
treedf6499e916a8b828aa693319e5fe9221a60db71a
parent7fca4dee610dffbe119714231cac0d59496bc193
parente052d0540298bfe0f6cbbecdc7e2ea9b859575b2
Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git./linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2020-08-14

this is a pull request of 6 patches for net/master. All patches fix problems in
the j1939 CAN networking stack.

The first patch is by Eric Dumazet fixes a kernel-infoleak in
j1939_sk_sock2sockaddr_can().

The remaining 5 patches are by Oleksij Rempel and fix recption of j1939
messages not orginated by the stack, a use-after-free in j1939_tp_txtimer(),
ensure that the CAN driver has a ml_priv allocated. These problem were found by
google's syzbot. Further ETP sessions with block size of less than 255 are
fixed and a sanity check was added to j1939_xtp_rx_dat_one() to detect packet
corruption.
====================

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