git: 04cc0c393c31 - main - malloc(9): provide missing malloc_aligned implementation

2021-08-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=04cc0c393c317b6d5e28c8dc80cd1b5ea071f28f commit 04cc0c393c317b6d5e28c8dc80cd1b5ea071f28f Author: Kyle Evans AuthorDate: 2021-08-03 02:11:44 + Commit: Kyle Evans CommitDate: 2021-08-03 02:12:39

git: aaccfdde3d66 - main - awk: Enable tests again

2021-08-02 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=aaccfdde3d66083af3e239555ba459249733ca08 commit aaccfdde3d66083af3e239555ba459249733ca08 Author: Warner Losh AuthorDate: 2021-08-02 21:53:26 + Commit: Warner Losh CommitDate: 2021-08-02 21:53:26 +

git: d00131e154d9 - main - clock_id: These symbols weren't in 4.4BSD, adjust copyright

2021-08-02 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d00131e154d9d847121292fe67cedcd5ac19d60e commit d00131e154d9d847121292fe67cedcd5ac19d60e Author: Warner Losh AuthorDate: 2021-08-02 21:49:47 + Commit: Warner Losh CommitDate: 2021-08-02 21:50:32 +

Re: git: 74f80bc1af2f - main - coretemp(4): Switch to smp_rendezvous_cpus().

2021-08-02 Thread Konstantin Belousov
On Mon, Aug 02, 2021 at 12:15:55PM -0400, Alexander Motin wrote: > On 31.07.2021 08:48, Konstantin Belousov wrote: > >> +static void > >> +coretemp_wrmsr(void *arg) > >> +{ > >> + struct coretemp_args *args = arg; > >> + > >> + wrmsr(args->msr, args->val); > >> +} > > We have x86_msr_op(). It co

git: 6162cf885c00 - main - malloc(9): Document/complete aligned variants

2021-08-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6162cf885c00a0893a0961415f1829942343dcc1 commit 6162cf885c00a0893a0961415f1829942343dcc1 Author: Adam Fenn AuthorDate: 2021-08-02 20:33:31 + Commit: Kyle Evans CommitDate: 2021-08-02 20:36:14 +

git: 428624130abf - main - Fix lockstat:::thread-spin dtrace probe with LOCK_PROFILING

2021-08-02 Thread Eric van Gyzen
The branch main has been updated by vangyzen: URL: https://cgit.FreeBSD.org/src/commit/?id=428624130abfc225b479a09a3060d0939569b1ea commit 428624130abfc225b479a09a3060d0939569b1ea Author: Eric van Gyzen AuthorDate: 2021-08-02 18:54:57 + Commit: Eric van Gyzen CommitDate: 2021-08-02

git: d59f1c49e26b - main - cxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI connections on T6.

2021-08-02 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d59f1c49e26ba29e7583019bb5d6aa029466fdb6 commit d59f1c49e26ba29e7583019bb5d6aa029466fdb6 Author: John Baldwin AuthorDate: 2021-08-02 16:41:27 + Commit: John Baldwin CommitDate: 2021-08-02 16:41:27

git: 600745f1e226 - main - pf: bound DIOCGETSTATES memory use

2021-08-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=600745f1e2260e7ed3c2e6183b24388ff38c916c commit 600745f1e2260e7ed3c2e6183b24388ff38c916c Author: Kristof Provost AuthorDate: 2021-08-02 07:46:33 + Commit: Kristof Provost CommitDate: 2021-08-02 14:

git: 8ca384eb1d42 - main - devclass_alloc_unit: move "at" hint test to after device-in-use test

2021-08-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=8ca384eb1d429aae866f53abfadafc71ab009dc6 commit 8ca384eb1d429aae866f53abfadafc71ab009dc6 Author: Adam Fenn AuthorDate: 2021-08-02 16:27:17 + Commit: Kyle Evans CommitDate: 2021-08-02 16:27:17 +

Re: git: 74f80bc1af2f - main - coretemp(4): Switch to smp_rendezvous_cpus().

2021-08-02 Thread Alexander Motin
On 31.07.2021 08:48, Konstantin Belousov wrote: >> +static void >> +coretemp_wrmsr(void *arg) >> +{ >> +struct coretemp_args *args = arg; >> + >> +wrmsr(args->msr, args->val); >> +} > We have x86_msr_op(). It covers coretemp_wrmsr(), and with slight > change of the interface would also han

git: 9f1db6c5557b - main - Add missing bsd.linker.mk include after 31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=9f1db6c5557bd01734ee63afacaf07a37fb3cc60 commit 9f1db6c5557bd01734ee63afacaf07a37fb3cc60 Author: Alex Richardson AuthorDate: 2021-08-02 15:38:39 + Commit: Alex Richardson CommitDate: 2021-

git: 17d6371e4c85 - main - Fix GCC and -DWITH_CLEAN build after 7bc797e3f3807660cf98e5b1bd63545cafe820f8

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=17d6371e4c85ca5952118203676cbd764db2b209 commit 17d6371e4c85ca5952118203676cbd764db2b209 Author: Alex Richardson AuthorDate: 2021-08-02 15:01:30 + Commit: Alex Richardson CommitDate: 2021-

git: ca34553b6f63 - main - sched_ule(4): Pre-seed sched_random().

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

git: 5c9cb96a239c - main - Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLS

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=5c9cb96a239cd9793a74ff91baa7296b814948aa commit 5c9cb96a239cd9793a74ff91baa7296b814948aa Author: Alex Richardson AuthorDate: 2021-08-02 14:34:26 + Commit: Alex Richardson CommitDate: 2021-

git: 31ba4ce8898f - main - Allow bootstrapping llvm-tblgen on macOS and Linux

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3 commit 31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3 Author: Alex Richardson AuthorDate: 2021-08-02 13:36:03 + Commit: Alex Richardson CommitDate: 2021-

git: f0712132b68b - main - Don't instrument the rdtsc ifunc when building with ASAN/UBSAN

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=f0712132b68b4271e0602b06ee5f282718bfb8c5 commit f0712132b68b4271e0602b06ee5f282718bfb8c5 Author: Alex Richardson AuthorDate: 2021-08-02 08:51:01 + Commit: Alex Richardson CommitDate: 2021-

git: 2de949cf85d0 - main - Remove mkcsmapper_static and mkesdb_static from build-tools

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=2de949cf85d0e0b9ff71e1ffd74153814de96175 commit 2de949cf85d0e0b9ff71e1ffd74153814de96175 Author: Alex Richardson AuthorDate: 2021-08-02 09:49:01 + Commit: Alex Richardson CommitDate: 2021-

git: 5e9226f063bc - main - Fix build of stand/ when building world with ASAN

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=5e9226f063bc43574e2168b4aafad8232f08002a commit 5e9226f063bc43574e2168b4aafad8232f08002a Author: Alex Richardson AuthorDate: 2021-08-02 08:50:16 + Commit: Alex Richardson CommitDate: 2021-

git: 8185be330723 - main - libc: Disable ASAN for certain string functions

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=8185be3307232d88ddd1b6468f4ddec54a993f54 commit 8185be3307232d88ddd1b6468f4ddec54a993f54 Author: Alex Richardson AuthorDate: 2021-08-02 08:51:34 + Commit: Alex Richardson CommitDate: 2021-

git: c826e08841fb - main - Fix MK_TESTS build with MK_ASAN/MK_UBSAN

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=c826e08841fbcc0ba0c5a78aa09d6ee22a95f2f9 commit c826e08841fbcc0ba0c5a78aa09d6ee22a95f2f9 Author: Alex Richardson AuthorDate: 2021-08-02 08:49:50 + Commit: Alex Richardson CommitDate: 2021-

git: 7bc797e3f380 - main - Add build system support for ASAN+UBSAN instrumentation

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=7bc797e3f3807660cf98e5b1bd63545cafe820f8 commit 7bc797e3f3807660cf98e5b1bd63545cafe820f8 Author: Alex Richardson AuthorDate: 2021-08-02 08:48:21 + Commit: Alex Richardson CommitDate: 2021-

git: 9efbe526e00f - main - libthr: work around an ASAN false-positive

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=9efbe526e00f47d946b3320f595e73fea26805df commit 9efbe526e00f47d946b3320f595e73fea26805df Author: Alex Richardson AuthorDate: 2021-08-02 08:49:21 + Commit: Alex Richardson CommitDate: 2021-

git: 5f6c8ce2452d - main - tools/build: Don't redefine open() for the linux bootstrap

2021-08-02 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=5f6c8ce2452da2da233e37bf4c2b6fccde8594b1 commit 5f6c8ce2452da2da233e37bf4c2b6fccde8594b1 Author: Alex Richardson AuthorDate: 2021-08-02 08:45:05 + Commit: Alex Richardson CommitDate: 2021-

git: 1b1bb6f17880 - main - loader: tftp client should use server address from rootip

2021-08-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=1b1bb6f178802a4522824e0268634a99cdbda098 commit 1b1bb6f178802a4522824e0268634a99cdbda098 Author: Toomas Soome AuthorDate: 2021-08-02 12:27:38 + Commit: Toomas Soome CommitDate: 2021-08-02 12:43

git: aed2afeb51e4 - main - Ignore ResourceProducer flag for: o Arm CoreLink TM CMN-600 Coherent Mesh Network controller, o Arm CoreLink DMC-620 Dynamic Memory Controller.

2021-08-02 Thread Aleksandr Rybalko
The branch main has been updated by ray: URL: https://cgit.FreeBSD.org/src/commit/?id=aed2afeb51e474628d508cc4c6dea223b78b9789 commit aed2afeb51e474628d508cc4c6dea223b78b9789 Author: Aleksandr Rybalko AuthorDate: 2021-08-02 10:41:14 + Commit: Aleksandr Rybalko CommitDate: 2021-08-0

git: df95cc76affb - main - vmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1

2021-08-02 Thread Ka Ho Ng
The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=df95cc76affbbf114c9ff2e4ee011b6f162aa8bd commit df95cc76affbbf114c9ff2e4ee011b6f162aa8bd Author: Ka Ho Ng AuthorDate: 2021-08-02 09:54:40 + Commit: Ka Ho Ng CommitDate: 2021-08-02 09:55:08 +

git: 82bf6a2566ba - main - xen/timer: fix amd64 LINT kernel build

2021-08-02 Thread Roger Pau Monné
The branch main has been updated by royger: URL: https://cgit.FreeBSD.org/src/commit/?id=82bf6a2566ba51f2516c16aa7cca6398972c3123 commit 82bf6a2566ba51f2516c16aa7cca6398972c3123 Author: Roger Pau Monné AuthorDate: 2021-08-02 08:22:22 + Commit: Roger Pau Monné CommitDate: 2021-08-02