Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Alexander Leidinger
Quoting Mark Millard (from Wed, 12 Apr 2023 22:28:13 -0700): A fair number of errors are of the form: the build installing a previously built package for use in the builder but later the builder can not find some file from the package's installation. As a data point, last year I had such is

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
In message , Mark Millard write s: > [This just puts my prior reply's material into Cy's > adjusted resend of the original. The To/Cc should > be coomplete this time.] > > On Apr 12, 2023, at 22:52, Cy Schubert = > wrote: > > > In message , Mark = > Millard=20 > > write > > s: > >> From: Charlie

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mark Millard
[This just puts my prior reply's material into Cy's adjusted resend of the original. The To/Cc should be coomplete this time.] On Apr 12, 2023, at 22:52, Cy Schubert wrote: > In message , Mark Millard > write > s: >> From: Charlie Li wrote on >> Date: Wed, 12 Apr 2023 20:11:16 UTC : >> >>> Ch

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mark Millard
From: Cy Schubert wrote on Date: Thu, 13 Apr 2023 05:47:33 UTC : > On Wed, 12 Apr 2023 22:28:13 -0700 > Mark Millard wrote: > > > From: Charlie Li wrote on > > Date: Wed, 12 Apr 2023 20:11:16 UTC : > > > > > Charlie Li wrote: > > > > Mateusz Guzik wrote: > > > >> can you please test poudrie

git: 158adced65f8 - main - bhyve: save softc of ACPI devices

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=158adced65f844682d26e1e64f247de94212f135 commit 158adced65f844682d26e1e64f247de94212f135 Author: Corvin Köhne AuthorDate: 2022-07-22 08:15:28 + Commit: Corvin Köhne CommitDate: 2023-04-13 06:0

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
In message , Mark Millard write s: > From: Charlie Li wrote on > Date: Wed, 12 Apr 2023 20:11:16 UTC : > > > Charlie Li wrote: > > > Mateusz Guzik wrote: > > >> can you please test poudriere with > > >> https://github.com/openzfs/zfs/pull/14739/files > > >> > > > After applying, on the md(4)-back

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On Wed, 12 Apr 2023 22:28:13 -0700 Mark Millard wrote: > From: Charlie Li wrote on > Date: Wed, 12 Apr 2023 20:11:16 UTC : > > > Charlie Li wrote: > > > Mateusz Guzik wrote: > > >> can you please test poudriere with > > >> https://github.com/openzfs/zfs/pull/14739/files > > >> > > > After

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On Wed, 12 Apr 2023 16:11:16 -0400 Charlie Li wrote: > Charlie Li wrote: > > Mateusz Guzik wrote: > >> can you please test poudriere with > >> https://github.com/openzfs/zfs/pull/14739/files > >> > > After applying, on the md(4)-backed pool regardless of block_cloning, > > the cy@ `cp -R` te

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mark Millard
From: Charlie Li wrote on Date: Wed, 12 Apr 2023 20:11:16 UTC : > Charlie Li wrote: > > Mateusz Guzik wrote: > >> can you please test poudriere with > >> https://github.com/openzfs/zfs/pull/14739/files > >> > > After applying, on the md(4)-backed pool regardless of block_cloning, > > the cy@ `cp

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On Wed, 12 Apr 2023 15:01:15 -0400 Charlie Li wrote: > Mateusz Guzik wrote: > > can you please test poudriere with > > https://github.com/openzfs/zfs/pull/14739/files > > > After applying, on the md(4)-backed pool regardless of block_cloning, > the cy@ `cp -R` test reports no differing (ie co

Re: git: 2c709ee70ade - main - libc: handle zero alignment in memalign()

2023-04-12 Thread Steffen Nurpmeso
Ed Maste wrote in : |On Mon, 27 Feb 2023 at 15:51, Steffen Nurpmeso wrote: |> |> This is what happens when one mutilates the email quote context. | |I'm not sure what you mean here. This thread is in response to my |commit that modified memalign() which exists for glibc compatibility. |Wha

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Charlie Li wrote: Mateusz Guzik wrote: can you please test poudriere with https://github.com/openzfs/zfs/pull/14739/files After applying, on the md(4)-backed pool regardless of block_cloning, the cy@ `cp -R` test reports no differing (ie corrupted) files. Will report back on poudriere results

git: 2ef2c26f3f13 - main - link_elf: fix SysV hash function overflow

2023-04-12 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=2ef2c26f3f132af33f6f12cd7b27d4dbbd7fa435 commit 2ef2c26f3f132af33f6f12cd7b27d4dbbd7fa435 Author: Ed Maste AuthorDate: 2023-04-12 14:04:27 + Commit: Ed Maste CommitDate: 2023-04-12 19:33:55 +000

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Mateusz Guzik wrote: can you please test poudriere with https://github.com/openzfs/zfs/pull/14739/files After applying, on the md(4)-backed pool regardless of block_cloning, the cy@ `cp -R` test reports no differing (ie corrupted) files. Will report back on poudriere results (no block_cloning)

git: e1ff83fb1915 - main - arch.7: Bump Dd after removal of riscv64sf.

2023-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e1ff83fb191511f771e7d34999d3b8df5441bd4a commit e1ff83fb191511f771e7d34999d3b8df5441bd4a Author: John Baldwin AuthorDate: 2023-04-12 18:35:33 + Commit: John Baldwin CommitDate: 2023-04-12 18:35:33

git: 10172ce32c8f - main - Stop stripping 'sf' suffixes from architecture names.

2023-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=10172ce32c8f2f419ede51b675ed4d30036ef339 commit 10172ce32c8f2f419ede51b675ed4d30036ef339 Author: John Baldwin AuthorDate: 2023-04-12 18:11:02 + Commit: John Baldwin CommitDate: 2023-04-12 18:11:02

git: d27cc0683872 - main - src.conf.5: Regen after removal of riscv64sf.

2023-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d27cc068387286b21c51ceac496c227986698790 commit d27cc068387286b21c51ceac496c227986698790 Author: John Baldwin AuthorDate: 2023-04-12 18:10:37 + Commit: John Baldwin CommitDate: 2023-04-12 18:10:37

git: 1ca12bd927d7 - main - Remove the riscv64sf architecture.

2023-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1ca12bd927d76f5a1b9aad2c72f673a3b01919c0 commit 1ca12bd927d76f5a1b9aad2c72f673a3b01919c0 Author: John Baldwin AuthorDate: 2023-04-12 18:09:27 + Commit: John Baldwin CommitDate: 2023-04-12 18:09:27

Re: git: 2c709ee70ade - main - libc: handle zero alignment in memalign()

2023-04-12 Thread Ed Maste
On Mon, 27 Feb 2023 at 15:51, Steffen Nurpmeso wrote: > > This is what happens when one mutilates the email quote context. I'm not sure what you mean here. This thread is in response to my commit that modified memalign() which exists for glibc compatibility. Whatever posix_memalign is specified t

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On April 12, 2023 10:28:26 AM PDT, Mateusz Guzik wrote: >can you please test poudriere with >https://github.com/openzfs/zfs/pull/14739/files > >On 4/12/23, Charlie Li wrote: >> Charlie Li wrote: >>> Cy Schubert wrote: On April 12, 2023 8:51:09 AM PDT, Charlie Li wrote: > Cy Schuber

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On April 12, 2023 10:41:17 AM PDT, Mark Millard wrote: >From: Cy Schubert wrote on >Date: Wed, 12 Apr 2023 16:54:59 UTC : > >> . . . >> >> You need to copy from/to the same dataset to reproduce the problem. Copying >> from a source dataset to a different dataset will avoid block_cloning. > > >h

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Cy Schubert wrote: This is because your pool has previously corrupted blocks. Even when you backed up the old pool, created a new pool without block_cloning and restored your data, because the backup contained corrupted blocks from your old pool, they were restored as is. ZFS can only fix corr

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mark Millard
[Just a resend to fix a typo in the CC.] From: Cy Schubert wrote on Date: Wed, 12 Apr 2023 16:54:59 UTC : > . . . > > You need to copy from/to the same dataset to reproduce the problem. Copying > from a source dataset to a different dataset will avoid block_cloning. https://openzfs.github.io

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mark Millard
From: Cy Schubert wrote on Date: Wed, 12 Apr 2023 16:54:59 UTC : > . . . > > You need to copy from/to the same dataset to reproduce the problem. Copying > from a source dataset to a different dataset will avoid block_cloning. https://openzfs.github.io/openzfs-docs/man/7/zpool-features.7.html

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On April 12, 2023 10:22:25 AM PDT, Charlie Li wrote: >Charlie Li wrote: >> Cy Schubert wrote: >>> On April 12, 2023 8:51:09 AM PDT, Charlie Li wrote: Cy Schubert wrote: > I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, > and other writes I can easily recreat

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mateusz Guzik
can you please test poudriere with https://github.com/openzfs/zfs/pull/14739/files On 4/12/23, Charlie Li wrote: > Charlie Li wrote: >> Cy Schubert wrote: >>> On April 12, 2023 8:51:09 AM PDT, Charlie Li >>> wrote: Cy Schubert wrote: > I have a "sandhbox" pool, called t, used for /usr/o

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Charlie Li wrote: Cy Schubert wrote: On April 12, 2023 8:51:09 AM PDT, Charlie Li wrote: Cy Schubert wrote: I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, and other writes I can easily recreate on my laptop. Here are the results of my tests. Method: Initially I c

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Cy Schubert wrote: On April 12, 2023 8:51:09 AM PDT, Charlie Li wrote: Cy Schubert wrote: I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, and other writes I can easily recreate on my laptop. Here are the results of my tests. Method: Initially I copied my /usr/obj fr

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Cy Schubert
On April 12, 2023 8:51:09 AM PDT, Charlie Li wrote: >Cy Schubert wrote: >> I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, and >> other writes I can easily recreate on my laptop. Here are the results of my >> tests. >> >> Method: >> >> Initially I copied my /usr/obj fr

git: 29e3a0651082 - main - rtld: fix SysV hash function overflow

2023-04-12 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=29e3a06510823edbb91667d21f530d3ec778116d commit 29e3a06510823edbb91667d21f530d3ec778116d Author: Ed Maste AuthorDate: 2023-04-12 15:07:26 + Commit: Ed Maste CommitDate: 2023-04-12 16:44:34 +000

git: 87443cb6c669 - main - rtld: reindent and style(9) elf_hash()

2023-04-12 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=87443cb6c669b51ceaa7f85db63191374477efc1 commit 87443cb6c669b51ceaa7f85db63191374477efc1 Author: Ed Maste AuthorDate: 2023-04-12 15:06:14 + Commit: Ed Maste CommitDate: 2023-04-12 16:43:36 +000

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Mateusz Guzik
On 4/12/23, FreeBSD User wrote: > Am Wed, 12 Apr 2023 11:51:09 -0400 > Charlie Li schrieb: > >> Cy Schubert wrote: >> > I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, >> > and other writes >> > I can easily recreate on my laptop. Here are the results of my tests. >> > >>

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread FreeBSD User
Am Wed, 12 Apr 2023 11:51:09 -0400 Charlie Li schrieb: > Cy Schubert wrote: > > I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, > > and other writes > > I can easily recreate on my laptop. Here are the results of my tests. > > > > Method: > > > > Initially I copied my

git: 2ba2849c8275 - main - tcp: fix typo in comment

2023-04-12 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=2ba2849c8275d4aeb2e4ca04aafaf89f1962910b commit 2ba2849c8275d4aeb2e4ca04aafaf89f1962910b Author: Michael Tuexen AuthorDate: 2023-04-12 16:08:21 + Commit: Michael Tuexen CommitDate: 2023-04-12 1

git: c687f21add77 - main - tcp: make net.inet.tcp.functions_default vnet specific Reviewed by: cc, rrs MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.o

2023-04-12 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=c687f21add77f48cca6a961670ee6ef6697aea47 commit c687f21add77f48cca6a961670ee6ef6697aea47 Author: Michael Tuexen AuthorDate: 2023-04-12 16:04:27 + Commit: Michael Tuexen CommitDate: 2023-04-12 1

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75

2023-04-12 Thread Charlie Li
Cy Schubert wrote: I have a "sandhbox" pool, called t, used for /usr/obj and ports wrkdirs, and other writes I can easily recreate on my laptop. Here are the results of my tests. Method: Initially I copied my /usr/obj from my two build machines (one amd64.amd64 and an i386.i386) to my "sandbo

git: 1073f416576b - main - tcp_lro: When processing compressed acks lets support the new early wake feature for rack.

2023-04-12 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=1073f416576b50c575414c79294c2d80a3634a05 commit 1073f416576b50c575414c79294c2d80a3634a05 Author: Randall Stewart AuthorDate: 2023-04-12 15:35:14 + Commit: Randall Stewart CommitDate: 2023-04-12 15

git: b4f1582f3b62 - main - netisr: Purge another reference to NETISR_EPAIR

2023-04-12 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b4f1582f3b62ca943a6009d7f08c938833bf70d5 commit b4f1582f3b62ca943a6009d7f08c938833bf70d5 Author: Mark Johnston AuthorDate: 2023-04-12 14:27:00 + Commit: Mark Johnston CommitDate: 2023-04-12 14:2

git: 421516f25e9c - main - Create pmap_mask_set_locked on arm64

2023-04-12 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=421516f25e9cfa91b33841f633a463889bc10af7 commit 421516f25e9cfa91b33841f633a463889bc10af7 Author: Andrew Turner AuthorDate: 2023-04-12 12:09:06 + Commit: Andrew Turner CommitDate: 2023-04-12 12:

git: 73c48d9d8f89 - main - tcp: fix deregistering stacks when vnets are used

2023-04-12 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=73c48d9d8f89f066db5c5eef967a936d6b7f2d1f commit 73c48d9d8f89f066db5c5eef967a936d6b7f2d1f Author: Michael Tuexen AuthorDate: 2023-04-12 08:52:53 + Commit: Michael Tuexen CommitDate: 2023-04-12 0

Re: git: 305edaa47918 - main - bhyve: add QEMU_FWCFG_INDEX_MAX_CPUS item

2023-04-12 Thread Corvin Köhne
On Wed, 2023-04-12 at 07:35 +, Corvin Köhne wrote: > The branch main has been updated by corvink: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=305edaa47918a559de46a5d72060644009f1875c > > commit 305edaa47918a559de46a5d72060644009f1875c > Author: Corvin Köhne > AuthorDate: 2022-06-2

git: 305edaa47918 - main - bhyve: add QEMU_FWCFG_INDEX_MAX_CPUS item

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=305edaa47918a559de46a5d72060644009f1875c commit 305edaa47918a559de46a5d72060644009f1875c Author: Corvin Köhne AuthorDate: 2022-06-21 08:35:40 + Commit: Corvin Köhne CommitDate: 2023-04-12 07:3

git: b6e67875a3e5 - main - bhyve: add hook for PCI header of passthru devices

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=b6e67875a3e5bc706fe37565e464c61fe7833846 commit b6e67875a3e5bc706fe37565e464c61fe7833846 Author: Corvin Köhne AuthorDate: 2021-09-07 11:42:25 + Commit: Corvin Köhne CommitDate: 2023-04-12 07:2

git: 931bb7bf1c8f - main - bhyve: define array to protect passthru regs

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=931bb7bf1c8f90f3303b5291e4868c587f9364e7 commit 931bb7bf1c8f90f3303b5291e4868c587f9364e7 Author: Corvin Köhne AuthorDate: 2021-03-19 12:48:34 + Commit: Corvin Köhne CommitDate: 2023-04-12 07:2

git: e976464a50ac - main - bhyve: allow device specific DSDT entries

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=e976464a50aceebf97fb3cc6b94058111fc40de1 commit e976464a50aceebf97fb3cc6b94058111fc40de1 Author: Corvin Köhne AuthorDate: 2022-07-22 08:11:14 + Commit: Corvin Köhne CommitDate: 2023-04-12 06:3

git: ab34ea4711b1 - main - bhyve: check for errors when writing device specific DSDT entries

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=ab34ea4711b1001c416dc286380e54c118ff0c49 commit ab34ea4711b1001c416dc286380e54c118ff0c49 Author: Corvin Köhne AuthorDate: 2023-04-05 06:45:22 + Commit: Corvin Köhne CommitDate: 2023-04-12 06:3

git: 0926566f6f9c - main - bhyve: allow building device specific ACPI tables

2023-04-12 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=0926566f6f9cc1dba0d7b5d7e0b45484dd901b20 commit 0926566f6f9cc1dba0d7b5d7e0b45484dd901b20 Author: Corvin Köhne AuthorDate: 2022-07-22 08:09:01 + Commit: Corvin Köhne CommitDate: 2023-04-12 06:2