[Bug 225450] 11.1-* panics on AMD Opteron 2k due to EARLY_AP_STARTUP

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225450 --- Comment #14 from Pablo Ruiz --- I've tried moving the while loop a bit down at mp_x86, and I got a db prompt too: diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c index 3cca61ca72e..1c257d87e58 100644 ---

[Bug 222215] r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.conf

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=15 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: kevans Date: Sun Feb 11 02:27:52 UTC 2018 New revision: 329114 URL: https://svnweb.freebsd.org/changeset/base/329114 Log: MFC Loader Fixes 2017q3:

[Bug 219000] [patch] Integer underflow in efipart_realstrategy when I/O starts after end of disk

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219000 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: kevans Date: Sun Feb 11 02:27:52 UTC 2018 New revision: 329114 URL: https://svnweb.freebsd.org/changeset/base/329114 Log: MFC Loader Fixes 2017q3:

[Bug 207910] [uart] [patch] fix for Intel Atom Cherryview SOC HSUART not recognized

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207910 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: eadler Date: Sun Feb 11 07:04:48 UTC 2018 New revision: 329121 URL: https://svnweb.freebsd.org/changeset/base/329121 Log: MFC r308926: Add Intel

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #83 from m...@sentex.net --- Created attachment 190490 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190490=edit process that is hung in usem state with libc path and python linked to debug libs -- You are

[Bug 225813] [geom][patch] gpart does not recognise Apple APFS partition type

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225813 Conrad Meyer changed: What|Removed |Added Status|New |Closed

[Bug 207910] [uart] [patch] fix for Intel Atom Cherryview SOC HSUART not recognized

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207910 Eitan Adler changed: What|Removed |Added Resolution|--- |FIXED

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #84 from Konstantin Belousov --- (In reply to mike from comment #83) It is yet another (different) lock leakage. Please switch to the Thread 4 (LWP 101503) and from the frame 1 do "print *mtx". -- You are

[Bug 225450] 11.1-* panics on AMD Opteron 2k due to EARLY_AP_STARTUP

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225450 --- Comment #13 from Pablo Ruiz --- Hi again, Adding the following patch: diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c index 7cc02d663bf..3cca61ca72e 100644 --- a/sys/x86/x86/mp_x86.c +++

[Bug 225813] [geom][patch] gpart does not recognise Apple APFS partition type

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225813 Conrad Meyer changed: What|Removed |Added Resolution|--- |FIXED

[Bug 225813] [geom][patch] gpart does not recognise Apple APFS partition type

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225813 Conrad Meyer changed: What|Removed |Added Resolution|--- |FIXED

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #85 from m...@sentex.net --- (In reply to Konstantin Belousov from comment #84) (gdb) thread 4 [Switching to thread 4 (LWP 101503 of process 43500)] #0 _umtx_op_err () at /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37

[Bug 225450] 11.1-* panics on AMD Opteron 2k due to EARLY_AP_STARTUP

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225450 --- Comment #11 from John Baldwin --- Hmm, I don't know why the previous simple lock didn't help. One other possible thing to try is placing 'while (1);' infinite loop in the init_secondary_tail() function in

[Bug 225450] 11.1-* panics on AMD Opteron 2k due to EARLY_AP_STARTUP

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225450 --- Comment #15 from Pablo Ruiz --- And, finally if I move the while(1) just after the mtx_unlock_spin call, like this: diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c index 1c257d87e58..04975dd8a2e 100644

[Bug 225813] [geom][patch] gpart does not recognise Apple APFS partition type

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225813 Bug ID: 225813 Summary: [geom][patch] gpart does not recognise Apple APFS partition type Product: Base System Version: CURRENT Hardware: amd64 OS:

[Bug 225813] [geom][patch] gpart does not recognise Apple APFS partition type

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225813 Conrad Meyer changed: What|Removed |Added CC||c...@freebsd.org

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #78 from Konstantin Belousov --- (In reply to Ed Maste from comment #77) Ok. It could be a consequence of the discovered issue occuring in other code fragment, it can be something else. So I can wait for

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #79 from Konstantin Belousov --- BTW, if using the patch from the comment 59, is the hang reproducible ? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #81 from m...@sentex.net --- (In reply to Konstantin Belousov from comment #79) > BTW, if using the patch from the comment 59, is the hang reproducible ? I got it to hang on RELENG_11 just now. Perhaps its some combo of the

[Bug 212318] sysutils/fusefs-libs: fails to unmount due to a uniq dev node

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212318 w.schwarzenf...@utanet.at changed: What|Removed |Added CC|

[Bug 212318] sysutils/fusefs-libs: fails to unmount due to a uniq dev node

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212318 --- Comment #13 from Ben RUBSON --- Can't your fuse program simply use fuse_unmount(mountpoint, NULL) instead of fuse_unmount_compat22(mountpoint) ? (as we did here : https://github.com/vgough/encfs/pull/293) -- You

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #82 from Konstantin Belousov --- (In reply to mike from comment #81) I can't say anything without debug info. Start with the backtraces, as usual. -- You are receiving this mail because: You are the

[Bug 57045] trpt(8) option -t was disabled on -current

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57045 fernando.apesteg...@gmail.com changed: What|Removed |Added CC|

[Bug 225584] Various compile process hang on Ryzen, but not on Intel

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584 --- Comment #80 from m...@sentex.net --- (In reply to Konstantin Belousov from comment #79) re: patch 59 I will apply it by itself and try again patch -p1 < p.59 Hmm... Looks like a unified diff to me... The text leading up to this was:

[Bug 114468] [patch] [request] add -d option to umount(8) to detach md(4) device

2018-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=114468 Jamie Landeg-Jones changed: What|Removed |Added CC|