Commit 8ec205e87970 for kernel

commit 8ec205e8797046b79d02a6359ebd57091b594cd8
Merge: 5ffcb7b890f6 0c922106d7a5
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Wed Nov 26 19:56:00 2025 -0800

    Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

    Marc Kleine-Budde says:

    ====================
    pull-request: can 2025-11-26

    this is a pull request of 8 patches for net/main.

    Seungjin Bae provides a patch for the kvaser_usb driver to fix a
    potential infinite loop in the USB data stream command parser.

    Thomas Mühlbacher's patch for the sja1000 driver IRQ handler's max
    loop handling, that might lead to unhandled interrupts.

    3 patches by me for the gs_usb driver fix handling of failed transmit
    URBs and add checking of the actual length of received URBs before
    accessing the data.

    The next patch is by me and is a port of Thomas Mühlbacher's patch
    (fix IRQ handler's max loop handling, that might lead to unhandled
    interrupts.) to the sun4i_can driver.

    Biju Das provides a patch for the rcar_canfd driver to fix the CAN-FD
    mode setting.

    The last patch is by Shaurya Rane for the em_canid filter to ensure
    that the complete CAN frame is present in the linear data buffer
    before accessing it.

    * tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
      net/sched: em_canid: fix uninit-value in em_canid_match
      can: rcar_canfd: Fix CAN-FD mode as default
      can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
      can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data
      can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header
      can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs
      can: sja1000: fix max irq loop handling
      can: kvaser_usb: leaf: Fix potential infinite loop in command parsers
    ====================

    Link: https://patch.msgid.link/20251126155713.217105-1-mkl@pengutronix.de
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>