Re: git: 68d2339bc6af - main - Bump __FreeBSD_version for changing various kernel APIs to use pointers

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 24 Apr 2026 16:00:35 UTC
On 4/23/26 14:30, John Baldwin wrote:
> On 4/23/26 14:16, John Baldwin wrote:
>> The branch main has been updated by jhb:
>>
>> URL: https://cgit.FreeBSD.org/src/commit/?id=68d2339bc6afadba0107208430af03731a2e3f4a
>>
>> commit 68d2339bc6afadba0107208430af03731a2e3f4a
>> Author:     John Baldwin <jhb@FreeBSD.org>
>> AuthorDate: 2026-04-23 17:05:55 +0000
>> Commit:     John Baldwin <jhb@FreeBSD.org>
>> CommitDate: 2026-04-23 17:05:55 +0000
>>
>>       Bump __FreeBSD_version for changing various kernel APIs to use pointers
>>       
>>       Effort:         CHERI upstreaming
>>       Sponsored by:   AFRL, DARPA
> 
> I strongly suspect this will break the build for various kmods, but I couldn't really
> start on fixing those until the version bump.  I will start on those next (starting with
> drm-kmod).

Huh, this series did not in fact break the build of drm-kmod as the only pmap APIs it
uses all work with vm_page_t, not pointers/virtual addresses.  I will work on testing
builds of other kmods though.

-- 
John Baldwin