Acked-by: Chengwen Feng <fengcheng...@huawei.com> On 2024/9/29 23:34, Stephen Hemminger wrote: > The allocation functions take a alignment argument that > can be useful to hint the compiler optimizer. > > This is supported by Gcc and Clang but only useful with > Gcc because Clang gives warning if alignment is 0. > > Recent versions of GCC have a malloc attribute that can > be used to find mismatches between allocation and free; > the typical problem caught is a pointer allocated with > rte_malloc() that is then incorrectly freed using free(). > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
- [PATCH v3 09/18] net/sfc: fix use-after-free warnin... Stephen Hemminger
- Re: [PATCH v3 09/18] net/sfc: fix use-after-fre... Andrew Rybchenko
- [PATCH v3 10/18] net/cpfl: fix free of nonheap obje... Stephen Hemminger
- [PATCH v3 11/18] net/nfp: fix duplicate call to rte... Stephen Hemminger
- [PATCH v3 13/18] common/qat: fix use after free Stephen Hemminger
- [PATCH v3 12/18] raw/ifpga/base: fix use after free Stephen Hemminger
- [PATCH v3 14/18] drivers/ifpga: fix free function m... Stephen Hemminger
- [PATCH v3 15/18] baseband/la12xx: prevent use after... Stephen Hemminger
- Re: [PATCH v3 15/18] baseband/la12xx: prevent u... Hemant Agrawal
- [PATCH v3 17/18] eal: add function attributes for a... Stephen Hemminger
- Re: [PATCH v3 17/18] eal: add function attribut... fengchengwen
- RE: [PATCH v3 17/18] eal: add function attribut... Morten Brørup
- Re: [PATCH v3 17/18] eal: add function attr... Stephen Hemminger
- [PATCH v3 16/18] common/ipdf: fix use after free du... Stephen Hemminger
- [PATCH v3 18/18] eal: add alloc_function attribute ... Stephen Hemminger
- Re: [PATCH v3 18/18] eal: add alloc_function at... fengchengwen
- [PATCH v4 00/17] Fix allocation bugs and hardening for r... Stephen Hemminger
- [PATCH v4 01/17] memzone: fix use after free in tra... Stephen Hemminger
- Re: [PATCH v4 01/17] memzone: fix use after fre... Burakov, Anatoly
- [PATCH v4 02/17] cryptodev/bcmfs: fix mis-matched f... Stephen Hemminger
- Re: [PATCH v4 02/17] cryptodev/bcmfs: fix mis-m... Ajit Khaparde