All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
@ 2018-07-13 17:28 ` Prashant Dhamdhere
  0 siblings, 0 replies; 6+ messages in thread
From: Prashant Dhamdhere @ 2018-07-13 17:28 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, pdhamdhe

This patch talks about the 'HardwareCorrupted' field currently missing from
the 'meminfo' section of 'proc.txt' file. It also includes short description
of 'HardwareCorrupted' field.

Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>
---
 Documentation/filesystems/proc.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 520f6a84cf50..1605acbb23b6 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -870,6 +870,7 @@ Committed_AS:   100056 kB
 VmallocTotal:   112216 kB
 VmallocUsed:       428 kB
 VmallocChunk:   111088 kB
+HardwareCorrupted:   0 kB
 AnonHugePages:   49152 kB
 ShmemHugePages:      0 kB
 ShmemPmdMapped:      0 kB
@@ -915,6 +916,8 @@ MemAvailable: An estimate of how much memory is available for starting new
        Dirty: Memory which is waiting to get written back to the disk
    Writeback: Memory which is actively being written back to the disk
    AnonPages: Non-file backed pages mapped into userspace page tables
+HardwareCorrupted: The amount of RAM/memory in KB, the kernel identifies as
+	      corrupted.
 AnonHugePages: Non-file backed huge pages mapped into userspace page tables
       Mapped: files which have been mmaped, such as libraries
        Shmem: Total memory used by shared memory (shmem) and tmpfs
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
@ 2018-07-13 17:28 ` Prashant Dhamdhere
  0 siblings, 0 replies; 6+ messages in thread
From: Prashant Dhamdhere @ 2018-07-13 17:28 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, pdhamdhe

This patch talks about the 'HardwareCorrupted' field currently missing from
the 'meminfo' section of 'proc.txt' file. It also includes short description
of 'HardwareCorrupted' field.

Signed-off-by: Prashant Dhamdhere <pdhamdhe@redhat.com>
---
 Documentation/filesystems/proc.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 520f6a84cf50..1605acbb23b6 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -870,6 +870,7 @@ Committed_AS:   100056 kB
 VmallocTotal:   112216 kB
 VmallocUsed:       428 kB
 VmallocChunk:   111088 kB
+HardwareCorrupted:   0 kB
 AnonHugePages:   49152 kB
 ShmemHugePages:      0 kB
 ShmemPmdMapped:      0 kB
@@ -915,6 +916,8 @@ MemAvailable: An estimate of how much memory is available for starting new
        Dirty: Memory which is waiting to get written back to the disk
    Writeback: Memory which is actively being written back to the disk
    AnonPages: Non-file backed pages mapped into userspace page tables
+HardwareCorrupted: The amount of RAM/memory in KB, the kernel identifies as
+	      corrupted.
 AnonHugePages: Non-file backed huge pages mapped into userspace page tables
       Mapped: files which have been mmaped, such as libraries
        Shmem: Total memory used by shared memory (shmem) and tmpfs
-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
  2018-07-13 17:28 ` Prashant Dhamdhere
@ 2018-07-23 15:25   ` Jonathan Corbet
  -1 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2018-07-23 15:25 UTC (permalink / raw)
  To: Prashant Dhamdhere; +Cc: linux-doc, linux-kernel

On Fri, 13 Jul 2018 22:58:06 +0530
Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:

> This patch talks about the 'HardwareCorrupted' field currently missing from
> the 'meminfo' section of 'proc.txt' file. It also includes short description
> of 'HardwareCorrupted' field.

I've gone ahead and applied this.  Please note, though, that the "this
patch..." style of changelogging strongly irritates some developers;
please use an imperative style in the future.  I rewrote the changelog to:

	Documentation: proc.txt: Adding 'HardwareCorrupted' field and
	description. 
    	
	Fill in missing documentation for the HardwareCorrupted field in
	proc.txt.

Thanks,

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
@ 2018-07-23 15:25   ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2018-07-23 15:25 UTC (permalink / raw)
  To: Prashant Dhamdhere; +Cc: linux-doc, linux-kernel

On Fri, 13 Jul 2018 22:58:06 +0530
Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:

> This patch talks about the 'HardwareCorrupted' field currently missing from
> the 'meminfo' section of 'proc.txt' file. It also includes short description
> of 'HardwareCorrupted' field.

I've gone ahead and applied this.  Please note, though, that the "this
patch..." style of changelogging strongly irritates some developers;
please use an imperative style in the future.  I rewrote the changelog to:

	Documentation: proc.txt: Adding 'HardwareCorrupted' field and
	description. 
    	
	Fill in missing documentation for the HardwareCorrupted field in
	proc.txt.

Thanks,

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
  2018-07-23 15:25   ` Jonathan Corbet
@ 2018-07-23 16:44     ` Prashant Dhamdhere
  -1 siblings, 0 replies; 6+ messages in thread
From: Prashant Dhamdhere @ 2018-07-23 16:44 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel

On Mon, Jul 23, 2018 at 8:55 PM, Jonathan Corbet <corbet@lwn.net> wrote:
> On Fri, 13 Jul 2018 22:58:06 +0530
> Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:
>
>> This patch talks about the 'HardwareCorrupted' field currently missing from
>> the 'meminfo' section of 'proc.txt' file. It also includes short description
>> of 'HardwareCorrupted' field.
>
> I've gone ahead and applied this.  Please note, though, that the "this
> patch..." style of changelogging strongly irritates some developers;
> please use an imperative style in the future.  I rewrote the changelog to:
>
>         Documentation: proc.txt: Adding 'HardwareCorrupted' field and
>         description.
>
>         Fill in missing documentation for the HardwareCorrupted field in
>         proc.txt.
>
> Thanks,
>
> jon


Sure. Thank you for correcting it.

--
Prashant

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description.
@ 2018-07-23 16:44     ` Prashant Dhamdhere
  0 siblings, 0 replies; 6+ messages in thread
From: Prashant Dhamdhere @ 2018-07-23 16:44 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel

On Mon, Jul 23, 2018 at 8:55 PM, Jonathan Corbet <corbet@lwn.net> wrote:
> On Fri, 13 Jul 2018 22:58:06 +0530
> Prashant Dhamdhere <pdhamdhe@redhat.com> wrote:
>
>> This patch talks about the 'HardwareCorrupted' field currently missing from
>> the 'meminfo' section of 'proc.txt' file. It also includes short description
>> of 'HardwareCorrupted' field.
>
> I've gone ahead and applied this.  Please note, though, that the "this
> patch..." style of changelogging strongly irritates some developers;
> please use an imperative style in the future.  I rewrote the changelog to:
>
>         Documentation: proc.txt: Adding 'HardwareCorrupted' field and
>         description.
>
>         Fill in missing documentation for the HardwareCorrupted field in
>         proc.txt.
>
> Thanks,
>
> jon


Sure. Thank you for correcting it.

--
Prashant
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-23 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 17:28 [PATCH v2] Documentation: proc.txt: Adding 'HardwareCorrupted' field and description Prashant Dhamdhere
2018-07-13 17:28 ` Prashant Dhamdhere
2018-07-23 15:25 ` Jonathan Corbet
2018-07-23 15:25   ` Jonathan Corbet
2018-07-23 16:44   ` Prashant Dhamdhere
2018-07-23 16:44     ` Prashant Dhamdhere

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.