From owner-freebsd-current@freebsd.org Wed Apr 8 00:53:14 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 3737F2A476A for ; Wed, 8 Apr 2020 00:53:14 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc14.plala.or.jp (msc14.plala.or.jp [60.36.166.24]) by mx1.freebsd.org (Postfix) with ESMTP id 48xm3W5jK8z4Swh for ; Wed, 8 Apr 2020 00:53:10 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc14.plala.or.jp with ESMTP id <20200408005307.XIMO5270.msc14.plala.or.jp@localhost> for ; Wed, 8 Apr 2020 09:53:07 +0900 Date: Wed, 08 Apr 2020 09:53:04 +0900 (JST) Message-Id: <20200408.095304.2104262169125526778.ish@amail.plala.or.jp> To: freebsd-current@freebsd.org Subject: Re: r359627 is panicked with 'softdep_setup_blkfree: not free' From: Masachika ISHIZUKA In-Reply-To: <20200406141046.GA2808@kloomba> References: <20200406.215032.1194930430950082666.ish@amail.plala.or.jp> <4094df3d-00d2-4c30-acc2-136f6d02aa63@selasky.org> <20200406141046.GA2808@kloomba> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac14; Wed, 8 Apr 2020 09:53:07 +0900 X-Rspamd-Queue-Id: 48xm3W5jK8z4Swh X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ish@amail.plala.or.jp designates 60.36.166.24 as permitted sender) smtp.mailfrom=ish@amail.plala.or.jp X-Spamd-Result: default: False [4.56 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:60.36.166.0/24]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.97)[0.972,0]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[plala.or.jp]; MV_CASE(0.50)[]; NEURAL_SPAM_LONG(1.00)[0.999,0]; RCVD_IN_DNSWL_NONE(0.00)[24.166.36.60.list.dnswl.org : 127.0.5.0]; MID_CONTAINS_FROM(1.00)[]; IP_SCORE(1.29)[ipnet: 60.32.0.0/12(4.84), asn: 4713(1.55), country: JP(0.05)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4713, ipnet:60.32.0.0/12, country:JP]; 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: Wed, 08 Apr 2020 00:53:14 -0000 >>>>> I'm using r359627M. (r359627 with mount_udf2). >>>>> It is panicked with 'softdep_setup_blkfree: not free'. > > Recently I've started observing issues like this too. For example, today As it was good working on r359197M, I'm booted old kernel(r359197M). % uname -UKa FreeBSD carrot.ish.org 13.0-CURRENT FreeBSD 13.0-CURRENT #1 r359197M: Sun Mar 22 12:34:40 JST 2020 ishizuka@okra.ish.org:/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/sys/GENERIC amd64 1300084 1300088 Although it is mismatch with kernel version and userland version, it's good working. I'll use this old kernel for a while. -- Masachika ISHIZUKA