git: a959ae1c503d - main - releng-gce: Add missing _

2023-10-19 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a959ae1c503d104f1e28033522362e5054f52c94 commit a959ae1c503d104f1e28033522362e5054f52c94 Author: Colin Percival AuthorDate: 2023-10-19 22:46:59 + Commit: Colin Percival CommitDate: 2023-10-19

git: b259e74cfd9b - main - Fix Sumit's email address

2023-10-19 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b259e74cfd9be8a9ffa41a2bf2f3ba05db04430e commit b259e74cfd9be8a9ffa41a2bf2f3ba05db04430e Author: Warner Losh AuthorDate: 2023-10-19 21:49:05 + Commit: Warner Losh CommitDate: 2023-10-19 21:49:05 +

git: 7e02c7074c4c - main - mpi3mr: Move creation of watchdog to interupt config hook

2023-10-19 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=7e02c7074c4c6df77b860e0dbcd032a2ea04b98b commit 7e02c7074c4c6df77b860e0dbcd032a2ea04b98b Author: Sumit Saxena AuthorDate: 2023-10-19 21:06:29 + Commit: Warner Losh CommitDate: 2023-10-19 21:09:38

Re: git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Gleb Smirnoff
On Thu, Oct 19, 2023 at 10:03:02PM +0200, Kristof Provost wrote: K> Something like this? ... K> --- a/sys/netinet/ip_var.h K> +++ b/sys/netinet/ip_var.h K> @@ -328,11 +328,17 @@ extern int(*ip_dn_ctl_ptr)(struct sockopt K> *); K> extern int (*ip_dn_io_ptr)(struct mb

Re: git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Kristof Provost
On 19 Oct 2023, at 18:14, Gleb Smirnoff wrote: On Thu, Oct 19, 2023 at 12:37:39PM +, Kristof Provost wrote: K> +++ b/sys/netinet/ip_var.h ... K> +/* pf specific mtag for divert(4) support */ K> +enum { PF_DIVERT_MTAG_DIR_IN=1, PF_DIVERT_MTAG_DIR_OUT=2 }; K> +struct pf_divert_mtag { K> + uint1

git: f300335d9aeb - main - nfsd: Fix NFSv4.1/4.2 Claim_Deleg_Cur_FH

2023-10-19 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=f300335d9aebf2e99862bf783978bd44ede23550 commit f300335d9aebf2e99862bf783978bd44ede23550 Author: Rick Macklem AuthorDate: 2023-10-19 19:35:35 + Commit: Rick Macklem CommitDate: 2023-10-19 19:

Re: git: 6ed16d17333c - main - KTLS: Enable KTLS for receiving as well in TLS 1.3

2023-10-19 Thread John Baldwin
On 10/19/23 11:36 AM, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6ed16d17333c5b1895aff35ddc1d46834f53a9eb commit 6ed16d17333c5b1895aff35ddc1d46834f53a9eb Author: Daiki Ueno AuthorDate: 2021-10-10 07:14:06 + Commit: Joh

git: 6ed16d17333c - main - KTLS: Enable KTLS for receiving as well in TLS 1.3

2023-10-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6ed16d17333c5b1895aff35ddc1d46834f53a9eb commit 6ed16d17333c5b1895aff35ddc1d46834f53a9eb Author: Daiki Ueno AuthorDate: 2021-10-10 07:14:06 + Commit: John Baldwin CommitDate: 2023-10-19 18:34:58 +

git: c085ca524579 - main - KTLS: Handle TLS 1.3 in ssl3_get_record.

2023-10-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c085ca5245797ae17fc69353bbdf7584acb2feaa commit c085ca5245797ae17fc69353bbdf7584acb2feaa Author: Daiki Ueno AuthorDate: 2021-10-10 06:54:07 + Commit: John Baldwin CommitDate: 2023-10-19 18:34:58 +

git: 0fc28f22d5b6 - main - KTLS: Add using_ktls helper variable in ssl3_get_record().

2023-10-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0fc28f22d5b6a75d8a0449262a05cefe1040f982 commit 0fc28f22d5b6a75d8a0449262a05cefe1040f982 Author: John Baldwin AuthorDate: 2022-03-08 00:55:18 + Commit: John Baldwin CommitDate: 2023-10-19 18:34:58

git: eee55a22b202 - main - KTLS: Check for unprocessed receive records in ktls_configure_crypto.

2023-10-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=eee55a22b20214ca41cd6b1bbea79b863c8c11ac commit eee55a22b20214ca41cd6b1bbea79b863c8c11ac Author: John Baldwin AuthorDate: 2022-02-24 18:12:07 + Commit: John Baldwin CommitDate: 2023-10-19 18:34:58

git: 3de4f78d46c5 - main - Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.

2023-10-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3de4f78d46c58f23017942967ec74cbc3d2e175d commit 3de4f78d46c58f23017942967ec74cbc3d2e175d Author: John Baldwin AuthorDate: 2020-12-23 22:09:51 + Commit: John Baldwin CommitDate: 2023-10-19 18:34:58

Re: git: 02320f642095 - main - pmap: Prefer consistent naming for loader tunable

2023-10-19 Thread Zhenlei Huang
> On Oct 20, 2023, at 1:01 AM, Zhenlei Huang wrote: > > The branch main has been updated by zlei: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=02320f64209563e35fa371fc5eac94067f688f7f > > commit 02320f64209563e35fa371fc5eac94067f688f7f > Author: Zhenlei Huang > AuthorDate: 2023-1

git: f3ff0918ffcd - main - vmx: Prefer consistent naming for loader tunables

2023-10-19 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=f3ff0918ffcdbcb4c39175f3f9be70999edb14e8 commit f3ff0918ffcdbcb4c39175f3f9be70999edb14e8 Author: Zhenlei Huang AuthorDate: 2023-10-19 17:18:25 + Commit: Zhenlei Huang CommitDate: 2023-10-19 17:18

git: 02320f642095 - main - pmap: Prefer consistent naming for loader tunable

2023-10-19 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=02320f64209563e35fa371fc5eac94067f688f7f commit 02320f64209563e35fa371fc5eac94067f688f7f Author: Zhenlei Huang AuthorDate: 2023-10-19 17:00:31 + Commit: Zhenlei Huang CommitDate: 2023-10-19 17:00

Re: git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Jessica Clarke
On 19 Oct 2023, at 17:14, Gleb Smirnoff wrote: > > On Thu, Oct 19, 2023 at 12:37:39PM +, Kristof Provost wrote: > K> +++ b/sys/netinet/ip_var.h > ... > K> +/* pf specific mtag for divert(4) support */ > K> +enum { PF_DIVERT_MTAG_DIR_IN=1, PF_DIVERT_MTAG_DIR_OUT=2 }; > K> +struct pf_divert_mta

Re: git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Mateusz Guzik
On 10/19/23, Gleb Smirnoff wrote: > On Thu, Oct 19, 2023 at 12:37:39PM +, Kristof Provost wrote: > K> +++ b/sys/netinet/ip_var.h > ... > K> +/* pf specific mtag for divert(4) support */ > K> +enum { PF_DIVERT_MTAG_DIR_IN=1, PF_DIVERT_MTAG_DIR_OUT=2 }; > K> +struct pf_divert_mtag { > K> + uint

Re: git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Gleb Smirnoff
On Thu, Oct 19, 2023 at 12:37:39PM +, Kristof Provost wrote: K> +++ b/sys/netinet/ip_var.h ... K> +/* pf specific mtag for divert(4) support */ K> +enum { PF_DIVERT_MTAG_DIR_IN=1, PF_DIVERT_MTAG_DIR_OUT=2 }; K> +struct pf_divert_mtag { K> +uint16_t idir; // initial pkt direction K> +ui

git: afbb8041a063 - main - amd64: Fix two typos of loader tunables

2023-10-19 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=afbb8041a0633c97acb51ac895c9ae3cde4fe540 commit afbb8041a0633c97acb51ac895c9ae3cde4fe540 Author: Zhenlei Huang AuthorDate: 2023-10-19 15:23:33 + Commit: Zhenlei Huang CommitDate: 2023-10-19 15:23

git: 7e5504d3d8ca - main - Add myself as ports committer, update mentor/mentee

2023-10-19 Thread Michael Osipov
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=7e5504d3d8ca844397e10f5266d06027d0b3b372 commit 7e5504d3d8ca844397e10f5266d06027d0b3b372 Author: Michael Osipov AuthorDate: 2023-10-19 13:53:11 + Commit: Michael Osipov CommitDate: 2023-10-19

Re: git: 9eff6390718d - main - pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h

2023-10-19 Thread Kristof Provost
On 19 Oct 2023, at 17:02, Jessica Clarke wrote: > On 19 Oct 2023, at 15:56, Kristof Provost wrote: >> >> On 19 Oct 2023, at 16:41, Jessica Clarke wrote: >>> On 19 Oct 2023, at 15:20, Kristof Provost wrote: The branch main has been updated by kp: URL: https://cgit.FreeBSD

Re: git: 9eff6390718d - main - pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h

2023-10-19 Thread Jessica Clarke
On 19 Oct 2023, at 15:56, Kristof Provost wrote: > > On 19 Oct 2023, at 16:41, Jessica Clarke wrote: >> On 19 Oct 2023, at 15:20, Kristof Provost wrote: >>> >>> The branch main has been updated by kp: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=9eff6390718d0fa67dffc6cd830b0bc6b81

Re: git: 9eff6390718d - main - pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h

2023-10-19 Thread Kristof Provost
On 19 Oct 2023, at 16:41, Jessica Clarke wrote: > On 19 Oct 2023, at 15:20, Kristof Provost wrote: >> >> The branch main has been updated by kp: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 >> >> commit 9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 >>

Re: git: 9eff6390718d - main - pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h

2023-10-19 Thread Jessica Clarke
On 19 Oct 2023, at 15:20, Kristof Provost wrote: > > The branch main has been updated by kp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 > > commit 9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 > Author: Kristof Provost > AuthorDate: 2023-10-19 1

git: 9eff6390718d - main - pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h

2023-10-19 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 commit 9eff6390718d0fa67dffc6cd830b0bc6b815e8c4 Author: Kristof Provost AuthorDate: 2023-10-19 10:06:29 + Commit: Kristof Provost CommitDate: 2023-10-19 14:

git: b5437d6c65e0 - main - hwpmc_amd: remove an unused variable

2023-10-19 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=b5437d6c65e0dfd7b9d681aedbc1d382e092b3d3 commit b5437d6c65e0dfd7b9d681aedbc1d382e092b3d3 Author: Mitchell Horne AuthorDate: 2023-10-19 13:58:48 + Commit: Mitchell Horne CommitDate: 2023-10-19 1

git: 24fe0cb84d71 - main - ping tests: Fix test on i386 platforms

2023-10-19 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=24fe0cb84d71a0e9d648c43f92b5c3a730c3855a commit 24fe0cb84d71a0e9d648c43f92b5c3a730c3855a Author: Jose Luis Duran AuthorDate: 2023-10-17 11:35:38 + Commit: Mark Johnston CommitDate: 2023-10-19 13

git: fabf705f4b5a - main - pf: fix pf divert-to loop

2023-10-19 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=fabf705f4b5aff2fa2dc997c2d0afd62a6927e68 commit fabf705f4b5aff2fa2dc997c2d0afd62a6927e68 Author: Igor Ostapenko AuthorDate: 2023-10-19 10:12:15 + Commit: Kristof Provost CommitDate: 2023-10-19 10:1

git: e44751530e04 - main - bsdinstall hostname: Restore bsdconfig API

2023-10-19 Thread Alfonso S. Siciliano
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/src/commit/?id=e44751530e04ef8326ff22c0d3f7d880c82d3395 commit e44751530e04ef8326ff22c0d3f7d880c82d3395 Author: Alfonso S. Siciliano AuthorDate: 2023-10-19 10:54:24 + Commit: Alfonso S. Siciliano CommitDa

git: bb8ecf259f96 - main - vfs cache: Fallback to namei to resolve symlinks with leading / in target for non-native ABI

2023-10-19 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=bb8ecf259f96510b9c2146d846403393543061b7 commit bb8ecf259f96510b9c2146d846403393543061b7 Author: Dmitry Chagin AuthorDate: 2023-10-19 10:33:58 + Commit: Dmitry Chagin CommitDate: 2023-10-19 10

git: 5ed470bdb9da - main - pf: Update documentation regarding matching, scrubbing and reassembly

2023-10-19 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5ed470bdb9da6442d6030cf0a7a8493f759fbb43 commit 5ed470bdb9da6442d6030cf0a7a8493f759fbb43 Author: Kajetan Staszkiewicz AuthorDate: 2023-10-19 08:41:32 + Commit: Kristof Provost CommitDate: 2023-10-1