On Tue, 26 Aug 2025 18:06:42 +0100 Vadim Fedorenko wrote: > > + nic_dev->rss_hkey = kzalloc(L2NIC_RSS_KEY_SIZE, GFP_KERNEL); > > no need to request zero'ed allocation if you are going to overwrite it > completely on the very next line. exactly, please use kmemdump().