git: f44e67d120ad - main - MFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:

2021-02-09 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=f44e67d120ad78ef7894241b519ee79fd190a16e commit f44e67d120ad78ef7894241b519ee79fd190a16e Merge: 1e811efbc591 d60fa10fd872 Author: Cy Schubert AuthorDate: 2021-02-10 04:25:05 + Commit: Cy Schubert C

git: 1e811efbc591 - main - Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.

2021-02-09 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=1e811efbc591699b872bea42b9de419c373199df commit 1e811efbc591699b872bea42b9de419c373199df Author: Cy Schubert AuthorDate: 2021-02-10 01:13:01 + Commit: Cy Schubert CommitDate: 2021-02-10 01:18:25 +0

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Warner Losh
On Tue, Feb 9, 2021 at 3:17 PM John Baldwin wrote: > On 2/9/21 6:53 AM, Alexey Dokuchaev wrote: > > On Tue, Feb 09, 2021 at 02:41:15PM +0100, Mateusz Guzik wrote: > >> ... > >> More, if reviews were mandatory, I would expect their quality to go > >> down even further, making them even less likely

git: f25266bee7da - main - libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG

2021-02-09 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=f25266bee7dafb10f03e06537c8127cc17335bed commit f25266bee7dafb10f03e06537c8127cc17335bed Author: Michael Tuexen AuthorDate: 2021-02-09 22:35:55 + Commit: Michael Tuexen CommitDate: 2021-02-09 2

git: 51af03328755 - main - Add test case for 93fc67896550 (incorrect powf(3) result)

2021-02-09 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=51af03328755c9095e94d20858a8d10acfe412ae commit 51af03328755c9095e94d20858a8d10acfe412ae Author: Dimitry Andric AuthorDate: 2021-02-09 22:37:08 + Commit: Dimitry Andric CommitDate: 2021-02-09 22:3

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread John Baldwin
On 2/9/21 6:53 AM, Alexey Dokuchaev wrote: On Tue, Feb 09, 2021 at 02:41:15PM +0100, Mateusz Guzik wrote: ... More, if reviews were mandatory, I would expect their quality to go down even further, making them even less likely to prevent breakage. Exactly that. In fact, the good reviews are ty

git: 9c6954329a92 - main - bsd.compiler.mk: Detect distribution-provided GCC when executed as cc

2021-02-09 Thread Jessica Clarke
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=9c6954329a9285547881ddd60e393b7c55ed30c4 commit 9c6954329a9285547881ddd60e393b7c55ed30c4 Author: Jessica Clarke AuthorDate: 2021-02-09 21:40:24 + Commit: Jessica Clarke CommitDate: 2021-02-09 2

git: ac76bc1145dd - main - Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10

2021-02-09 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=ac76bc1145dd7f4476e5d982ce8f355f71015713 commit ac76bc1145dd7f4476e5d982ce8f355f71015713 Author: Dimitry Andric AuthorDate: 2021-02-09 21:06:51 + Commit: Dimitry Andric CommitDate: 2021-02-09 21:0

Re: git: 011b7317dbb5 - main - netgraph/ng_bridge: Document staleness in multithreaded operation

2021-02-09 Thread Lutz Donnerhacke
On Tue, Feb 09, 2021 at 08:42:38PM +0100, Mateusz Guzik wrote: > Things like this are best sorted out with atomic_store, otherwise you > may fall victim of various compiler mischief (even if it happens to be > harmless for the time being). > > iow all ->staleness accesses should be converted to at

Re: git: 011b7317dbb5 - main - netgraph/ng_bridge: Document staleness in multithreaded operation

2021-02-09 Thread Mateusz Guzik
Things like this are best sorted out with atomic_store, otherwise you may fall victim of various compiler mischief (even if it happens to be harmless for the time being). iow all ->staleness accesses should be converted to atomic_*. grep finds this in ng_bridge_timeout: i

git: 011b7317dbb5 - main - netgraph/ng_bridge: Document staleness in multithreaded operation

2021-02-09 Thread Lutz Donnerhacke
The branch main has been updated by donner: URL: https://cgit.FreeBSD.org/src/commit/?id=011b7317dbb5038a95b9b4fca050325a62f3991e commit 011b7317dbb5038a95b9b4fca050325a62f3991e Author: Lutz Donnerhacke AuthorDate: 2021-02-09 11:32:46 + Commit: Lutz Donnerhacke CommitDate: 2021-02-

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Ed Maste
On Tue, 9 Feb 2021 at 08:41, Mateusz Guzik wrote: > > Examples from recent past (all fixed): I don't think the examples are all good ones - several are failures of our tooling, not of code review. The limited review effort we have shouldn't be spent pointing out style(9) violations or build-break

git: ccf4cd2e7830 - main - netgraph/ng_bridge: Merge internal structures

2021-02-09 Thread Lutz Donnerhacke
The branch main has been updated by donner: URL: https://cgit.FreeBSD.org/src/commit/?id=ccf4cd2e7830394467d5f6cf546ab453f9657b69 commit ccf4cd2e7830394467d5f6cf546ab453f9657b69 Author: Lutz Donnerhacke AuthorDate: 2021-02-08 21:36:46 + Commit: Lutz Donnerhacke CommitDate: 2021-02-

git: e9d419a05357 - main - Set file mode during zfs_write

2021-02-09 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=e9d419a05357036ea2fd37218d853d2c713d55cc commit e9d419a05357036ea2fd37218d853d2c713d55cc Author: Antonio Russo AuthorDate: 2021-02-08 17:15:05 + Commit: Ryan Moeller CommitDate: 2021-02-09 17

git: 81c3f64110bb - main - usr.bin/grep: Fix Address OOB read error

2021-02-09 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=81c3f64110bb76e24d6062eafd7206c10f676d6f commit 81c3f64110bb76e24d6062eafd7206c10f676d6f Author: Alex Richardson AuthorDate: 2021-01-19 11:35:07 + Commit: Alex Richardson CommitDate: 2021-

git: 39e0c3f68638 - main - cache: assorted comment fixups

2021-02-09 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=39e0c3f686387605591f8f646ceec53613619525 commit 39e0c3f686387605591f8f646ceec53613619525 Author: Mateusz Guzik AuthorDate: 2021-02-09 16:06:27 + Commit: Mateusz Guzik CommitDate: 2021-02-09 16:09:

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Mateusz Guzik
On 2/9/21, Jessica Clarke wrote: > Here's your review after reading through it for <5 minutes today: > > On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: >> +leaq(%r11,%r8),%rcx >> +notq%r11 >> +andq%r11,%rcx >> +andq%r9,%rcx >> ... >> +leaq(%r11,%r8),%rcx >>

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Jessica Clarke
Here's your review after reading through it for <5 minutes today: On 8 Feb 2021, at 19:15, Mateusz Guzik wrote: > + leaq(%r11,%r8),%rcx > + notq%r11 > + andq%r11,%rcx > + andq%r9,%rcx > ... > + leaq(%r11,%r8),%rcx > + notq%r11 > + andq%rcx,%

git: b49a0db6628e - main - Revert "amd64: implement strlen in assembly"

2021-02-09 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b49a0db6628e6f953504ebc8712ed582471ccd05 commit b49a0db6628e6f953504ebc8712ed582471ccd05 Author: Mateusz Guzik AuthorDate: 2021-02-09 15:18:58 + Commit: Mateusz Guzik CommitDate: 2021-02-09 15:23:

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Alexey Dokuchaev
On Tue, Feb 09, 2021 at 02:41:15PM +0100, Mateusz Guzik wrote: > ... > More, if reviews were mandatory, I would expect their quality to go > down even further, making them even less likely to prevent breakage. Exactly that. In fact, the good reviews are typically coming from people who care. But

Re: git: 81e074d57dfc - main - libkern: use compiler builtins for strcpy, strcmp and strlen

2021-02-09 Thread Li-Wen Hsu
On Tue, Feb 9, 2021 at 3:15 AM Mateusz Guzik wrote: > > The branch main has been updated by mjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=81e074d57dfcd86f152e2848dc44b77087ee7a2d > > commit 81e074d57dfcd86f152e2848dc44b77087ee7a2d > Author: Mateusz Guzik > AuthorDate: 2021-02-07 19

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-09 Thread Mateusz Guzik
On 2/9/21, Jessica Clarke wrote: >> On 8 Feb 2021, at 23:13, Kevin Bowling wrote: >> >> FreeBSD does not require pre-commit approval unless called out >> specifically. Are you volunteering to review the changes, and if so >> where is your guidance? These messages are otherwise unhelpful. > > It

git: ec090f4a6765 - main - arm32: Align arguments of sync_icache() syscall to cacheline size.

2021-02-09 Thread Michal Meloun
The branch main has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=ec090f4a67654fa541e6d97fd5f74d3f66c1c0d0 commit ec090f4a67654fa541e6d97fd5f74d3f66c1c0d0 Author: Michal Meloun AuthorDate: 2021-02-09 10:36:36 + Commit: Michal Meloun CommitDate: 2021-02-09 11:53

git: 96bef2053a87 - main - loader: remove BORDER_PIXELS

2021-02-09 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=96bef2053a87c8d01ce08ea88857e4657489c8e7 commit 96bef2053a87c8d01ce08ea88857e4657489c8e7 Author: Toomas Soome AuthorDate: 2021-02-08 18:49:09 + Commit: Toomas Soome CommitDate: 2021-02-09 11:45

git: a26f73585831 - main - loader: do not autoselect smaller font than 8x16 with high res display

2021-02-09 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=a26f7358583174f2fe0df3e979f7b8b02069278c commit a26f7358583174f2fe0df3e979f7b8b02069278c Author: Toomas Soome AuthorDate: 2021-02-08 22:34:47 + Commit: Toomas Soome CommitDate: 2021-02-09 11:46

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-09 Thread Daniel Ebdrup Jensen
On Mon, Feb 08, 2021 at 07:48:22PM +0100, Daniel Ebdrup Jensen wrote: On Mon, Feb 08, 2021 at 09:22:25AM -0600, Kyle Evans wrote: On Mon, Feb 8, 2021 at 9:07 AM Eugene Grosbein wrote: 08.02.2021 21:58, Kyle Evans wrote: kld_list cannot do that. Huh? kld_list accepts a full pathname, which

Re: git: 866c8b8d5ddb - main - kldload(8): Add note about using kld_list in rc.conf(5)

2021-02-09 Thread Eugene Grosbein
08.02.2021 22:22, Kyle Evans wrote: > It's OK to call out the more > common case for folks, but this feels a lot more absolute than it > needs to be. Also, the loader is capable of loading compressed .ko files that may be important for space-constrained ("embedded") systems. AFAIR, kldload canno