[Bug 237463] aacraid(4) doesn't work on powerpc64

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237463 --- Comment #9 from Leandro Lupori --- (In reply to Piotr Kubaj from comment #8) Right, I had tested aacraid only integrated into kernel, not as a module. I've added the missing aacraid module source file (aacraid_be.c) and enabled it for

[Bug 237463] aacraid(4) doesn't work on powerpc64

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237463 --- Comment #10 from Piotr Kubaj --- (In reply to Leandro Lupori from comment #9) It's detected: aacraid0: mem 0x8000-0x800f,0x8018-0x801803ff irq 1038328 at device 0.0 numa-domain 0 on pci5 aacraid0: Async. mode not supported

[Bug 237463] aacraid(4) doesn't work on powerpc64

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237463 --- Comment #11 from Piotr Kubaj --- (In reply to Leandro Lupori from comment #9) Just a thought, if compiling in-kernel is required, then GENERIC64 config should also include aacraid. This would also be in line with amd64. -- You are rec

[Bug 237463] aacraid(4) doesn't work on powerpc64

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237463 --- Comment #12 from Leandro Lupori --- (In reply to Piotr Kubaj from comment #11) Compiling in-kernel is required to use a rootfs in aacraid attached disks, on PowerNV machines, that can't use loader to load modules. I'll add it to GENERI

[Bug 244561] find -depth skips unreadable directories

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244561 Bug ID: 244561 Summary: find -depth skips unreadable directories Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: A

[Bug 244563] vmstat -m show improbably values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 Bug ID: 244563 Summary: vmstat -m show improbably values Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects S

[Bug 244563] vmstat -m show improbably values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #1 f

[Bug 244563] vmstat -m show improbably values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 --- Comment #2 from Steve Wills --- Created attachment 212106 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212106&action=edit full vmstat -m output See attached -- You are receiving this mail because: You are the assignee fo

[Bug 244563] vmstat -m show improbable values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 Steve Wills changed: What|Removed |Added Summary|vmstat -m show improbably |vmstat -m show improbable

[Bug 244563] vmstat -m show improbable values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 --- Comment #3 from Mark Johnston --- -18446744073709551525 % (1 << 63) is ~24,000. Looking at the other mallocs, I see shmfd is pretty close to that. sys_shm_unlink() calls free(path, M_TEMP), which is wrong since shm_copyin_path() alloc

[Bug 244563] vmstat -m show improbable values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 --- Comment #4 from Mark Johnston --- (In reply to Mark Johnston from comment #3) Oops, I meant 18446744073709527361, the value from the attached file. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244563] vmstat -m show improbable values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: markj Date: Tue Mar 3 00:28:38 UTC 2020 New revision: 358563 URL: https://svnweb.freebsd.org/changeset/base/358563 Log: Fix the malloc type used in sy

[Bug 244563] vmstat -m show improbable values

2020-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244563 Mark Johnston changed: What|Removed |Added Resolution|--- |FIXED Status|New