On Thu, Oct 17, 2019 at 07:32:18PM +0100, Alan Maguire wrote:
kunit needs a non-exported global kernel symbol (sysctl_hung_task_timeout_secs).
Sounds like a perfect use case for the new symbol namespaces [0]. We wouldn't want random drivers importing this namespace, but for kunit it would seem reasonable.
[0] https://lwn.net/Articles/798254/
Luis