On 8/22/2019 6:51 PM, John Baldwin wrote:
> On 8/21/19 5:47 PM,
> # dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] =
> count() }'
> dtrace: description 'fbt::_gone_in:entry ' matched 1 probe
>
> However, It doesnt show anything after that even as I get the
> deprecation messages in dmesg
> Can you hit Ctrl-C after seeing some of the messages?  This trace won't
> show any results until you exit dtrace.
>
Nothing unfortunately


# date ; dtrace -n 'fbt::_gone_in:entry {
@counts[curthread->td_proc->p_comm] = count() }' ; date
Thu Aug 22 20:14:16 EDT 2019
dtrace: description 'fbt::_gone_in:entry ' matched 1 probe
^C

Thu Aug 22 20:19:01 EDT 2019

in kern.*


Aug 22 20:17:36 vinyl6b kernel: Deprecated code (to be removed in
FreeBSD 13): ARC4 cipher via /dev/crypto
Aug 22 20:17:36 vinyl6b kernel: Deprecated code (to be removed in
FreeBSD 13): DES cipher via /dev/crypto
Aug 22 20:17:36 vinyl6b kernel: Deprecated code (to be removed in
FreeBSD 13): 3DES cipher via /dev/crypto
Aug 22 20:17:36 vinyl6b kernel: Deprecated code (to be removed in
FreeBSD 13): Blowfish cipher via /dev/crypto
Aug 22 20:17:36 vinyl6b kernel: Deprecated code (to be removed in
FreeBSD 13): CAST128 cipher via /dev/crypto

    ---Mike

-- 

-------------------
Mike Tancsa, tel +1 519 651 3400 x203
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   


_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to