* Re: [PATCH] cxl: docs/linux/dax-driver - fix typos
2026-06-14 16:14 [PATCH] cxl: docs/linux/dax-driver - fix typos Zenghui Yu
@ 2026-06-14 17:16 ` Randy Dunlap
2026-06-15 4:18 ` Dongliang Mu
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2026-06-14 17:16 UTC (permalink / raw)
To: Zenghui Yu, linux-cxl, linux-doc, linux-kernel
Cc: dave, jic23, dave.jiang, alison.schofield, vishal.l.verma,
ira.weiny, djbw, gourry, corbet, skhan
On 6/14/26 9:14 AM, Zenghui Yu wrote:
> Fix two obvious typos in the "kmem conversion" section.
>
> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/driver-api/cxl/linux/dax-driver.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/dax-driver.rst b/Documentation/driver-api/cxl/linux/dax-driver.rst
> index 10d953a2167b..72c85a0f8606 100644
> --- a/Documentation/driver-api/cxl/linux/dax-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/dax-driver.rst
> @@ -35,9 +35,9 @@ will be exposed to the kernel page allocator in the user-selected memory
> zone.
>
> The :code:`memmap_on_memory` setting (both global and DAX device local)
> -dictates where the kernell will allocate the :code:`struct folio` descriptors
> +dictates where the kernel will allocate the :code:`struct folio` descriptors
> for this memory will come from. If :code:`memmap_on_memory` is set, memory
> hotplug will set aside a portion of the memory block capacity to allocate
> folios. If unset, the memory is allocated via a normal :code:`GFP_KERNEL`
> -allocation - and as a result will most likely land on the local NUM node of the
> +allocation - and as a result will most likely land on the local NUMA node of the
> CPU executing the hotplug operation.
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] cxl: docs/linux/dax-driver - fix typos
2026-06-14 16:14 [PATCH] cxl: docs/linux/dax-driver - fix typos Zenghui Yu
2026-06-14 17:16 ` Randy Dunlap
@ 2026-06-15 4:18 ` Dongliang Mu
2026-06-24 3:37 ` Alison Schofield
2026-06-29 16:06 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Dongliang Mu @ 2026-06-15 4:18 UTC (permalink / raw)
To: Zenghui Yu, linux-cxl, linux-doc, linux-kernel
Cc: dave, jic23, dave.jiang, alison.schofield, vishal.l.verma,
ira.weiny, djbw, gourry, corbet, skhan
On 6/15/26 12:14 AM, Zenghui Yu wrote:
> Fix two obvious typos in the "kmem conversion" section.
>
> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
> Documentation/driver-api/cxl/linux/dax-driver.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/dax-driver.rst b/Documentation/driver-api/cxl/linux/dax-driver.rst
> index 10d953a2167b..72c85a0f8606 100644
> --- a/Documentation/driver-api/cxl/linux/dax-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/dax-driver.rst
> @@ -35,9 +35,9 @@ will be exposed to the kernel page allocator in the user-selected memory
> zone.
>
> The :code:`memmap_on_memory` setting (both global and DAX device local)
> -dictates where the kernell will allocate the :code:`struct folio` descriptors
> +dictates where the kernel will allocate the :code:`struct folio` descriptors
> for this memory will come from. If :code:`memmap_on_memory` is set, memory
> hotplug will set aside a portion of the memory block capacity to allocate
> folios. If unset, the memory is allocated via a normal :code:`GFP_KERNEL`
> -allocation - and as a result will most likely land on the local NUM node of the
> +allocation - and as a result will most likely land on the local NUMA node of the
> CPU executing the hotplug operation.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] cxl: docs/linux/dax-driver - fix typos
2026-06-14 16:14 [PATCH] cxl: docs/linux/dax-driver - fix typos Zenghui Yu
2026-06-14 17:16 ` Randy Dunlap
2026-06-15 4:18 ` Dongliang Mu
@ 2026-06-24 3:37 ` Alison Schofield
2026-06-29 16:06 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Alison Schofield @ 2026-06-24 3:37 UTC (permalink / raw)
To: Zenghui Yu
Cc: linux-cxl, linux-doc, linux-kernel, dave, jic23, dave.jiang,
vishal.l.verma, ira.weiny, djbw, gourry, corbet, skhan
On Mon, Jun 15, 2026 at 12:14:58AM +0800, Zenghui Yu wrote:
> Fix two obvious typos in the "kmem conversion" section.
>
> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Thanks,
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] cxl: docs/linux/dax-driver - fix typos
2026-06-14 16:14 [PATCH] cxl: docs/linux/dax-driver - fix typos Zenghui Yu
` (2 preceding siblings ...)
2026-06-24 3:37 ` Alison Schofield
@ 2026-06-29 16:06 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Dave Jiang @ 2026-06-29 16:06 UTC (permalink / raw)
To: Zenghui Yu, linux-cxl, linux-doc, linux-kernel
Cc: dave, jic23, alison.schofield, vishal.l.verma, ira.weiny, djbw,
gourry, corbet, skhan
On 6/14/26 9:14 AM, Zenghui Yu wrote:
> Fix two obvious typos in the "kmem conversion" section.
>
> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Applied to cxl/next
a667f1eb71a7
> ---
> Documentation/driver-api/cxl/linux/dax-driver.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/dax-driver.rst b/Documentation/driver-api/cxl/linux/dax-driver.rst
> index 10d953a2167b..72c85a0f8606 100644
> --- a/Documentation/driver-api/cxl/linux/dax-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/dax-driver.rst
> @@ -35,9 +35,9 @@ will be exposed to the kernel page allocator in the user-selected memory
> zone.
>
> The :code:`memmap_on_memory` setting (both global and DAX device local)
> -dictates where the kernell will allocate the :code:`struct folio` descriptors
> +dictates where the kernel will allocate the :code:`struct folio` descriptors
> for this memory will come from. If :code:`memmap_on_memory` is set, memory
> hotplug will set aside a portion of the memory block capacity to allocate
> folios. If unset, the memory is allocated via a normal :code:`GFP_KERNEL`
> -allocation - and as a result will most likely land on the local NUM node of the
> +allocation - and as a result will most likely land on the local NUMA node of the
> CPU executing the hotplug operation.
^ permalink raw reply [flat|nested] 5+ messages in thread