Merge branch 'mctp-serial-tx-escapes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2024 17:14:02 +0000 (18:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2024 17:14:02 +0000 (18:14 +0100)
commit9b0874286768d7f380b08e4f1fa9b96c526b0bad
tree1e5947123c77cf599e0033ce0042167f0d8356d1
parentfe1910f9337bd46a9343967b547ccab26b4b2c6e
parentf962e8361adfa84e8252d3fc3e5e6bb879f029b1
Merge branch 'mctp-serial-tx-escapes'

Matt Johnston says:

====================
net: mctp-serial: Fix for missing tx escapes

The mctp-serial code to add escape characters was incorrect due to an
off-by-one error. This series adds a test for the chunking which splits
by escape characters, and fixes the bug.

v2: Fix kunit param const pointer
====================

Signed-off-by: David S. Miller <davem@davemloft.net>