It looks like the supplied patch is a no-op. A module parameter is
introduced with a .set function, but the parameter does not have any
write permission specified so the .set function can never execute (since
userspace won't have permission to write to the module parameter file).
module_param_cb(cq_cpulist, &cq_cpulist_ops, NULL, 0);
~~^~
This 0 provided to module_param_cb() is the octal UNIX permissions
argument to module_param_cb(). The correct value should be 0200 in this
case, to specify write-only permission.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1831566
Title:
[realtime app] not possible to redirect drivers/nvme IRQs from
realtime cpuset
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831566/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs