buf_size: add kmalloc_noprof()
commitf4a997924122d0094675c897a220371f0a129d90
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 11 Apr 2024 09:57:56 +0000 (11 12:57 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 11 Apr 2024 09:57:56 +0000 (11 12:57 +0300)
tree37b2704757c5853074f29aa00dd579d4b430e313
parentb194c7a0fd2c527f81b868d3d15b660e7d0f9f4d
buf_size: add kmalloc_noprof()

These days kmalloc() is just a wrapper around kmalloc_noprof().

(Ideally I would re-write this check to use the information from
smatch_allocations.c but I haven't gotten around to it yet).

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_buf_size.c