You could try using dtrace. Something like:
dtrace -i 'fbt:kernel:kvprintf:entry {stack();}'
And leave that running while you run whatever triggers the bug.
That's what I would do.
On Wed, Apr 8, 2026 at 7:40 PM Charles Sprickman <[email protected]> wrote:
>
> Hello all, just re-sending this to see if anyone can provide info here.
>
> The last release that will still support "Asymmetric crypto features via
> /dev/crypto" is 13.5-RELEASE which will hit EOL on April 30th.
>
> Can someone familiar with this please address how we can identify which
> jail/process/pid/anything is triggering this? Or even narrow it down? Is it
> just old OpenSSL or are other applications known to use this interface?
> Searching through the source over on the GitHub mirror isn't even turning up
> any matches on the error text, so I'm kind of lost.
>
> Thanks,
>
> Charles
>
> > On Dec 6, 2025, at 1:22 PM, Charles Sprickman <[email protected]> wrote:
> >
> > Hi all,
> >
> > As someone that runs a TON of old junk in jails (including I believe a 4.11
> > somewhere), I've been seeing this message for ages:
> >
> > "Deprecated code (to be removed in FreeBSD 14): Asymmetric crypto features
> > via /dev/crypto"
> >
> > This pops up during boot (jail startup) and also shows up in the dmesg
> > buffer whenever I guess /dev/crypto is touched. A few questions:
> >
> > - can we have this message state which jail (even jail ID) is generating
> > the message?
> > - can the message include the PID of the process or really anything to
> > identify what's triggering this?
> >
> > I feel like this would be helpful for others with old software who are
> > avoiding 14.x.
> >
> > If not, what can I do with the system as it is to dig up what's generating
> > this?
> >
> > I'd like to see if this is something that can be upgraded, even for the
> > jails trapped in CVE amber, or if I'm stuck moving these into vmware of
> > bhyve.
> >
> > Thanks,
> >
> > Charles
> >
> >
>
>