<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c6a8239a - virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#c6a8239a</link>
        <description>virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMLet&apos;s implement the get_device_ram() vmcore callback, soarchitectures that select NEED_PROC_VMCORE_NEED_DEVICE_RAM, like s390soon, can include that memory in a crash dump.Merge ranges, and process ranges that might contain a mixture of pluggedand unplugged, to reduce the total number of ranges.Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;Message-Id: &lt;20241204125444.1734652-12-david@redhat.com&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 04 Dec 2024 12:54:42 +0000</pubDate>
        <dc:creator>David Hildenbrand &lt;david@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7ad4d1f6 - fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#7ad4d1f6</link>
        <description>fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernels390 allocates+prepares the elfcore hdr in the dump (2nd) kernel, not inthe crashed kernel.RAM provided by memory devices such as virtio-mem can only be detectedusing the device driver; when vmcore_init() is called, these devicedrivers are usually not loaded yet, or the devices did not get probedyet. Consequently, on s390 these RAM ranges will not be included inthe crash dump, which makes the dump partially corrupt and isunfortunate.Instead of deferring the vmcore_init() call, to an (unclear?) later point,let&apos;s reuse the vmcore_cb infrastructure to obtain device RAM ranges asthe device drivers probe the device and get access to this information.Then, we&apos;ll add these ranges to the vmcore, adding more PT_LOADentries and updating the offsets+vmcore size.Use a separate Kconfig option to be set by an architecture to include thiscode only if the arch really needs it. Further, we&apos;ll make the configdepend on the relevant drivers (i.e., virtio_mem) once they implementsupport (next). The alternative of having a PROVIDE_PROC_VMCORE_DEVICE_RAMconfig option was dropped for now for simplicity.The current target use case is s390, which only creates an elf64elfcore, so focusing on elf64 is sufficient.Signed-off-by: David Hildenbrand &lt;david@redhat.com&gt;Message-Id: &lt;20241204125444.1734652-9-david@redhat.com&gt;Acked-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 04 Dec 2024 12:54:39 +0000</pubDate>
        <dc:creator>David Hildenbrand &lt;david@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>443cbaf9 - crash: split vmcoreinfo exporting code out from crash_core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#443cbaf9</link>
        <description>crash: split vmcoreinfo exporting code out from crash_core.cNow move the relevant codes into separate files:kernel/crash_reserve.c, include/linux/crash_reserve.h.And add config item CRASH_RESERVE to control its enabling.And also update the old ifdeffery of CONFIG_CRASH_CORE, including of&lt;linux/crash_core.h&gt; and config item dependency on CRASH_COREaccordingly.And also do renaming as follows: - arch/xxx/kernel/{crash_core.c =&gt; vmcore_info.c}because they are only related to vmcoreinfo exporting on x86, arm64,riscv.And also Remove config item CRASH_CORE, and rely on CONFIG_KEXEC_CORE todecide if build in crash_core.c.[yang.lee@linux.alibaba.com: remove duplicated include in vmcore_info.c]  Link: https://lkml.kernel.org/r/20240126005744.16561-1-yang.lee@linux.alibaba.comLink: https://lkml.kernel.org/r/20240124051254.67105-3-bhe@redhat.comSigned-off-by: Baoquan He &lt;bhe@redhat.com&gt;Signed-off-by: Yang Li &lt;yang.lee@linux.alibaba.com&gt;Acked-by: Hari Bathini &lt;hbathini@linux.ibm.com&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;Cc: Pingfan Liu &lt;piliu@redhat.com&gt;Cc: Klara Modin &lt;klarasmodin@gmail.com&gt;Cc: Michael Kelley &lt;mhklinux@outlook.com&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Cc: Yang Li &lt;yang.lee@linux.alibaba.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 24 Jan 2024 05:12:42 +0000</pubDate>
        <dc:creator>Baoquan He &lt;bhe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7ec354ba - proc: make config PROC_CHILDREN depend on PROC_FS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#7ec354ba</link>
        <description>proc: make config PROC_CHILDREN depend on PROC_FSCommit 2e13ba54a268 (&quot;fs, proc: introduce CONFIG_PROC_CHILDREN&quot;)introduces the config PROC_CHILDREN to configure kernels to provide the/proc/&lt;pid&gt;/task/&lt;tid&gt;/children file.When one deselects PROC_FS for kernel builds without /proc/, the configPROC_CHILDREN has no effect anymore, but is still visible in menuconfig.Add the dependency on PROC_FS to make the PROC_CHILDREN option disappearfor kernel builds without /proc/.Link: https://lkml.kernel.org/r/20220909122529.1941-1-lukas.bulwahn@gmail.comFixes: 2e13ba54a268 (&quot;fs, proc: introduce CONFIG_PROC_CHILDREN&quot;)Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Cc: Iago L&#243;pez Galeiras &lt;iago@endocode.com&gt;Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Fri, 09 Sep 2022 12:25:29 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c1bc6b8 - docs: filesystems: fix renamed references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#0c1bc6b8</link>
        <description>docs: filesystems: fix renamed referencesSome filesystem references got broken by a previous patchseries I submitted. Address those.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Acked-by: David Sterba &lt;dsterba@suse.com&gt; # fs/affs/KconfigLink: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Tue, 14 Apr 2020 16:48:37 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e79f15a4 - x86/resctrl: Add task resctrl information display</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#e79f15a4</link>
        <description>x86/resctrl: Add task resctrl information displayMonitoring tools that want to find out which resctrl control and monitorgroups a task belongs to must currently read the &quot;tasks&quot; file in everygroup until they locate the process ID.Add an additional file /proc/{pid}/cpu_resctrl_groups to provide thisinformation:1)   res:     mon:resctrl is not available.2)   res:/     mon:Task is part of the root resctrl control group, and it is not associatedto any monitor group.3)  res:/    mon:mon0Task is part of the root resctrl control group and monitor group mon0.4)  res:group0    mon:Task is part of resctrl control group group0, and it is not associatedto any monitor group.5) res:group0   mon:mon1Task is part of resctrl control group group0 and monitor group mon1.Signed-off-by: Chen Yu &lt;yu.c.chen@intel.com&gt;Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Tested-by: Jinshi Chen &lt;jinshi.chen@intel.com&gt;Link: https://lkml.kernel.org/r/20200115092851.14761-1-yu.c.chen@intel.com

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 15 Jan 2020 09:28:51 +0000</pubDate>
        <dc:creator>Chen Yu &lt;yu.c.chen@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3d82191c - fs/proc/Kconfig: fix indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#3d82191c</link>
        <description>fs/proc/Kconfig: fix indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:        $ sed -e &apos;s/^        /	/&apos; -i */Kconfig[adobriyan@gmail.com: add two spaces where necessary]Link: http://lkml.kernel.org/r/20191124133936.GA5655@avx2Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Thu, 05 Dec 2019 00:50:11 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c6c40533 - vmcore: add a kernel parameter novmcoredd</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#c6c40533</link>
        <description>vmcore: add a kernel parameter novmcoreddSince commit 2724273e8fd0 (&quot;vmcore: add API to collect hardware dump insecond kernel&quot;), drivers are allowed to add device related dump data tovmcore as they want by using the device dump API.  This has a potentialissue, the data is stored in memory, drivers may append too much dataand use too much memory.  The vmcore is typically used in a kdump kernelwhich runs in a pre-reserved small chunk of memory.  So as a result itwill make kdump unusable at all due to OOM issues.So introduce new &apos;novmcoredd&apos; command line option.  User can disabledevice dump to reduce memory usage.  This is helpful if device dump isusing too much memory, disabling device dump could make sure a regularvmcore without device dump data is still available.[akpm@linux-foundation.org: tweak documentation][akpm@linux-foundation.org: vmcore.c needs moduleparam.h]Link: http://lkml.kernel.org/r/20190528111856.7276-1-kasong@redhat.comSigned-off-by: Kairui Song &lt;kasong@redhat.com&gt;Acked-by: Dave Young &lt;dyoung@redhat.com&gt;Reviewed-by: Bhupesh Sharma &lt;bhsharma@redhat.com&gt;Cc: Rahul Lakkireddy &lt;rahul.lakkireddy@chelsio.com&gt;Cc: &quot;David S . Miller&quot; &lt;davem@davemloft.net&gt;Cc: Eric Biederman &lt;ebiederm@xmission.com&gt;Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Cc: Baoquan He &lt;bhe@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Tue, 16 Jul 2019 23:26:39 +0000</pubDate>
        <dc:creator>Kairui Song &lt;kasong@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>57043247 - docs: admin-guide: move sysctl directory to it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#57043247</link>
        <description>docs: admin-guide: move sysctl directory to itThe stuff under sysctl describes /sys interface from userspacepoint of view. So, add it to the admin-guide and remove the:orphan: from its index file.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Mon, 22 Apr 2019 19:48:00 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>68bc30bb - proc: Add /proc/&lt;pid&gt;/arch_status</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#68bc30bb</link>
        <description>proc: Add /proc/&lt;pid&gt;/arch_statusExposing architecture specific per process information is useful forvarious reasons. An example is the AVX512 usage on x86 which is importantfor task placement for power/performance optimizations.Adding this information to the existing /prcc/pid/status file would be theobvious choise, but it has been agreed on that a explicit arch_status fileis better in separating the generic and architecture specific information.[ tglx: Massage changelog ]Signed-off-by: Aubrey Li &lt;aubrey.li@linux.intel.com&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: peterz@infradead.orgCc: hpa@zytor.comCc: ak@linux.intel.comCc: tim.c.chen@linux.intel.comCc: dave.hansen@intel.comCc: arjan@linux.intel.comCc: adobriyan@gmail.comCc: aubrey.li@intel.comCc: linux-api@vger.kernel.orgCc: Andy Lutomirski &lt;luto@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Andi Kleen &lt;ak@linux.intel.com&gt;Cc: Tim Chen &lt;tim.c.chen@linux.intel.com&gt;Cc: Dave Hansen &lt;dave.hansen@intel.com&gt;Cc: Arjan van de Ven &lt;arjan@linux.intel.com&gt;Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Cc: Linux API &lt;linux-api@vger.kernel.org&gt;Link: https://lkml.kernel.org/r/20190606012236.9391-1-aubrey.li@linux.intel.com

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Thu, 06 Jun 2019 01:22:34 +0000</pubDate>
        <dc:creator>Aubrey Li &lt;aubrey.li@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>23c85094 - proc/kcore: add vmcoreinfo note to /proc/kcore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#23c85094</link>
        <description>proc/kcore: add vmcoreinfo note to /proc/kcoreThe vmcoreinfo information is useful for runtime debugging tools, not justfor crash dumps.  A lot of this information can be determined by othermeans, but this is much more convenient, and it only adds a page at mostto the file.Link: http://lkml.kernel.org/r/fddbcd08eed76344863303878b12de1c1e2a04b6.1531953780.git.osandov@fb.comSigned-off-by: Omar Sandoval &lt;osandov@fb.com&gt;Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Cc: Bhupesh Sharma &lt;bhsharma@redhat.com&gt;Cc: Eric Biederman &lt;ebiederm@xmission.com&gt;Cc: James Morse &lt;james.morse@arm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 22 Aug 2018 04:55:20 +0000</pubDate>
        <dc:creator>Omar Sandoval &lt;osandov@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>2724273e - vmcore: add API to collect hardware dump in second kernel</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#2724273e</link>
        <description>vmcore: add API to collect hardware dump in second kernelThe sequence of actions done by device drivers to append their devicespecific hardware/firmware logs to /proc/vmcore are as follows:1. During probe (before hardware is initialized), device driversregister to the vmcore module (via vmcore_add_device_dump()), withcallback function, along with buffer size and log name needed forfirmware/hardware log collection.2. vmcore module allocates the buffer with requested size. It addsan Elf note and invokes the device driver&apos;s registered callbackfunction.3. Device driver collects all hardware/firmware logs into the bufferand returns control back to vmcore module.Ensure that the device dump buffer size is always aligned to page sizeso that it can be mmaped.Also, rename alloc_elfnotes_buf() to vmcore_alloc_buf() to make it moregeneric and reserve NT_VMCOREDD note type to indicate vmcore devicedump.Suggested-by: Eric Biederman &lt;ebiederm@xmission.com&gt;.Signed-off-by: Rahul Lakkireddy &lt;rahul.lakkireddy@chelsio.com&gt;Signed-off-by: Ganesh Goudar &lt;ganeshgr@chelsio.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Wed, 02 May 2018 09:47:17 +0000</pubDate>
        <dc:creator>Rahul Lakkireddy &lt;rahul.lakkireddy@chelsio.com&gt;</dc:creator>
    </item>
<item>
        <title>db5d5b36 - fs, proc: add help for CONFIG_PROC_CHILDREN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#db5d5b36</link>
        <description>fs, proc: add help for CONFIG_PROC_CHILDRENThe purpose of the option was documented inDocumentation/filesystems/proc.txt but the help text was missing.Add small help text that also points to the documentation.Signed-off-by: Iago L&#243;pez Galeiras &lt;iago@endocode.com&gt;Reviewed-by: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Fri, 17 Jul 2015 23:23:23 +0000</pubDate>
        <dc:creator>Iago L&#243;pez Galeiras &lt;iago@endocode.com&gt;</dc:creator>
    </item>
<item>
        <title>2e13ba54 - fs, proc: introduce CONFIG_PROC_CHILDREN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#2e13ba54</link>
        <description>fs, proc: introduce CONFIG_PROC_CHILDRENCommit 818411616baf (&quot;fs, proc: introduce /proc/&lt;pid&gt;/task/&lt;tid&gt;/childrenentry&quot;) introduced the children entry for checkpoint restore and thefile is only available on kernels configured with CONFIG_EXPERT andCONFIG_CHECKPOINT_RESTORE.This is available in most distributions (Fedora, Debian, Ubuntu, CoreOS)because they usually enable CONFIG_EXPERT and CONFIG_CHECKPOINT_RESTORE.But Arch does not enable CONFIG_EXPERT or CONFIG_CHECKPOINT_RESTORE.However, the children proc file is useful outside of checkpoint restore.I would like to use it in rkt.  The rkt process exec() another programit does not control, and that other program will fork()+exec() a childprocess.  I would like to find the pid of the child process from anexternal tool without iterating in /proc over all processes to findwhich one has a parent pid equal to rkt.This commit introduces CONFIG_PROC_CHILDREN and makesCONFIG_CHECKPOINT_RESTORE select it.  This allows enabling/proc/&lt;pid&gt;/task/&lt;tid&gt;/children without needing to enableCONFIG_CHECKPOINT_RESTORE and CONFIG_EXPERT.Alban tested that /proc/&lt;pid&gt;/task/&lt;tid&gt;/children is present when thekernel is configured with CONFIG_PROC_CHILDREN=y but withoutCONFIG_CHECKPOINT_RESTORESigned-off-by: Iago L&#243;pez Galeiras &lt;iago@endocode.com&gt;Tested-by: Alban Crequy &lt;alban@endocode.com&gt;Reviewed-by: Cyrill Gorcunov &lt;gorcunov@openvz.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Pavel Emelyanov &lt;xemul@parallels.com&gt;Cc: Serge Hallyn &lt;serge.hallyn@canonical.com&gt;Cc: KAMEZAWA Hiroyuki &lt;kamezawa.hiroyu@jp.fujitsu.com&gt;Cc: Alexander Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;Cc: Djalal Harouni &lt;djalal@endocode.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Thu, 25 Jun 2015 22:00:57 +0000</pubDate>
        <dc:creator>Iago L&#243;pez Galeiras &lt;iago@endocode.com&gt;</dc:creator>
    </item>
<item>
        <title>1c3fc3e5 - kcore: add Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#1c3fc3e5</link>
        <description>kcore: add Kconfig help textUnder Pseudo filesystems, /proc/kcore support has no help.Fixes a portion of kernel bugzilla #52671:  https://bugzilla.kernel.org/show_bug.cgi?id=52671Thanks for David Howells for the help text.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: &lt;lailavrazda1979@gmail.com&gt;Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Tue, 12 Nov 2013 23:11:16 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>6a108a14 - kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#6a108a14</link>
        <description>kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTThe meaning of CONFIG_EMBEDDED has long since been obsoleted; the optionis used to configure any non-standard kernel with a much larger scope thanonly small devices.This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixesreferences to the option throughout the kernel.  A new CONFIG_EMBEDDEDoption is added that automatically selects CONFIG_EXPERT when enabled andcan be used in the future to isolate options that should only beconsidered for embedded systems (RISC architectures, SLOB, etc).Calling the option &quot;EXPERT&quot; more accurately represents its intention: onlyexpert users who understand the impact of the configuration changes theyare making should enable it.Reviewed-by: Ingo Molnar &lt;mingo@elte.hu&gt;Acked-by: David Woodhouse &lt;david.woodhouse@intel.com&gt;Signed-off-by: David Rientjes &lt;rientjes@google.com&gt;Cc: Greg KH &lt;gregkh@suse.de&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Robin Holt &lt;holt@sgi.com&gt;Cc: &lt;linux-arch@vger.kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Thu, 20 Jan 2011 22:44:16 +0000</pubDate>
        <dc:creator>David Rientjes &lt;rientjes@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a4f7326d - vmcore: it is not experimental any more</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#a4f7326d</link>
        <description>vmcore: it is not experimental any moreWe use vmcore in our production kernel for a long time, it is prettystable now.  So I don&apos;t think we need to mark it as experimental any more.Signed-off-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Acked-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Tue, 26 Oct 2010 21:21:21 +0000</pubDate>
        <dc:creator>WANG Cong &lt;xiyou.wangcong@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>53167a3e - proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/fs/proc/Kconfig#53167a3e</link>
        <description>proc: move PROC_PAGE_MONITOR to fs/proc/KconfigSigned-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;

            List of files:
            /linux-6.15/fs/proc/Kconfig</description>
        <pubDate>Thu, 02 Oct 2008 22:01:51 +0000</pubDate>
        <dc:creator>Alexey Dobriyan &lt;adobriyan@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
