Divested-Mobile/DivestOS-Build

20: CVE-2023-52462/5.10/0002.patch breaking gs1|201 kernel build

danielk43 opened this issue · 1 comments

Not sure of scope but seeing an error in raviole / pantah since the recent CVE update

../../../../../../kernel/google/gs201/private/gs-google/kernel/bpf/verifier.c:2311:6: error: implicit declaration of function 'is_spilled_reg' [-Werror,-Wimplicit-functio
n-declaration]
            is_spilled_reg(&state->stack[spi]) &&
            ^
1 error generated.

fn does not exist in source prior to patching, so removing only that one allows the build to complete.

Fixed, thanks!