Re: git: 4a69fc16a583 - main - Add membarrier(2)

From: Warner Losh <imp_at_bsdimp.com>
Date: Wed, 23 Aug 2023 13:01:53 UTC
On Tue, Aug 22, 2023 at 11:37 PM Jessica Clarke <jrtc27@freebsd.org> wrote:

>
> > The addition does not change any existing code path in the kernel.
>
> No, but it commits us to a new syscall being stable just days before 14
> branches and has its ABI frozen.
>

I'd planned on committing timerfd later today. I didn't consider it an ABI
breakage, since it was just additive. It's one of the things that can be
MFC'd (we don't prohibit new system calls).

Warner