[Bug 236347] "seq -f string" repeats strings wrong times

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236347 Bug ID: 236347 Summary: "seq -f string" repeats strings wrong times Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Sev

[Bug 236344] [toolchain] gcc-built shared library crashes in static object constructors when dynamically loaded

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236344 Bug ID: 236344 Summary: [toolchain] gcc-built shared library crashes in static object constructors when dynamically loaded Product: Base System Version: 11.2-STABLE H

[Bug 235714] Intermittent Boot Failure: bi_load_efi_data: GetMemoryMap error 5

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235714 Rebecca Cran changed: What|Removed |Added Severity|Affects Only Me |Affects Some People Sta

[Bug 236340] [FUSE] fuse(4) should pass through O_APPEND to the filesystem daemon

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236340 Bug ID: 236340 Summary: [FUSE] fuse(4) should pass through O_APPEND to the filesystem daemon Product: Base System Version: CURRENT Hardware: Any OS: A

[Bug 236340] [FUSE] fuse(4) should pass through O_APPEND to the filesystem daemon

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236340 Alan Somers changed: What|Removed |Added Assignee|b...@freebsd.org|asom...@freebsd.org

[Bug 236329] [FUSE] panic when opening a file with O_EXEC

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236329 Alan Somers changed: What|Removed |Added CC||c...@freebsd.org Assignee|

[Bug 236329] [FUSE] panic when opening a file with O_EXEC

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236329 Bug ID: 236329 Summary: [FUSE] panic when opening a file with O_EXEC Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severit

[Bug 236327] [FUSE] fuse(4) ignores errors from FUSE_RELEASE

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236327 Alan Somers changed: What|Removed |Added Assignee|b...@freebsd.org|asom...@freebsd.org

[Bug 236327] [FUSE] fuse(4) ignores errors from FUSE_RELEASE

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236327 Bug ID: 236327 Summary: [FUSE] fuse(4) ignores errors from FUSE_RELEASE Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Seve

[Bug 236323] [mkimg] Allow specifying (minimum) partition table size where applicable

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236323 Marcel Moolenaar changed: What|Removed |Added Assignee|b...@freebsd.org|mar...@freebsd.org -- You are

[Bug 236323] [mkimg] Allow specifying (minimum) partition table size where applicable

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236323 Marcel Moolenaar changed: What|Removed |Added Status|New |In Progress -- You are receivi

[Bug 236323] [mkimg] Allow specifying (minimum) partition table size where applicable

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236323 Bug ID: 236323 Summary: [mkimg] Allow specifying (minimum) partition table size where applicable Product: Base System Version: CURRENT Hardware: Any O

[Bug 236233] Python multiprocessing is 4x slower with 11.2 compared to 11.0 kernel

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236233 --- Comment #6 from Alex Richardson --- For now setting vm.pmap.pti=0 in /boot/loader.conf brings the testing time back down to 25.89s. Meltdown mitigation should not be too important for this server so I will disable it for now. I guess s

[Bug 236233] Python multiprocessing is 4x slower with 11.2 compared to 11.0 kernel

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236233 --- Comment #5 from Konstantin Belousov --- If you disable KPTI by a knob, does the speed loss recover ? Can you try on bare metal ? There is no PCID feature advertised by the virtualized CPU, so we flush TLB on each syscall entry and exit

[Bug 236233] Python multiprocessing is 4x slower with 11.2 compared to 11.0 kernel

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236233 --- Comment #4 from Alex Richardson --- It is a virtual machine with an Intel CPU: CPU info from dmesg: Hyper-V Version: 0.0.0 [SP0] Features=0x870 PM Features=0x0 [C0] Features3=0x0 XEN: Hypervisor version 4.7 detected. CPU: Intel(R

[Bug 225880] wrong structure addrinfo description in man getaddrinfo page

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225880 Sergey Kandaurov changed: What|Removed |Added CC||pluk...@freebsd.org

[Bug 236233] Python multiprocessing is 4x slower with 11.2 compared to 11.0 kernel

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236233 --- Comment #3 from Konstantin Belousov --- This does not look too informative. Can you infer which syscalls take longer ? Or is it some different timing for synchronization ? Or might be something completely different. Also, what is th

[Bug 236233] Python multiprocessing is 4x slower with 11.2 compared to 11.0 kernel

2019-03-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236233 Alex Richardson changed: What|Removed |Added Status|New |Open Summary|Python m