Changeset de5d133


Ignore:
Timestamp:
07/20/2016 04:37:18 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1d7af63
Parents:
3c0d7c5
Message:

Update systemd kernel configuration to ensure that CONFIG_SYSFS_DEPRECATED{,_V2} is disabled.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3c0d7c5 rde5d133  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45   <listitem revision="systemd">
     46      <para>2016-07-20</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update systemd kernel configuration page to disable
     50          CONFIG_SYSFS_DEPRECATED{,_V2}.</para>
     51        </listitem>
     52      </itemizedlist>
     53   </listitem>
     54
    4555   <listitem>
    4656      <para>2016-07-19</para>
  • chapter08/kernel.xml

    r3c0d7c5 rde5d133  
    8383
    8484      <screen role="nodump" revision="systemd">
    85   [*] open by fhandle syscalls [CONFIG_FHANDLE]
    86   [ ] Auditing support [CONFIG_AUDIT]
    87   [*] Control Group support [CONFIG_CGROUPS]
     85General setup -->
     86   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
     87   [ ] Enable deprecated sysfs features by default [CONFIG_SYSFS_DEPRECATED_V2]
     88   [*] open by fhandle syscalls [CONFIG_FHANDLE]
     89   [ ] Auditing support [CONFIG_AUDIT]
     90   [*] Control Group support [CONFIG_CGROUPS]
    8891Processor type and features  ---&gt;
    89   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     92   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
    9093Networking support  ---&gt;
    9194  Networking options  ---&gt;
    92     &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
     95   &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
    9396Device Drivers  ---&gt;
    9497  Generic Driver Options  ---&gt;
    95     [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
    96     [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
    97     [ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER]
     98   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     99   [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
     100   [ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER]
    98101Firmware Drivers  ---&gt;
    99     [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
     102   [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
    100103File systems  ---&gt;
    101   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
    102   &lt;*&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]
     104   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     105   &lt;*&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]
    103106  Pseudo filesystems  ---&gt;
    104     [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    105     [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
     107   [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
     108   [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
    106109
    107110    </note>
  • general.ent

    r3c0d7c5 rde5d133  
    1 <!ENTITY version         "SVN-20160719">
     1<!ENTITY version         "SVN-20160720">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "201607022-systemd">
     6<!ENTITY versiond        "20160720-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "July 19, 2016">
     10<!ENTITY releasedate     "July 20, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.10">
Note: See TracChangeset for help on using the changeset viewer.