Date: Tue, 9 Dec 2025 16:03:32 -0500 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 575639548cef - main - bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD Message-ID: <0bed20a1-312e-41fe-98da-f376c9592447@FreeBSD.org> In-Reply-To: <2f83e5f9-74f0-4cc5-aebd-a89be8ed4464@FreeBSD.org> References: <693882af.2fecd.1848e0d9@gitrepo.freebsd.org> <2f83e5f9-74f0-4cc5-aebd-a89be8ed4464@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
On 12/9/25 15:46, John Baldwin wrote: > On 12/9/25 15:12, John Baldwin wrote: >> The branch main has been updated by jhb: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=575639548cef58590a1d70c29e47aae0e8d44153 >> >> commit 575639548cef58590a1d70c29e47aae0e8d44153 >> Author: John Baldwin <jhb@FreeBSD.org> >> AuthorDate: 2025-12-09 19:59:21 +0000 >> Commit: John Baldwin <jhb@FreeBSD.org> >> CommitDate: 2025-12-09 20:00:06 +0000 >> >> bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD >> >> The wrapper functions such as bus_alloc_resource_any() still support >> passing the rid by value or pointer, but the underlying implementation >> now passes by value. >> >> Reviewed by: imp >> Differential Revision: https://reviews.freebsd.org/D53402 > > FYI, this breaks the build of drm-kmod (hence the __FreeBSD_version bump). > I will open a PR against drm-kmod shortly, but it will still take some time > for the patch to make its way into ports. There's not really a great way > to stage changes that depend on __FreeBSD_version bumps. :( https://github.com/freebsd/drm-kmod/pull/395 is the patch to fix drm-kmod -- John Baldwinhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0bed20a1-312e-41fe-98da-f376c9592447>
