Divested-Mobile / DivestOS-Build

Everything needed to build DivestOS, a more private and more secure aftermarket mobile operating system.
https://divestos.org/index.php?page=build
Other
214 stars 30 forks source link

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

Closed danielk43 closed 7 months ago

danielk43 commented 7 months ago

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.

SkewedZeppelin commented 7 months ago

Fixed, thanks!