git: 60408c23c950 - main - pci_vendors: udpate to 2022-05-18

2022-06-10 Thread Baptiste Daroussin
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=60408c23c9505de0366aa21ce61eb57bd528d1ad commit 60408c23c9505de0366aa21ce61eb57bd528d1ad Author: Baptiste Daroussin AuthorDate: 2022-06-10 10:55:43 + Commit: Baptiste Daroussin CommitDate: 2022-0

git: 0e981d79b19d - main - LinuxKPI: move pm_message_t from kernel.h to pm.h

2022-06-10 Thread Bjoern A. Zeeb
alse' /etc/malloc.conf".) +20220610: + LinuxKPI pm.h changes require an update to the latest drm-kmod version + before re-compiling to avoid errors. + 20211230: The macros provided for the manipulation of CPU sets (e.g. CPU_AND) have been modified to tak

git: 796d48ec4168 - main - ftpd(8): do not refer to now unused libxo(3)

2022-06-10 Thread Eugene Grosbein
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=796d48ec416863ab2826a1205365710635244023 commit 796d48ec416863ab2826a1205365710635244023 Author: Eugene Grosbein AuthorDate: 2022-06-10 14:03:07 + Commit: Eugene Grosbein CommitDate: 2022-06-10

git: d0d291103519 - main - LinuxKPI: 802.11: rework handling of the special IEEE80211_NUM_TIDS queue

2022-06-10 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d0d2911035192473e8bd3f6b99ed5ca9b1b29e47 commit d0d2911035192473e8bd3f6b99ed5ca9b1b29e47 Author: Bjoern A. Zeeb AuthorDate: 2022-06-10 14:18:57 + Commit: Bjoern A. Zeeb CommitDate: 2022-06-10 14:18

Re: svn commit: r319663 - head/lib/libc/sys

2022-06-10 Thread Jilles Tjoelker
On Fri, Jun 10, 2022 at 01:02:01AM +0400, Sergey Kandaurov wrote: > On Thu, 8 Jun 2017 at 01:21, Jilles Tjoelker wrote: > > Author: jilles > > Date: Wed Jun 7 21:21:14 2017 > > New Revision: 319663 > > URL: https://svnweb.freebsd.org/changeset/base/319663 > I believe the compatibility part can b

git: 1d7c4b7d86d9 - main - Update organization.dot with new CORE.12 members

2022-06-10 Thread Muhammad Moinur Rahman
The branch main has been updated by bofh (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1d7c4b7d86d9931e097b51f72085e62879b94623 commit 1d7c4b7d86d9931e097b51f72085e62879b94623 Author: Muhammad Moinur Rahman AuthorDate: 2022-06-10 17:11:45 + Commit: Muhammad Moinur

git: 19bb5a7244ff - main - iommu_gas: pass size to iommu_map without rounding

2022-06-10 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=19bb5a7244ff0374f44068a20df9393a1c88de5d commit 19bb5a7244ff0374f44068a20df9393a1c88de5d Author: Doug Moore AuthorDate: 2022-06-10 18:56:54 + Commit: Doug Moore CommitDate: 2022-06-10 18:56:54 +

git: 36447829aee5 - main - rb_tree: drop needless tests from rb_next, rb_prev

2022-06-10 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=36447829aee545ad9eafbfff3a783ee58cfb28fd commit 36447829aee545ad9eafbfff3a783ee58cfb28fd Author: Doug Moore AuthorDate: 2022-06-10 21:53:16 + Commit: Doug Moore CommitDate: 2022-06-10 21:53:16 +

Re: git: cdcd52d41e24 - main - irdma: Add RDMA driver for Intel(R) Ethernet Controller E810

2022-06-10 Thread John Baldwin
On 5/23/22 4:54 PM, Eric Joyner wrote: The branch main has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=cdcd52d41e246ba1c0fcfad0769bd691487355ef commit cdcd52d41e246ba1c0fcfad0769bd691487355ef Author: Bartosz Sobczak AuthorDate: 2022-05-23 23:39:27 + Commit: E

Re: git: d0d291103519 - main - LinuxKPI: 802.11: rework handling of the special IEEE80211_NUM_TIDS queue

2022-06-10 Thread Tomoaki AOKI
Hi. This broke build with LINUXKPI_DEBUG_80211 defined. Format string in printf() at line 3093 looks mis-matching with parameters. Don't know which is intended, though. Line No. in error log below differs as I've applied the patch you requested before, set linuxkpi_debug_80211 to 0x12, define LIN