Re: git: aa906e2a4957 - main - OpenSSL: Support for kernel TLS offload (KTLS)

2021-01-31 Thread Guido Falsi
rison client when using https protocol. I filed a bug report about this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253135 Workarounds: - Compiling system defining WITHOUT_OPENSSL_KTLS - using the svn:// scheme -- Guido Falsi ___ dev-commits-src

Re: git: aa906e2a4957 - main - OpenSSL: Support for kernel TLS offload (KTLS)

2021-02-03 Thread Guido Falsi
On 03/02/21 01:47, John Baldwin wrote: On 1/31/21 10:41 AM, Guido Falsi wrote: On 28/01/21 19:25, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=aa906e2a4957db700d9e6cc60857e1afe1aecc85 commit

Re: git: 19261079b743 - main - openssh: update to OpenSSH v8.7p1

2021-09-09 Thread Guido Falsi
call a function available only when FIDO/U2F support is enabled, which is not the case in our source base. I tried a quick fix by adding some ifdefs, but it failed to make it work, I'm still trying to find a solution myself. -- Guido Falsi ___ d

Re: git: 19261079b743 - main - openssh: update to OpenSSH v8.7p1

2021-09-09 Thread Guido Falsi
On 09/09/21 16:33, Kyle Evans wrote: On Thu, Sep 9, 2021 at 6:24 AM Guido Falsi wrote: On 08/09/21 03:07, Ed Maste wrote: The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=19261079b74319502c6ffa1249920079f0f69a72 commit

git: f448c3ed4ae1 - main - openssh: Add new source files to libssl

2021-09-09 Thread Guido Falsi
The branch main has been updated by madpilot (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f448c3ed4ae1281861913a56377f9d93d49f8e8e commit f448c3ed4ae1281861913a56377f9d93d49f8e8e Author: Guido Falsi AuthorDate: 2021-09-09 22:56:24 + Commit: Guido Falsi

Re: git: 184c63db3c94 - main - Fix clerical error in page alloc

2021-12-25 Thread Guido Falsi
ce this easily, just install virtualbox-ose, create a VM with a non tiny memory footprint and run it, or run more than one. It is easier to reproduce if some other software is already running on the machine (this is why I suspect some memory fragmentation issue). -- Guido Falsi

Re: git: 184c63db3c94 - main - Fix clerical error in page alloc

2021-12-25 Thread Guido Falsi
see if it introduced a problem, then before and after the third change. Thanks for the pointers, this will simplify testing for me. I will need a little time to perform these tests, will report back as soon as I have some information. -- Guido Falsi

Re: git: 184c63db3c94 - main - Fix clerical error in page alloc

2021-12-25 Thread Guido Falsi
ter commit f7aa44763d20d06c9ea5caf330aca02a8b107a70 Ok, commit 02732f945ed2ec2b4fd03421923720608b28a615 works fine. commit f7aa44763d20d06c9ea5caf330aca02a8b107a70 shows the memory allocations failure behaviour in virtualbox. Anything more I can do to help identify the issue better? -- Guido Falsi

git: 03d3124629e8 - main - bhyve: Disable bhyve HDA debug by default.

2023-04-27 Thread Guido Falsi
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=03d3124629e886e4721550a659a032b129ee0347 commit 03d3124629e886e4721550a659a032b129ee0347 Author: Guido Falsi AuthorDate: 2023-04-03 10:45:11 + Commit: Guido Falsi CommitDate: 2023-04-27 13

git: 014e03411f20 - main - bhyve: Add DEBUG_HDA_FILE define to specify location of debug output

2023-04-27 Thread Guido Falsi
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=014e03411f209a833c94f0ee91984d9847ed6df4 commit 014e03411f209a833c94f0ee91984d9847ed6df4 Author: Guido Falsi AuthorDate: 2023-04-27 07:49:01 + Commit: Guido Falsi CommitDate: 2023-04-27 13

Re: git: e17eca327633 - main - vmm: Avoid embedding cpuset_t ioctl ABIs

2023-05-24 Thread Guido Falsi
_run(struct vcpu *vcpu, struct vm_run *vmrun); ^ 1 error generated. *** [bhyvectl.o] Error code 1 make[4]: stopped in /poudriere/jails/14amd64/usr/src/usr.sbin/bhyvectl Looks like required adaptations to bhyvectl.c where left out. -- Guido Falsi

Re: git: 2c0a6d0e7b82 - main - bhyvectl: Update usage of vm_run()

2023-05-24 Thread Guido Falsi
: Mark Johnston CommitDate: 2023-05-24 12:23:22 + bhyvectl: Update usage of vm_run() Fixes: e17eca327633 ("vmm: Avoid embedding cpuset_t ioctl ABIs") Thanks! -- Guido Falsi

Re: git: cfb7b942bed7 - main - cryptosoft: Use multi-block encrypt/decrypt for non-AEAD ciphers.

2022-01-14 Thread Guido Falsi
be this is exposing a bug not showing up on newer hardware? Do you have any clue? Looks like something broke with this bunch of commits to the geli/crypto stuff. I can try bisecting tomorrow, but it can take a little time. Thanks in advance. -- Guido Falsi

Re: git: cfb7b942bed7 - main - cryptosoft: Use multi-block encrypt/decrypt for non-AEAD ciphers.

2022-01-15 Thread Guido Falsi
On 15/01/22 01:26, Mark Johnston wrote: On Fri, Jan 14, 2022 at 10:27:12PM +0100, Guido Falsi wrote: On 11/01/22 23:38, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=cfb7b942bed72cb798b869d2e36e0097dbd243b2 commit

Re: git: cfb7b942bed7 - main - cryptosoft: Use multi-block encrypt/decrypt for non-AEAD ciphers.

2022-01-17 Thread Guido Falsi
On 15/01/22 01:26, Mark Johnston wrote: On Fri, Jan 14, 2022 at 10:27:12PM +0100, Guido Falsi wrote: On 11/01/22 23:38, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=cfb7b942bed72cb798b869d2e36e0097dbd243b2 commit

Re: git: cfb7b942bed7 - main - cryptosoft: Use multi-block encrypt/decrypt for non-AEAD ciphers.

2022-01-18 Thread Guido Falsi
On 18/01/22 01:06, Mark Johnston wrote: On Mon, Jan 17, 2022 at 10:30:05PM +0100, Guido Falsi wrote: On 15/01/22 01:26, Mark Johnston wrote: On Fri, Jan 14, 2022 at 10:27:12PM +0100, Guido Falsi wrote: On 11/01/22 23:38, John Baldwin wrote: The branch main has been updated by jhb: URL

git: bce728719e7f - main - Add paragraph documenting loader.env functionlity

2023-11-06 Thread Guido Falsi
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=bce728719e7f57272d99b6d039f10b4c636fa024 commit bce728719e7f57272d99b6d039f10b4c636fa024 Author: Guido Falsi AuthorDate: 2023-11-06 12:11:26 + Commit: Guido Falsi CommitDate: 2023-11-06 12

Re: git: 94eca4b5f38b - main - loader.efi.8: Fix style warnings

2023-11-06 Thread Guido Falsi
Commit: Benedict Reuschling CommitDate: 2023-11-06 14:45:20 + loader.efi.8: Fix style warnings This is a follow-up commit to bce728719e7f57272d99b6d039f10b4c636fa024 to address mandoc(1) warnings. Thanks! Sorry for inconveniencing you! -- Guido Falsi

git: e6eb94a8ff9d - main - nanobsd: fix typo in utility function call name

2023-11-06 Thread Guido Falsi
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=e6eb94a8ff9d646db9dc81fca7996f785fa828ea commit e6eb94a8ff9d646db9dc81fca7996f785fa828ea Author: Guido Falsi AuthorDate: 2023-11-06 21:18:35 + Commit: Guido Falsi CommitDate: 2023-11-06 21