]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.h
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 22 Oct 2021 11:04:36 +0000 (11:04 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 19 Nov 2021 00:01:26 +0000 (00:01 +0000)
commit4459c162792bd50296ccaf664f86fe7b748fc81a
treeec6e25594644fa966cba137c43242b8b9518fddd
parenta6a1ab040f95b8bd05a2c9172f68211a166b072b
LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.h

Analogous to the other sized version of kstrto[u]<type>() and
kstrtobool_from_user() add the "u8" versions needed by a driver.

(cherry picked from commit b382b78503b56ad6b787b995b46418db27adaa61)
sys/compat/linuxkpi/common/include/linux/kernel.h