mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix grammar on false-sharing.rst
@ 2024-10-02 10:08 Vishnu Sanal T
  2024-10-07 17:11 ` Jonathan Corbet
  2024-10-07 19:12 ` [PATCH v2] " Vishnu Sanal T
  0 siblings, 2 replies; 4+ messages in thread
From: Vishnu Sanal T @ 2024-10-02 10:08 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, linux-kernel, Vishnu Sanal T

fix the grammar mistakes on kernel-hacking/false-sharing.rst

Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
---
 Documentation/kernel-hacking/false-sharing.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
index 122b0e124656..ad7cb60bef29 100644
--- a/Documentation/kernel-hacking/false-sharing.rst
+++ b/Documentation/kernel-hacking/false-sharing.rst
@@ -196,9 +196,9 @@ the hotspot switches to a new place.
 
 Miscellaneous
 =============
-One open issue is that kernel has an optional data structure
-randomization mechanism, which also randomizes the situation of cache
-line sharing of data members.
+One open issue is that the kernel has an optional data structure
+randomization mechanism, which also randomize the situation of cache
+line sharing among data members.
 
 
 .. [1] https://en.wikipedia.org/wiki/False_sharing
-- 
2.46.2


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

* Re: [PATCH] fix grammar on false-sharing.rst
  2024-10-02 10:08 [PATCH] fix grammar on false-sharing.rst Vishnu Sanal T
@ 2024-10-07 17:11 ` Jonathan Corbet
  2024-10-07 19:12 ` [PATCH v2] " Vishnu Sanal T
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2024-10-07 17:11 UTC (permalink / raw)
  To: Vishnu Sanal T, linux-doc; +Cc: linux-kernel, Vishnu Sanal T

Vishnu Sanal T <t.v.s10123@gmail.com> writes:

> fix the grammar mistakes on kernel-hacking/false-sharing.rst
>
> Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
> ---
>  Documentation/kernel-hacking/false-sharing.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
> index 122b0e124656..ad7cb60bef29 100644
> --- a/Documentation/kernel-hacking/false-sharing.rst
> +++ b/Documentation/kernel-hacking/false-sharing.rst
> @@ -196,9 +196,9 @@ the hotspot switches to a new place.
>  
>  Miscellaneous
>  =============
> -One open issue is that kernel has an optional data structure
> -randomization mechanism, which also randomizes the situation of cache
> -line sharing of data members.
> +One open issue is that the kernel has an optional data structure

So here you are fixing a problem, which is good

> +randomization mechanism, which also randomize the situation of cache

But here you are introducing a new one, which is a bit less so....?

> +line sharing among data members.

Thanks,

jon

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

* [PATCH v2] fix grammar on false-sharing.rst
  2024-10-02 10:08 [PATCH] fix grammar on false-sharing.rst Vishnu Sanal T
  2024-10-07 17:11 ` Jonathan Corbet
@ 2024-10-07 19:12 ` Vishnu Sanal T
  2024-10-14 19:22   ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Vishnu Sanal T @ 2024-10-07 19:12 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet, linux-kernel, Vishnu Sanal T

Fix slight grammar mistake on kernel-hacking/false-sharing.rst

Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
---
Changes in v2:

- revert inadverdent mistake introduced on the word "randomizes"
---
 Documentation/kernel-hacking/false-sharing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
index 122b0e124656..eb0596734e55 100644
--- a/Documentation/kernel-hacking/false-sharing.rst
+++ b/Documentation/kernel-hacking/false-sharing.rst
@@ -196,9 +196,9 @@ the hotspot switches to a new place.
 
 Miscellaneous
 =============
-One open issue is that kernel has an optional data structure
+One open issue is that the kernel has an optional data structure
 randomization mechanism, which also randomizes the situation of cache
-line sharing of data members.
+line sharing among data members.
 
 
 .. [1] https://en.wikipedia.org/wiki/False_sharing
-- 
2.46.2


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

* Re: [PATCH v2] fix grammar on false-sharing.rst
  2024-10-07 19:12 ` [PATCH v2] " Vishnu Sanal T
@ 2024-10-14 19:22   ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2024-10-14 19:22 UTC (permalink / raw)
  To: Vishnu Sanal T, linux-doc; +Cc: linux-kernel, Vishnu Sanal T

Vishnu Sanal T <t.v.s10123@gmail.com> writes:

> Fix slight grammar mistake on kernel-hacking/false-sharing.rst
>
> Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
> ---
> Changes in v2:
>
> - revert inadverdent mistake introduced on the word "randomizes"
> ---
>  Documentation/kernel-hacking/false-sharing.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
> index 122b0e124656..eb0596734e55 100644
> --- a/Documentation/kernel-hacking/false-sharing.rst
> +++ b/Documentation/kernel-hacking/false-sharing.rst
> @@ -196,9 +196,9 @@ the hotspot switches to a new place.
>  
>  Miscellaneous
>  =============
> -One open issue is that kernel has an optional data structure
> +One open issue is that the kernel has an optional data structure
>  randomization mechanism, which also randomizes the situation of cache
> -line sharing of data members.
> +line sharing among data members.
>  
Applied, thanks.

jon

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

end of thread, other threads:[~2024-10-14 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-02 10:08 [PATCH] fix grammar on false-sharing.rst Vishnu Sanal T
2024-10-07 17:11 ` Jonathan Corbet
2024-10-07 19:12 ` [PATCH v2] " Vishnu Sanal T
2024-10-14 19:22   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome