]> git.ipfire.org Git - thirdparty/qemu.git/commit
checkpatch: add qemu_bh_new/aio_bh_new checks
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 27 Apr 2023 21:10:08 +0000 (17:10 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Sep 2023 07:53:50 +0000 (10:53 +0300)
commitbb3522b4f88d7a1c11f4dfcab53dd6d3b78d7771
tree263990260c247e0d55ac93575ceb235121e4f1e1
parentf88ebe0c7d05b242310110f91652d0fdb746d3c6
checkpatch: add qemu_bh_new/aio_bh_new checks

Advise authors to use the _guarded versions of the APIs, instead.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20230427211013.2994127-4-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit ef56ffbdd6b0605dc1e305611287b948c970e236)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/checkpatch.pl