Re: git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Gordon Bergling
On Fri, Mar 05, 2021 at 01:36:36PM -0500, Mark Johnston wrote: > On Fri, Mar 05, 2021 at 07:23:56PM +0100, Gordon Bergling wrote: > > Hi Mark, > > > > is this change not a little bit to aggressive in terms of dmesg cleanup? > > > > There are a lot messages about what subsystem is initialized with

Re: git: e77cf2a4ab32 - main - Restore /boot/efi to mtree.

2021-03-05 Thread Mark Millard via dev-commits-src-main
Nathan Whitehorn nwhitehorn at FreeBSD.org wrote on Sat Mar 6 02:01:30 UTC 2021 : > Restore /boot/efi to mtree. > > Instead of whether /boot/efi exists, which it now always does, including > on systems that don't and can't use EFI, use whether /boot/efi is > present in fstab t

git: f5e930b369c6 - main - atomic(9): note that atomic_interrupt_fence first appeared in 13.0

2021-03-05 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f5e930b369c6ea7a3f81d8e5b52cc395bb7b4187 commit f5e930b369c6ea7a3f81d8e5b52cc395bb7b4187 Author: Konstantin Belousov AuthorDate: 2021-03-06 05:21:40 + Commit: Konstantin Belousov CommitDate: 2021-

git: ead7697f04c0 - main - Restore AT_RESOLVE_BENEATH support for funlinkat(2)/unlinkat(2).

2021-03-05 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ead7697f04c036853535a4281cec9aa09ef21270 commit ead7697f04c036853535a4281cec9aa09ef21270 Author: Konstantin Belousov AuthorDate: 2021-03-05 02:07:57 + Commit: Konstantin Belousov CommitDate: 2021-

git: 6ed39db2573b - main - Do not exit ctl_be_block_worker() prematurely.

2021-03-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6ed39db2573bb808ac2c206cd6c831f0be86219c commit 6ed39db2573bb808ac2c206cd6c831f0be86219c Author: Alexander Motin AuthorDate: 2021-03-06 03:39:52 + Commit: Alexander Motin CommitDate: 2021-03-06 03

git: e77cf2a4ab32 - main - Restore /boot/efi to mtree.

2021-03-05 Thread Nathan Whitehorn
The branch main has been updated by nwhitehorn: URL: https://cgit.FreeBSD.org/src/commit/?id=e77cf2a4ab32a381df3c06d25b8b4f650047c3f2 commit e77cf2a4ab32a381df3c06d25b8b4f650047c3f2 Author: Nathan Whitehorn AuthorDate: 2021-03-06 01:57:50 + Commit: Nathan Whitehorn CommitDate: 2021

git: d08b8680e12a - main - ice(4): Update to version 0.28.1-k

2021-03-05 Thread Eric Joyner
The branch main has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=d08b8680e12ad692736c84238dcf45c70c228914 commit d08b8680e12ad692736c84238dcf45c70c228914 Author: Eric Joyner AuthorDate: 2021-02-23 01:45:09 + Commit: Eric Joyner CommitDate: 2021-03-06 01:33:39 +

git: e53138694aa4 - main - tcp: Add prr_out in preparation for PRR/nonSACK and LRD

2021-03-05 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=e53138694aa41c24c17847afe959225ce0eeff91 commit e53138694aa41c24c17847afe959225ce0eeff91 Author: Richard Scheffenegger AuthorDate: 2021-03-05 23:36:48 + Commit: Richard Scheffenegger CommitDat

git: fef845097190 - main - netmap: Stop printing a line to the dmesg in netmap_init()

2021-03-05 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=fef845097190f0ecb783d6c75a9398c4e4a4c0e1 commit fef845097190f0ecb783d6c75a9398c4e4a4c0e1 Author: Mark Johnston AuthorDate: 2021-03-05 23:07:47 + Commit: Mark Johnston CommitDate: 2021-03-05 23:0

git: afbee98232f4 - main - Remove xform_poly1305.h from the build, it is not necessary.

2021-03-05 Thread Scott Long
The branch main has been updated by scottl: URL: https://cgit.FreeBSD.org/src/commit/?id=afbee98232f41fc05fa8a5b9a8cda4c4c65ff448 commit afbee98232f41fc05fa8a5b9a8cda4c4c65ff448 Author: Scott Long AuthorDate: 2021-03-05 21:28:10 + Commit: Scott Long CommitDate: 2021-03-05 21:28:10

git: 765d623d606c - main - cxgbe(4): Remove extra blank line.

2021-03-05 Thread Navdeep Parhar
The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=765d623d606c0800f2f2689c03edecac473e30a9 commit 765d623d606c0800f2f2689c03edecac473e30a9 Author: Navdeep Parhar AuthorDate: 2021-03-05 20:48:39 + Commit: Navdeep Parhar CommitDate: 2021-03-05 20:48

Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

2021-03-05 Thread Cy Schubert
In message , Kyle Evans writes: > On Fri, Mar 5, 2021 at 11:55 AM John Baldwin wrote: > > > > The branch main has been updated by jhb: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa > 9b9fe3e9ff > > > > commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff > > Autho

Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

2021-03-05 Thread Cy Schubert
In message <3e76fccd-efeb-1479-7418-7e69bed98...@freebsd.org>, Stefan Esser wri tes: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --BzEcQZ2nusRpdURvGKXTcE63zI1f9CPzu > Content-Type: multipart/mixed; boundary="j85mRpT9Yj12HfXzWxaH0rMreDxXIgaOS"; > protected-headers="v1" > From: S

Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

2021-03-05 Thread Stefan Esser
Am 05.03.21 um 21:05 schrieb Kyle Evans: On Fri, Mar 5, 2021 at 11:55 AM John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff Author: John Baldwi

git: 772c631af81a - main - Add a few missed files to libclang_rt.profile-.a

2021-03-05 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=772c631af81abdb6d498d972bab79d04d3db16d0 commit 772c631af81abdb6d498d972bab79d04d3db16d0 Author: Dimitry Andric AuthorDate: 2021-03-05 20:06:05 + Commit: Dimitry Andric CommitDate: 2021-03-05 20:0

Re: git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

2021-03-05 Thread Kyle Evans
On Fri, Mar 5, 2021 at 11:55 AM John Baldwin wrote: > > The branch main has been updated by jhb: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff > > commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff > Author: John Baldwin > AuthorDate: 2021-03-05 17:

git: 4a4e9c516cfc - main - cxgbe(4): Fix an assertion that is not valid during attach.

2021-03-05 Thread Navdeep Parhar
The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=4a4e9c516cfc54181264c92276301a45ea4680d4 commit 4a4e9c516cfc54181264c92276301a45ea4680d4 Author: Navdeep Parhar AuthorDate: 2021-03-05 19:28:18 + Commit: Navdeep Parhar CommitDate: 2021-03-05 19:28

Re: git: c4ba4aa54718 - main - libifconfig: Overhaul ifconfig_media_* interfaces

2021-03-05 Thread Mark Johnston
On Fri, Mar 05, 2021 at 02:40:29PM -0500, Ryan Moeller wrote: > > On 3/5/21 1:19 PM, Konstantin Belousov wrote: > > On Fri, Mar 05, 2021 at 11:23:56AM +, Ryan Moeller wrote: > >> The branch main has been updated by freqlabs: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=c4ba4aa5

Re: git: c4ba4aa54718 - main - libifconfig: Overhaul ifconfig_media_* interfaces

2021-03-05 Thread Ryan Moeller
On 3/5/21 1:19 PM, Konstantin Belousov wrote: On Fri, Mar 05, 2021 at 11:23:56AM +, Ryan Moeller wrote: The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=c4ba4aa547184ab401204096cdad9def4ab37964 commit c4ba4aa547184ab401204096cdad9def4ab37964 Aut

git: 8b434feedfa9 - main - Only set delayed inval for procs using PTI

2021-03-05 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=8b434feedfa9f71b59b9653c9335700abc019c03 commit 8b434feedfa9f71b59b9653c9335700abc019c03 Author: Eric van Gyzen AuthorDate: 2021-03-05 16:31:43 + Commit: Eric van Gyzen CommitDate: 2021-03-05

Re: git: a079e38b08f2 - main - ossl: Add Poly1305 digest support.

2021-03-05 Thread John Baldwin
On 3/5/21 12:32 AM, Kristof Provost wrote: On 4 Mar 2021, at 0:21, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a079e38b08f2f07c50ba915dae66d099559abdcc commit a079e38b08f2f07c50ba915dae66d099559abdcc Author: John Baldwin Author

Re: git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Mark Johnston
On Fri, Mar 05, 2021 at 07:23:56PM +0100, Gordon Bergling wrote: > Hi Mark, > > is this change not a little bit to aggressive in terms of dmesg cleanup? > > There are a lot messages about what subsystem is initialized with > how many threads, like for example TCP HTPS and TCP BBR. I would argue

Re: git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Shawn Webb
I wonder if it'd be worth it to report such data via sysctl. Thoughts? -- Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc On Fri, Mar 05, 2021 at 07:23:56PM +0100, Gordo

Re: git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Gordon Bergling
Hi Mark, is this change not a little bit to aggressive in terms of dmesg cleanup? There are a lot messages about what subsystem is initialized with how many threads, like for example TCP HTPS and TCP BBR. Hiding this information could be suboptimal for some users. --Gordon On Fri, Mar 05, 2021

Re: git: c4ba4aa54718 - main - libifconfig: Overhaul ifconfig_media_* interfaces

2021-03-05 Thread Konstantin Belousov
On Fri, Mar 05, 2021 at 11:23:56AM +, Ryan Moeller wrote: > The branch main has been updated by freqlabs: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=c4ba4aa547184ab401204096cdad9def4ab37964 > > commit c4ba4aa547184ab401204096cdad9def4ab37964 > Author: Ryan Moeller > AuthorDate:

git: 4fc60fa9294f - main - opencrypto: Make cryptosoft attach silently

2021-03-05 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=4fc60fa9294f82c7f4e1a0e71f9a17794124217f commit 4fc60fa9294f82c7f4e1a0e71f9a17794124217f Author: Mark Johnston AuthorDate: 2021-03-05 18:11:25 + Commit: Mark Johnston CommitDate: 2021-03-05 18:1

git: 89b650872bba - main - ktls: Hide initialization message behind bootverbose

2021-03-05 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=89b650872bba2e4bfbc94a200946b461ef69ae22 commit 89b650872bba2e4bfbc94a200946b461ef69ae22 Author: Mark Johnston AuthorDate: 2021-03-05 18:11:02 + Commit: Mark Johnston CommitDate: 2021-03-05 18:1

git: bb6e84c988d3 - main - poly1305: Don't export generic Poly1305_* symbols from xform_poly1305.c.

2021-03-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff commit bb6e84c988d3f54eff602ed544ceaa9b9fe3e9ff Author: John Baldwin AuthorDate: 2021-03-05 17:47:58 + Commit: John Baldwin CommitDate: 2021-03-05 17:55:11

git: 732b69c9f9c8 - main - acpi: Make nexus_acpi quiet on amd64 and i386

2021-03-05 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=732b69c9f9c84408e7e680a93ab91ce76ffef2ce commit 732b69c9f9c84408e7e680a93ab91ce76ffef2ce Author: Mark Johnston AuthorDate: 2021-03-05 17:53:30 + Commit: Mark Johnston CommitDate: 2021-03-05 17:5

git: 9a13d9dceee2 - main - tcp: remove a superfluous local var in tcp_sack_partialack()

2021-03-05 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=9a13d9dceee27fc1bf6fb7e58e83c88707665859 commit 9a13d9dceee27fc1bf6fb7e58e83c88707665859 Author: Richard Scheffenegger AuthorDate: 2021-03-05 17:19:16 + Commit: Richard Scheffenegger CommitDat

Re: git: d4380c0cdd05 - main - jail: Change both root and working directories in jail_attach(2)

2021-03-05 Thread James Gritton
It's superfluous now, as long as the newest kernel is running. The only problem is if people install the new binaries under an older kernel. That's why I've been letting it sit so far. - Jamie On 2021-03-05 09:06, Kyle Evans wrote: On Fri, Feb 19, 2021 at 4:13 PM Jamie Gritton wrote: Th

git: 4a8f3aad37dd - main - tcp: remove incorrect reset of SACK variable in PRR

2021-03-05 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=4a8f3aad37dd35c905e34b64b022d60844ba8d01 commit 4a8f3aad37dd35c905e34b64b022d60844ba8d01 Author: Richard Scheffenegger AuthorDate: 2021-03-05 16:45:23 + Commit: Richard Scheffenegger CommitDat

Re: git: d4380c0cdd05 - main - jail: Change both root and working directories in jail_attach(2)

2021-03-05 Thread Kyle Evans
On Fri, Feb 19, 2021 at 4:13 PM Jamie Gritton wrote: > > The branch main has been updated by jamie: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=d4380c0cdd0517dc038403dd5c99242ce78bdeb5 > > commit d4380c0cdd0517dc038403dd5c99242ce78bdeb5 > Author: Jamie Gritton > AuthorDate: 2021-02-19

git: 705d06b289e9 - main - rack: unbreak TCP fast open for the client side

2021-03-05 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=705d06b289e9821439b7b694d766cad75bc064e5 commit 705d06b289e9821439b7b694d766cad75bc064e5 Author: Michael Tuexen AuthorDate: 2021-03-05 14:57:26 + Commit: Michael Tuexen CommitDate: 2021-03-05 1

git: 6781b8a32e70 - main - zfs: update openzfs version reference to bedbc13da

2021-03-05 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=6781b8a32e702c694d3f813959d326e36facc19f commit 6781b8a32e702c694d3f813959d326e36facc19f Author: Martin Matuska AuthorDate: 2021-03-05 14:52:04 + Commit: Martin Matuska CommitDate: 2021-03-05 14:55

git: 028616d0dd69 - main - bc: Vendor import new version 3.3.3

2021-03-05 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=028616d0dd69a3da7a30cb94d35f040bf2ced6b9 commit 028616d0dd69a3da7a30cb94d35f040bf2ced6b9 Author: Stefan Eßer AuthorDate: 2021-03-05 10:30:11 + Commit: Stefan Eßer CommitDate: 2021-03-05 11:33:01 +0

git: 88832d59dec1 - main - sbin/ifconfig: Minor housekeeping

2021-03-05 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=88832d59dec10e97dd64b44391606776b20e782b commit 88832d59dec10e97dd64b44391606776b20e782b Author: Ryan Moeller AuthorDate: 2021-02-28 02:08:43 + Commit: Ryan Moeller CommitDate: 2021-03-05 09:

git: 2803fa471e77 - main - sbin/ifconfig: Get media status with libifconfig

2021-03-05 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=2803fa471e77dc8f227fe00bbf075de7feb10022 commit 2803fa471e77dc8f227fe00bbf075de7feb10022 Author: Ryan Moeller AuthorDate: 2021-02-28 20:27:28 + Commit: Ryan Moeller CommitDate: 2021-03-05 09:

git: c4ba4aa54718 - main - libifconfig: Overhaul ifconfig_media_* interfaces

2021-03-05 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=c4ba4aa547184ab401204096cdad9def4ab37964 commit c4ba4aa547184ab401204096cdad9def4ab37964 Author: Ryan Moeller AuthorDate: 2021-03-02 10:29:17 + Commit: Ryan Moeller CommitDate: 2021-03-05 09:

git: 5084dde5f087 - main - pchtherm: fix a wrong bit and a wrong register use

2021-03-05 Thread Andriy Gapon
The branch main has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=5084dde5f087264cf9a826569d1152c65d88a0fe commit 5084dde5f087264cf9a826569d1152c65d88a0fe Author: Michal Vanco AuthorDate: 2021-03-05 08:55:30 + Commit: Andriy Gapon CommitDate: 2021-03-05 09:01:28

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-05 Thread Emmanuel Vadot
On Fri, 5 Mar 2021 00:41:55 -0800 (PST) "Rodney W. Grimes" wrote: > > On 3/3/21 5:25 PM, Warner Losh wrote: > > > > > > > > > On Wed, Mar 3, 2021 at 10:21 AM Nathan Whitehorn > > > mailto:nwhiteh...@freebsd.org>> wrote: > > > > > > > > > > > > On 3/3/21 11:53 AM, Warner Losh wrote: > > >

Re: git: 2c26d77d989a - main - Remove /boot/efi from mtree, missed in 0b7472b3d8d2.

2021-03-05 Thread Rodney W. Grimes
> On 3/3/21 5:25 PM, Warner Losh wrote: > > > > > > On Wed, Mar 3, 2021 at 10:21 AM Nathan Whitehorn > > mailto:nwhiteh...@freebsd.org>> wrote: > > > > > > > > On 3/3/21 11:53 AM, Warner Losh wrote: > > > > > > > [clipping non-technical pre-history] > > > > > > Thanks. re-reading it no

Re: git: a079e38b08f2 - main - ossl: Add Poly1305 digest support.

2021-03-05 Thread Kristof Provost
On 4 Mar 2021, at 0:21, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a079e38b08f2f07c50ba915dae66d099559abdcc commit a079e38b08f2f07c50ba915dae66d099559abdcc Author: John Baldwin AuthorDate: 2021-03-03 23:17:29 + Commit:

git: 29698ed90473 - main - pf: Mark struct pf_pdesc as kernel only

2021-03-05 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=29698ed904737ebfd139a21e39e5421cf81badd8 commit 29698ed904737ebfd139a21e39e5421cf81badd8 Author: Kristof Provost AuthorDate: 2021-03-03 09:28:14 + Commit: Kristof Provost CommitDate: 2021-03-05 08: