Re: git: 469884cf04a9 - main - LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.

2021-08-01 Thread Hans Petter Selasky
On 8/1/21 12:32 PM, Charlie Li wrote: Hans Petter Selasky wrote: commit 469884cf04a9b92677c7c83e229ca6b8814f8b0a Author: Hans Petter Selasky AuthorDate: 2021-07-31 13:32:52 + Commit: Hans Petter Selasky CommitDate: 2021-07-31 13:36:48 + LinuxKPI: Make FPU sections thread-

git: 9340ebd404ef - main - Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a .

2021-08-01 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9340ebd404efad7068b5a45fd3b3d8bb21187b91 commit 9340ebd404efad7068b5a45fd3b3d8bb21187b91 Author: Hans Petter Selasky AuthorDate: 2021-08-02 06:24:22 + Commit: Hans Petter Selasky CommitDate:

Re: git: 8bb173fb5bc3 - main - sched_ule(4): Use trylock when stealing load.

2021-08-01 Thread Alexander Motin
On 01.08.2021 23:43, Mateusz Guzik wrote: > Mostly related, I just had a look at the code and noticed: > > static uint32_t > sched_random(void) > { > uint32_t *rndptr; > > rndptr = DPCPU_PTR(randomval); > *rndptr = *rndptr * 69069 + 5; > > return (*rndptr >> 16);

Re: git: 8bb173fb5bc3 - main - sched_ule(4): Use trylock when stealing load.

2021-08-01 Thread Mateusz Guzik
Mostly related, I just had a look at the code and noticed: static uint32_t sched_random(void) { uint32_t *rndptr; rndptr = DPCPU_PTR(randomval); *rndptr = *rndptr * 69069 + 5; return (*rndptr >> 16); } Except randomval starts at 0 for all CPUs. Should be easy to

git: 8bb173fb5bc3 - main - sched_ule(4): Use trylock when stealing load.

2021-08-01 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8bb173fb5bc33a02d5a4670c9a60bba0ece07bac commit 8bb173fb5bc33a02d5a4670c9a60bba0ece07bac Author: Alexander Motin AuthorDate: 2021-08-02 02:42:01 + Commit: Alexander Motin CommitDate: 2021-08-02 02

git: 2668bb2add8d - main - sched_ule(4): Reduce duplicate search for load.

2021-08-01 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=2668bb2add8d11c56524ce9014b510412f8f6aa9 commit 2668bb2add8d11c56524ce9014b510412f8f6aa9 Author: Alexander Motin AuthorDate: 2021-08-02 02:07:51 + Commit: Alexander Motin CommitDate: 2021-08-02 02

git: 665895db262f - main - amd64 pmap_vm_page_alloc_check(): loose the assert

2021-08-01 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=665895db262fa596b347e40f6857b37e0f43b184 commit 665895db262fa596b347e40f6857b37e0f43b184 Author: Konstantin Belousov AuthorDate: 2021-08-01 21:58:21 + Commit: Konstantin Belousov CommitDate: 2021-

git: 56be282bc999 - main - bhyve: net_backends, automatically IFF_UP tap devices

2021-08-01 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=56be282bc999cc05dcd1ccb163b108d54f3ff448 commit 56be282bc999cc05dcd1ccb163b108d54f3ff448 Author: Bjoern A. Zeeb AuthorDate: 2021-07-28 22:53:25 + Commit: Bjoern A. Zeeb CommitDate: 2021-08-01 20:50

git: fd2a4a31d9df - main - awk: document updating

2021-08-01 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fd2a4a31d9df9beb793c892af72aeb1c1bf5dd42 commit fd2a4a31d9df9beb793c892af72aeb1c1bf5dd42 Author: Warner Losh AuthorDate: 2021-08-01 17:31:50 + Commit: Warner Losh CommitDate: 2021-08-01 17:31:50 +

git: 818edf67bda2 - main - RELNOTES: update the runing entry on awk.

2021-08-01 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=818edf67bda228d66ea57c1dbbfcf164c27aff4f commit 818edf67bda228d66ea57c1dbbfcf164c27aff4f Author: Warner Losh AuthorDate: 2021-08-01 17:07:29 + Commit: Warner Losh CommitDate: 2021-08-01 17:08:53 +

git: 23f24377b1a9 - main - awk: Merge 20210729 from One True Awk upstream (0592de4a)

2021-08-01 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=23f24377b1a9ab6677f00f2302484d6658d94cab commit 23f24377b1a9ab6677f00f2302484d6658d94cab Merge: a61c24ddb7d6 f9002b856130 Author: Warner Losh AuthorDate: 2021-08-01 16:22:39 + Commit: Warner Losh

git: a61c24ddb7d6 - main - udp: Fix soroverflow SOCKBUF unlocking

2021-08-01 Thread Kevin Bowling
The branch main has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a61c24ddb7d677337d6184ffcee34a6e902d72d7 commit a61c24ddb7d677337d6184ffcee34a6e902d72d7 Author: Konstantin Kukushkin AuthorDate: 2021-08-01 14:41:38 + Commit: Kevin Bowling

git: 1a55a3a729cd - main - amd64 pmap_vm_page_alloc_check(): print more data for failed assert

2021-08-01 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1a55a3a729cd4424e17308d3e86b54b9a6e68f7b commit 1a55a3a729cd4424e17308d3e86b54b9a6e68f7b Author: Konstantin Belousov AuthorDate: 2021-08-01 13:38:17 + Commit: Konstantin Belousov CommitDate: 2021-

git: 5b42b494d543 - main - Fix typo in rib_unsibscribe<_locked>().

2021-08-01 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=5b42b494d54365254176dd0ef688cd96edabe657 commit 5b42b494d54365254176dd0ef688cd96edabe657 Author: Alexander V. Chernikov AuthorDate: 2021-08-01 13:28:41 + Commit: Alexander V. Chernikov Commit

git: bbd16236e986 - main - add the time(1) command to the list of install tools

2021-08-01 Thread Wolfram Schneider
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/src/commit/?id=bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d commit bbd16236e986ef1b0e1da37c9c8a7f9dd2d63b5d Author: Wolfram Schneider AuthorDate: 2021-08-01 13:25:00 + Commit: Wolfram Schneider CommitDate: 2021-08

git: 44752e92e134 - main - Correct section reference for examples in RFC3542

2021-08-01 Thread Tom Jones
The branch main has been updated by thj: URL: https://cgit.FreeBSD.org/src/commit/?id=44752e92e134167e9a0ecd277e32608a5595e6d1 commit 44752e92e134167e9a0ecd277e32608a5595e6d1 Author: Tom Jones AuthorDate: 2021-08-01 12:52:07 + Commit: Tom Jones CommitDate: 2021-08-01 12:55:24 +

git: 054948bd81bb - main - [multipath][nhops] Fix random crashes with high route churn rate.

2021-08-01 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=054948bd81bb9e4e32449cf351b62e501b8831ff commit 054948bd81bb9e4e32449cf351b62e501b8831ff Author: Alexander V. Chernikov AuthorDate: 2021-08-01 09:46:05 + Commit: Alexander V. Chernikov Commit

Re: git: 469884cf04a9 - main - LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.

2021-08-01 Thread Charlie Li
Hans Petter Selasky wrote: > commit 469884cf04a9b92677c7c83e229ca6b8814f8b0a > Author: Hans Petter Selasky > AuthorDate: 2021-07-31 13:32:52 + > Commit: Hans Petter Selasky > CommitDate: 2021-07-31 13:36:48 + > > LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.

git: 60fb9e10c74c - main - cam: enable kern.cam.da.enable_uma_ccbs by default

2021-08-01 Thread Edward Tomasz Napierala
The branch main has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=60fb9e10c74cfca8656181dd238fcf966bc3f5c8 commit 60fb9e10c74cfca8656181dd238fcf966bc3f5c8 Author: Edward Tomasz Napierala AuthorDate: 2021-08-01 09:40:38 + Commit: Edward Tomasz Napierala CommitD

git: 99feb137f5f6 - main - `make buildworld' with time logging for each stage

2021-08-01 Thread Wolfram Schneider
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/src/commit/?id=99feb137f5f66f903bba816c1d98ced2a92bef12 commit 99feb137f5f66f903bba816c1d98ced2a92bef12 Author: Wolfram Schneider AuthorDate: 2021-08-01 09:10:49 + Commit: Wolfram Schneider CommitDate: 2021-08

git: bbb539b83cec - main - loader: cstyle cleanup of libsa/lseek.c

2021-08-01 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=bbb539b83ceced2d355893ead5987193737833fd commit bbb539b83ceced2d355893ead5987193737833fd Author: Toomas Soome AuthorDate: 2021-08-01 07:07:32 + Commit: Toomas Soome CommitDate: 2021-08-01 07:11