Hello Jakub, hello David, this is a pull request of 4 patches for net-next/master. the first two patches are from Colin Ian King and target the etas_es58x driver, they add a missing NULL pointer check and fix some typos. The next two patches are by Erik Flodin. The first one updates the CAN documentation regarding filtering, the other one fixes the header alignment in CAN related proc output on 64 bit systems. regards, Marc --- The following changes since commit b2f0ca00e6b34bd57c9298a869ea133699e8ec39: phy: nxp-c45-tja11xx: add interrupt support (2021-04-23 14:13:16 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.13-20210426 for you to fetch changes up to e6b031d3c37f79d135c642834bdda7233a29db8d: can: proc: fix rcvlist_* header alignment on 64-bit system (2021-04-25 19:43:00 +0200) ---------------------------------------------------------------- linux-can-next-for-5.13-20210426 ---------------------------------------------------------------- Colin Ian King (2): can: etas_es58x: Fix missing null check on netdev pointer can: etas_es58x: Fix a couple of spelling mistakes Erik Flodin (2): can: add a note that RECV_OWN_MSGS frames are subject to filtering can: proc: fix rcvlist_* header alignment on 64-bit system Documentation/networking/can.rst | 2 ++ drivers/net/can/usb/etas_es58x/es58x_core.c | 4 ++-- drivers/net/can/usb/etas_es58x/es58x_core.h | 2 +- net/can/proc.c | 6 ++++-- 4 files changed, 9 insertions(+), 5 deletions(-)