mbox series

[GIT,PULL] checkpatch.pl changes for 5.19-rc1

Message ID 20220524222927.GA7839@embeddedor (mailing list archive)
State Mainlined
Commit e908305fb262588471958f560eb3c6c18cc683a1
Headers show
Series [GIT,PULL] checkpatch.pl changes for 5.19-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/checkpatch-new-alloc-check-5.19-rc1

Message

Gustavo A. R. Silva May 24, 2022, 10:29 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 26, 2022, 12:09 a.m. UTC | #1
The pull request you sent on Tue, 24 May 2022 17:29:27 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/checkpatch-new-alloc-check-5.19-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e908305fb262588471958f560eb3c6c18cc683a1

Thank you!