Message ID | 20221209004431.143701-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Miscellaneous cleanup | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 8 Dec 2022 16:44:29 -0800 you wrote: > Two code cleanup patches for the 6.2 merge window that don't change > behavior: > > Patch 1 makes proper use of nlmsg_free(), as suggested by Jakub while > reviewing f8c9dfbd875b ("mptcp: add pm listener events"). > > Patch 2 clarifies success status in a few mptcp functions, which > prevents some smatch false positives. > > [...] Here is the summary with links: - [net-next,1/2] mptcp: use nlmsg_free instead of kfree_skb https://git.kernel.org/netdev/net-next/c/8b34b52c1794 - [net-next,2/2] mptcp: return 0 instead of 'err' var https://git.kernel.org/netdev/net-next/c/03e7d28cd25e You are awesome, thank you!