[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220524222927.GA7839@embeddedor>
Date: Tue, 24 May 2022 17:29:27 -0500
From: "Gustavo A. R. Silva" <gustavoars@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>, linux-hardening@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Gustavo A. R. Silva" <gustavoars@...nel.org>
Subject: [GIT PULL] checkpatch.pl changes for 5.19-rc1
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(-)
Powered by blists - more mailing lists