From: Jakub Kicinski Date: Thu, 26 May 2022 04:36:19 +0000 (-0700) Subject: Merge branch 'amt-fix-several-bugs' X-Git-Tag: baikal/aarch64/sdk6.1~3836^2~53 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b3a7110f6917942d9ac4b288c8fc509a25316a3c;p=kernel.git Merge branch 'amt-fix-several-bugs' Taehee Yoo says: ==================== amt: fix several bugs This patchset fixes several bugs in amt module First patch fixes typo. Second patch fixes wrong return value of amt_update_handler(). A relay finds a tunnel if it receives an update message from the gateway. If it can't find a tunnel, amt_update_handler() should return an error, not success. But it always returns success. Third patch fixes a possible memory leak in amt_rcv(). A skb would not be freed if an amt interface doesn't have a socket. ==================== Link: https://lore.kernel.org/r/20220523161708.29518-1-ap420073@gmail.com Signed-off-by: Jakub Kicinski --- b3a7110f6917942d9ac4b288c8fc509a25316a3c