Re: [PATCH] ring-buffer: serialize read-page order with subbuffer resize

From: Steven Rostedt

Date: Tue Jul 07 2026 - 11:08:42 EST


On Tue, 30 Jun 2026 14:16:48 -0700
Yousef Alhouseen <alhouseenyousef@xxxxxxxxx> wrote:

> Agreed. I’ll add an explicit resize-in-progress flag, set it around
> the order transition, and make the external read-page
> allocation/free/read paths reject work while it is set. I’ll check the
> flag under the locks that serialize each path so it cannot race the
> transition, then compile and test the resulting v2.

Did you ever get around to sending a v2?

-- Steve