lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 15 Jun 2008 19:11:19 +0200 (CEST)
From:	Jan Engelhardt <jengelh@...ozas.de>
To:	Samuel Thibault <samuel.thibault@...-lyon.org>
cc:	linux-kernel@...r.kernel.org
Subject: Re: path to speakup control variables?


On Sunday 2008-06-15 18:44, Samuel Thibault wrote:
>Hello,
>
>The speakup module used to put of its control variables (e.g. speech
>speed) in /proc/speakup/ . To better stick with common practice,
>should that go to somewhere in /sys or in /proc/sys/speakup (though
>it looked to me like non-mainstream modules can't go there because of
>sysctl_check)?

For some tasks, neither procfs nor sysfs seem to be the right place.
Which is really odd. The two unwritten rules are

(a) "No new files should go into /proc"

 -> so we use sysfs, we would think

(b) "/sys files have only one value"

 -> that's possibly expensive in terms of dentries and kobjects
    when you think of files with lots of variables like /proc/stat

So we're in a draw for some sort of files...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ