From nobody Wed Dec 27 20:44:37 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T0kCZ09ncz56HTj for ; Wed, 27 Dec 2023 20:44:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward103b.mail.yandex.net (forward103b.mail.yandex.net [178.154.239.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4T0kCX6fhrz4X5D for ; Wed, 27 Dec 2023 20:44:40 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yandex.ru header.s=mail header.b=gyugVwF9; spf=pass (mx1.freebsd.org: domain of cvs-src@yandex.ru designates 178.154.239.150 as permitted sender) smtp.mailfrom=cvs-src@yandex.ru; dmarc=none Received: from mail-nwsmtp-mxback-production-main-68.myt.yp-c.yandex.net (mail-nwsmtp-mxback-production-main-68.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:521f:0:640:82ed:0]) by forward103b.mail.yandex.net (Yandex) with ESMTP id D083B608E4 for ; Wed, 27 Dec 2023 23:44:37 +0300 (MSK) Received: from mail.yandex.ru (2a02:6b8:c12:3c1f:0:640:3e78:0 [2a02:6b8:c12:3c1f:0:640:3e78:0]) by mail-nwsmtp-mxback-production-main-68.myt.yp-c.yandex.net (mxback/Yandex) with HTTP id QibPGd6OtW20-mj0HgwjB; Wed, 27 Dec 2023 23:44:37 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1703709877; bh=wD+aOfdPP7Ohw3IcnYx2N8qVUvfhYUbFrfshnUuutjg=; h=Message-Id:Date:Subject:To:From; b=gyugVwF9cL3+sFhgLI1rSN7NcUgAMkTG3bn7p02bW/6377cau6uWVIRZJ/8S9gg3H 70JBTQOgK0hPFvtnCN38Gl4r/kGAACKOXKHDIKJXbwks7vgFPD0FcQf9iJ3QtHuV7S 91k0fp9we+saRaIkr3MbqlugQn6QfqCx4JVdEL2Q= Received: by tkevfdzaljnjt5np.myt.yp-c.yandex.net with HTTP; Wed, 27 Dec 2023 23:44:37 +0300 From: Ruslan Makhmatkhanov Envelope-From: cvs-src@yandex.ru To: "freebsd-current@FreeBSD.org" Subject: kernel: psm: keyboard controller failed at git revision 3334a537ed38 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 27 Dec 2023 23:44:37 +0300 Message-Id: <770321703709246@mail.yandex.ru> Content-Transfer-Encoding: 8bit Content-Type: text/html; charset=utf-8 X-Spamd-Result: default: False [-2.90 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; FORGED_SENDER(0.30)[rm@freebsd.org,cvs-src@yandex.ru]; MIME_HTML_ONLY(0.20)[]; R_DKIM_ALLOW(-0.20)[yandex.ru:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:178.154.239.144/28]; FREEMAIL_ENVFROM(0.00)[yandex.ru]; DMARC_NA(0.00)[freebsd.org]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DKIM_TRACE(0.00)[yandex.ru:+]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[178.154.239.150:from]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; MIME_TRACE(0.00)[0:~]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; FROM_NEQ_ENVFROM(0.00)[rm@freebsd.org,cvs-src@yandex.ru]; ASN(0.00)[asn:200350, ipnet:178.154.224.0/19, country:RU]; TO_DOM_EQ_FROM_DOM(0.00)[]; DWL_DNSWL_NONE(0.00)[yandex.ru:dkim]; TO_DN_EQ_ADDR_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[178.154.239.150:from] X-Rspamd-Queue-Id: 4T0kCX6fhrz4X5D X-Spamd-Bar: --
Hello,
 
I updated my tree to revision 3334a537ed38, made buildworld and kernel as usual.
Booting with new kernel leads to keyboard not working at system login prompt and the message "kernel: psm: keyboard controller failed" in /var/log/messages.
 
Reverting to boot the old kernel main-n266238-03e2fc4c4446 makes keyboard and system working again.
 
I failed to find similar problem in bug tracker and google. Does anybody also see this behavior?
 
-- 
Regards,
Ruslan