linux(4): Bump osrelease to 5.15.0

Linux kernel version 5.15 named Trick or Treat is a 22nd LTS release.

Reviewed by:		trasz, emaste
Differential Revision:	https://reviews.freebsd.org/D39649
MFC after:		1 month
This commit is contained in:
Dmitry Chagin 2023-04-22 22:18:08 +03:00
parent b7a6bcdd13
commit 0ef30b5d6b

View File

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