[GIT PULL] checkpatch.pl changes for 5.19-rc1
From: Gustavo A. R. Silva
Date: Tue May 24 2022 - 18:19:58 EST
The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:
Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/checkpatch-new-alloc-check-5.19-rc1
for you to fetch changes up to 73f1d07e5f8a1dec989a5ec964f5f2ce5b6f8825:
checkpatch: add new alloc functions to alloc with multiplies check (2022-04-26 01:30:33 -0500)
----------------------------------------------------------------
Add new functions to alloc check for 5.19-rc1
Hi Linus,
Please, pull the following patch that adds new alloc functions to alloc
with multiplies check.
kvmalloc() and kvzalloc() functions have now 2-factor multiplication
argument forms kvmalloc_array() and kvcalloc().
Add alloc-with-multiplies checks for these new functions.
Thanks
--
Gustavo
----------------------------------------------------------------
Gustavo A. R. Silva (1):
checkpatch: add new alloc functions to alloc with multiplies check
scripts/checkpatch.pl | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)