> > hash_key8_ext and hash_key32_ext tables allocate cache entries to > > support table overload cases. The crash can occur when cache entry is > > free after use. The problem is with computing the index of the free > > cache entry. The same case for key16 was fixed with earlier patch. > > > > Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com> > > Acked by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Merged with Mirek's (key16) patch, thanks