Re: git: a3a88ed22cb1 - main - vm_page: drop prev and next
- In reply to: Jung-uk Kim : "Re: git: a3a88ed22cb1 - main - vm_page: drop prev and next"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Apr 2025 14:09:41 UTC
On Fri, Apr 18, 2025 at 11:28:59PM -0400, Jung-uk Kim wrote: > On 25. 4. 18., Nuno Teixeira wrote: > > Hello, > > > > graphics/drm-61-kmod is failing to build and maybe related to some of > > this commits. > > Could you take a look and check if it related? > > > > Doug Moore <dougm@freebsd.org <mailto:dougm@freebsd.org>> escreveu > > (sexta, 18/04/2025 ŕ(s) 20:28): > > > > The branch main has been updated by dougm: > > > > URL: https://cgit.FreeBSD.org/src/commit/? > > id=a3a88ed22cb111da3336f64ec3ba5815a8278f88 <https:// > > cgit.FreeBSD.org/src/commit/? > > id=a3a88ed22cb111da3336f64ec3ba5815a8278f88> > > > > commit a3a88ed22cb111da3336f64ec3ba5815a8278f88 > > Author: Doug Moore <dougm@FreeBSD.org> > > AuthorDate: 2025-04-18 19:26:56 +0000 > > Commit: Doug Moore <dougm@FreeBSD.org> > > CommitDate: 2025-04-18 19:26:56 +0000 > > > > vm_page: drop prev and next > > > > Functions vm_page_prev() and vm_page_next() are no longer > > invoked. Remove them. > > > > Reviewed by: kib > > Differential Revision: https://reviews.freebsd.org/D49892 > > <https://reviews.freebsd.org/D49892> > > --- > > FYI, emulators/virtualbox-ose-kmod, emulators/virtualbox-ose-kmod-70, and > graphics/drm-66-kmod are also affected. I submitted https://github.com/freebsd/drm-kmod/pull/348 for drm-kmod's master branch. I believe the same change should apply to other branches without modification.