From: Taehee Yoo <ap420073@gmail.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, netdev@vger.kernel.org
Cc: ap420073@gmail.com
Subject: [PATCH net v3 0/2] amt: fix several bugs in gateway mode
Date: Thu, 19 May 2022 03:15:53 +0000 [thread overview]
Message-ID: <20220519031555.3192-1-ap420073@gmail.com> (raw)
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
next reply other threads:[~2022-05-19 3:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-19 3:15 Taehee Yoo [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220519031555.3192-1-ap420073@gmail.com \
--to=ap420073@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.