Page MenuHomeFreeBSD

LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.h
ClosedPublic

Authored by bz on Oct 22 2021, 11:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 7:15 AM
Unknown Object (File)
Thu, Oct 16, 6:00 AM
Unknown Object (File)
Thu, Oct 16, 6:00 AM
Unknown Object (File)
Thu, Oct 16, 6:00 AM
Unknown Object (File)
Wed, Oct 15, 6:44 PM
Unknown Object (File)
Sat, Oct 4, 3:35 PM
Unknown Object (File)
Wed, Oct 1, 8:41 PM
Unknown Object (File)
Wed, Oct 1, 7:29 PM
Subscribers

Details

Summary

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

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable