-
Notifications
You must be signed in to change notification settings - Fork 226
Linux 3.10 proc new interface #60
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 3.10 proc new interface #60
Conversation
Unstable patch
Possible unstable patch
Possible incorrect behaviour
|
Azat - I dont understand the nature of these changes. The existing code thanks On 21 July 2013 11:52, Azat Khuzhin notifications@github.com wrote:
|
|
No seq_open() is still there, disappears create_proc_entry() Thanks On Mon, Jul 22, 2013 at 12:27 AM, dtrace4linux notifications@github.comwrote:
|
|
Great. So do your changes fail for all the old kernels?
|
|
No, I've add proc_compat.h, where bindings for old kernels located. But I just remember, that condition for KERNEL_VERSION < 3.10 is not On Jul 22, 2013 11:24 AM, "dtrace4linux" notifications@github.com wrote:
|
|
Ive accepted the patch but proc_compat.h needs to change for <2.6.25 On 21 July 2013 11:52, Azat Khuzhin notifications@github.com wrote:
|
I remember that Paul, wrote he made a fix by him self, but I also need this, so I fixed it by myself.
|
Has the patch push to master branch yet? I still encounter error related to create_proc_entry in 3.10 |
|
No. I am out til tue or so...so not much happening for next few days.
|
|
No. This patch is not in master. You can get version from my fork, but I But I don't think that this is a problem.
|
|
Thanks for you info. |
|
This was merged into upstream. I'm closing the issue. |
Here is migration to new proc-fs interface.
create_proc_entry() -> proc_create*()
Here is 16 patches, but I can rebase it into one, this is not a problem.
Any remarks are welcome.
Thanks.