[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630 --- Comment #22 from Fabian Keil --- D'oh. I realized that some of my reproduction attempts were flawed because I didn't set WITHOUT_SYSTEM_COMPILER and only built the tested release once to safe time, thus testing the currently installed s

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #149 from Gary Jennejohn --- (In reply to hlh from comment #148) I can report that this change did not affect my 522A. I now see non-fatal lock order reversals when I remove the SD card. I don't remember seeing them last week.

[Bug 246889] Kernel panic after upgrading to FreeBSD 12.1

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246889 --- Comment #8 from Andriy Gapon --- What source tree did you use when you compiled the modules? Is it an exact match for the kernel that you have installed? -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 246889] Kernel panic after upgrading to FreeBSD 12.1

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246889 --- Comment #9 from Eugene Hutorny --- What would be a proof for that? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https:/

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #150 from h...@restart.be --- (In reply to Gary Jennejohn from comment #149) rtsx_handle_card_present() is called in rtsx_intr() with the LOCK active. This function schedule immediately rtsx_card_task() and this one acquire the

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #151 from h...@restart.be --- (In reply to hlh from comment #150) maybe the culprit: In a commit on May 28 in rtsx_card_task() I put the UNLOCK after sc->rtsx_mmc_dev = NULL. It seems logical since sc struct is modified. In yo

[Bug 244533] [patch] diff(1) --label not honoured for "print_status"

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244533 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: bapt Date: Mon Jun 1 09:01:14 UTC 2020 New revision: 361688 URL: https://svnweb.freebsd.org/changeset/base/361688 Log: Restore compatibility with GNU

[Bug 233402] diff -N: loss of functionality

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233402 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: bapt Date: Mon Jun 1 09:09:37 UTC 2020 New revision: 361689 URL: https://svnweb.freebsd.org/changeset/base/361689 Log: diff: restore compatibility wit

[Bug 244533] [patch] diff(1) --label not honoured for "print_status"

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244533 Baptiste Daroussin changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 233402] diff -N: loss of functionality

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233402 Baptiste Daroussin changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 234195] diff(1) doesn't document long name for -b

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234195 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: bapt Date: Mon Jun 1 09:15:16 UTC 2020 New revision: 361690 URL: https://svnweb.freebsd.org/changeset/base/361690 Log: Document long version of -b opt

[Bug 234195] diff(1) doesn't document long name for -b

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234195 Baptiste Daroussin changed: What|Removed |Added Status|New |Closed Resolution|---

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #152 from Jesper Schmitz Mouridsen --- (In reply to hlh from comment #151) lock order reversal: (Giant after non-sleepable) 1st 0xf80004e0fc00 rtsx0 (rtsx) @ rtsx.c:513 2nd 0x81802500 Giant (Giant) @ /usr/src/sys/k

YinHong Disposable masks and KN95 masks could

2020-06-01 Thread Chou Yang via freebsd-bugs
Good day, Glad to let you know that after completing the construction of the Lei Shenshan Hospital project, Yin Hong Company, in order to actively protect the epidemic, Yin Hong mask production line was officially put into production, mainly producing disposable masks and KN95 masks, with CE and

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #153 from Gary Jennejohn --- (In reply to Jesper Schmitz Mouridsen from comment #152) Right, so unlock before device_delete_child() and re-lock before the write to sc->rtsx_mmc_dev. It tried this change, it works and eliminates

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #154 from h...@restart.be --- (In reply to Gary Jennejohn from comment #153) LOCK / UNLOCK for sc->rtsx_mmc_dev = NULL; seems useless to me. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #155 from Gary Jennejohn --- (In reply to hlh from commsc->rtsx_mmc_devent #154) This disagress with your comment in 151, which implies you were worried about modifying sc->rtsx_mmc_dev when it's not under the lock. If that's t

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #156 from h...@restart.be --- (In reply to Gary Jennejohn from comment #155) In this case: if (device_delete_child(sc->rtsx_dev, sc->rtsx_mmc_dev)) device_printf(sc->rtsx_dev, "Detaching MMC bus failed\n")

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #157 from Gary Jennejohn --- (In reply to hlh from comment #156) OK, I'm convinced. Now we both know why the original code was correct :) -- You are receiving this mail because: You are the assignee for the bug. _

Научные публикации

2020-06-01 Thread Интерактив плюс
___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

[Bug 219399] System panics after several hours of 14-threads-compilation orgies using poudriere on AMD Ryzen...

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399 John changed: What|Removed |Added CC||kabukimas...@gmail.com --- Comment #287 fro

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #158 from Gleb Popov --- It is awesome to see progress on this. I wrote a FreeBSD port that pulls sources from GitHub, compiles the kmod and installs it. We can use it to gain wider testing audience. Henri, once you're confide

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #159 from Henri Hennebert --- (In reply to Gleb Popov from comment #158) Thank you! I am waiting for a test by jyoun...@gmail.com about the RTS522A. Can you test the driver on your notebook and report the Realtek device and F

[Bug 246597] Race condition in mountd

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246597 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org,

[Bug 246307] Kernel panic when running sysctl -a | grep igb

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246307 Mark Johnston changed: What|Removed |Added CC||kak...@freebsd.org,

[Bug 246311] [patch] procstat can't view current working directory (affects xfce4-terminal, linprocfs, ...)

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246311 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #2 f

[Bug 246312] make buildkernel fails on sys/dev/kbdmux/kbdmux.c at r360808 (r360560 was ok)

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246312 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

(AD) OSANG HEALTHCARE ., ltd COVID-19 diagnostic kit!

2020-06-01 Thread dennyhan
___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

[Bug 246918] audit.log(5) reference to non-existing man pages

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246918 Bug ID: 246918 Summary: audit.log(5) reference to non-existing man pages Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Se

[Bug 246918] audit.log(5) reference to non-existing man pages

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246918 Shivank Garg changed: What|Removed |Added Keywords||easy URL|

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #160 from Gleb Popov --- Loading the driver results in rtsx0: mem 0xdf10-0xdf100fff at device 0.0 on pci4 but nothing else. mmc and mmcsd are already loaded. -- You are receiving this mail because: You are the assignee

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #161 from Gleb Popov --- Oh, I inserted a card and new device appeared. I haven't done extensive testing, though, -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 246046] boot error in boot/lua/drawer.lua

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246046 --- Comment #2 from gabor.rad...@gmail.com --- (In reply to Kyle Evans from comment #1) Ok, it's weird bit ... I was playing with GhostBSD to enable PXE or netboot. I did not change any filename but used only files with their "as is" name f

[Bug 246046] boot error in boot/lua/drawer.lua

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246046 --- Comment #3 from Kyle Evans --- (In reply to gabor.radnai from comment #2) Hmm, if I mount 12.1 image as cd9660, they do appear as logo-*.lua. Are you checking after actually writing them to a disk, or how are you checking? I'm not qui

[Bug 246046] boot error in boot/lua/drawer.lua

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246046 --- Comment #4 from gabor.rad...@gmail.com --- I mounted under Windows 10 to be honest first. Read somewhere ISO standard defines upper case letters, number digits, "_" and "." as valid filenames which is followed in Windows strangely, so sh

[Bug 246046] boot error in boot/lua/drawer.lua

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246046 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: kevans Date: Mon Jun 1 23:26:37 UTC 2020 New revision: 361709 URL: https://svnweb.freebsd.org/changeset/base/361709 Log: lualoader: improve drawer err

[Bug 246046] boot error in boot/lua/drawer.lua

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246046 Kyle Evans changed: What|Removed |Added Status|New |In Progress Flags|

[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630 Alexandre Ganea changed: What|Removed |Added CC||alexandre.ga...@ubisoft.com ---

[Bug 246597] Race condition in mountd

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246597 Rick Macklem changed: What|Removed |Added Assignee|b...@freebsd.org|rmack...@freebsd.org St

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #162 from Henri Hennebert --- (In reply to Gleb Popov from comment #161) It is the first test for RTS5229. Can you try read and write operation on /dec/mmcsd0 eg: Create a zpool, populate it and then a zpool scrub. If the c