+6
−0
Loading
maillist inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB0OV7 CVE: NA Reference: https://lore.kernel.org/lkml/20241202030527.20586-3-xueshuai@linux.alibaba.com/ ---------------------------------------------------------------------- Part of return value comments for memory_failure() were originally documented at the call site. Move those comments to the function declaration to improve code readability and to provide developers with immediate access to function usage and return information. Signed-off-by:Shuai Xue <xueshuai@linux.alibaba.com> Reviewed-by:
Jarkko Sakkinen <jarkko@kernel.org> Reviewed-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by:
Yazen Ghannam <yazen.ghannam@amd.com> Conflicts: arch/x86/kernel/cpu/mce/core.c mm/memory-failure.c [fix context conflicts and memory_failure() return value] Signed-off-by:
Tong Tiangen <tongtiangen@huawei.com>