git: d1bdc2821fcd - main - Deprecate contigfree(9) in favour of free(9)

2024-07-26 Thread Bjoern A. Zeeb
insertions(+), 197 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 02a34a2541eb..088dd23ebb4d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20240726: deprecate contigfree(9) +OLD_FILES+=usr/share/man/man9

git: 4fab5f005482 - main - kern_malloc: fold free and zfree together into one __always_inline func

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4fab5f005482aa88bc0f7d7a0a5e81b436869112 commit 4fab5f005482aa88bc0f7d7a0a5e81b436869112 Author: Bjoern A. Zeeb AuthorDate: 2024-07-24 15:56:32 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 10:46

git: 5668c22a13c6 - main - LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_buffer

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=5668c22a13c6befa9b8486387d38457c40ce7af4 commit 5668c22a13c6befa9b8486387d38457c40ce7af4 Author: Bjoern A. Zeeb AuthorDate: 2024-06-27 12:19:38 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 10:53

git: c179937b986e - main - libc/getnameinfo: stop adding NI_NUMERICHOST where inappropriate

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c179937b986ec3959d89bfeb8eed0a6f58a28649 commit c179937b986ec3959d89bfeb8eed0a6f58a28649 Author: Bjoern A. Zeeb AuthorDate: 2024-06-10 11:34:25 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11:03

git: 9776aba34576 - main - net80211: scan/internal: change boolean argument from int to bool

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9776aba34576596cbe49084457ee40730fec55a2 commit 9776aba34576596cbe49084457ee40730fec55a2 Author: Bjoern A. Zeeb AuthorDate: 2024-06-30 21:16:39 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11:07

git: 5c3af1d697dc - main - nullfs: Use an a_gen field to cast to vop_generic_args

2024-07-26 Thread Konrad Witaszczyk
The branch main has been updated by def: URL: https://cgit.FreeBSD.org/src/commit/?id=5c3af1d697dc9d1bfe8f0a5ab9206a6b88e4bfe7 commit 5c3af1d697dc9d1bfe8f0a5ab9206a6b88e4bfe7 Author: Konrad Witaszczyk AuthorDate: 2022-11-09 15:26:56 + Commit: Konrad Witaszczyk CommitDate: 2024-07-2

git: 1f7df7570174 - main - LinuxKPI: move __kmalloc from slab.h to slab.c

2024-07-26 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1f7df757017404011732196e65981d9325f7a89f commit 1f7df757017404011732196e65981d9325f7a89f Author: Bjoern A. Zeeb AuthorDate: 2024-06-30 20:37:07 + Commit: Bjoern A. Zeeb CommitDate: 2024-07-26 11:51

git: 1d897d19f31d - main - netisr: avoid ffs(0)

2024-07-26 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=1d897d19f31dd6d0411eb01ac4695e1c6aa8836a commit 1d897d19f31dd6d0411eb01ac4695e1c6aa8836a Author: Doug Moore AuthorDate: 2024-07-26 16:51:17 + Commit: Doug Moore CommitDate: 2024-07-26 16:51:17 +

Re: git: c097967b9af9 - main - mlx5en: add diagnostic in one more case of failed eeprom read preparation

2024-07-26 Thread Drew Gallatin
Hi, This recently hit our tree and was deployed, and our operations team is quite upset because this results in a massive (orders of magnitude) increase in our kernel log messages due to our monitoring scripts probing each port. Can we please move this under bootverbose, or have some other way

Re: git: c097967b9af9 - main - mlx5en: add diagnostic in one more case of failed eeprom read preparation

2024-07-26 Thread Konstantin Belousov
On Fri, Jul 26, 2024 at 01:14:23PM -0400, Drew Gallatin wrote: > Hi, > > This recently hit our tree and was deployed, and our operations team is quite > upset because this results in a massive (orders of magnitude) increase in > our kernel log messages due to our monitoring scripts probing each

git: 56ecc8a93221 - main - pci_user: Rename _old to _freebsd6

2024-07-26 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=56ecc8a93221c16b6ea15d3dbea706a2c8bb33b4 commit 56ecc8a93221c16b6ea15d3dbea706a2c8bb33b4 Author: Warner Losh AuthorDate: 2024-07-26 23:20:44 + Commit: Warner Losh CommitDate: 2024-07-26 23:21:22 +

RE: git: 5670b8cc3672 - main - libthr: Preresolve selected EABI symbols on arm.

2024-07-26 Thread Mark Millard
Michal Meloun wrote on Date: Thu, 25 Jul 2024 16:25:09 UTC : > The branch main has been updated by mmel: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=5670b8cc3672d5a6bc2c41eb48d7d01343c43ad0 > > commit 5670b8cc3672d5a6bc2c41eb48d7d01343c43ad0 > Author: Michal Meloun > AuthorDate: 20

Re: git: 5670b8cc3672 - main - libthr: Preresolve selected EABI symbols on arm.

2024-07-26 Thread Philip Paeps
On 2024-07-27 07:57:38 (+0800), Mark Millard wrote: Michal Meloun wrote on Date: Thu, 25 Jul 2024 16:25:09 UTC : The branch main has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=5670b8cc3672d5a6bc2c41eb48d7d01343c43ad0 commit 5670b8cc3672d5a6bc2c41eb48d7d01343c43ad0 A

Re: git: 5670b8cc3672 - main - libthr: Preresolve selected EABI symbols on arm.

2024-07-26 Thread Mark Millard
On Jul 26, 2024, at 20:28, Philip Paeps wrote: > On 2024-07-27 07:57:38 (+0800), Mark Millard wrote: >> Michal Meloun wrote on >> Date: Thu, 25 Jul 2024 16:25:09 UTC : >> >>> The branch main has been updated by mmel: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=5670b8cc3672d5a6

Re: git: 5670b8cc3672 - main - libthr: Preresolve selected EABI symbols on arm.

2024-07-26 Thread Antoine Brodin
On Sat, Jul 27, 2024 at 6:01 AM Mark Millard wrote: > > > > On Jul 26, 2024, at 20:28, Philip Paeps wrote: > > > On 2024-07-27 07:57:38 (+0800), Mark Millard wrote: > >> Michal Meloun wrote on > >> Date: Thu, 25 Jul 2024 16:25:09 UTC : > >> > >>> The branch main has been updated by mmel: > >>> >