git: bd94c8ab29c3 - main - [PowerPC] Fix NUMA checking for powernv

2021-03-27 Thread Brandon Bergren
The branch main has been updated by bdragon: URL: https://cgit.FreeBSD.org/src/commit/?id=bd94c8ab29c3162bbb43973ee77ce245fe157fef commit bd94c8ab29c3162bbb43973ee77ce245fe157fef Author: Brandon Bergren AuthorDate: 2021-03-28 01:41:45 + Commit: Brandon Bergren CommitDate: 2021-03-2

Re: git: 90d2f7c413f9 - main - release: amd64: Fix ISO/USB hybrid image

2021-03-27 Thread Nathan Whitehorn
Is there a reason this can't use makefs's boot-image support directly in future, like hybrid systems on other architectures? It already supports all the complex interleaving of partition tables with ISO9660 for other schemes (e.g. MBR and APM) and could probably be extended without much trouble

git: 3c065eeaa7a5 - main - libctf: Adjust logic to match upstream after 410556f1f

2021-03-27 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3c065eeaa7a5ebb56991f5c8123e343a83bf0f0d commit 3c065eeaa7a5ebb56991f5c8123e343a83bf0f0d Author: Mark Johnston AuthorDate: 2021-03-28 00:36:44 + Commit: Mark Johnston CommitDate: 2021-03-28 00:3

git: 6a762cfae145 - main - powerpc: Fix powerpcspe WRT FPSCR

2021-03-27 Thread Justin Hibbits
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=6a762cfae145625e491528531709145c76228870 commit 6a762cfae145625e491528531709145c76228870 Author: Justin Hibbits AuthorDate: 2021-03-28 00:24:59 + Commit: Justin Hibbits CommitDate: 2021-03-28

git: a94d15af26b5 - main - ichsmb: Add PCI IDs for Intel Comet Lake and Tiger Lake

2021-03-27 Thread Neel Chauhan
The branch main has been updated by nc (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a94d15af26b51cea480030b26c751c3550b1b4bb commit a94d15af26b51cea480030b26c751c3550b1b4bb Author: Neel Chauhan AuthorDate: 2021-03-27 21:08:34 + Commit: Neel Chauhan CommitDate: 20

git: c7b913aa47ba - main - vm_fault: handle KERN_PROTECTION_FAILURE

2021-03-27 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c7b913aa47bac8b35b6a0679497ad28e561318c2 commit c7b913aa47bac8b35b6a0679497ad28e561318c2 Author: Konstantin Belousov AuthorDate: 2021-03-27 11:08:52 + Commit: Konstantin Belousov CommitDate: 2021-

Re: git: 410556f1f10f - main - libctf: Fix an out-of-bounds read in ctf_lookup_by_name()

2021-03-27 Thread Mark Johnston
On Sat, Mar 27, 2021 at 06:16:44PM +, Jessica Clarke wrote: > On 27 Mar 2021, at 18:06, Mark Johnston wrote: > > > > The branch main has been updated by markj: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=410556f1f10fd35b350102725fd8504c3cb0afc8 > > > > commit 410556f1f10fd35b3

Re: git: 410556f1f10f - main - libctf: Fix an out-of-bounds read in ctf_lookup_by_name()

2021-03-27 Thread Jessica Clarke
On 27 Mar 2021, at 18:06, Mark Johnston wrote: > > The branch main has been updated by markj: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=410556f1f10fd35b350102725fd8504c3cb0afc8 > > commit 410556f1f10fd35b350102725fd8504c3cb0afc8 > Author: Domagoj Stolfa > AuthorDate: 2021-03-27 1

git: 410556f1f10f - main - libctf: Fix an out-of-bounds read in ctf_lookup_by_name()

2021-03-27 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=410556f1f10fd35b350102725fd8504c3cb0afc8 commit 410556f1f10fd35b350102725fd8504c3cb0afc8 Author: Domagoj Stolfa AuthorDate: 2021-03-27 18:04:12 + Commit: Mark Johnston CommitDate: 2021-03-27 18:

git: 71c160a8f614 - main - vfs: Add an assertion around name length limits

2021-03-27 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=71c160a8f614fa4812838002ba9d266af3cf988c commit 71c160a8f614fa4812838002ba9d266af3cf988c Author: Mark Johnston AuthorDate: 2021-03-27 17:42:48 + Commit: Mark Johnston CommitDate: 2021-03-27 17:4

Re: git: 90d2f7c413f9 - main - release: amd64: Fix ISO/USB hybrid image

2021-03-27 Thread Rodney W. Grimes
> The branch main has been updated by manu: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=90d2f7c413f9fc4ac479fa5e91ba1de6d4ea8d45 > > commit 90d2f7c413f9fc4ac479fa5e91ba1de6d4ea8d45 > Author: Emmanuel Vadot > AuthorDate: 2021-03-27 11:04:51 + > Commit: Emmanuel Vadot > Commit

git: 90d2f7c413f9 - main - release: amd64: Fix ISO/USB hybrid image

2021-03-27 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=90d2f7c413f9fc4ac479fa5e91ba1de6d4ea8d45 commit 90d2f7c413f9fc4ac479fa5e91ba1de6d4ea8d45 Author: Emmanuel Vadot AuthorDate: 2021-03-27 11:04:51 + Commit: Emmanuel Vadot CommitDate: 2021-03-27 11:

git: 6f43c72b472e - main - Zero `struct weightened_nhop` fields in nhgrp_get_addition_group().

2021-03-27 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=6f43c72b472ee78e04f1ebd347ca0ae7787ee876 commit 6f43c72b472ee78e04f1ebd347ca0ae7787ee876 Author: Alexander V. Chernikov AuthorDate: 2021-03-20 08:26:03 + Commit: Alexander V. Chernikov Commit