]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-5.12-20210320' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Sun, 21 Mar 2021 01:58:56 +0000 (18:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Mar 2021 01:58:56 +0000 (18:58 -0700)
commit5c6294a552fdfbaad667df6960493724665f4f7d
tree9ac0ecd2fcb9755bf3b09b557f13027da370022b
parent71e8c9d517bdc3b376ab5278bd43b7ac04dbfa36
parent3604e24d3faca7cfa8c08b6e356701113bbcccd7
Merge tag 'linux-can-fixes-for-5.12-20210320' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2021-03-20

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

The first patch is by Oliver Hartkopp. He fixes the TX-path in the
ISO-TP protocol by properly initializing the outgoing CAN frames.

The second patch is by me and reverts a patch from my previous pull
request which added MODULE_SUPPORTED_DEVICE to the peak_usb driver. In
the mean time in Linus's tree the entirely MODULE_SUPPORTED_DEVICE was
removed. So this reverts the adding of the new MODULE_SUPPORTED_DEVICE
to avoid the merge conflict.

If you prefer to resolve the merge conflict by hand, I'll send a new
pull request without that patch.
====================

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