Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider submitting to the Linux kernel #7

Open
ojeda opened this issue Nov 13, 2019 · 2 comments
Open

Consider submitting to the Linux kernel #7

ojeda opened this issue Nov 13, 2019 · 2 comments

Comments

@ojeda
Copy link

ojeda commented Nov 13, 2019

Please consider submitting the module to the Linux kernel.

It can be a lot of work to clean up initially and can make iterating on it harder later on, but on the other hand it won't be broken due to changes in the internal API, it will be seen/used by more people and other people will likely maintain it if you decide not to at some point.

Thank you!

@andreas-abel
Copy link
Owner

Are you sure that such a module is suitable for the Linux kernel?

Note that the module makes it possible to execute arbitrary code in kernel space.

@ojeda
Copy link
Author

ojeda commented Nov 14, 2019

Not all kernel modules/code are intended for normal usage, loaded by default and/or built in the usual production kernels shipped with distributions. This kind of feature could go into the Kernel hacking menu, for instance.

In any case, using it should be restricted to root, of course. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants