From: Lorenzo Bianconi <lorenzo.bianc...@redhat.com> Date: Fri, 2 Mar 2018 11:53:06 +0100
> Fix the following slab-out-of-bounds kasan report in > ndisc_fill_redirect_hdr_option when the incoming ipv6 packet is not > linear and the accessed data are not in the linear data region of orig_skb ... > Reported-by: Jianlin Shi <ji...@redhat.com> > Reviewed-by: Stefano Brivio <sbri...@redhat.com> > Signed-off-by: Lorenzo Bianconi <lorenzo.bianc...@redhat.com> As a bug fix this should be targetting 'net' not 'net-next'. Furthermore, we need an appropriate Fixes: tag so we know when this problem existed. If you go far back and it seems like the problem has always been there, say so and mention how far back you checked. It also helps to explain exactly how the condition is created ("X creates packet with Y bytes of header space, Z fragments it at byte N, and that's how we end up here with such a packet") because such a description aids understanding and might help suggest alternative (less expensive, cleaner) ways to fix the problem. Thanks.