diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2014-09-03 20:44:04 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2014-09-08 10:00:52 -0300 |
| commit | 04da2daee383391954b34e7d0fe0281d75447d61 (patch) | |
| tree | bd5e08c06fb73f2fda5f4199b00b91ecefc8d9d4 /tools/perf/scripts/python | |
| parent | ce9e1ac1b9becb9481f8492d9ccf713398a07ef8 (diff) | |
[media] ngene: properly handle __user ptr
Sparse is complaining about ngene's bad usage of a __user ptr:
>> drivers/media/pci/ngene/ngene-dvb.c:62:48: sparse: incorrect type in argument 2 (different address spaces)
drivers/media/pci/ngene/ngene-dvb.c:62:48: expected unsigned char const [usertype] *buf
drivers/media/pci/ngene/ngene-dvb.c:62:48: got char const [noderef] <asn:1>*buf
As this is intercepting a .write() file ops, we can't just memcpy. We need to use
copy_from_user.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions