]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kho: fix doc for kho_restore_pages()
authorTycho Andersen (AMD) <tycho@kernel.org>
Fri, 23 Jan 2026 19:05:06 +0000 (12:05 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 8 Feb 2026 08:13:34 +0000 (00:13 -0800)
commit0758293d5dc88a45b910f46a0c7558bf6b09e01d
tree24d34a44738f74505b0fe788333c161757754cf1
parentf653ff7af96951faa69c68665d44bed80702544f
kho: fix doc for kho_restore_pages()

This function returns NULL if kho_restore_page() returns NULL, which
happens in a couple of corner cases.  It never returns an error code.

Link: https://lkml.kernel.org/r/20260123190506.1058669-1-tycho@kernel.org
Signed-off-by: Tycho Andersen (AMD) <tycho@kernel.org>
Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Cc: Alexander Graf <graf@amazon.com>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/liveupdate/kexec_handover.c