Hello David, this is a pull request of 6 patches for net/master. The first two patches are against the MAINTAINERS file and adds Appana Durga Kedareswara rao as maintainer for the xilinx-can driver and Sriram Dash for the m_can (mmio) driver. The next patch is by Jouni Hogander and fixes a use-after-free in the slcan driver. Johan Hovold's patch for the ucan driver fixes the non-atomic allocation in the completion handler. The last two patches target the xilinx-can driver. The first one is by Venkatesh Yadav Abbarapu and skips the error message on deferred probe, the second one is by Srinivas Neeli and fixes the usage of the skb after can_put_echo_skb(). regards, Marc --- The following changes since commit 040b5cfbcefa263ccf2c118c4938308606bb7ed8: Fixed updating of ethertype in function skb_mpls_pop (2019-12-02 13:03:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.5-20191203 for you to fetch changes up to 3d3c817c3a409ba51ad6e44dd8fde4cfc07c93fe: can: xilinx_can: Fix usage of skb memory (2019-12-03 11:15:08 +0100) ---------------------------------------------------------------- linux-can-fixes-for-5.5-20191203 ---------------------------------------------------------------- Appana Durga Kedareswara rao (1): MAINTAINERS: add fragment for xilinx CAN driver Johan Hovold (1): can: ucan: fix non-atomic allocation in completion handler Jouni Hogander (1): can: slcan: Fix use-after-free Read in slcan_open Srinivas Neeli (1): can: xilinx_can: Fix usage of skb memory Sriram Dash (1): MAINTAINERS: add myself as maintainer of MCAN MMIO device driver Venkatesh Yadav Abbarapu (1): can: xilinx_can: skip error message on deferred probe MAINTAINERS | 17 +++++++++++++++++ drivers/net/can/slcan.c | 1 + drivers/net/can/usb/ucan.c | 2 +- drivers/net/can/xilinx_can.c | 28 +++++++++++++++------------- 4 files changed, 34 insertions(+), 14 deletions(-)