Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@xxxxxxxxxxxxx>: On Thu, 3 Nov 2022 10:01:28 -0700 you wrote: > With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), > indirect call targets are validated against the expected function > pointer prototype to make sure the call target is valid to help mitigate > ROP attacks. If they are not identical, there is a failure at run time, > which manifests as either a kernel panic or thread getting killed. A > proposed warning in clang aims to catch these at compile time, which > reveals: > > [...] Here is the summary with links: - [v2,1/3] s390/ctcm: Fix return type of ctc{mp,}m_tx() https://git.kernel.org/netdev/net-next/c/aa5bf80c3c06 - [v2,2/3] s390/netiucv: Fix return type of netiucv_tx() https://git.kernel.org/netdev/net-next/c/88d86d18d7cf - [v2,3/3] s390/lcs: Fix return type of lcs_start_xmit() https://git.kernel.org/netdev/net-next/c/bb16db839365 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html