git: 54579376c05e - main - Change kqueue1() to be compatible with NetBSD

2023-04-04 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=54579376c05e7a039cde5f424c641fa29348835f commit 54579376c05e7a039cde5f424c641fa29348835f Author: Konstantin Belousov AuthorDate: 2023-03-31 22:31:41 + Commit: Konstantin Belousov CommitDate: 2023-

git: 982e61aacc79 - stable/13 - Always install llvm-objdump as objdump

2023-04-04 Thread Ed Maste
--git a/UPDATING b/UPDATING index 60f583ac26cf..d2c07cf5a80b 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,14 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20230404: + llvm

git: 84b42df8345b - main - rack: fix build on powerpc

2023-04-04 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=84b42df8345bef75c2ffbd4830c2d2e17ea1cdb4 commit 84b42df8345bef75c2ffbd4830c2d2e17ea1cdb4 Author: Gleb Smirnoff AuthorDate: 2023-04-04 23:35:36 + Commit: Gleb Smirnoff CommitDate: 2023-04-04 23

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
In message , Rick Macklem writes: > On Tue, Apr 4, 2023 at 12:31=E2=80=AFPM Cy Schubert com> wrote: > > > > CAUTION: This email originated from outside of the University of Guelph. = > Do not click links or open attachments unless you recognize the sender and = > know the content is safe. If in d

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
As requested by rpokala, D39418 and D39419 have been submitted. Again, I am not the author of these. Only the curator. We can continue our discussion there. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Rick Macklem
On Tue, Apr 4, 2023 at 12:31 PM Cy Schubert wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.ca

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Martin Matuska
I agree that these are three individual fixes. 1.) pass ap->a_outcred instead of ap->a_fsizetd->td_ucred to zfs_clone_range() I am ok with this, the way the argument is subsequently used it should be ap->a_outcred which is intended for the write. 2.) do a vn_generic_copy_file_range() in case

git: 71bc17803edf - main - linux(4): Implement close_range over native

2023-04-04 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=71bc17803edfaad545f0c1fca892aed7a5c4 commit 71bc17803edfaad545f0c1fca892aed7a5c4 Author: Dmitry Chagin AuthorDate: 2023-04-04 20:24:04 + Commit: Dmitry Chagin CommitDate: 2023-04-04 20

git: 50111714f5a4 - main - linux(4): Regen for close_range syscall

2023-04-04 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=50111714f5a46add66264d48456c32b7d3d0036a commit 50111714f5a46add66264d48456c32b7d3d0036a Author: Dmitry Chagin AuthorDate: 2023-04-04 20:23:37 + Commit: Dmitry Chagin CommitDate: 2023-04-04 20

git: 1c27dce1f897 - main - linux(4): Modify close_range syscall to match Linux

2023-04-04 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=1c27dce1f8979e7bbe3ca51f4f2db38b202042a0 commit 1c27dce1f8979e7bbe3ca51f4f2db38b202042a0 Author: Dmitry Chagin AuthorDate: 2023-04-04 20:23:24 + Commit: Dmitry Chagin CommitDate: 2023-04-04 20

git: 030434acaf46 - main - Update rack to the latest code used at NF.

2023-04-04 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=030434acaf4631c4e205f8bccedcc7f845cbfcbf commit 030434acaf4631c4e205f8bccedcc7f845cbfcbf Author: Randall Stewart AuthorDate: 2023-04-04 20:05:46 + Commit: Randall Stewart CommitDate: 2023-04-04 20

git: 2ff8187efd98 - main - tcp_hpts: remove dead code tcp_drop_in_pkts()

2023-04-04 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=2ff8187efd98d5c03dfff631f93bee230b5ff702 commit 2ff8187efd98d5c03dfff631f93bee230b5ff702 Author: Gleb Smirnoff AuthorDate: 2023-04-04 19:55:27 + Commit: Gleb Smirnoff CommitDate: 2023-04-04 19

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Mateusz Guzik
On 4/4/23, Cy Schubert wrote: > On Tue, 4 Apr 2023 12:30:54 -0700 > Cy Schubert wrote: > >> On Tue, 4 Apr 2023 17:54:28 + >> "Pokala, Ravi" wrote: >> >> > Cy, >> > >> > The patch adds 'bool done_outvp', unconditionally sets it to 'true', and >> > then later has a check for 'if (!done_outvp)'

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
On Tue, 4 Apr 2023 12:30:54 -0700 Cy Schubert wrote: > On Tue, 4 Apr 2023 17:54:28 + > "Pokala, Ravi" wrote: > > > Cy, > > > > The patch adds 'bool done_outvp', unconditionally sets it to 'true', and > > then later has a check for 'if (!done_outvp)'. Since there is no > > intervening pla

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
On Tue, 4 Apr 2023 17:54:28 + "Pokala, Ravi" wrote: > Cy, > > The patch adds 'bool done_outvp', unconditionally sets it to 'true', and then > later has a check for 'if (!done_outvp)'. Since there is no intervening place > where 'done_outvp' could be set to 'false', that check will never su

git: ecaeac805b04 - main - mlxfw: fix potential NULL pointer dereference

2023-04-04 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=ecaeac805b044f715c98960a8fbf19fe2b76ae6b commit ecaeac805b044f715c98960a8fbf19fe2b76ae6b Author: Eric van Gyzen AuthorDate: 2023-03-30 23:27:06 + Commit: Eric van Gyzen CommitDate: 2023-04-04

git: 179bffddf530 - main - cap_dns, cap_net: fix host and service buffer handling

2023-04-04 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=179bffddf530d20b13cbc0056c908458ddfb2ae7 commit 179bffddf530d20b13cbc0056c908458ddfb2ae7 Author: Eric van Gyzen AuthorDate: 2023-03-30 22:54:01 + Commit: Eric van Gyzen CommitDate: 2023-04-04

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
In message , Mateusz Guzik writes: > can you please post a review I could but I didn't write any of it. Rick Macklem and Martin Matuska wrote it. My patch was for discussion only. Martin and Rick, do you mind if I post this as a review. It should probably be two, maybe three separate commits,

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Mateusz Guzik
can you please post a review On 4/4/23, Cy Schubert wrote: > The previously posted patch containing the following fixes all > regressions discussed so far: > > - Rick's fix null ap->a_fsizetd NULL pointer derefernce > - Rick's call vn_generic_copy_file_range() when block_cloning is > disabled >

git: 27f35b7dd418 - main - libdtrace: Do not set SHF_ALLOC on SUNW_dof relocation sections

2023-04-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=27f35b7dd418a82cf2f5bb618bd4bb7e81253f3a commit 27f35b7dd418a82cf2f5bb618bd4bb7e81253f3a Author: Mark Johnston AuthorDate: 2023-04-04 15:21:51 + Commit: Mark Johnston CommitDate: 2023-04-04 18:0

Re: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Pokala, Ravi
Cy, The patch adds 'bool done_outvp', unconditionally sets it to 'true', and then later has a check for 'if (!done_outvp)'. Since there is no intervening place where 'done_outvp' could be set to 'false', that check will never succeed and that branch is unreachable. Or am I mis-reading somethin

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
The previously posted patch containing the following fixes all regressions discussed so far: - Rick's fix null ap->a_fsizetd NULL pointer derefernce - Rick's call vn_generic_copy_file_range() when block_cloning is disabled - Martin's call vn_generic_copy_file_range() when any other error resul

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
On Tue, 4 Apr 2023 17:30:25 +0200 Martin Matuska wrote: > So I am now a little bit confused - what is the consensus? :-) My exmh email client made a mess of that. Let's try this again. Rick has posted a patch. Your patch should also be incorporated to work around other EXDEV errors, but a few

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
Rick has posted a patch. Your patch should also be incorporated to work around other EXDEV errors, but a few lines earlier so it is protected by the lock. There were a couple of typos in Rick's patch (a missing keystroke; s/ojset/objset/). The patch (Rick's null pointer dereference fix, Rick's

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Martin Matuska
So I am now a little bit confused - what is the consensus? :-) On 4. 4. 2023 17:26, Rick Macklem wrote: On Tue, Apr 4, 2023 at 7:38 AM Mateusz Guzik wrote: CAUTION: This email originated from outside of the University of Guelph. Do not click links or open attachments unless you recognize the

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
In message , Rick Macklem writes: > On Tue, Apr 4, 2023 at 7:38=E2=80=AFAM Mateusz Guzik wr= > ote: > > > > CAUTION: This email originated from outside of the University of Guelph. = > Do not click links or open attachments unless you recognize the sender and = > know the content is safe. If in d

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Rick Macklem
On Tue, Apr 4, 2023 at 8:02 AM Cy Schubert wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.ca

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Rick Macklem
On Tue, Apr 4, 2023 at 7:38 AM Mateusz Guzik wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.c

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
In message , Mateusz Guzik writes: > On 4/4/23, Cy Schubert wrote: > > In message <202304041145.334bjx6l035...@gitrepo.freebsd.org>, Martin > > Matuska wr > > ites: > >> The branch main has been updated by mm: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=8ee579abe09ec1fe15c588fc9a0

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Rick Macklem
On Tue, Apr 4, 2023 at 7:17 AM Cy Schubert wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.ca

git: aa0188c837cb - stable/13 - Add myself (cc) as a src commiter.

2023-04-04 Thread Cheng Cui
The branch stable/13 has been updated by cc: URL: https://cgit.FreeBSD.org/src/commit/?id=aa0188c837cbfdc87d8f24500434a6f8afe34951 commit aa0188c837cbfdc87d8f24500434a6f8afe34951 Author: Cheng Cui AuthorDate: 2023-03-31 10:06:52 + Commit: Cheng Cui CommitDate: 2023-04-04 10:38:22 +

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Mateusz Guzik
On 4/4/23, Cy Schubert wrote: > In message <202304041145.334bjx6l035...@gitrepo.freebsd.org>, Martin > Matuska wr > ites: >> The branch main has been updated by mm: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=8ee579abe09ec1fe15c588fc9a08370b >> 83b81cd6 >> >> commit 8ee579abe09ec1fe15c58

git: 91ef6f14f234 - main - Revert "zfs: fall back if block_cloning feature is disabled"

2023-04-04 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=91ef6f14f234a12eb6cc961be01a483e9a0a5955 commit 91ef6f14f234a12eb6cc961be01a483e9a0a5955 Author: Martin Matuska AuthorDate: 2023-04-04 14:34:34 + Commit: Martin Matuska CommitDate: 2023-04-04 14:34

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

2023-04-04 Thread Rick Macklem
On Tue, Apr 4, 2023 at 3:55 AM Martin Matuska wrote: > > I have opened a PR for this (includes patch): > https://github.com/openzfs/zfs/pull/14713 > > We still need to address the a_fsizetd problem. > > Maybe I'd say this is a definite maybe. I've attached what I think is the correct fix. a_outcre

Re: git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Cy Schubert
In message <202304041145.334bjx6l035...@gitrepo.freebsd.org>, Martin Matuska wr ites: > The branch main has been updated by mm: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8ee579abe09ec1fe15c588fc9a08370b > 83b81cd6 > > commit 8ee579abe09ec1fe15c588fc9a08370b83b81cd6 > Author: Martin Matu

git: 20c9c3be5acc - main - kqueue: add close() calls to man page example

2023-04-04 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=20c9c3be5acc66de9081f1f24456a62ba9395c4f commit 20c9c3be5acc66de9081f1f24456a62ba9395c4f Author: Ed Maste AuthorDate: 2023-03-31 18:50:26 + Commit: Ed Maste CommitDate: 2023-04-04 13:29:53 +000

Re: git: dac310248826 - main - Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSD

2023-04-04 Thread Konstantin Belousov
On Tue, Apr 04, 2023 at 03:22:41PM +0200, Hans Petter Selasky wrote: > On 4/4/23 15:19, Konstantin Belousov wrote: > > The branch main has been updated by kib: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=dac310248826c37b60306c1b25fb94c35802196d > > > > commit dac310248826c37b60306c1

Re: git: dac310248826 - main - Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSD

2023-04-04 Thread Hans Petter Selasky
On 4/4/23 15:19, Konstantin Belousov wrote: The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dac310248826c37b60306c1b25fb94c35802196d commit dac310248826c37b60306c1b25fb94c35802196d Author: Konstantin Belousov AuthorDate: 2023-03-31 22:27:00 + Comm

git: 11cdffc60325 - main - Regen

2023-04-04 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=11cdffc60325580d55e0ab835429d3fda2cbc8fb commit 11cdffc60325580d55e0ab835429d3fda2cbc8fb Author: Konstantin Belousov AuthorDate: 2023-03-31 22:28:25 + Commit: Konstantin Belousov CommitDate: 2023-

git: dac310248826 - main - Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSD

2023-04-04 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dac310248826c37b60306c1b25fb94c35802196d commit dac310248826c37b60306c1b25fb94c35802196d Author: Konstantin Belousov AuthorDate: 2023-03-31 22:27:00 + Commit: Konstantin Belousov CommitDate: 2023-

git: 73ee5756dee6 - main - Fixes in the tcp infrastructure with respect to stack changes as well as other infrastructure updates for incoming rack features.

2023-04-04 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=73ee5756dee6b2110eb6fb2b2ef3cde39a1fcb4f commit 73ee5756dee6b2110eb6fb2b2ef3cde39a1fcb4f Author: Randall Stewart AuthorDate: 2023-04-01 05:46:38 + Commit: Randall Stewart CommitDate: 2023-04-01 05

git: 63b113af5706 - main - linuxkpi: Add a few more dummy includes

2023-04-04 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=63b113af5706420b149b5b8b2189d1e4d0b9782d commit 63b113af5706420b149b5b8b2189d1e4d0b9782d Author: Emmanuel Vadot AuthorDate: 2023-04-04 12:10:46 + Commit: Emmanuel Vadot CommitDate: 2023-04-04 12:

git: 8ee579abe09e - main - zfs: fall back if block_cloning feature is disabled

2023-04-04 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=8ee579abe09ec1fe15c588fc9a08370b83b81cd6 commit 8ee579abe09ec1fe15c588fc9a08370b83b81cd6 Author: Martin Matuska AuthorDate: 2023-04-04 11:40:41 + Commit: Martin Matuska CommitDate: 2023-04-04 11:43

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Alexey Dokuchaev
On Tue, Apr 04, 2023 at 12:31:53PM +0200, Yuri wrote: > Mateusz Guzik wrote: > > On 4/4/23, Poul-Henning Kamp wrote: > >> > >> Alexey Dokuchaev writes: > >> > >>> Okay, but did it leave an empty file, I wonder? > >> > >> I didn't check, but it probably would, because cp(1) must have opene

git: 76fa62b5232e - main - bhyve: add missing include to qemu_fwcfg.c

2023-04-04 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=76fa62b5232e67ef10476cf1329aaceb9cbc2ff5 commit 76fa62b5232e67ef10476cf1329aaceb9cbc2ff5 Author: Corvin Köhne AuthorDate: 2023-04-04 11:22:58 + Commit: Corvin Köhne CommitDate: 2023-04-04 11:2

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

2023-04-04 Thread Martin Matuska
I have opened a PR for this (includes patch): https://github.com/openzfs/zfs/pull/14713 We still need to address the a_fsizetd problem. Maybe On 4. 4. 2023 7:22, Rick Macklem wrote: On Mon, Apr 3, 2023 at 10:07 PM Cy Schubert wrote: In message , Rick Macklem writes: On Mon, Apr 3, 2023 at

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Martin Matuška
I have filed this to address this issue: https://github.com/openzfs/zfs/pull/14713 It would be great if someone could review. On 4. 4. 2023 12:31, Yuri wrote: Mateusz Guzik wrote: On 4/4/23, Poul-Henning Kamp wrote: Alexey Dokuchaev writes: Okay, but did it leave an empty file, I

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Yuri
Mateusz Guzik wrote: > On 4/4/23, Poul-Henning Kamp wrote: >> >> Alexey Dokuchaev writes: >> >>> Okay, but did it leave an empty file, I wonder? >> >> I didn't check, but it probably would, because cp(1) must have opened >> and created the destination in order to call copy_file_range(2).

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Mateusz Guzik
On 4/4/23, Poul-Henning Kamp wrote: > > Alexey Dokuchaev writes: > >> Okay, but did it leave an empty file, I wonder? > > I didn't check, but it probably would, because cp(1) must have opened > and created the destination in order to call copy_file_range(2). > > PS: I'll note that EXDEV i

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Poul-Henning Kamp
Alexey Dokuchaev writes: > Okay, but did it leave an empty file, I wonder? I didn't check, but it probably would, because cp(1) must have opened and created the destination in order to call copy_file_range(2). PS: I'll note that EXDEV is not a documented return value from copy_file_rang

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Alexey Dokuchaev
On Tue, Apr 04, 2023 at 09:59:52AM +, Poul-Henning Kamp wrote: > > Alexey Dokuchaev writes: > > > May I ask how did you arrive at this fix below? Did you observe > > something similar, or my issue has nothing to do with it? > > Buildworld on -current died very early on, so early tha

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Poul-Henning Kamp
Alexey Dokuchaev writes: > May I ask how did you arrive at this fix below? Did you observe > something similar, or my issue has nothing to do with it? Buildworld on -current died very early on, so early that I could ktrace it to see what was going on. The error messages was spot on: cp

git: 44312c28fe2d - main - linuxkpi: Add linux/agp_backend.h

2023-04-04 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=44312c28fe2de3078045b4a7e694797158942b28 commit 44312c28fe2de3078045b4a7e694797158942b28 Author: Emmanuel Vadot AuthorDate: 2023-04-04 09:48:45 + Commit: Emmanuel Vadot CommitDate: 2023-04-04 09:

git: 7c7419f60caf - main - linuxkpi: Add linux/stddef.h

2023-04-04 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=7c7419f60cafa4f666f5a22b5e5f090081516cd2 commit 7c7419f60cafa4f666f5a22b5e5f090081516cd2 Author: Emmanuel Vadot AuthorDate: 2023-04-04 09:38:30 + Commit: Emmanuel Vadot CommitDate: 2023-04-04 09:

Re: git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Alexey Dokuchaev
On Tue, Apr 04, 2023 at 07:40:44AM +, Poul-Henning Kamp wrote: > commit 64333654908153cd8e2dcb408c57cc3e3c4f29af > > If copy_file_range(2) fails with EXDEV, use fall-back. > --- > bin/cp/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bin/cp/utils.c b/bin/c

Re: git: fcad8ada9afc - main - Revert "Add myself (cc) as a src commiter."

2023-04-04 Thread Gary Jennejohn
On Tue, 4 Apr 2023 01:31:09 +0300 (MSK) Dmitry Morozovsky wrote: > Greg, > > On Mon, 3 Apr 2023, Greg 'groggy' Lehey wrote: > > > By far not the worst. My first commit was not quite 25 years ago, on > > 15 September 1998, and it included: > > > > * N src/lkm/vinum/emacs.core > > > > For those

git: 0bf561351ba0 - main - linuxkpi: Include linux/types.h in linux/mod_devicetable.h

2023-04-04 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0bf561351ba00fc6d2e76ad71b1e9049c3fbac03 commit 0bf561351ba00fc6d2e76ad71b1e9049c3fbac03 Author: Emmanuel Vadot AuthorDate: 2023-04-04 08:44:51 + Commit: Emmanuel Vadot CommitDate: 2023-04-04 08:

git: 3f39ff24201e - main - linuxkpi: Include linux/math64.h in linux/time.h

2023-04-04 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=3f39ff24201e8c9551f0b8577d5e991c20ef38f5 commit 3f39ff24201e8c9551f0b8577d5e991c20ef38f5 Author: Emmanuel Vadot AuthorDate: 2023-04-04 08:27:04 + Commit: Emmanuel Vadot CommitDate: 2023-04-04 08:

git: f262b06a57b0 - main - route: fix route get netlink translation.

2023-04-04 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=f262b06a57b03a2025bdc0ce628514cd68af73db commit f262b06a57b03a2025bdc0ce628514cd68af73db Author: Alexander V. Chernikov AuthorDate: 2023-04-04 08:37:14 + Commit: Alexander V. Chernikov Commit

git: e46be58cca6b - main - bhyve: add QEMU_FWCFG_INDEX_NB_CPUS item

2023-04-04 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=e46be58cca6bd180dadfb36e98a673ae6d8d2cd1 commit e46be58cca6bd180dadfb36e98a673ae6d8d2cd1 Author: Corvin Köhne AuthorDate: 2022-06-27 09:05:42 + Commit: Corvin Köhne CommitDate: 2023-04-04 08:2

git: 643336549081 - main - If copy_file_range(2) fails with EXDEV, use fall-back.

2023-04-04 Thread Poul-Henning Kamp
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=64333654908153cd8e2dcb408c57cc3e3c4f29af commit 64333654908153cd8e2dcb408c57cc3e3c4f29af Author: Poul-Henning Kamp AuthorDate: 2023-04-04 07:39:59 + Commit: Poul-Henning Kamp CommitDate: 2023-04-0