Re: [PATCH] Fix KMSAN infoleak, initialize unused data in pskb_expand_head

From: Daniel Yang
Date: Thu Oct 03 2024 - 00:42:59 EST


I took a look at https://www.spinics.net/lists/netdev/msg982652.html
and am a little confused since the patch adds a check instead of
initializing the memory segment.
Is the general assumption that any packet with uninitialized memory is
ill formed and we need to drop? Also is there any documentation for
internal macros/function calls for BPF because I was trying to look
and couldn't find any.