Summary: | sysctl: Driver tunables that use strings fail with error 14 | ||
---|---|---|---|
Product: | Base System | Reporter: | Jeff Pieper <jeffrey.e.pieper> |
Component: | kern | Assignee: | Pawel Biernacki <kaktus> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | emaste, erj, jeb, kaktus, krzysztof.galazka |
Priority: | --- | Keywords: | needs-qa, regression |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: |
https://reviews.freebsd.org/D23378 https://reviews.freebsd.org/D24429 |
Description
Jeff Pieper
2020-04-08 23:10:10 UTC
Associated commit: base r357614 Review with a proposed fix: https://reviews.freebsd.org/D24429 A commit references this bug: Author: kaktus Date: Wed Apr 15 16:33:55 UTC 2020 New revision: 359975 URL: https://svnweb.freebsd.org/changeset/base/359975 Log: sysctl(9): fix handling string tunables. r357614 changed internals of handling string sysctls, and inadvertently broke setting string tunables. Take them into account. PR: 245463 Reported by: jhb, np Reviewed by: imp, jhb, kib Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D24429 Changes: head/sys/kern/kern_sysctl.c |