Summarizer

Ksplice Patent Expiration

Note that hot-patching patent expires October 2028, though relevance questioned given modern containerized workloads on ephemeral nodes that can be replaced rather than patched in-memory.

← Back to AI is breaking two vulnerability cultures

5 comments tagged with this topic

View on HN · Topics
Reminder: the Ksplice patent expires October 1, 2028.
View on HN · Topics
I don't think hot patching holds the same relevance it did in 2010. Much of today's workloads are containerized and run on roughly ephemeral nodes that can be switched out easily- K8s version upgrades force this more or less. We tent to run more and more of-the shelf hardware and worry less about individual node failures now. In-memory updates also not magic , and can be limited as they requires data structure semantics to not really change and can create its own class of issues/bugs including security ones. While am sure there are still use cases which dictate this type of update, the need is lot less than 15 years ago that the patent expiry will do much to the ecosystem.
View on HN · Topics
That’s still a minor part of the overall Internet. Small orgs are still using traditional hosting which who knows how often are updated. I’ve seen clients sites running on managed servers that are a few major versions behind.
View on HN · Topics
What's the implications to that
View on HN · Topics
Means you wouldn't have to reboot to patch for security updates to the Linux kernel. Assuming someone does something with that.