Re: [PATCH 4.19 00/29] 4.19.235-rc2 review

From: Guenter Roeck
Date: Mon Mar 14 2022 - 11:47:38 EST


On 3/14/22 08:00, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.235 release.
There are 29 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed, 16 Mar 2022 14:59:12 +0000.
Anything received after that time might be too late.


All ia64 builds:

kernel/fork.c:728:13: warning: 'task_struct_whitelist' defined but not used [-Wunused-function]
728 | static void task_struct_whitelist(unsigned long *offset, unsigned long *size)
| ^~~~~~~~~~~~~~~~~~~~~
arch/ia64/kernel/acpi.c: In function 'acpi_numa_fixup':
arch/ia64/kernel/acpi.c:540:17: error: implicit declaration of function 'slit_distance'; did you mean 'node_distance'? [-Werror=implicit-function-declaration]
540 | slit_distance(0, 0) = LOCAL_DISTANCE;
| ^~~~~~~~~~~~~
| node_distance
arch/ia64/kernel/acpi.c:540:37: error: lvalue required as left operand of assignment
540 | slit_distance(0, 0) = LOCAL_DISTANCE;
| ^

Guenter