From owner-freebsd-current@freebsd.org Fri Sep 18 03:58:37 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C259A3F6F97 for ; Fri, 18 Sep 2020 03:58:37 +0000 (UTC) (envelope-from ruslanngaripov@gmail.com) Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bt0SD6p08z43k0 for ; Fri, 18 Sep 2020 03:58:36 +0000 (UTC) (envelope-from ruslanngaripov@gmail.com) Received: by mail-lf1-x12a.google.com with SMTP id m5so4568357lfp.7 for ; Thu, 17 Sep 2020 20:58:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6wIPefMlBjMb6DZeCY3cqmr9pr4gZYZ9hhTopTpx9w0=; b=fongSHH++KQKoDkkspl8sgc1akQEkjhJNOzv+WC2Toq28NuI102u73WHkF2bA2O2EG KgyPL/kCR3meLMxtaTYcpXwLyuhaHyxtDDcvLnyEcuLhjV6XQtFfIfR2b8RKi1FW0rdh Ex4lExnjGecStJKZo5mPruYXsgVW5MfuqEx4NftVFl/9Lp9Lf7F0vALRMnpNUcdWrScc 5uZJUmkmsCm3hSbtQ32smyHJFEa8DhjPt1ibG6vGzI/mdxgfE40UeA4vF1SPs76E2liU /FOzHVEcGeT631s8ekjGSI0ZHqxkp8pF+m1guiWu0GyPIKxT0LpTu60XitynIzaWH+zU hOWg== X-Gm-Message-State: AOAM533N2Vvf8BJzxBezfZRd5/GNFwx24jzlKwbOquav58VsmGtLaE85 NoXnVroYRUWvofkVIzyKWnHJWqlBSfgHjhReY7OlYeLrVcc= X-Google-Smtp-Source: ABdhPJwNE9A1VHDftnFfqJLkctzuXAlJQVEjK0zJABEdhIMkKDV473dJonuqst0mOPHl+2GZ6VmE+BdxGmk5Pn9173Q= X-Received: by 2002:ac2:485c:: with SMTP id 28mr11283496lfy.584.1600401514826; Thu, 17 Sep 2020 20:58:34 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac2:43d3:0:0:0:0:0 with HTTP; Thu, 17 Sep 2020 20:58:34 -0700 (PDT) From: Ruslan Garipov Date: Fri, 18 Sep 2020 08:58:34 +0500 Message-ID: Subject: New messages after updating from r365443 to r365738 To: freebsd-current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Bt0SD6p08z43k0 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.78 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-0.99)[-0.992]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; NEURAL_HAM_LONG(-1.03)[-1.026]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::12a:from]; NEURAL_HAM_SHORT(-0.76)[-0.758]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2020 03:58:37 -0000 Hi! After I had updated my FreeBSD 13.0-CURRENT r365443 amd64 to r365738 the following messages started to appear on the console/log: $ egrep "not implemented|async_" /var/log/messages | fgrep "Sep 18" Sep 18 08:19:05 {host_name} kernel: __pm_runtime_resume not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: pm_runtime_mark_last_busy not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: __pm_runtime_suspend not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: pm_runtime_get_if_in_use not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: kmem_cache_shrink not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: register_oom_notifier not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: register_acpi_notifier not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: async_schedule is dodgy -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: pm_runtime_set_autosuspend_delay not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: __pm_runtime_use_autosuspend not implemented -- see your local kernel hacker Sep 18 08:19:05 {host_name} kernel: async_synchronize_cookie not implemented -- see your local kernel hacker What do they mean? Should I provide more information on my system?