Bug 286495 - linuxkpi: FreeBSD version wasn't incremented after src 325aa4dbd10d
Summary: linuxkpi: FreeBSD version wasn't incremented after src 325aa4dbd10d
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 15.0-CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-01 10:55 UTC by Evgenii Khramtsov
Modified: 2025-05-01 13:18 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Khramtsov 2025-05-01 10:55:00 UTC
drm-66-kmod built against after src 325aa4dbd10d would result in x11-wm/sway failing to start on amdgpu:

[wlr] [backend/drm/atomic.c:81] connector DP-1: Atomic commit failed: Operation not permitted

However, if drm-66-kmod was not rebuilt after upgrade to src 325aa4dbd10d, then sway seems to run.

drm-kmod needs to chase src 325aa4dbd10d but without FreeBSD version bump community isn't aware.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-01 13:17:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=d609c5733b00151c1236618d8be472790f765947

commit d609c5733b00151c1236618d8be472790f765947
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-05-01 13:16:02 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-05-01 13:16:02 +0000

    Bump __FreeBSD_version for commit 325aa4dbd10d

    PR:             286495

 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2025-05-01 13:18:59 UTC
Indeed, I should have bumped it together with the commit.  Sorry for the breakage.