this post was submitted on 03 Nov 2025
39 points (97.6% liked)

Linux

10001 readers
365 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Queued up in a TIP branch ahead of the Linux 6.19 merge window opening in about one month's time is optimizing the Restartable Sequences "RSEQ" code for its exit to user-space code path.

Intel Fellow Thomas Gleixner of Linutronix worked on a set of patches recently for optimizing the exit to user-space path for Restartable Sequences, the functionality for efficient access and manipulation of per-CPU data structures by user-space.

you are viewing a single comment's thread
view the rest of the comments
[–] lordnikon@lemmy.world 4 points 19 hours ago

Basically performance boost to make it more in line with how libc works now.