[Bug 229087] 11.2-RC3 Weird keyboard behaviour

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229087 Andriy Gapon changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 163461] [vfs] vfs.zfs.arc_max/vfs.zfs.arc_meta_limit defaults aren't wise

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163461 Shane changed: What|Removed |Added CC||free...@shaneware.biz --- Comment #3 from

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 Bug ID: 229106 Summary: intr_event_handle is unsafe with respect to interrupt handler list Product: Base System Version: CURRENT Hardware: Any OS: Any

[Bug 229107] linprocfs: implement /dev/tty/drivers

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229107 Bug ID: 229107 Summary: linprocfs: implement /dev/tty/drivers Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affe

[Bug 229107] linprocfs: implement /dev/tty/drivers

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229107 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|emulat...@freebsd.org -- You are r

[Bug 213501] Screen blank after sleep/resume

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213501 --- Comment #7 from John Baldwin --- (In reply to Andriy Gapon from comment #6) Yes, X with VESA will most likely not work aside from an older BIOS. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #1 from John Baldwin --- This is an old race. I have a very old p4 branch that dedicates a spin lock to protecting the list of handlers (and then uses that as the thread_lock of idle interrupt threads so that the number of spin

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #2 from Andriy Gapon --- Yes, it's an old one. I think that using a spinlock is perfectly fine. I also have a work-in-progress that tries to solve the problem with some atomic magic so that intr_event_handle is completely wait /

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org --- Comment #3 fro

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #4 from Conrad Meyer --- Is this list a good candidate for epoch(9)-based reclamation? :-) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #5 from John Baldwin --- I suspect you cannot use epoch(9) in primary interrupt context (e.g. filters) just as you can't use regular mutexes there. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #6 from Andriy Gapon --- But a similar approach might work. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https:

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #7 from Conrad Meyer --- Where does epoch(9) take a regular mtx? I may just be missing it, but I see only spin mutexes. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 229120] [acpi_ibm] [patch] Add support for newer Thinkpad models with id LEN0268

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229120 Bug ID: 229120 Summary: [acpi_ibm] [patch] Add support for newer Thinkpad models with id LEN0268 Product: Base System Version: 11.0-STABLE Hardware: amd64

[Bug 229120] [acpi_ibm] [patch] Add support for newer Thinkpad models with id LEN0268

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229120 Mark Linimon changed: What|Removed |Added Keywords||patch Assignee|b...@freeb

[Bug 228755] libvgl under syscons causes system reboot (via SDL 1.2)

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228755 Mahmoud Al-Qudsi changed: What|Removed |Added Keywords||crash, panic Hardware

[Bug 190281] netstat -s -i only shows ip6 statistics

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190281 Marie Helene Kvello-Aune changed: What|Removed |Added CC||mariehelen...@gmail.com

[Bug 190281] netstat -s -i only shows ip6 statistics

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190281 --- Comment #4 from Marie Helene Kvello-Aune --- ... And I just realized I didn't see the comment by Eitan Adler before starting to dig into this. Oops. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #8 from Andriy Gapon --- (In reply to Conrad Meyer from comment #7) I don't know epoch(9) / ck_epoch implementation details, but given the constraints[*] of interrupt handling, I think that it could be an overkill. I mean, it p

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #9 from Conrad Meyer --- (In reply to Andriy Gapon from comment #8) Yes, performance of add/remove doesn't matter. But performance of intr_event_handle() matters very much, and adding a contested spin lock to it seems like a ba

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #10 from John Baldwin --- To be clear, we are not talking about adding a spin mutex. We are talking about replacing the existing sched_lock mutex used to schedule the ithread anyway with a dedicated spin mutex that protects the

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #11 from Conrad Meyer --- Sure. It'd still be a single global spin lock, right? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.or

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #12 from John Baldwin --- No, it is kind of per-IRQ, not global. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list h

[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229106 --- Comment #13 from Conrad Meyer --- Oh, that's much better. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.fr

[Bug 203349] [META] FreeBSD Foundation sponsored project dependencies for FreeBSD 11.x

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203349 Bug 203349 depends on bug 223806, which changed state. Bug 223806 Summary: java/openjdk8: [PATCH] arm64 package builds do not allow enough time for build to complete https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223806 What

[Bug 211713] NVME controller failure: resetting (Samsung SM961 SSD Drives)

2018-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211713 Ali Abdallah changed: What|Removed |Added CC||ali...@gmail.com --- Comment #62 fr