[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #16 from Hans Petter Selasky --- If you can binary search when this regression was introduced that would be the best. --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 230402] With buildworld, the system can not use swap

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230402 --- Comment #16 from Dimitry Andric --- Apparently the conclusion in comment 14 was that it now worked. Please reopen if you are sure that it is not an OOM issue. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 230402] With buildworld, the system can not use swap

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230402 Dimitry Andric changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 215021] Single core AMD Turion ML-37 laptop does not respond until keys are pressed

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215021 --- Comment #7 from Jack --- It still seems to hang like 11 if I am running the laptop on battery but doesn't hang if it's plugged into the wall. Very strange. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241746] sys/conf: Unbreak kernel tags

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241746 Kubilay Kocak changed: What|Removed |Added Severity|Affects Only Me |Affects Some People

[Bug 241746] Unbreak kernel tags

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241746 Bug ID: 241746 Summary: Unbreak kernel tags Product: Base System Version: 11.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me

[Bug 230402] With buildworld, the system can not use swap

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230402 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 241710] please increase ARG_MAX

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241710 --- Comment #1 from Pedro F. Giffuni --- Created attachment 208895 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208895=edit Bump arg_max I think what Solaris/illumos calls _ARG_MAX32 would be a reasonable default. Is this

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #15 from Piotr Kubaj --- Is it acceptable for COMPAT_LINUXKPI to be put to GENERIC and GENERIC64 kernels? In that case I think it would be best to do it for all architectures on which linuxkpi works to avoid regressions.

[Bug 241600] Netmap libraries far out of sync with utilities

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241600 mike changed: What|Removed |Added Severity|Affects Only Me |Affects Some People --- Comment #1 from

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #14 from Piotr Kubaj --- Yes, putting linuxkpi to kernel doesn't make it panic during boot. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #13 from Piotr Kubaj --- Adding options VERBOSE_SYSINIT=1 didn't change the output on the console after loading linuxkpi. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #12 from Hans Petter Selasky --- There has been some changes recently to per-CPU data. Maybe that is related. Basically this code shouldn't panic. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #11 from Piotr Kubaj --- I'm building it now with VERBOSE_SYSINIT (I will build kernel with linuxkpi later on). For now, I built with the printf. It throws in the console before the panic: CPU=0 LIC=0xc6119000 -- You are

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #10 from Hans Petter Selasky --- You can also try to build the LinuxKPI into the kernel: options COMPAT_LINUXKPI I think it is a generic issue and not related to the LinuxKPI. --HPS -- You are receiving this mail because:

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #9 from Hans Petter Selasky --- Can you build a kernel with options VERBOSE_SYSINIT=1 And get the resulting dmesg when loading the LinuxKPI ? --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #8 from Piotr Kubaj --- (In reply to Hans Petter Selasky from comment #5) Yes, it has been rebuilt. It happens also when doing only kldload linuxkpi, which doesn't involve radeonkms. Our (PPC devs) hypothesis is that something

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #7 from Hans Petter Selasky --- Sure, but did you re-build radeonkms.ko from ports? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #6 from Piotr Kubaj --- FYI happens also on r354356. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #5 from Hans Petter Selasky --- And I presume "radeonkms" has been re-built aswell. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #4 from Hans Petter Selasky --- The piece of code you reference, line 118 in sys/compat/linuxkpi/common/src/linux_idr.c, should not be run during kldload. It is part of a SYSUNINIT(): SYSUNINIT(idr_preload_uninit,

[Bug 215021] Single core AMD Turion ML-37 laptop does not respond until keys are pressed

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215021 --- Comment #6 from Masachika ISHIZUKA --- Sorry for too late reply. Thank you for good information of 'cat /dev/random > /dev/null', that is very useful and I could do successfully 'freebsd-update -r 12.1-RELEASE upgrade' with it on a

[Bug 241735] kernel panic while booting ,After VMD enabled in BIOS and Installation of intel Volume management Device VMD) Driver on Intel Server Board S2600WF (wolfpass)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241735 surya prakash jagatha changed: What|Removed |Added Severity|Affects Only Me |Affects Many People

[Bug 241735] kernel panic while booting ,After VMD enabled in BIOS and Installation of intel Volume management Device VMD) Driver on Intel Server Board S2600WF (wolfpass)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241735 surya prakash jagatha changed: What|Removed |Added Summary|kernel panic while booting |kernel panic while booting

[Bug 241735] kernel panic while booting on Intel Server Board S2600WF (wolfpass) when Installing intel Volume management Driver(VMD) and enabling VMD in Bios

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241735 Bug ID: 241735 Summary: kernel panic while booting on Intel Server Board S2600WF (wolfpass) when Installing intel Volume management Driver(VMD) and enabling VMD in Bios

[Bug 241728] linuxkpi: panics after loading radeonkms kernel module (data storage interrupt trap)

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 Kubilay Kocak changed: What|Removed |Added Summary|linuxkpi: panics after |linuxkpi: panics after

[Bug 241728] linuxkpi: panics after loading

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #3 from Piotr Kubaj --- (In reply to Hans Petter Selasky from comment #2) Yes, I successfully loaded radeonkms and used X11 in September (I unfortunately can't say what revision was that). World and kernel both have been

[Bug 241728] linuxkpi: panics after loading

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #2 from Hans Petter Selasky --- Is this a regression issue? Has all code be re-compiled from source? --HPS -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241728] linuxkpi: panics after loading

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 --- Comment #1 from Piotr Kubaj --- Adding to CC developers that recently commited some changes. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 241728] linuxkpi: panics after loading

2019-11-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728 Bug ID: 241728 Summary: linuxkpi: panics after loading Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects