Re: [PATCH v2] net: sched: cls_u32: Fix allocation size in u32_init()
2cf8: R_X86_64_PC32 kmalloc_caches+0xc > |-2cfc: mov $0x98,%edx > |+2cfc: mov$0x90,%edx > > Reported-by: Alejandro Colomar > Closes: > https://lore.kernel.org/lkml/09b4a2ce-da74-3a19-6961-67883f634...@kernel.org/ > Signed-
Re: [PATCH] net: sched: Annotate struct tc_pedit with __counted_by
he element count member must be set before accessing > > the annotated flexible array member, move its initialization earlier. > > > > Link: > > https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci > > [1] > > Signed-off-by: Kees Cook