Commit 851822aec1a3 for kernel

commit 851822aec1a3359ecb7a4767d7f4a32336043c2f
Merge: 5ce234a8fe05 1809c82aa073
Author: Paolo Abeni <pabeni@redhat.com>
Date:   Thu Jan 15 13:13:01 2026 +0100

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

    Marc Kleine-Budde says:

    ====================
    pull-request: can 2026-01-15

    this is a pull request of 4 patches for net/main, it super-seeds the
    "can 2026-01-14" pull request. The dev refcount leak in patch #3 is
    fixed.

    The first 3 patches are by Oliver Hartkopp and revert the approach to
    instantly reject unsupported CAN frames introduced in
    net-next-for-v6.19 and replace it by placing the needed data into the
    CAN specific ml_priv.

    The last patch is by Tetsuo Handa and fixes a J1939 refcount leak for
    j1939_session in session deactivation upon receiving the second RTS.

    linux-can-fixes-for-6.19-20260115

    * tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
      net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts
      can: raw: instantly reject disabled CAN frames
      can: propagate CAN device capabilities via ml_priv
      Revert "can: raw: instantly reject unsupported CAN frames"
    ====================

    Link: https://patch.msgid.link/20260115090603.1124860-1-mkl@pengutronix.de
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>