On 9/20/2019 2:46 PM, Jeremy Chadwick via freebsd-stable wrote: >> I've committed a fix to head and will MFC it in a few days. Thanks >> for tracking this down! > Did HEAD r351557 get backported/MFC'd into stable/11 and stable/12? Can > test stable/11 if needed.
It has not been MFC'd to RELENG_11 as far as I can see. I think the need is different in RELENG_12 vs 11 as explained in https://lists.freebsd.org/pipermail/svn-src-head/2019-August/127760.html That being said, the patch works as is for me to reduce the false positives in RELENG_11 0(releng11-amd64)# pwd /usr/src 0(releng11-amd64)# patch -p1 < p Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Modified: head/sys/opencrypto/cryptodev.c |============================================================================== |--- head/sys/opencrypto/cryptodev.c Tue Aug 27 20:51:17 2019 (r351556) |+++ head/sys/opencrypto/cryptodev.c Tue Aug 27 21:29:37 2019 (r351557) -------------------------- Patching file sys/opencrypto/cryptodev.c using Plan A... Hunk #1 succeeded at 393 (offset 2 lines). Hunk #2 succeeded at 413 (offset 2 lines). Hunk #3 succeeded at 437 (offset 2 lines). Hunk #4 succeeded at 457 with fuzz 1 (offset -6 lines). Hunk #5 succeeded at 753 (offset -45 lines). Hunk #6 succeeded at 955 (offset -6 lines). Hunk #7 succeeded at 1085 (offset -46 lines). done 0(releng11-amd64)# ---Mike _______________________________________________ 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"