Sorry, for the inconvenience.
However it has always been a bug for anything under /proc/sys to not
be a sysctl. It's not subtle breakage but subtle enforcement of the
existing rules.
The fact that code that now tries to break the rules fails I see as an
unanticipated bonus, because it means someone won't have to go back
through and fix it after the code has been merged.
As far as I can tell it was really only out of tree code that suffered
from the misconception that /proc/sys was for something other than
sysctls. The only case I recall fixing in the kernel was the mount
point for binfmt_misc and that was just directories, and easy to
convert.
This is the second time someone with out of tree code has asked me
about it though. It may be worth adding a test to create_proc_entry
that says "you silly person you need to use sysctls to create an entry
under /proc/sys"
Eric
-