]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 27 Sep 2020 09:16:27 +0000 (09:16 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:16 +0000 (01:01 +1100)
commite8764a8fc8b9463fce91124701a24b28627ddd3b
tree7c591101b593c301f6cca9099ef8eedf7a44cff4
parent0ccc5972857ca9d5b7d0652d93d8d76ddd7559c0
powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name()

Copied from commit 781ac040cb6c ("arm64: vdso: move to
_install_special_mapping and remove arch_vma_name").

Use the new _install_special_mapping() API added by
commit cc96858b1873 ("x86, mm: Improve _install_special_mapping
and fix x86 vdso naming") which obsolete install_special_mapping().

And remove arch_vma_name() as the name is handled by the new API.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: kernel test robot <lkp@intel.com>
[mpe: Squash fix to use PTR_ERR_OR_ZERO() from lkp]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e7e5dfe0f93234e31051f2a610b4b07f50b0082f.1601197618.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/vdso.c