lkml.org 
[lkml]   [2014]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH] ksm: Expose configuration via sysctl
    On Tue, Feb 25, 2014 at 6:34 PM, Dave Hansen <dave.hansen@intel.com> wrote:
    > On 02/24/2014 03:28 PM, Alexander Graf wrote:
    >> Configuration of tunables and Linux virtual memory settings has traditionally
    >> happened via sysctl. Thanks to that there are well established ways to make
    >> sysctl configuration bits persistent (sysctl.conf).
    >>
    >> KSM introduced a sysfs based configuration path which is not covered by user
    >> space persistent configuration frameworks.
    >>
    >> In order to make life easy for sysadmins, this patch adds all access to all
    >> KSM tunables via sysctl as well. That way sysctl.conf works for KSM as well,
    >> giving us a streamlined way to make KSM configuration persistent.
    >
    > Doesn't this essentially mean "don't use sysfs for configuration"?
    > Seems like at least /sys/kernel/mm/transparent_hugepage would need the
    > same treatment.
    >
    > Couldn't we also (maybe in parallel) just teach the sysctl userspace
    > about sysfs? This way we don't have to do parallel sysctls and sysfs
    > for *EVERYTHING* in the kernel:
    >
    > sysfs.kernel.mm.transparent_hugepage.enabled=enabled
    >
    > Or do we just say "sysctls are the way to go for anything that might
    > need to be persistent, don't use sysfs"?

    Support in sysctl for setting static data in /sys might make sense for
    some rare use cases.

    It's still not obvious how to handle the dynamic nature of most of the
    data that is created by modules, and which data belongs into udev
    rules and which in the "sysctl /sys" settings.

    Kay


    \
     
     \ /
      Last update: 2014-02-26 01:41    [W:2.387 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site