mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
The attributes variables extracted from syscalls in the helper are both
defined with the __user specifier although only the actual pointer to
user data should be marked.
Remove the __user specifier from attr.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202604150820.Ny143u6X-lkp@intel.com
Fixes:
|
||
|---|---|---|
| .. | ||
| deadline.c | ||
| deadline.h | ||
| Kconfig | ||