Re: git: c20d12958d45 - stable/15 - x86: remove sys/mount.h from genassym.c

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 22 Jun 2026 16:09:08 UTC
On 6/22/26 11:53, Harry Schmalzbauer wrote:
> On 2026-06-21 12:16, Konstantin Belousov wrote:
>> The branch stable/15 has been updated by kib:
>>
>> URL: https://cgit.FreeBSD.org/src/commit/?id=c20d12958d45b8a01b9d3dd99b85a195183190ec
>>
>> commit c20d12958d45b8a01b9d3dd99b85a195183190ec
>> Author:     Konstantin Belousov <kib@FreeBSD.org>
>> AuthorDate: 2026-05-16 19:27:40 +0000
>> Commit:     Konstantin Belousov <kib@FreeBSD.org>
>> CommitDate: 2026-06-21 10:05:30 +0000
>>
>>       x86: remove sys/mount.h from genassym.c
>>       
>>       (cherry picked from commit 72ab129799a231e322b119de3f9c1263e76527b8)
> 
> 
> Hello,
> 
> without reverting this commit I can't compile my custom kernel (i386):

FYI, do note that i386 kernels are not supported for 15+.  They might happen to
work currently, but at some point the code will be removed entirely (currently
planned for "some time around the EOL of stable/14").  We probably will keep it
(mostly) building for the near term, but that is for the purpose of keeping
stable/14 working.

-- 
John Baldwin