Live data from Hacker News

Killswitch: Per-function short-circuit mitigation primitive

lwn.net

11–20 of 25 posts

Re: Killswitch: Per-function short-circuit mitigation primitive

#11

Clever! I know some will say it's like closing the barn door after the horse left, but having this in place to mitigate future vulnerabilities will be handy.

ok, but what kind of nefarious use case will it enable if it is accessible to malfeasance.

I may be wrong, but on a correctly-configured system, one would have to have root access to act nefariously. Since this is intended to prevent exploitation of vulnerabilities that enable privilege escalation, it feels like a net win.

Re: Killswitch: Per-function short-circuit mitigation primitive

#17

If I'm a malicious actor that gets root, can I killswitch the killswitch?

Or malloc(), or open()... They kind of discussing it in the thread on how to prevent this from a malicious actor (or from footgunning yourself), but my understanding it is not all that plain and simple...

Re: Killswitch: Per-function short-circuit mitigation primitive

#20
post #12

>Assisted-by: Claude:claude-opus-4-7

The author has an @kernel.org address, and has been a regular Linux contributor for over a decade. I'll give him the benefit of the doubt. It's easy to write high quality AI-assisted code (harder than writing vibe-coded slop, but still easier than writing every line of code yourself).

Edit: This also reminds me that I've begun to judge projects by whether the developer has public code from before AI. I'm more likely to trust their new code. Which causes me concern about the pipeline for new developers...how am I supposed to know a new user on Github has enough understanding of how software works to be shipping software? It used to be that if a new project by a new dev had good docs, some kind of test coverage, and a coherent git history, I could infer some level of quality. Not true, now, so I probably move on and look for something from someone with a pre-AI track record.

Post reply on HN