Feb. 21, 2012
1:20 a.m.
---------- Forwarded message ---------- From: Rahul Kumar Date: Monday, February 20, 2012 Subject: Sysctl migrate to 2.6.35 To: kernelnewbies@nl.linux.org hi, I have userspace sysctl calls made to sysctl tables configured on a 2.6.24 kernel. I have migrated the sysctl code to 2.6.35 kernel (changed all the sysctl table data strctures) I'm seeing warning msgs 'deprecated sysctl warning' when i make sysctl() calls from userspace. The same is working on 2.6.24. Does anyone have any idea on this. Also, sysctl handler do_sysctl is located in sysctl.c whereas in 2.6.35 is located in sysctl_binary.c. Do I need to make any additional changes Can anyone please let me know.