dma_page_list ->base_address is a userland pointer
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2b210adcb0
commit
b2ddb9019e
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ void dma_async_device_unregister(struct dma_device *device);
|
|||
/* --- Helper iov-locking functions --- */
|
||||
|
||||
struct dma_page_list {
|
||||
char *base_address;
|
||||
char __user *base_address;
|
||||
int nr_pages;
|
||||
struct page **pages;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue