From owner-freebsd-stable@freebsd.org Thu Sep 12 03:47:11 2019 Return-Path: Delivered-To: freebsd-stable@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 4E782E9061 for ; Thu, 12 Sep 2019 03:47:11 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail03.asahi-net.or.jp (mail03.asahi-net.or.jp [202.224.55.15]) by mx1.freebsd.org (Postfix) with ESMTP id 46TPpj0Ckdz3GNf for ; Thu, 12 Sep 2019 03:47:08 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from rv515.advok.com (pool-72-76-119-135.nwrknj.fios.verizon.net [72.76.119.135]) (Authenticated sender: NR2Y-OOT) by mail03.asahi-net.or.jp (Postfix) with ESMTPSA id 45C3867D60 for ; Thu, 12 Sep 2019 12:47:03 +0900 (JST) Date: Wed, 11 Sep 2019 23:46:14 -0400 From: Yoshihiro Ota To: freebsd-stable@freebsd.org Subject: 12.1-PRE-RELEASE, 352114 is ok but 352202 is bad Message-Id: <20190911234614.c68bfb6c16e0327a2569eff8@j.email.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; i386-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46TPpj0Ckdz3GNf X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ota@j.email.ne.jp designates 202.224.55.15 as permitted sender) smtp.mailfrom=ota@j.email.ne.jp X-Spamd-Result: default: False [2.05 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:202.224.55.0/24]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.06)[0.062,0]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; MV_CASE(0.50)[]; NEURAL_SPAM_LONG(0.81)[0.810,0]; DMARC_NA(0.00)[email.ne.jp]; IP_SCORE(0.98)[ip: (0.75), ipnet: 202.224.32.0/19(0.22), asn: 4685(3.94), country: JP(-0.02)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[15.55.224.202.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:4685, ipnet:202.224.32.0/19, country:JP]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[135.119.76.72.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2019 03:47:11 -0000 Hi, After updating from 352114 to 352202 on 12/stable, 12.1-PRE-RELEASE, my kernel stopped booting. This one runs on Parallels VM. Looking at boot message, I seeswap init is passed. Then, after printing the following 2 lines, it doesn't proceed further. uhub0: 2 ports with 2 removables, self powered uhub1: 15 ports with 15 removables, self powered As 13-CURRENT with the last night's code boots okay, I suspect some merge error to the branch. Hiro