[Bug 277476] graphics/drm-515-kmod: amdgpu periodic hangs due to phys contig allocations
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277476 --- Comment #42 from [email protected] --- A commit in branch stable/15 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9b8f6e2d759a357701e641816197fa2fe0386fb5 commit 9b8f6e2d759a357701e641816197fa2fe0386fb5 Author: Olivier Certner <[email protected]> AuthorDate: 2025-07-07 20:37:14 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-09-19 10:07:03 +0000 vm_domainset: Simplify vm_domainset_iter_next() As we are now visiting each domain only once, the test in vm_domainset_iter_prefer() about skipping the preferred domain (the one initially visited for policy DOMAINSET_POLICY_PREFER) becomes redundant. Removing it makes this function essentially the same as vm_domainset_iter_rr(). Thus, remove vm_domainset_iter_prefer(). This makes all policies behave the same in vm_domainset_iter_next(). No functional change (intended). PR: 277476 MFC after: 10 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D51250 (cherry picked from commit d0b691a7c1aacf5a3f5ee6fc53f08563744d7203) sys/vm/vm_domainset.c | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.