svn commit: r329298 - stable/11/sys/kern
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Feb 15 08:43:23 UTC 2018
Author: hselasky
Date: Thu Feb 15 08:43:23 2018
New Revision: 329298
URL: https://svnweb.freebsd.org/changeset/base/329298
Log:
MFC r328774:
Slightly bump the maximum OID path for loading tunable SYSCTLs.
Coming updates to the mlx5en(4) driver will require this.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/kern/kern_sysctl.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/kern_sysctl.c
==============================================================================
--- stable/11/sys/kern/kern_sysctl.c Thu Feb 15 07:23:41 2018 (r329297)
+++ stable/11/sys/kern/kern_sysctl.c Thu Feb 15 08:43:23 2018 (r329298)
@@ -188,7 +188,7 @@ sysctl_load_tunable_by_oid_locked(struct sysctl_oid *o
struct sysctl_req req;
struct sysctl_oid *curr;
char *penv = NULL;
- char path[64];
+ char path[96];
ssize_t rem = sizeof(path);
ssize_t len;
uint8_t val_8;
More information about the svn-src-stable
mailing list