Re: git: adad6862228d - main - mac_veriexec_priv_check block proc_write_*regs*

From: Olivier Certner <olce_at_freebsd.org>
Date: Tue, 05 May 2026 19:02:18 UTC
Hi Simon,

> > +#define PROC_PRIV_CHECK(priv) do {	 			\
> > +		int _error;					\
> > +		_error = priv_check(currthread, priv);	\
> What is currthread?

This is missing the last round of small changes requested along with the validation (https://reviews.freebsd.org/D56763) and I guess breaks the build.

Regards.

-- 
Olivier Certner