Forum | Documentation | Website | Blog

Skip to content

greybus: netlink: Fix a netlink warning and double free issue

Alexandre Bailon requested to merge abailon/linux:abailon/5.10-arm64 into 5.10-arm64

In case of error, genlmsg_unicast already cancel the skb and free it. Return the error code and don't cancel and free the skb.

Signed-off-by: Alexandre Bailon abailon@baylibre.com

Merge request reports