mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
fix a braino in ia64 uaccess csum changes
Fixes: cc03f19cfd
(ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user())
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
001c1a655f
commit
174e1ea8a2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/string.h>
|
#include <linux/string.h>
|
||||||
|
|
||||||
#include <linux/uaccess.h>
|
#include <net/checksum.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX Fixme: those 2 inlines are meant for debugging and will go away
|
* XXX Fixme: those 2 inlines are meant for debugging and will go away
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue