epoll vs io_uring in Linux | The sibexico databank

s/C type relationship

submission & completion queue,,, 

#iouring

Exploit Released for PinTheft Linux Flaw

A critical Linux flaw, dubbed PinTheft, has been exploited, allowing local attackers to gain root privileges on affected systems through a complex vulnerability in the Reliable Datagram Sockets (RDS) code. This security gap can be triggered by a specific interaction between RDS zerocopy and io_uring fixed buffers.

https://osintsights.com/exploit-released-for-pintheft-linux-flaw?utm_source=mastodon&utm_medium=social

#LinuxPrivilegeEscalation #Pintheft #RdsZerocopy #Iouring #LocalPrivilegeEscalation

Exploit Released for PinTheft Linux Flaw

Learn how to protect your Linux system from the PinTheft exploit, a local privilege escalation vulnerability in RDS zerocopy, and take action to secure your system now.

OSINTSights

The tokio documentation recommends against using tokio for reading a lot of files.

But this is obsolete, Alice says, becuase now in tokio, File IO will use io_uring transparently.

#RustWeek #RustWeek2026 #iouring #tokio #RustLang #io_uring

BusterMQ, Thread-per-core NATS server in Zig with io_uring

https://bustermq.sh/

#HackerNews #BusterMQ #ThreadPerCore #NATS #Zig #ioUring

BusterMQ

If I have a single threaded application using io_uring submit a batch of file reads then wait for them all to complete, and if _all_ the data being read was already in the page cache, then is it the case that no parallelism occurs?
As I understand it parallelism on file reads only occurs if data has to be read from the device, and it’s in the form of multiple reads being sent off to the storage hardware in parallel (or at least with QD > 1).

#io_uring #IoUring

io_uring, kTLS and Rust for zero syscall HTTPS server

Around the turn of the century we started to get a bigger need for high capacity web servers. For example there was the C10k problem paper.

#PostgreSQL Database Lands Initial Support For #iouring: "Can Be Considerably Faster" - Phoronix

https://www.phoronix.com/news/PostgreSQL-Lands-IO_uring

PostgreSQL Database Lands Initial Support For IO_uring: "Can Be Considerably Faster"

As a very exciting improvement for the open-source PostgreSQL database server, it has merged initial support for making use of IO_uring on Linux servers for asynchronous I/O and can provide for some nice performance improvements.

JUring: Experimental IO_uring For Java With Big Performance Gains

For those looking toward better I/O performance with Java, there is JUring for making use of IO_uring and the reported performance benefits are very enticing.