Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 01:40:35 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        Mark Johnston <markj@FreeBSD.org>, dev-commits-src-branches@freebsd.org
Subject:   Re: git: 10ed8ab4ab9b - stable/12 - opencrypto: Fix assignment of crypto  completions to worker threads
Message-ID:  <B5D89157-3FCC-4932-A1E7-BB393088DCC7@yahoo.com>
References:  <B5D89157-3FCC-4932-A1E7-BB393088DCC7.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

The use of atomic_fetchadd_64 broke the 32-bit powerpc and powerpcspe=20
stable/12 builds via the likes of:

07:16:19 crypto.o: In function `crypto_newsession':
07:16:19 /usr/src/sys/opencrypto/crypto.c:621: undefined reference to =
`atomic_fetchadd_64'

from the:

+	res->id =3D atomic_fetchadd_64(&sessid, 1);

(No ci.freebsd.org results exist for stable/13 or for main yet.)

=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B5D89157-3FCC-4932-A1E7-BB393088DCC7>