Hello Jakub, hello David, this is a pull request of 2 patches for net/master. The first patch is by Oliver Hartkopp for the CAn ISO-TP protocol and fixes a kernel information leak to userspace. The last patch is by Qinglang Miao for the mcp251xfd driver and fixes a NULL pointer check to work on the correct variable. regards, Marc --- The following changes since commit a95d25dd7b94a5ba18246da09b4218f132fed60e: rxrpc: Call state should be read with READ_ONCE() under some circumstances (2021-01-13 10:38:20 -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.11-20210113 for you to fetch changes up to ca4c6ebeeb50112f5178f14bfb6d9e8ddf148545: can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check (2021-01-13 22:16:16 +0100) ---------------------------------------------------------------- linux-can-fixes-for-5.11-20210113 ---------------------------------------------------------------- Oliver Hartkopp (1): can: isotp: isotp_getname(): fix kernel information leak Qinglang Miao (1): can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 2 +- net/can/isotp.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)