Re: [PATCH io_uring-7.2 3/3] io_uring/zcrx: rename notif to event

Mina Almasry <[email protected]> Wed, 22 Jul 2026 13:19:31 -0700
Newsgroups org.kernel.vger.io-uring,org.kernel.vger.netdev
Message-ID <CAHS8izNEr42=17WD9BdfzFMKKuGoUJhU=g_rUkr780fdKS9fkQ@mail.gmail.com>
On Wed, Jul 22, 2026 at 1:11 PM Pavel Begunkov <[email protected]> wrote:
>
> On 7/22/26 20:37, Mina Almasry wrote:
> > On Wed, Jul 22, 2026 at 6:51 AM Pavel Begunkov <[email protected]> wrote:
> >>
> >> "Notification" is too long and the abbreviated version is used in
> >> several places, which is inconsistent and more ambiguous for users.
> >> Rename it to event, which is easier to keep consistent. To keep the
> >> change small, only change uapi/ + do necessary fix ups, and the rest of
> >> internals can be adjusted in the next release.
> >>
> >> Signed-off-by: Pavel Begunkov <[email protected]>
> >
> > Probably a basic question, but isn't the stuff under uapi/ supposed to
> > be a stable user api? Why is it not a concern that you're breaking
> > current users with this change?
>
> That's so only once it's released. It was done for 7.2, so it's
> fine as long as it hits some 7.2-rc*.
>

Ah, you're trying to switch before the release goes out. I guess FWIW:

Reviewed-by: Mina Almasry <[email protected]>

-- 
Thanks,
Mina