Re: Bad TTL when applying multiple MPLS labels

2019-08-27 Thread Gerrie Roos
My pleasure, thanks for the quick turnaround! -Original Message- From: "David Gwynne" Sent: Tuesday, 27 August, 2019 4:16am To: "Gerrie Roos" Cc: "bugs" Subject: Re: Bad TTL when applying multiple MPLS labels The fix should be in now. Thanks for the report, and the diff pointing right

Re: uvm_fault(0xffffffff81fb9030, 0x8, 0, 1) in unregister_acpi_notifier()

2019-08-27 Thread Sebastien Marie
On Tue, Aug 27, 2019 at 11:13:24AM +0200, Mark Kettenis wrote: > Wonder if it is trying to remove a notifier that hasn't been > registered. Seems the Linux code would allow that. > > Can you try the diff below? the host boot fine with it. the error path is taken, and the system continues to boot

Re: Clock issues (CPU frequency, TSC skew, tsc_timecounter_init)

2019-08-27 Thread Mark Patruck
Although /cvs/src/sys/arch/amd64/include/pctr.h has changed meanwhile, i've tested with your diff and also tried the one from kettenis@. I still see the same error with both. net/zabbix still shows a high process utilization every 15-30 minutes. And again...as soon as i switch kern.timecounte

Re: Bad TTL when applying multiple MPLS labels

2019-08-27 Thread David Gwynne
The fix should be in now. Thanks for the report, and the diff pointing right at the problem. On Tue., 27 Aug. 2019, 01:45 Gerrie Roos, wrote: > I just tested your patch and it works! I can see the correct TTL. > > -Original Message- > From: "David Gwynne" > Sent: Monday, 26 August, 2019

Re: uvm_fault(0xffffffff81fb9030, 0x8, 0, 1) in unregister_acpi_notifier()

2019-08-27 Thread Mark Kettenis
Wonder if it is trying to remove a notifier that hasn't been registered. Seems the Linux code would allow that. Can you try the diff below? Index: dev/pci/drm/drm_linux.c === RCS file: /cvs/src/sys/dev/pci/drm/drm_linux.c,v retriev

Re: uvm_fault(0xffffffff81fb9030, 0x8, 0, 1) in unregister_acpi_notifier()

2019-08-27 Thread Mark Kettenis
> Date: Tue, 27 Aug 2019 10:04:56 +0200 > From: Sebastien Marie > > Hi, > > After upgrading to latest snapshot on amd64, I have uvm_fault(). > > initializing kernel modesetting (RV610 0x1002:0x94C3 0x1028:0x0402 0x00). > drm:pid0:r600_init *ERROR* Expecting atombios for R600 GPU > drm:pid0:rade

uvm_fault(0xffffffff81fb9030, 0x8, 0, 1) in unregister_acpi_notifier()

2019-08-27 Thread Sebastien Marie
Hi, After upgrading to latest snapshot on amd64, I have uvm_fault(). initializing kernel modesetting (RV610 0x1002:0x94C3 0x1028:0x0402 0x00). drm:pid0:r600_init *ERROR* Expecting atombios for R600 GPU drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init uvm_fault(0x81fb9030,

Re: Random crashes on multiple fresh installs

2019-08-27 Thread Stuart Henderson
Try installing a snapshot. If it still crashes but you get far enough to be able to run some commands, run "sendbug" as root to generate a report including the dmesg and acpi tables in text format - maybe easiest as "sendbug -P > somefile.txt" and copy it to another machine to send mail. -- S