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

[Linux Kernel, GPL-only] mm: Change global memory state symbols to GPL-only #3692

Closed
kernelOfTruth opened this issue Aug 19, 2015 · 5 comments

Comments

@kernelOfTruth
Copy link
Contributor

Could the following change be of concern (in case spl or some part of zfs rely on it) ?

http://marc.info/?l=linux-kernel&m=143968216905052&w=2

Proprietary modules should not be able to touch vm_stat or participate
in shrinking.
@behlendorf
Copy link
Contributor

Thanks for pointing me to this thread. Yes this potentially of major concern to us. We've been trying to shift away from the shrinker anyway but this may speed that up.

@sempervictus
Copy link
Contributor

Seems an unnecessary spoke in the wheel of anyone writing kernel code/drivers. Wonder what the motivation for this is.

@behlendorf: How do you implement a separate memory reclamation scheme anyway?

@behlendorf
Copy link
Contributor

@sempervictus for a filesystem the right way has always been to rely on notifications through the page cache.

@ryao
Copy link
Contributor

ryao commented Sep 1, 2015

Thanks for telling us about this. I have sent an email to the list informing them that we need these. My understanding from what the OpenAFS/Auristor developers have told me is that we need to do that to ensure that we don't lose things we need.

https://lkml.org/lkml/2015/8/31/553

@behlendorf
Copy link
Contributor

Closing. It turns out this wasn't an issue.

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

4 participants