> > On Thu, 12 Nov 2020 16:09:50 +0800 Zhang Qilong wrote: > > genlmsg_cancel() needs to be called in the error path of > > inet6_fill_ifmcaddr and inet6_fill_ifacaddr to cancel the message. > > > > Fixes: 203651b665f72 ("ipv6: add inet6_fill_args") > > Reported-by: Hulk Robot <hul...@huawei.com> > > Signed-off-by: Zhang Qilong <zhangqilo...@huawei.com> > > This is the correct fixes tag: > > Fixes: 6ecf4c37eb3e ("ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDR") > > Applied.
Yes, you are right. Thanks, Zhang