* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
@ 2026-04-20 23:45 ` SeongJae Park
2026-04-21 0:04 ` Harry Yoo (Oracle)
` (7 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: SeongJae Park @ 2026-04-20 23:45 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: SeongJae Park, linux-doc, Andrew Morton, Lorenzo Stoakes,
Liam R. Howlett, Vlastimil Babka, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan,
Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On Mon, 20 Apr 2026 23:03:16 +0200 "David Hildenbrand (Arm)" <david@kernel.org> wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
Acked-by: SeongJae Park <sj@kernel.org>
Thanks,
SJ
[...]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
2026-04-20 23:45 ` SeongJae Park
@ 2026-04-21 0:04 ` Harry Yoo (Oracle)
2026-04-21 6:45 ` Mike Rapoport
` (6 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Harry Yoo (Oracle) @ 2026-04-21 0:04 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: linux-doc, Andrew Morton, Lorenzo Stoakes, Liam R. Howlett,
Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
Jonathan Corbet, Shuah Khan, Matthew Wilcox, linux-mm,
linux-kernel
On Mon, Apr 20, 2026 at 11:03:16PM +0200, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
> ---
Looks good to me,
Acked-by: Harry Yoo (Oracle) <harry@kernel.org>
Thanks for submitting this, David.
--
Cheers,
Harry / Hyeonggon
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
2026-04-20 23:45 ` SeongJae Park
2026-04-21 0:04 ` Harry Yoo (Oracle)
@ 2026-04-21 6:45 ` Mike Rapoport
2026-04-21 7:38 ` Lorenzo Stoakes
` (5 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Mike Rapoport @ 2026-04-21 6:45 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: linux-doc, Andrew Morton, Lorenzo Stoakes, Liam R. Howlett,
Vlastimil Babka, Suren Baghdasaryan, Michal Hocko,
Jonathan Corbet, Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm,
linux-kernel
On Mon, Apr 20, 2026 at 11:03:16PM +0200, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
> --
> David Hildenbrand (Arm) <david@kernel.org>
>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (2 preceding siblings ...)
2026-04-21 6:45 ` Mike Rapoport
@ 2026-04-21 7:38 ` Lorenzo Stoakes
2026-04-21 8:26 ` Vlastimil Babka (SUSE)
` (4 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Lorenzo Stoakes @ 2026-04-21 7:38 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: linux-doc, Andrew Morton, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Jonathan Corbet,
Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On Mon, Apr 20, 2026 at 11:03:16PM +0200, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
LGTM to me, I think it's important we clear this up. So:
Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
> --
> David Hildenbrand (Arm) <david@kernel.org>
>
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (3 preceding siblings ...)
2026-04-21 7:38 ` Lorenzo Stoakes
@ 2026-04-21 8:26 ` Vlastimil Babka (SUSE)
2026-04-21 15:15 ` Zi Yan
` (3 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-04-21 8:26 UTC (permalink / raw)
To: David Hildenbrand (Arm), linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Mike Rapoport,
Suren Baghdasaryan, Michal Hocko, Jonathan Corbet, Shuah Khan,
Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On 4/20/26 23:03, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Thanks!
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (4 preceding siblings ...)
2026-04-21 8:26 ` Vlastimil Babka (SUSE)
@ 2026-04-21 15:15 ` Zi Yan
2026-04-23 11:55 ` Michal Hocko
` (2 subsequent siblings)
8 siblings, 0 replies; 13+ messages in thread
From: Zi Yan @ 2026-04-21 15:15 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: linux-doc, Andrew Morton, Lorenzo Stoakes, Liam R. Howlett,
Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan, Michal Hocko,
Jonathan Corbet, Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm,
linux-kernel
On 20 Apr 2026, at 17:03, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
Acked-by: Zi Yan <ziy@nvidia.com>
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
> --
> David Hildenbrand (Arm) <david@kernel.org>
Best Regards,
Yan, Zi
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (5 preceding siblings ...)
2026-04-21 15:15 ` Zi Yan
@ 2026-04-23 11:55 ` Michal Hocko
2026-04-23 12:04 ` Dev Jain
2026-06-23 8:15 ` David Hildenbrand (Arm)
8 siblings, 0 replies; 13+ messages in thread
From: Michal Hocko @ 2026-04-23 11:55 UTC (permalink / raw)
To: David Hildenbrand (Arm)
Cc: linux-doc, Andrew Morton, Lorenzo Stoakes, Liam R. Howlett,
Vlastimil Babka, Mike Rapoport, Suren Baghdasaryan,
Jonathan Corbet, Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm,
linux-kernel
On Mon 20-04-26 23:03:16, David Hildenbrand wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
Acked-by: Michal Hocko <mhocko@suse.com>
Thanks!
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
> --
> David Hildenbrand (Arm) <david@kernel.org>
--
Michal Hocko
SUSE Labs
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (6 preceding siblings ...)
2026-04-23 11:55 ` Michal Hocko
@ 2026-04-23 12:04 ` Dev Jain
2026-06-23 8:15 ` David Hildenbrand (Arm)
8 siblings, 0 replies; 13+ messages in thread
From: Dev Jain @ 2026-04-23 12:04 UTC (permalink / raw)
To: David Hildenbrand (Arm), linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Jonathan Corbet,
Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On 21/04/26 2:33 am, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
> ---
Acked-by: Dev Jain <dev.jain@arm.com>
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-20 21:03 [PATCH] docs/mm: clarify that we are not looking for LLM generated content David Hildenbrand (Arm)
` (7 preceding siblings ...)
2026-04-23 12:04 ` Dev Jain
@ 2026-06-23 8:15 ` David Hildenbrand (Arm)
2026-06-23 12:59 ` Jonathan Corbet
8 siblings, 1 reply; 13+ messages in thread
From: David Hildenbrand (Arm) @ 2026-06-23 8:15 UTC (permalink / raw)
To: linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Jonathan Corbet,
Shuah Khan, Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On 4/20/26 23:03, David Hildenbrand (Arm) wrote:
> Let's make it clear that we are not looking for LLM generated content
> from contributors not familiar with the details of MM, as it shifts the
> real work onto reviewers.
>
> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
> ---
> Documentation/mm/index.rst | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
> index 7aa2a8886908..13a79f5d092c 100644
> --- a/Documentation/mm/index.rst
> +++ b/Documentation/mm/index.rst
> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
> see the :ref:`memory_allocation`. For controlling and tuning guides,
> see the :doc:`admin guide <../admin-guide/mm/index>`.
>
> +.. note::
> +
> + Unfortunately, parts of this guide are still incomplete or missing.
> + While we appreciate contributions, documentation in this area is hard
> + to get right and requires a lot of attention to detail. New contributors
> + should reach out to the relevant maintainers early.
> +
> + This guide is expected to reflect reality, which requires contributors
> + to have a detailed understanding. Documentation generated with LLMs
> + by contributors unfamiliar with these details shifts the real work onto
> + reviewers, which is why such contributions will be rejected without
> + further comment.
> +
> .. toctree::
> :maxdepth: 1
>
>
> ---
> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
> change-id: 20260420-llmdoc-21bf5fadbd6f
>
> Best regards,
I assume this was not picked up yet? (via documentation or mm tree?)
--
Cheers,
David
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-06-23 8:15 ` David Hildenbrand (Arm)
@ 2026-06-23 12:59 ` Jonathan Corbet
2026-06-23 13:56 ` David Hildenbrand (Arm)
0 siblings, 1 reply; 13+ messages in thread
From: Jonathan Corbet @ 2026-06-23 12:59 UTC (permalink / raw)
To: David Hildenbrand (Arm), linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Shuah Khan,
Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
"David Hildenbrand (Arm)" <david@kernel.org> writes:
> On 4/20/26 23:03, David Hildenbrand (Arm) wrote:
>> Let's make it clear that we are not looking for LLM generated content
>> from contributors not familiar with the details of MM, as it shifts the
>> real work onto reviewers.
>>
>> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
>> ---
>> Documentation/mm/index.rst | 13 +++++++++++++
>> 1 file changed, 13 insertions(+)
>>
>> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
>> index 7aa2a8886908..13a79f5d092c 100644
>> --- a/Documentation/mm/index.rst
>> +++ b/Documentation/mm/index.rst
>> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
>> see the :ref:`memory_allocation`. For controlling and tuning guides,
>> see the :doc:`admin guide <../admin-guide/mm/index>`.
>>
>> +.. note::
>> +
>> + Unfortunately, parts of this guide are still incomplete or missing.
>> + While we appreciate contributions, documentation in this area is hard
>> + to get right and requires a lot of attention to detail. New contributors
>> + should reach out to the relevant maintainers early.
>> +
>> + This guide is expected to reflect reality, which requires contributors
>> + to have a detailed understanding. Documentation generated with LLMs
>> + by contributors unfamiliar with these details shifts the real work onto
>> + reviewers, which is why such contributions will be rejected without
>> + further comment.
>> +
>> .. toctree::
>> :maxdepth: 1
>>
>>
>> ---
>> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
>> change-id: 20260420-llmdoc-21bf5fadbd6f
>>
>> Best regards,
>
> I assume this was not picked up yet? (via documentation or mm tree?)
I had figured Andrew would grab it; I can certainly do so if you'd like.
jon
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-06-23 12:59 ` Jonathan Corbet
@ 2026-06-23 13:56 ` David Hildenbrand (Arm)
2026-06-23 20:33 ` Jonathan Corbet
0 siblings, 1 reply; 13+ messages in thread
From: David Hildenbrand (Arm) @ 2026-06-23 13:56 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Shuah Khan,
Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
On 6/23/26 14:59, Jonathan Corbet wrote:
> "David Hildenbrand (Arm)" <david@kernel.org> writes:
>
>> On 4/20/26 23:03, David Hildenbrand (Arm) wrote:
>>> Let's make it clear that we are not looking for LLM generated content
>>> from contributors not familiar with the details of MM, as it shifts the
>>> real work onto reviewers.
>>>
>>> Signed-off-by: David Hildenbrand (Arm) <david@kernel.org>
>>> ---
>>> Documentation/mm/index.rst | 13 +++++++++++++
>>> 1 file changed, 13 insertions(+)
>>>
>>> diff --git a/Documentation/mm/index.rst b/Documentation/mm/index.rst
>>> index 7aa2a8886908..13a79f5d092c 100644
>>> --- a/Documentation/mm/index.rst
>>> +++ b/Documentation/mm/index.rst
>>> @@ -7,6 +7,19 @@ of Linux. If you are looking for advice on simply allocating memory,
>>> see the :ref:`memory_allocation`. For controlling and tuning guides,
>>> see the :doc:`admin guide <../admin-guide/mm/index>`.
>>>
>>> +.. note::
>>> +
>>> + Unfortunately, parts of this guide are still incomplete or missing.
>>> + While we appreciate contributions, documentation in this area is hard
>>> + to get right and requires a lot of attention to detail. New contributors
>>> + should reach out to the relevant maintainers early.
>>> +
>>> + This guide is expected to reflect reality, which requires contributors
>>> + to have a detailed understanding. Documentation generated with LLMs
>>> + by contributors unfamiliar with these details shifts the real work onto
>>> + reviewers, which is why such contributions will be rejected without
>>> + further comment.
>>> +
>>> .. toctree::
>>> :maxdepth: 1
>>>
>>>
>>> ---
>>> base-commit: da6b5aae84beb0917ecb0c9fbc71169d145397ff
>>> change-id: 20260420-llmdoc-21bf5fadbd6f
>>>
>>> Best regards,
>>
>> I assume this was not picked up yet? (via documentation or mm tree?)
>
> I had figured Andrew would grab it; I can certainly do so if you'd like.
yes please. I guess I'll soon start grabbing stuff myself. Stay tuned. :)
--
Cheers,
David
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-06-23 13:56 ` David Hildenbrand (Arm)
@ 2026-06-23 20:33 ` Jonathan Corbet
0 siblings, 0 replies; 13+ messages in thread
From: Jonathan Corbet @ 2026-06-23 20:33 UTC (permalink / raw)
To: David Hildenbrand (Arm), linux-doc
Cc: Andrew Morton, Lorenzo Stoakes, Liam R. Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, Shuah Khan,
Matthew Wilcox, Harry Yoo, linux-mm, linux-kernel
"David Hildenbrand (Arm)" <david@kernel.org> writes:
>>> I assume this was not picked up yet? (via documentation or mm tree?)
>>
>> I had figured Andrew would grab it; I can certainly do so if you'd like.
>
> yes please. I guess I'll soon start grabbing stuff myself. Stay tuned. :)
OK, done.
Let me know how you would like to handle things going forward. I'm
happy to pick up MM docs changes or to leave them for you, whatever
works best.
Thanks,
jon
^ permalink raw reply [flat|nested] 13+ messages in thread