]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
powerpc/vdso: Remove NULL termination element in vdso_pagelist
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 27 Sep 2020 09:16:22 +0000 (09:16 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:15 +0000 (01:01 +1100)
commit35c1c7c0bc354d8c3d55bea3bf3e239797980013
treee161fef50202b611ef967f2535b6ff4ebeb18aac
parentabcdbd039e6823305c2841d07a352fbd2343564e
powerpc/vdso: Remove NULL termination element in vdso_pagelist

No need of a NULL last element in pagelists, install_special_mapping()
knows how long the list is.

Remove that element.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e58d95ab859e3cbc9bae3c9ce2959e17d2864f5d.1601197618.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/vdso.c