linux(4): bump osrelease to 4.4.0.

This is required for the current Arch Linux binaries to work.

PR:		254112
Reviewed By:	emaste
Sponsored By:	EPSRC
Differential Revision:	https://reviews.freebsd.org/D29218
This commit is contained in:
Edward Tomasz Napierala 2021-04-19 11:37:47 +01:00
parent 738314e445
commit 156da725d3

View File

@ -46,8 +46,8 @@ int linux_get_oss_version(struct thread *td);
int linux_kernver(struct thread *td);
#define LINUX_KVERSION 3
#define LINUX_KPATCHLEVEL 17
#define LINUX_KVERSION 4
#define LINUX_KPATCHLEVEL 4
#define LINUX_KSUBLEVEL 0
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))