Revision 892fc9f6835ecf075efac20789b012c5c9997fcc authored by Dan Carpenter on 26 August 2020, 11:33:30 UTC, committed by Christoph Hellwig on 27 August 2020, 07:22:56 UTC
The "page" pointer can be used with out being initialized.

Fixes: d7e673ec2c8e ("dma-pool: Only allocate from CMA when in same memory zone")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 15bc20c
History
File Mode Size
.gitignore -rw-r--r-- 79 bytes
Makefile -rw-r--r-- 171 bytes
bpf-direct.c -rw-r--r-- 4.9 KB
bpf-fancy.c -rw-r--r-- 2.5 KB
bpf-helper.c -rw-r--r-- 2.4 KB
bpf-helper.h -rw-r--r-- 7.4 KB
dropper.c -rw-r--r-- 1.9 KB
user-trap.c -rw-r--r-- 7.9 KB

back to top