From owner-freebsd-current@freebsd.org Mon Apr 6 12:53:39 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 578B32AF35C for ; Mon, 6 Apr 2020 12:53:39 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48wr7k1v70z40sM for ; Mon, 6 Apr 2020 12:53:37 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 91DD126036A; Mon, 6 Apr 2020 14:53:29 +0200 (CEST) Subject: Re: r359627 is panicked with 'softdep_setup_blkfree: not free' To: Masachika ISHIZUKA , freebsd-current@freebsd.org References: <20200406.174413.600265685809252683.ish@amail.plala.or.jp> <20200406.195118.1912278797281119565.ish@amail.plala.or.jp> <20200406.215032.1194930430950082666.ish@amail.plala.or.jp> From: Hans Petter Selasky Message-ID: <4094df3d-00d2-4c30-acc2-136f6d02aa63@selasky.org> Date: Mon, 6 Apr 2020 14:52:20 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <20200406.215032.1194930430950082666.ish@amail.plala.or.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48wr7k1v70z40sM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-4.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(-2.68)[ip: (-9.21), ipnet: 2a01:4f8::/29(-2.59), asn: 24940(-1.57), country: DE(-0.02)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 06 Apr 2020 12:53:39 -0000 On 2020-04-06 14:50, Masachika ISHIZUKA wrote: >>> I'm using r359627M. (r359627 with mount_udf2). >>> It is panicked with 'softdep_setup_blkfree: not free'. >>> >>> Panic log was stored as follows. >> >> Sorry, this panic was my mistake. >> I forgot to update drm-current-kmod. >> >> old% pkg info drm-current-kmod >> [snip] >> Annotations : >> FreeBSD_version: 1300084 <--- old >> [snip] >> >> old# pkg install -f drm-current-kmod >> new% pkg info drm-current-kmod >> [snip] >> Annotations : >> FreeBSD_version: 1300088 >> [snip] >> >> This works fine. > > The panic was occured again. > Crash dump was the same. > To reinstall drm-current-kmod was not fixed this issue. > Issue probably will go away if you boot to single-user-mode and run fsck -y before booting the system. Regardless, kernel should not panic. --HPS