Date: Mon, 23 Sep 2019 08:46:56 -0400 From: mike tancsa <mike@sentex.net> To: Jeremy Chadwick <jdc@koitsu.org>, John Baldwin <jhb@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto Message-ID: <a9801139-0436-1d7b-2688-952df5d09a45@sentex.net> In-Reply-To: <20190920184629.GA64953@koitsu.org> References: <20190920184629.GA64953@koitsu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a9801139-0436-1d7b-2688-952df5d09a45>