[Bug 253288] hwpstate_intel: Wedges under any kind of load on ThinkPad Carbon X1 Gen 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 --- Comment #34 from Guido Kollerie --- No problems on my Thinkpad T480 (i5-8250U CPU @ 1.60GHz). For what it is worth, I do have devcpu-data-1.38 installed and the following in my /boot/loader.conf: cpuctl_load="YES" cpu_microcode_load="YES" cpu_microcode_name="/boot/firmware/intel-ucode.bin" dmesg say: CPU microcode: updated from 0xb4 to 0xe0 -- You are receiving this mail because: You are the assignee for the bug. ___ 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 254723] [waiting-patch] systat -swap to display per-process swap space usage ordered by highest
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254723 --- Comment #6 from o...@j.email.ne.jp --- Work in progress with https://reviews.freebsd.org/D29754 -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255715] Change full(4)'s author section name to uppercase
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255715 Gordon Bergling changed: What|Removed |Added CC||g...@freebsd.org Assignee|b...@freebsd.org|g...@freebsd.org Status|New |In Progress -- You are receiving this mail because: You are the assignee for the bug. ___ 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 253288] hwpstate_intel: Wedges under any kind of load on ThinkPad Carbon X1 Gen 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 --- Comment #35 from Guido Kollerie --- (In reply to Guido Kollerie from comment #34) It turns out devcpu-data does not having anything to do with the T480 booting succesfully. Setting: cpu_microcode_load="NO" (from "YES") still boots the T480 fine. And I still see the message: CPU microcode: updated from 0xb4 to 0xe0 I did notice that powerd++ complained with the message: powerd++: (EDRIVER) frequency control driver not supported: hwpstate_intel0 So I disabled powerd++ and enabled powerd in /etc/rc.conf instead to see if that triggered the problem so many Thinkpad owners are experiencing, but no, the T480 still boots fine. UEFI BIOS version: N24ET51W (1.26) UEFI BIOS date: 2019-08-30 Machine type model: 20L5CTO1WW -- You are receiving this mail because: You are the assignee for the bug. ___ 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 253288] hwpstate_intel: Wedges under any kind of load on ThinkPad Carbon X1 Gen 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 --- Comment #36 from Dries Michiels --- Guido, can you try uninstalling the package (devcpu-data), it seems that the script is still being run given your output. -- You are receiving this mail because: You are the assignee for the bug. ___ 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 253288] hwpstate_intel: Wedges under any kind of load on ThinkPad Carbon X1 Gen 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 --- Comment #37 from Guido Kollerie --- (In reply to Dries Michiels from comment #36) Forgot to clear the kernel buffer (dmesg -c), hence the message was from a previous boot. Anyway, having cleared the kernel buffer and uninstalled devcpu-data, the next reboot did NOT have the microcode update message anymore. But even without the microcode update I am able to boot just fine. Running KDE Plasma I generated some minor load by compiling a bit of Rust code (orjson lib) while at the same time compiling NumPY/pandas (= lot's of C code): no system freezes. I guess hwpstate_intel just works on the Thinkpad T480. % sysctl -a | grep dev.hwpstate_intel dev.hwpstate_intel.3.epp: 50 dev.hwpstate_intel.3.%parent: cpu3 dev.hwpstate_intel.3.%pnpinfo: dev.hwpstate_intel.3.%location: dev.hwpstate_intel.3.%driver: hwpstate_intel dev.hwpstate_intel.3.%desc: Intel Speed Shift dev.hwpstate_intel.2.epp: 50 dev.hwpstate_intel.2.%parent: cpu2 dev.hwpstate_intel.2.%pnpinfo: dev.hwpstate_intel.2.%location: dev.hwpstate_intel.2.%driver: hwpstate_intel dev.hwpstate_intel.2.%desc: Intel Speed Shift dev.hwpstate_intel.1.epp: 50 dev.hwpstate_intel.1.%parent: cpu1 dev.hwpstate_intel.1.%pnpinfo: dev.hwpstate_intel.1.%location: dev.hwpstate_intel.1.%driver: hwpstate_intel dev.hwpstate_intel.1.%desc: Intel Speed Shift dev.hwpstate_intel.0.epp: 50 dev.hwpstate_intel.0.%parent: cpu0 dev.hwpstate_intel.0.%pnpinfo: dev.hwpstate_intel.0.%location: dev.hwpstate_intel.0.%driver: hwpstate_intel dev.hwpstate_intel.0.%desc: Intel Speed Shift dev.hwpstate_intel.%parent: % dmesg | grep hwpstate_intel hwpstate_intel0: on cpu0 hwpstate_intel1: on cpu1 hwpstate_intel2: on cpu2 hwpstate_intel3: on cpu3 -- You are receiving this mail because: You are the assignee for the bug. ___ 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 253288] hwpstate_intel: Wedges under any kind of load on ThinkPad Carbon X1 Gen 8
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253288 --- Comment #38 from Marco --- (In reply to Guido Kollerie from comment #35) So powerdxx is superseded by the hwpstate_intel[4] driver on systems that support it. Following taken from https://reviews.freebsd.org/D30004 For more information, including on how to balance performance and energy use, and on how to disable this driver, refer to the man page man:hwpstate_intel[4]. Note: Users accustomed to using man:powerd[8] or package:sysutils/powerdxx[] will find these utilities have been superseded by the man:hwpstate_intel[4] driver and no longer work as expected. So unless you set hint.hwpstate_intel.0.disabled="1" in loader.conf one should expect both powerd and powerdxx to no longer work as expected. On my X1-Carbon 7th gen (still running stable/13-n245210-3bec9180c9e7) I get this behaviour when using sysutils/devcpu-data (1.38) /boot/loader.conf : cpuctl_load="YES" cpu_microcode_load="YES" cpu_microcode_name="/boot/firmware/intel-ucode.bin" hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 /etc/rc.conf : microcode_update_enable="YES" dmesg says: CPU microcode: no matching update found When manually starting microcode : service microcode_update start Updating CPU Microcode... CPU: Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (2112.12-MHz K8-class CPU) Origin="GenuineIntel" Id=0x806ec Family=0x6 Model=0x8e Stepping=12 Features=0xbfebfbff Features2=0x7ffafbff AMD Features=0x2c100800 AMD Features2=0x121 Structured Extended Features=0x29c6fbf Structured Extended Features3=0xbc000600 XSAVE Features=0xf IA32_ARCH_CAPS=0xab VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID TSC: P-state invariant, performance statistics Done. With hint.hwpstate_intel.0.disabled="1" in loader.conf I am using powerdxx with powerdxx_flags="-a min -b min -n min" in rc.conf I was using powerdxx_flags="-a hiadaptive -b hiadaptive -n hiadaptive" before that but was seeing fairly frequently kernel: coretemp0: critical temperature detected, suggest system shutdown So with the device hint for hwpstate disabled my system is using EST sysctl dev.cpufreq.0.freq_driver dev.cpufreq.0.freq_driver: est0 -- You are receiving this mail because: You are the assignee for the bug. ___ 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"
Problem reports for b...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- New |197876 | [devfs] an error in devfs leads to data loss and New |198797 | [PATCH] Added an option to install BSDstats to bs New |202362 | ntp: restore refclocks selection (10.2-RELEASE re New |202740 | vi/ex string substitution problem when there is m New |204097 | witness_initialize() does not perform bound check New |206336 | [patch] usr.sbin/freebsd-update allow proxy confi New |209213 | UEFI Loader shows only black screen with Nvidia G New |210804 | installerconfig - using ZFS create in custom scri New |230620 | "install -d" issue New |235085 | [PATCH] Option to make rc.d/sysctl more verbose ( New |252123 | fetch(3): Fix wrong usage of proxy when request i Open|182466 | [headers] [patch] make self-contained Open|183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf Open|187015 | agpgart: Panic make_dev_credv: bad si_name (error Open|192573 | Add ps(1) option: Print process start time in sec Open|194925 | [pf] [ifconfig] interface group keywords do not w Open|197921 | scheduler: Allow non-migratable threads to bind t Open|206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open|206649 | cyapa(4): Add common gestures for Cypress APA I2C Open|207940 | stand/efi/boot1: Add boot partition selection Open|212608 | sockstat(1) and lsof(8) can not identity the owne Open|220246 | syslogd does not send RFC3164-conformant messages Open|221305 | Mouse cursor loss when moving cursor while loadin Open|221550 | kern.bootfile returns only /kernel on mips64 (ERL Open|221854 | makefs: Reject UFS labels that are too long to fi Open|222632 | connect(2) not available in capability mode Open|226893 | freebsd-update: Support patchlevel argument for f Open|231810 | [build] release always fails with "mkimg: partiti Open|233578 | Unprivileged local user can prevent other users l Open|233988 | freebsd-update: Improve progress output on termin Open|236718 | system panics with message: vm_fault_hold: fault Open|237287 | moused(8) ignores button release events in virtua Open|237924 | Possible infinite loop in function empty_aux_buff Open|237981 | cxgb(4): Driver doesn't work with latest (7.12) C Open|238183 | cam/scsi/scsi_sa.c: warnings issued by static ana Open|238486 | Possible buffer overflow bug in sc_allocate_keybo Open|238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 Open|238638 | mfi: Remove unnecessary pointer printing in mfi.c Open|238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea Open|241697 | i915kms: Kernel panic loading module on custom ke Open|242212 | usr.sbin/mergemaster/mergemaster.sh: There is no Open|244838 | "bectl activate -t" does not honor the -t flag in Open|247132 | Fix build error: use of undeclared identifier 'cp Open|247301 | linuxkpi: panic: Assertion td->td_lkpi_task == NU Open|248352 | mfi(4): Remove RAID map sync functionality Open|248715 | dhclient: prepend domain-name-servers in dhclient 46 problems total for which you should take action. ___ 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 254723] [waiting-patch] systat -swap to display per-process swap space usage ordered by highest
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254723 Kirk McKusick changed: What|Removed |Added Resolution|--- |Overcome By Events Status|New |Closed CC||mckus...@freebsd.org --- Comment #7 from Kirk McKusick --- As noted, this work has moved to https://reviews.freebsd.org/D29754 -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255556] Add Apollo Lake SIO/LPSS UARTs PCI IDs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=26 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=765f31a86876aae85e3ba1da95ea6053720e9b31 commit 765f31a86876aae85e3ba1da95ea6053720e9b31 Author: Jose Luis Duran AuthorDate: 2021-05-02 21:20:25 + Commit: Konstantin Belousov CommitDate: 2021-05-10 00:58:25 + Add Apollo Lake SIO/LPSS UARTs PCI IDs PR: 26 (cherry picked from commit 8f1562430fbb83f6cedff6450e1aa1b593e3d7e7) sys/dev/uart/uart_bus_pci.c | 8 1 file changed, 8 insertions(+) -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255557] ifconfig(8): vlanpcp 5 should refer to voice, not video
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=27 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e0c2f8156cc6868f83ab2e4c44f92393b5fb0c0a commit e0c2f8156cc6868f83ab2e4c44f92393b5fb0c0a Author: Jose Luis Duran AuthorDate: 2021-04-29 11:03:48 + Commit: Konstantin Belousov CommitDate: 2021-05-10 00:48:05 + ifconfig: Minor documentation fix PR: 27 (cherry picked from commit 0ea8a7f36db31bfc550bbe5e39703fdedd12fa8c) sbin/ifconfig/ifconfig.8 | 6 +++--- sys/net/ethernet.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255556] Add Apollo Lake SIO/LPSS UARTs PCI IDs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=26 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=87781d3962a8f22a8fef5e1c13dd4a8c36bed220 commit 87781d3962a8f22a8fef5e1c13dd4a8c36bed220 Author: Jose Luis Duran AuthorDate: 2021-05-02 21:20:25 + Commit: Konstantin Belousov CommitDate: 2021-05-10 00:58:25 + uart_bus_pci.c: Style PR: 26 (cherry picked from commit 5b8b6b26e40a81320f02a46df98b96bd8e93295a) sys/dev/uart/uart_bus_pci.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255556] Add Apollo Lake SIO/LPSS UARTs PCI IDs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=26 --- Comment #5 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b316c016e1958a8274133fdefc1251329beb8b42 commit b316c016e1958a8274133fdefc1251329beb8b42 Author: Jose Luis Duran AuthorDate: 2021-05-02 21:20:25 + Commit: Konstantin Belousov CommitDate: 2021-05-10 00:50:08 + Add Apollo Lake SIO/LPSS UARTs PCI IDs PR: 26 (cherry picked from commit 8f1562430fbb83f6cedff6450e1aa1b593e3d7e7) sys/dev/uart/uart_bus_pci.c | 8 1 file changed, 8 insertions(+) -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255557] ifconfig(8): vlanpcp 5 should refer to voice, not video
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=27 --- Comment #2 from commit-h...@freebsd.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c2bea64e7c06afd951d77f8c723b7a11db31b0cc commit c2bea64e7c06afd951d77f8c723b7a11db31b0cc Author: Jose Luis Duran AuthorDate: 2021-04-29 11:03:48 + Commit: Konstantin Belousov CommitDate: 2021-05-10 00:58:25 + ifconfig: Minor documentation fix PR: 27 (cherry picked from commit 0ea8a7f36db31bfc550bbe5e39703fdedd12fa8c) sbin/ifconfig/ifconfig.8 | 6 +++--- sys/net/ethernet.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. ___ 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 255739] ffs crash in UFS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255739 Bug ID: 255739 Summary: ffs crash in UFS Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: doc...@doctor.nl2k.ab.ca on 3 occasion I have seen 3 crashes in FFS on a UFS system on 3 separate occasions. -- You are receiving this mail because: You are the assignee for the bug. ___ 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"