MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] mptcp: Miscellaneous cleanup
@ 2022-12-09  0:44 Mat Martineau
  2022-12-09  0:44 ` [PATCH net-next 1/2] mptcp: use nlmsg_free instead of kfree_skb Mat Martineau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mat Martineau @ 2022-12-09  0:44 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, pabeni, edumazet, matthieu.baerts,
	mptcp

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.

Geliang Tang (1):
  mptcp: use nlmsg_free instead of kfree_skb

Matthieu Baerts (1):
  mptcp: return 0 instead of 'err' var

 net/mptcp/pm_netlink.c | 12 ++++++------
 net/mptcp/sockopt.c    |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


base-commit: ff36c447e2330625066d193a25a8f94c1408d9d9
-- 
2.38.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-10  3:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09  0:44 [PATCH net-next 0/2] mptcp: Miscellaneous cleanup Mat Martineau
2022-12-09  0:44 ` [PATCH net-next 1/2] mptcp: use nlmsg_free instead of kfree_skb Mat Martineau
2022-12-09  0:44 ` [PATCH net-next 2/2] mptcp: return 0 instead of 'err' var Mat Martineau
2022-12-10  3:50 ` [PATCH net-next 0/2] mptcp: Miscellaneous cleanup patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox