[Bug 269605] graphics/drm-510-kmod fails to compile on 13-STABLE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269605] graphics/drm-510-kmod fails to compile on 13-STABLE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 11:19:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269605 --- Comment #7 from parv <parv.0zero9+freebsd@gmail.com> --- (In reply to parv from comment #6) To answer self ... - use the "-S" option to "git-log(1)" to specify the changed string of 1400080, - specified "main" branch to search while tracking & checked out "stable/13" branch (without me changing to "main" branch) ... that pointed out commit "53da54b936", c 20230214 ... git log --show-linear-break --abbrev=10 \ --pretty=format:'%C(auto,yellow)%h%Creset%C(auto,reverse)%C(auto,green)% D%Creset%ncommit: %C(auto,magenta)%cd%Creset %cn %cE%nauthor: %C(auto,green)%ad%Creset %an %aE%n%n%B' \ --patch --branches main -S 140008053da54b936 ... 53da54b936 commit: Feb 2023-0214-2301 +0100 Jean-Sébastien Pédron dumbbell@FreeBSD.org author: Feb 2023-0208-1852 +0100 Jean-Sébastien Pédron dumbbell@FreeBSD.org linuxkpi: Define `totalram_pages()` It returns `physmem`. `__FreeBSD_version` is bumped to 1400080. We need that to remove a copy of this function in the i915 DRM driver, maintained outside of base. Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38531 -- You are receiving this mail because: You are the assignee for the bug.