* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:45 Suchit K
0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:45 UTC (permalink / raw)
To: akpm
Cc: linux-kernel-mentees, linux-kernel, skhan, linux-doc, Suchit K,
linux-mm, corbet
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
The word watermark was misspelled as "watemark" in the balance.rst file.
This commit corrects the spelling error.
Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
---
Documentation/mm/balance.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
index abaa78561..c4962c89a 100644
--- a/Documentation/mm/balance.rst
+++ b/Documentation/mm/balance.rst
@@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
stealing the page would
alleviate memory pressure on any zone in the page's node that has fallen
below
its watermark.
-watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
These
+watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
These
are per-zone fields, used to determine when a zone needs to be balanced.
When
the number of pages falls below watermark[WMARK_MIN], the hysteric field
low_on_memory gets set. This stays set till the number of free pages
becomes
--
2.48.1
[-- Attachment #2: Type: text/html, Size: 1191 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation/mm: Fix spelling mistake
2025-02-15 17:48 ` Jonathan Corbet
@ 2025-02-15 18:07 ` Suchit K
0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 18:07 UTC (permalink / raw)
To: Jonathan Corbet
Cc: akpm, skhan, linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
I'm sorry about sending HTML content again. I've configured my email
client to use plain text mode now. Once again, thanks for your
understanding and patience.
On Sat, 15 Feb 2025 at 23:18, Jonathan Corbet <corbet@lwn.net> wrote:
>
> Suchit K <suchitkarunakaran@gmail.com> writes:
>
> > Hi Jon. Thanks for the suggestions. I initially sent HTML content so
> > it was rejected and had to send it in plain text again.
>
> When you resend, please always say why. Meanwhile, though, you have not
> yet succeeded in sending plain-text-only email.
>
> Thanks,
>
> jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation/mm: Fix spelling mistake
2025-02-15 17:30 ` Suchit K
@ 2025-02-15 17:48 ` Jonathan Corbet
2025-02-15 18:07 ` Suchit K
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2025-02-15 17:48 UTC (permalink / raw)
To: Suchit K
Cc: akpm, skhan, linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
Suchit K <suchitkarunakaran@gmail.com> writes:
> Hi Jon. Thanks for the suggestions. I initially sent HTML content so
> it was rejected and had to send it in plain text again.
When you resend, please always say why. Meanwhile, though, you have not
yet succeeded in sending plain-text-only email.
Thanks,
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation/mm: Fix spelling mistake
2025-02-15 17:24 ` Jonathan Corbet
@ 2025-02-15 17:30 ` Suchit K
2025-02-15 17:48 ` Jonathan Corbet
0 siblings, 1 reply; 8+ messages in thread
From: Suchit K @ 2025-02-15 17:30 UTC (permalink / raw)
To: Jonathan Corbet
Cc: akpm, skhan, linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]
Hi Jon. Thanks for the suggestions. I initially sent HTML content so it was
rejected and had to send it in plain text again.
On Sat, 15 Feb 2025, 22:54 Jonathan Corbet, <corbet@lwn.net> wrote:
> Suchit K <suchitkarunakaran@gmail.com> writes:
>
> > The word watermark was misspelled as "watemark" in the balance.rst file.
> This commit corrects
> > the spelling error.
> >
> > Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
> > ---
> > Documentation/mm/balance.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
> > index abaa78561..c4962c89a 100644
> > --- a/Documentation/mm/balance.rst
> > +++ b/Documentation/mm/balance.rst
> > @@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
> stealing the page
> > would
> > alleviate memory pressure on any zone in the page's node that has
> fallen below
> > its watermark.
> >
> > -watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> > These
> >
> +watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> > These
> > are per-zone fields, used to determine when a zone needs to be
> balanced. When
>
> So why are you resending this patch - has it changed somehow?
>
> As long as you send in HTML, your email will not make it to the mailing
> lists. Please configure your email client to not do that. There are
> some suggestions in Documentation/process/email-clients.rst if you need
> them.
>
> Also, please include your full name in the signed-off-by line.
>
> Thanks,
>
> jon
>
[-- Attachment #2: Type: text/html, Size: 2215 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation/mm: Fix spelling mistake
2025-02-15 16:52 Suchit K
@ 2025-02-15 17:24 ` Jonathan Corbet
2025-02-15 17:30 ` Suchit K
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2025-02-15 17:24 UTC (permalink / raw)
To: Suchit K, akpm, skhan
Cc: linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
Suchit K <suchitkarunakaran@gmail.com> writes:
> The word watermark was misspelled as "watemark" in the balance.rst file. This commit corrects
> the spelling error.
>
> Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
> ---
> Documentation/mm/balance.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
> index abaa78561..c4962c89a 100644
> --- a/Documentation/mm/balance.rst
> +++ b/Documentation/mm/balance.rst
> @@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if stealing the page
> would
> alleviate memory pressure on any zone in the page's node that has fallen below
> its watermark.
>
> -watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> These
> +watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
> These
> are per-zone fields, used to determine when a zone needs to be balanced. When
So why are you resending this patch - has it changed somehow?
As long as you send in HTML, your email will not make it to the mailing
lists. Please configure your email client to not do that. There are
some suggestions in Documentation/process/email-clients.rst if you need
them.
Also, please include your full name in the signed-off-by line.
Thanks,
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 17:00 Suchit K
0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 17:00 UTC (permalink / raw)
To: akpm, skhan
Cc: Suchit K, linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
The word watermark was misspelled as "watemark" in the balance.rst
file. This commit corrects the spelling error.
Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
---
Documentation/mm/balance.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
index abaa78561..c4962c89a 100644
--- a/Documentation/mm/balance.rst
+++ b/Documentation/mm/balance.rst
@@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
stealing the page would
alleviate memory pressure on any zone in the page's node that has fallen below
its watermark.
-watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
+watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
are per-zone fields, used to determine when a zone needs to be balanced. When
the number of pages falls below watermark[WMARK_MIN], the hysteric field
low_on_memory gets set. This stays set till the number of free pages becomes
--
2.48.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:55 Suchit K
0 siblings, 0 replies; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:55 UTC (permalink / raw)
To: akpm, skhan; +Cc: linux-kernel-mentees, linux-kernel, linux-doc, linux-mm
The word watermark was misspelled as "watemark" in the balance.rst
file. This commit corrects the spelling error.
Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
---
Documentation/mm/balance.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
index abaa78561..c4962c89a 100644
--- a/Documentation/mm/balance.rst
+++ b/Documentation/mm/balance.rst
@@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
stealing the page would
alleviate memory pressure on any zone in the page's node that has fallen below
its watermark.
-watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
+watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd: These
are per-zone fields, used to determine when a zone needs to be balanced. When
the number of pages falls below watermark[WMARK_MIN], the hysteric field
low_on_memory gets set. This stays set till the number of free pages becomes
--
2.48.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Documentation/mm: Fix spelling mistake
@ 2025-02-15 16:52 Suchit K
2025-02-15 17:24 ` Jonathan Corbet
0 siblings, 1 reply; 8+ messages in thread
From: Suchit K @ 2025-02-15 16:52 UTC (permalink / raw)
To: akpm, skhan
Cc: linux-kernel-mentees, linux-kernel, linux-doc, corbet, linux-mm
[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]
The word watermark was misspelled as "watemark" in the balance.rst file.
This commit corrects the spelling error.
Signed-off-by: Suchit <suchitkarunakaran@gmail.com>
---
Documentation/mm/balance.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/balance.rst b/Documentation/mm/balance.rst
index abaa78561..c4962c89a 100644
--- a/Documentation/mm/balance.rst
+++ b/Documentation/mm/balance.rst
@@ -81,7 +81,7 @@ Page stealing from process memory and shm is done if
stealing the page would
alleviate memory pressure on any zone in the page's node that has fallen
below
its watermark.
-watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
These
+watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
These
are per-zone fields, used to determine when a zone needs to be balanced.
When
the number of pages falls below watermark[WMARK_MIN], the hysteric field
low_on_memory gets set. This stays set till the number of free pages
becomes
--
2.48.1
[-- Attachment #2: Type: text/html, Size: 1231 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-02-15 18:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-15 16:45 [PATCH] Documentation/mm: Fix spelling mistake Suchit K
2025-02-15 16:52 Suchit K
2025-02-15 17:24 ` Jonathan Corbet
2025-02-15 17:30 ` Suchit K
2025-02-15 17:48 ` Jonathan Corbet
2025-02-15 18:07 ` Suchit K
2025-02-15 16:55 Suchit K
2025-02-15 17:00 Suchit K
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox