Merge tag 'linux-can-fixes-for-6.5-20230717' of...
Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can Marc Kleine-Budde says: ==================== pull-request: can 2023-07-17 The 1st patch is by Ziyang Xuan and fixes a possible memory leak in the receiver handling in the CAN RAW protocol. YueHaibing contributes a use after free in bcm_proc_show() of the Broad Cast Manager (BCM) CAN protocol. The next 2 patches are by me and fix a possible null pointer dereference in the RX path of the gs_usb driver with activated hardware timestamps and the candlelight firmware. The last patch is by Fedor Ross, Marek Vasut and me and targets the mcp251xfd driver. The polling timeout of __mcp251xfd_chip_set_mode() is increased to fix bus joining on busy CAN buses and very low bit rate. * tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can: can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout can: gs_usb: fix time stamp counter initialization can: gs_usb: gs_can_open(): improve error handling can: bcm: Fix UAF in bcm_proc_show() can: raw: fix receiver memory leak ==================== Link: https://lore.kernel.org/r/20230717180938.230816-1-mkl@pengutronix.de Signed-off-by:Jakub Kicinski <kuba@kernel.org>
No related branches found
No related tags found
Showing
- drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c 8 additions, 2 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd-core.c
- drivers/net/can/spi/mcp251xfd/mcp251xfd.h 1 addition, 0 deletionsdrivers/net/can/spi/mcp251xfd/mcp251xfd.h
- drivers/net/can/usb/gs_usb.c 74 additions, 56 deletionsdrivers/net/can/usb/gs_usb.c
- net/can/bcm.c 6 additions, 6 deletionsnet/can/bcm.c
- net/can/raw.c 24 additions, 33 deletionsnet/can/raw.c
Loading
Please register or sign in to comment