linux-yocto/drivers/net/mctp
Matt Johnston c49e91520d net: mctp i2c: Copy headers if cloned
[ Upstream commit df8ce77ba8 ]

Use skb_cow_head() prior to modifying the TX SKB. This is necessary
when the SKB has been cloned, to avoid modifying other shared clones.

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Fixes: f5b8abf9fc ("mctp i2c: MCTP I2C binding driver")
Link: https://patch.msgid.link/20250306-matt-mctp-i2c-cow-v1-1-293827212681@codeconstruct.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-03-28 21:58:49 +01:00
..
Kconfig
Makefile
mctp-i2c.c net: mctp i2c: Copy headers if cloned 2025-03-28 21:58:49 +01:00
mctp-serial.c