]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: add utsname for init_utsname() with release
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 23 May 2023 23:12:47 +0000 (23:12 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 24 May 2023 08:41:28 +0000 (08:41 +0000)
commitad513b4dba3e330b6f2714bdde4d864898c4222e
tree56a65349c1baca3bcc2c12ef208b24d519dc58f0
parentc1b6e9121e889608b86530d1a37047797dfeb460
LinuxKPI: add utsname for init_utsname() with release

A wireless dirver is requesting release from the result of
init_utsname().  Populate the field on startup.

MFC after: 10 days
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D40248
sys/compat/linuxkpi/common/include/linux/utsname.h [new file with mode: 0644]
sys/compat/linuxkpi/common/src/linux_compat.c