Hello:
This patch was applied to netdev/net.git (main) by Marc Kleine-Budde mkl@pengutronix.de:
On Thu, 22 Jun 2023 11:01:22 +0200 you wrote:
From: Oliver Hartkopp socketcan@hartkopp.net
With commit d674a8f123b4 ("can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path") the missing correct return value in the case of a protocol error was introduced.
But the way the error value has been read and sent to the user space does not follow the common scheme to clear the error after reading which is provided by the sock_error() function. This leads to an error report at the following write() attempt although everything should be working.
[...]
Here is the summary with links: - [net] can: isotp: isotp_sendmsg(): fix return error fix on TX path https://git.kernel.org/netdev/net/c/e38910c0072b
You are awesome, thank you!