Re: [PATCH] checkpatch: Add some new alloc functions to various tests

2019-01-23 Thread Joe Perches
On Sat, 2019-01-12 at 12:45 -0800, Joe Perches wrote: > Many new generic allocation functions like the > kvmalloc family have been added recently to the kernel. ping?

[PATCH] checkpatch: Add some new alloc functions to various tests

2019-01-12 Thread Joe Perches
Many new generic allocation functions like the kvmalloc family have been added recently to the kernel. The allocation functions test now includes: o kvmalloc and variants o kstrdup_const o kmemdup_nul o dma_alloc_coherent o alloc_skb and variants Add a separate $allocFunctions variable to help m