From nobody Thu Sep 02 20:33:35 2021 X-Original-To: freebsd-hackers@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 2065317A2B48 for ; Thu, 2 Sep 2021 20:33:38 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H0t1G0QXhz3HGg; Thu, 2 Sep 2021 20:33:38 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2620:83:8000:102::cb]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id A41E4673B; Thu, 2 Sep 2021 20:33:37 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: Patched gpsd and /dev/pps0 results in "sleeping thread" kernel panic To: Warner Losh , Ian Lepore Cc: FreeBSD Hackers References: <5476ea21-9e8a-32f5-08ff-add46c02d910@freebsd.org> <5d812d36e5291af35ecadf910a6d5f76b60f1441.camel@freebsd.org> From: Craig Leres Message-ID: Date: Thu, 2 Sep 2021 13:33:35 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N When will the resulting fix appear in released/patched versions of FreeBSD 12 and 13? I'm asking with the agenda of wanting to have an optional patch for astro/gpsd that allows use of /dev/pps0 but would like some way to test that kernel has potentially been fixed or at least being able to add something to pkg-message (e.g. "don't enable PPSFIX unless you have applied the kernel patch from D31763 or are running 12.2-RELEASE-p11/13.0-RELEASE-p? or newer"). Craig