Date: Sat, 26 Sep 2020 12:33:57 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-hackers@freebsd.org Subject: Informative dmesg logging? Message-ID: <20200926193357.GA77746@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
Just updated to head including replacing drm-legacy-kmod with drm-current-kmod. During boot, I see these mesages: % dmesg | grep "local kernel" __pm_runtime_resume not implemented -- see your local kernel hacker pm_runtime_mark_last_busy not implemented -- see your local kernel hacker __pm_runtime_suspend not implemented -- see your local kernel hacker pm_runtime_get_if_in_use not implemented -- see your local kernel hacker __pm_runtime_resume not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker register_oom_notifier not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker kmem_cache_shrink not implemented -- see your local kernel hacker register_acpi_notifier not implemented -- see your local kernel hacker async_schedule is dodgy -- see your local kernel hacker pm_runtime_set_autosuspend_delay not implemented -- see your local kernel hacker __pm_runtime_use_autosuspend not implemented -- see your local kernel hacker async_synchronize_cookie not implemented -- see your local kernel hacker check_move_unevictable_pages not implemented -- see your local kernel hacker Other than filling dmesg output, is anyone interested in this info? -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200926193357.GA77746>