rv: Fix __user specifier usage in extract_params()The attributes variables extracted from syscalls in the helper are bothdefined with the __user specifier although only the actual pointer touser
rv: Fix __user specifier usage in extract_params()The attributes variables extracted from syscalls in the helper are bothdefined with the __user specifier although only the actual pointer touser 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.comFixes: b133207deb72 ("rv: Add nomiss deadline monitor")Reviewed-by: Wen Yang <wen.yang@linux.dev>Reviewed-by: Nam Cao <namcao@linutronix.de>Link: https://lore.kernel.org/r/20260601153840.124372-2-gmonaco@redhat.comSigned-off-by: Gabriele Monaco <gmonaco@redhat.com>
show more ...
rv: Add nomiss deadline monitorAdd the deadline monitors collection to validate the deadline scheduler,both for deadline tasks and servers.The currently implemented monitors are:* nomiss: v
rv: Add nomiss deadline monitorAdd the deadline monitors collection to validate the deadline scheduler,both for deadline tasks and servers.The currently implemented monitors are:* nomiss: validate dl entities run to completion before their deadilineReviewed-by: Nam Cao <namcao@linutronix.de>Reviewed-by: Juri Lelli <juri.lelli@redhat.com>Link: https://lore.kernel.org/r/20260330111010.153663-13-gmonaco@redhat.comSigned-off-by: Gabriele Monaco <gmonaco@redhat.com>