Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Konstantin Belousov
On Sat, May 09, 2020 at 11:33:40PM +0300, Andriy Gapon wrote: > On 09/05/2020 19:50, Konstantin Belousov wrote: > > On Sat, May 09, 2020 at 07:16:27PM +0300, Andriy Gapon wrote: > >> On 09/05/2020 19:13, Konstantin Belousov wrote: > >>> On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote:

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Andriy Gapon
On 09/05/2020 23:47, Konstantin Belousov wrote: > Might be not, might be it would help due to pmap_delayed_invl_genp(). > But I would more worry about this 'already started' issue, because > this must not happen. Can you remove the assert from the macro and > provide backtrace of 'DI already

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Andriy Gapon
On 09/05/2020 19:50, Konstantin Belousov wrote: > On Sat, May 09, 2020 at 07:16:27PM +0300, Andriy Gapon wrote: >> On 09/05/2020 19:13, Konstantin Belousov wrote: >>> On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote: On 08/05/2020 19:15, Konstantin Belousov wrote: > On Fri,

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Konstantin Belousov
On Sun, May 10, 2020 at 12:02:19AM +0300, Andriy Gapon wrote: > On 09/05/2020 23:47, Konstantin Belousov wrote: > > Might be not, might be it would help due to pmap_delayed_invl_genp(). > > But I would more worry about this 'already started' issue, because > > this must not happen. Can you remove

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread David Wolfskill
On Sat, May 09, 2020 at 02:18:51PM +0200, Gordon Bergling wrote: > Greetings, > > I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error > when I try to load for example tcp_bbr.ko. > > kldload: an error occurred while loading module tcp_rack.ko. Please check > dmesg(8)

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 14:18, Gordon Bergling wrote: > > Greetings, > > I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error > when I try to load for example tcp_bbr.ko. > z > kldload: an error occurred while loading module tcp_rack.ko. Please check > dmesg(8) for more

Xorg question

2020-05-09 Thread Filippo Moretti
I run the latest current and I have the following packages installed>xf86-input-keyboard-1.9.0_4 xf86-input-libinput-0.28.2_1  xf86-input-mouse-1.9.3_3 Should I keep all of them or may I keep xf86-input-libinputThank youFilippo ___

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 16:25, Gordon Bergling wrote: > > Hi Michael, > > thanks for your reply. > > I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just > posted the wrong error message. Both TCP stacks weren’t loadable as a kernel > module with just the former mentioned

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, with a kernel config which includes include GENERIC options RATELIMIT options TCPHPTS applied, I could successfully use net.inet.tcp.functions_default=bbr to switch the TCP stack. Thanks for the fast help, Gordon > Am 09.05.2020 um 16:25 schrieb Gordon Bergling : > > Hi Michael,

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, On Sat, May 09, 2020 at 05:42:55PM +0200, Michael Tuexen wrote: > > On 9. May 2020, at 16:25, Gordon Bergling wrote: > > I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just > > posted the wrong error message. Both TCP stacks weren’t loadable as a > > kernel

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Andriy Gapon
On 09/05/2020 19:13, Konstantin Belousov wrote: > On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote: >> On 08/05/2020 19:15, Konstantin Belousov wrote: >>> On Fri, May 08, 2020 at 06:53:24PM +0300, Andriy Gapon wrote: I have a reproducible panic with a custom kernel without

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Konstantin Belousov
On Sat, May 09, 2020 at 07:16:27PM +0300, Andriy Gapon wrote: > On 09/05/2020 19:13, Konstantin Belousov wrote: > > On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote: > >> On 08/05/2020 19:15, Konstantin Belousov wrote: > >>> On Fri, May 08, 2020 at 06:53:24PM +0300, Andriy Gapon wrote:

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Hi Michael, thanks for your reply. I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just posted the wrong error message. Both TCP stacks weren’t loadable as a kernel module with just the former mentioned build option. I currently have build running with both kernel options

Re: Error loading tcp_bbr kernel module

2020-05-09 Thread Michael Tuexen
> On 9. May 2020, at 18:07, Gordon Bergling wrote: > > Hi Michael, > > On Sat, May 09, 2020 at 05:42:55PM +0200, Michael Tuexen wrote: >>> On 9. May 2020, at 16:25, Gordon Bergling wrote: >>> I tried tcp_rack and tcp_bbr, since both are separate TCP stacks. I just >>> posted the wrong error

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Andriy Gapon
On 08/05/2020 19:15, Konstantin Belousov wrote: > On Fri, May 08, 2020 at 06:53:24PM +0300, Andriy Gapon wrote: >> >> I have a reproducible panic with a custom kernel without option NUMA while >> using >> amdgpu driver from linuxkpi-based drm: >> >> panic: address 41ec0 beyond the last

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-09 Thread Konstantin Belousov
On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote: > On 08/05/2020 19:15, Konstantin Belousov wrote: > > On Fri, May 08, 2020 at 06:53:24PM +0300, Andriy Gapon wrote: > >> > >> I have a reproducible panic with a custom kernel without option NUMA while > >> using > >> amdgpu driver from

Error loading tcp_bbr kernel module

2020-05-09 Thread Gordon Bergling
Greetings, I build -CURRENT with WITH_EXTRA_TCP_STACKS=1, but I got the following error when I try to load for example tcp_bbr.ko. kldload: an error occurred while loading module tcp_rack.ko. Please check dmesg(8) for more details. dmesg shows: KLD tcp_bbr.ko: depends on tcphpts - not

Re: "make buildworld" fails for r360785?

2020-05-09 Thread Dimitry Andric
On 9 May 2020, at 05:10, Robert Huff wrote: > > Chris writes: >>> "make buildowrld" fails with: ... /usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp:1228:10: fatal error: 'emmintrin.h' file not found #include ^ ... > In file included

Re: "make buildworld" fails for r360785?

2020-05-09 Thread Robert Huff
Dimitry Andric writes: > /usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp:1228:10: > fatal error: 'emmintrin.h' file not found > #include > ^ > ... > > In file included from >

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-09 Thread Mark Millard
[I caused nfsd to having things shifted in mmeory some to see it it tracked content vs. page boundary for where the zeros stop. Non-nfsd examples omitted.] > . . . >> nfsd hit an assert, failing ret == sz_size2index_compute(size) > > [Correction: That should have referenced