netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] amt: fix several bugs in gateway mode
@ 2022-05-19  3:15 Taehee Yoo
  2022-05-19  3:15 ` [PATCH net v3 1/2] amt: fix gateway mode stuck Taehee Yoo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Taehee Yoo @ 2022-05-19  3:15 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: ap420073

This patchset fixes bugs in amt module.

First patch fixes amt gateway mode's status stuck.
amt gateway and relay established so these two mode manage status.
But gateway stuck to change its own status if a relay doesn't send
responses.

Second patch fixes a memory leak.
amt gateway skips some handling of advertisement message.
So, a memory leak would occur.

v3:
 - Update git log message.
 - Do not increase rx_dropped stats twice.

v2:
 - Separate patch.
 - Add patch cover-letter.

Taehee Yoo (2):
  amt: fix gateway mode stuck
  amt: fix memory leak for advertisement message

 drivers/net/amt.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-05-21  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19  3:15 [PATCH net v3 0/2] amt: fix several bugs in gateway mode Taehee Yoo
2022-05-19  3:15 ` [PATCH net v3 1/2] amt: fix gateway mode stuck Taehee Yoo
2022-05-19  3:15 ` [PATCH net v3 2/2] amt: fix memory leak for advertisement message Taehee Yoo
2022-05-21  0:30 ` [PATCH net v3 0/2] amt: fix several bugs in gateway mode 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;
as well as URLs for NNTP newsgroup(s).