Re: git: 2daa63d80d2e - stable/12 - mips: Add device random to two kernel configs.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Thu, 23 Mar 2023 04:19:29 UTC
On 3/22/23 9:17 PM, John Baldwin wrote:
> The branch stable/12 has been updated by jhb:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=2daa63d80d2e2f27e1649324f7eaf5658ad1ea7d
> 
> commit 2daa63d80d2e2f27e1649324f7eaf5658ad1ea7d
> Author:     John Baldwin <jhb@FreeBSD.org>
> AuthorDate: 2023-03-23 04:17:03 +0000
> Commit:     John Baldwin <jhb@FreeBSD.org>
> CommitDate: 2023-03-23 04:17:03 +0000
> 
>      mips: Add device random to two kernel configs.
>      
>      Otherwise these kernels fail to link.  This is a direct commit to
>      stable/12 as device random isn't optional in 13.0 and later.

All the ARM v4/5 kernels fail to compile on stable/12 because clang
chokes on CK atomics, but make tinderbox is otherwise clean.

-- 
John Baldwin