Email or username:

Password:

Forgot your password?
6 comments
ticho

@mjg59 @growse That sounds great! We had several production Linux servers crashing just last year because of silent kernel memory corruption by the CS Falcon kernel module, so it's good to know this will cease to be an issue going forward.

growse ❎

@mjg59 i will go hassle the people who owe me a 24.04 image and are using crowdstrike as a reason that it doesn't exist yet. Thanks!

smolwaffle

@growse
They definitely still claim not to support Ubuntu 24.04. That's the same reason why my current employer is insisting that we all migrate to Ubuntu 22.04 rather than 24.04.

I haven't looked at the actual script that checks kernel versions to see if it lists the one used in 24.04.
@mjg59

growse ❎

@smolwaffle @mjg59 i mean, security vendor doesn't support current LTS of major OS distribution is a smell in itself...

Matthew Garrett

@smolwaffle @growse ebpf doesn't entirely abstract you from kernel internals - you still need to deal with internal API and ABI changes, so there's still some work in supporting newer kernels. It just means you'll fail to work rather than taking the entire thing down with you.

growse ❎

@mjg59 @smolwaffle fair, and arguably the important bit.

When it comes to an agent that (typically) another group is foisting on a service, "working" is not a primary concern. "Not taking the box down" is much more significant:)

Go Up