mbox series

[net,v2,0/2] net: mctp-serial: Fix for missing tx escapes

Message ID 20240829074355.1327255-1-matt@codeconstruct.com.au (mailing list archive)
Headers show
Series net: mctp-serial: Fix for missing tx escapes | expand

Message

Matt Johnston Aug. 29, 2024, 7:43 a.m. UTC
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

Matt Johnston (2):
  net: mctp-serial: Add kunit test for next_chunk_len()
  net: mctp-serial: Fix missing escapes on transmit

 drivers/net/mctp/Kconfig       |   5 ++
 drivers/net/mctp/mctp-serial.c | 113 ++++++++++++++++++++++++++++++++-
 2 files changed, 116 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 1, 2024, 5:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 29 Aug 2024 15:43:44 +0800 you wrote:
> 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
> 
> Matt Johnston (2):
>   net: mctp-serial: Add kunit test for next_chunk_len()
>   net: mctp-serial: Fix missing escapes on transmit
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: mctp-serial: Add kunit test for next_chunk_len()
    https://git.kernel.org/netdev/net/c/4fa9c5181cfe
  - [net,v2,2/2] net: mctp-serial: Fix missing escapes on transmit
    https://git.kernel.org/netdev/net/c/f962e8361adf

You are awesome, thank you!