Closed kmk3 closed 4 months ago
@Zopolis4
Does this work?
Also, what is the version of the Linux API headers?
On Arch:
$ pacman -Q linux-api-headers
linux-api-headers 6.8-1
Does this work?
Yes.
Also, what is the version of the Linux API headers?
Linux header version:
$ crew search -v linuxheaders
linuxheaders: Linux headers for Chrome OS.
https://kernel.org/
Version: 3.8
License: GPL-2
The coredump-related code fails to build on Linux kernel version 3.8 as apparently it only exists on Linux since version 3.10:
Environment: gcc 14.1.0, glibc 2.23 and linuxheaders 3.8 on ChromeOS M58.
Misc: @Zopolis4 also reports that "All i686 chromebooks have a kernel version of 3.8".
This amends commit e11949a71 ("add support for comm, coredump, and prctl procevents in firemon", 2024-04-30).
Fixes #6414.
Reported-by: @Zopolis4