after move of powerpc/ to arch/
Signed-off-by: Costa Shulyupin <[email protected]>
---
Documentation/mm/vmemmap_dedup.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/mm/vmemmap_dedup.rst b/Documentation/mm/vmemmap_dedup.rst
index 59891f72420e..593ede6d314b 100644
--- a/Documentation/mm/vmemmap_dedup.rst
+++ b/Documentation/mm/vmemmap_dedup.rst
@@ -211,7 +211,7 @@ the device (altmap).
The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64),
PMD_SIZE (2M on x86_64) and PUD_SIZE (1G on x86_64).
-For powerpc equivalent details see Documentation/powerpc/vmemmap_dedup.rst
+For powerpc equivalent details see Documentation/arch/powerpc/vmemmap_dedup.rst
The differences with HugeTLB are relatively minor.
--
2.41.0
Hi Costa,
kernel test robot noticed the following build warnings:
[auto build test WARNING on lwn/docs-next]
[also build test WARNING on linus/master v6.6-rc3 next-20230929]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Costa-Shulyupin/docs-update-link-to-powerpc-vmemmap_dedup-rst/20230928-004508
base: git://git.lwn.net/linux.git docs-next
patch link: https://lore.kernel.org/r/20230927164319.2686237-1-costa.shul%40redhat.com
patch subject: [PATCH] docs: update link to powerpc/vmemmap_dedup.rst
reproduce: (https://download.01.org/0day-ci/archive/20230929/[email protected]/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
All warnings (new ones prefixed by >>):
>> Warning: Documentation/mm/vmemmap_dedup.rst references a file that doesn't exist: Documentation/arch/powerpc/vmemmap_dedup.rst
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Costa Shulyupin <[email protected]> writes:
> after move of powerpc/ to arch/
>
> Signed-off-by: Costa Shulyupin <[email protected]>
> ---
> Documentation/mm/vmemmap_dedup.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/vmemmap_dedup.rst b/Documentation/mm/vmemmap_dedup.rst
> index 59891f72420e..593ede6d314b 100644
> --- a/Documentation/mm/vmemmap_dedup.rst
> +++ b/Documentation/mm/vmemmap_dedup.rst
> @@ -211,7 +211,7 @@ the device (altmap).
>
> The following page sizes are supported in DAX: PAGE_SIZE (4K on x86_64),
> PMD_SIZE (2M on x86_64) and PUD_SIZE (1G on x86_64).
> -For powerpc equivalent details see Documentation/powerpc/vmemmap_dedup.rst
> +For powerpc equivalent details see Documentation/arch/powerpc/vmemmap_dedup.rst
>
Applied on top of the powerpc move, thanks.
jon