[Bug 292574] mail/thunderbird 147.0.1: Build failure while configuring when using SCHED_4BSD
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292574] www/firefox 147.0: Build failure while configuring"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 02:44:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292574
--- Comment #20 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=120ca8d74b46caa260702485e30fe5f9f9984682
commit 120ca8d74b46caa260702485e30fe5f9f9984682
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-02 20:22:46 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-03 02:43:18 +0000
Re-introduce kern.sched.topology_spec
Move it back from kern.sched.ule.topology_spec.
Make it scheduler-agnostic.
Provide trivial report for UP kernels.
Apparently the MIB is used by some third-party software. Obviously it
did not worked on UP or 4BSD configs.
PR: 292574
Reviewed by: olce
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D55062
sys/kern/sched_shim.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++
sys/kern/sched_ule.c | 92 ---------------------------------------------------
sys/kern/subr_smp.c | 81 ++++++++++++++++++++++++++-------------------
sys/sys/smp.h | 9 +++--
4 files changed, 144 insertions(+), 129 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.