Re: Hardware crypto card wanted

2020-07-07 Thread Mark Johnston
On Tue, Jul 07, 2020 at 04:36:32PM -0600, Alan Somers wrote: > Yeah, just apply the patch and run the geli tests. The patch add one > additional geli test, too. IIUC, geli doesn't use the thread pool when > it's using hardware crypto, which is why I think it's important that change > be tested

Re: Hardware crypto card wanted

2020-07-07 Thread Alan Somers
Yeah, just apply the patch and run the geli tests. The patch add one additional geli test, too. IIUC, geli doesn't use the thread pool when it's using hardware crypto, which is why I think it's important that change be tested both ways. The change is here: https://reviews.freebsd.org/D25587

Re: Hardware crypto card wanted

2020-07-07 Thread Mark Johnston
On Tue, Jul 07, 2020 at 03:18:02PM -0600, alan somers wrote: > I'm working on a change to geli, but I need to test it on a system with a > hardware crypto card. Not merely one with AES-NI, but one of the old > fashioned PCI kind that works with crypto(9). Would anybody who runs > CURRENT on such

Hardware crypto card wanted

2020-07-07 Thread alan somers
I'm working on a change to geli, but I need to test it on a system with a hardware crypto card. Not merely one with AES-NI, but one of the old fashioned PCI kind that works with crypto(9). Would anybody who runs CURRENT on such a machine be willing to test my patch for me? -Alan

FreeBSD CI Weekly Report 2020-07-05

2020-07-07 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.) FreeBSD CI Weekly Report 2020-07-05 === Here is a summary of the FreeBSD Continuous Integration results for the period from 2020-06-29 to 2020-07-05. During this period, we have: * 1899

Re: Geli encryption issue on r362779

2020-07-07 Thread Toomas Soome
Hi! I believe, 362989 should fix your issue. Please do let me know. thanks, toomas > On 30. Jun 2020, at 20:19, Thomas Laus wrote: > > On 2020-06-30 11:31, Toomas Soome wrote: >> >> hi! >> >> 362431: https://svnweb.freebsd.org/base?view=revision=362431 >> >> The majority of the code is now

Re: Geli encryption issue on r362779

2020-07-07 Thread Thomas Laus
On 2020-07-07 08:26, Toomas Soome wrote: > Hi! > > I believe, 362989 should fix your issue. Please do let me know. > I updated to r362989. I built world and kernel after clearing out /usr/obj and this problem still exists. It works fine on my i5 desktop, but still has a problem reading my Geli

Re: CURRENT: bc -e results in empty string/result

2020-07-07 Thread Stefan Eßer
Am 05.07.20 um 11:25 schrieb Stefan Eßer: > Am 04.07.20 um 11:50 schrieb Hartmann, O.: > The author of the new bc has changed the semantics of -e to those > of the FreeBSD version, since he is very interested in providing > an implementation that covers all relevant GNU and FreeBSD features > and