git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d1cbe79089868226625c12ef49f51214d79aa427 commit d1cbe79089868226625c12ef49f51214d79aa427 Author: Hans Petter Selasky AuthorDate: 2021-03-10 09:50:01 + Commit: Hans Petter Selasky CommitDate:

Re: git: 1ae20f7c70ea - main - kern: malloc: fix panic on M_WAITOK during THREAD_NO_SLEEPING()

2021-03-10 Thread Hans Petter Selasky
On 3/9/21 6:33 PM, John Baldwin wrote: On 3/9/21 3:17 AM, Kyle Evans wrote: The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=1ae20f7c70ea16fa8b702e409030e170df4f5c13 commit 1ae20f7c70ea16fa8b702e409030e170df4f5c13 Author: Kyle Evans AuthorDate:

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Konstantin Belousov
On Wed, Mar 10, 2021 at 09:52:27AM +, Hans Petter Selasky wrote: > The branch main has been updated by hselasky: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=d1cbe79089868226625c12ef49f51214d79aa427 > > commit d1cbe79089868226625c12ef49f51214d79aa427 > Author: Hans Petter Selasky

Re: git: d1cbe7908986 - main - Allocating the LinuxKPI current structure from an interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
On 3/10/21 11:04 AM, Konstantin Belousov wrote: This probably hangs machine instead of panicing. In low memory condition, you do not handle interrupt, which probably mean that the source is not silenced, and after EOI the same interrupt will be generated again. Hi, This usually happens during

git: 6eb60f5b7f7d - main - Use the word "LinuxKPI" instead of "Linux compatibility", to not confuse with user-space Linux compatibility support. No functional change.

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=6eb60f5b7f7df1a59de139260aebfa0aa5f6d79e commit 6eb60f5b7f7df1a59de139260aebfa0aa5f6d79e Author: Hans Petter Selasky AuthorDate: 2021-03-10 11:21:01 + Commit: Hans Petter Selasky CommitDate:

Re: git: 1ae20f7c70ea - main - kern: malloc: fix panic on M_WAITOK during THREAD_NO_SLEEPING()

2021-03-10 Thread Mateusz Guzik
There is something very wrong going on here. Key thing to note is that malloc is ultimately a wrapper around uma_zalloc. Whatever asserts you may want to add to malloc to catch problems sooner, should also present in uma. uma has the following: if (flags & M_WAITOK) { WIT

git: dfb33cb0ef48 - main - Allocating the LinuxKPI current structure from a software interrupt thread must be done using the M_NOWAIT flag after 1ae20f7c70ea .

2021-03-10 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=dfb33cb0ef48084da84072244e8ca486dfcf3a96 commit dfb33cb0ef48084da84072244e8ca486dfcf3a96 Author: Hans Petter Selasky AuthorDate: 2021-03-10 12:26:09 + Commit: Hans Petter Selasky CommitDate:

git: 953a7d7c61f3 - main - Arch64: Clear VFP state on execve()

2021-03-10 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=953a7d7c61f3b2f5351dfe668510ec782ae282e8 commit 953a7d7c61f3b2f5351dfe668510ec782ae282e8 Author: Alex Richardson AuthorDate: 2021-03-09 19:11:40 + Commit: Alex Richardson CommitDate: 2021-

git: 7e7f7beee732 - main - ns8250: don't drop IER_TXRDY on bus_grab/ungrab

2021-03-10 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=7e7f7beee732810d3afcc83828341ac3e139b5bd commit 7e7f7beee732810d3afcc83828341ac3e139b5bd Author: Mitchell Horne AuthorDate: 2021-03-10 14:57:12 + Commit: Mitchell Horne CommitDate: 2021-03-10 1

git: e5f02c140bf1 - main - Fix local-unbound setup for some IPv6 deployments.

2021-03-10 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=e5f02c140bf1e519a95bd6331382e8a2a1b6219f commit e5f02c140bf1e519a95bd6331382e8a2a1b6219f Author: Dag-Erling Smørgrav AuthorDate: 2021-03-10 14:01:38 + Commit: Dag-Erling Smørgrav CommitDate: 2021-

git: 409388cfac49 - main - Fix post-start check when unbound.conf has moved.

2021-03-10 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=409388cfac49a312034e9397c870e3f81ff90734 commit 409388cfac49a312034e9397c870e3f81ff90734 Author: Dag-Erling Smørgrav AuthorDate: 2021-03-10 14:18:59 + Commit: Dag-Erling Smørgrav CommitDate: 2021-

Re: git: 953a7d7c61f3 - main - Arch64: Clear VFP state on execve()

2021-03-10 Thread John Baldwin
On 3/10/21 4:45 AM, Alex Richardson wrote: The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=953a7d7c61f3b2f5351dfe668510ec782ae282e8 commit 953a7d7c61f3b2f5351dfe668510ec782ae282e8 Author: Alex Richardson AuthorDate: 2021-03-09 19:11:40 + C

Re: git: 953a7d7c61f3 - main - Arch64: Clear VFP state on execve()

2021-03-10 Thread Alexander Richardson
On Wed, 10 Mar 2021 at 17:29, John Baldwin wrote: > > On 3/10/21 4:45 AM, Alex Richardson wrote: > > The branch main has been updated by arichardson: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=953a7d7c61f3b2f5351dfe668510ec782ae282e8 > > > > commit 953a7d7c61f3b2f5351dfe668510ec782a

git: c328f64d8107 - main - arm64: Fix COMPAT_FREEBSD32.

2021-03-10 Thread Olivier Houchard
The branch main has been updated by cognet: URL: https://cgit.FreeBSD.org/src/commit/?id=c328f64d81079bad5064c8a387883df50ab5aaed commit c328f64d81079bad5064c8a387883df50ab5aaed Author: Olivier Houchard AuthorDate: 2021-03-10 18:01:41 + Commit: Olivier Houchard CommitDate: 2021-03-

Re: git: c328f64d8107 - main - arm64: Fix COMPAT_FREEBSD32.

2021-03-10 Thread Jessica Clarke
On 10 Mar 2021, at 18:07, Olivier Houchard wrote: > > The branch main has been updated by cognet: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=c328f64d81079bad5064c8a387883df50ab5aaed > > commit c328f64d81079bad5064c8a387883df50ab5aaed > Author: Olivier Houchard > AuthorDate: 2021-0

Re: git: c328f64d8107 - main - arm64: Fix COMPAT_FREEBSD32.

2021-03-10 Thread Olivier Houchard
Hi Jessica, On Wed, Mar 10, 2021 at 06:36:35PM +, Jessica Clarke wrote: > On 10 Mar 2021, at 18:07, Olivier Houchard wrote: > > > > The branch main has been updated by cognet: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=c328f64d81079bad5064c8a387883df50ab5aaed > > > > commit

git: 2cee045b4d62 - main - Move time math out of disabled interrupts sections.

2021-03-10 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=2cee045b4d62568d065b838a6cf129fed2424709 commit 2cee045b4d62568d065b838a6cf129fed2424709 Author: Alexander Motin AuthorDate: 2021-03-10 18:39:15 + Commit: Alexander Motin CommitDate: 2021-03-10 18

git: 3fa034210c75 - main - ktls: Fix non-inplace TLS 1.3 encryption.

2021-03-10 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3fa034210c75431173cb0a2375f6938386e25315 commit 3fa034210c75431173cb0a2375f6938386e25315 Author: John Baldwin AuthorDate: 2021-03-10 19:07:40 + Commit: John Baldwin CommitDate: 2021-03-10 19:07:40

Re: git: 953a7d7c61f3 - main - Arch64: Clear VFP state on execve()

2021-03-10 Thread John Baldwin
On 3/10/21 9:37 AM, Alexander Richardson wrote: On Wed, 10 Mar 2021 at 17:29, John Baldwin wrote: On 3/10/21 4:45 AM, Alex Richardson wrote: The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=953a7d7c61f3b2f5351dfe668510ec782ae282e8 commit 953a7d7

Re: git: c328f64d8107 - main - arm64: Fix COMPAT_FREEBSD32.

2021-03-10 Thread John Baldwin
On 3/10/21 10:36 AM, Jessica Clarke wrote: On 10 Mar 2021, at 18:07, Olivier Houchard wrote: The branch main has been updated by cognet: URL: https://cgit.FreeBSD.org/src/commit/?id=c328f64d81079bad5064c8a387883df50ab5aaed commit c328f64d81079bad5064c8a387883df50ab5aaed Author: Olivier

Re: git: c328f64d8107 - main - arm64: Fix COMPAT_FREEBSD32.

2021-03-10 Thread Mark Millard via dev-commits-src-main
Jessica Clarke jrtc27 at freebsd.org wrote on Wed Mar 10 18:36:39 UTC 2021 : > On 10 Mar 2021, at 18:07, Olivier Houchard wrote: > > > > The branch main has been updated by cognet: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=c328f64d81079bad5064c8a387883df50ab5aaed > > > > commit

git: b1d63265ac39 - main - Flush remaining routes from the routing table during VNET shutdown.

2021-03-10 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=b1d63265ac399112b3bca36c3d75df1a3c2c8102 commit b1d63265ac399112b3bca36c3d75df1a3c2c8102 Author: Alexander V. Chernikov AuthorDate: 2021-03-08 21:35:41 + Commit: Alexander V. Chernikov Commit

git: 15565e0a2177 - main - kern.mk: fix -Wno-error style to fix build with Clang 12

2021-03-10 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=15565e0a2177f53b086609fecd48991c52dad5eb commit 15565e0a2177f53b086609fecd48991c52dad5eb Author: Greg V AuthorDate: 2021-03-10 22:17:09 + Commit: Ed Maste CommitDate: 2021-03-10 22:34:35 +