svn commit: r363306 - head/sys/compat/linux

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jul 18 11:37:31 UTC 2020


Author: trasz
Date: Sat Jul 18 11:37:30 2020
New Revision: 363306
URL: https://svnweb.freebsd.org/changeset/base/363306

Log:
  Bump the default linux version from 3.2.0 to 3.10.0, which corresponds
  to RHEL 7.  Required for DB2.
  
  Reviewed by:	emaste
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D25656

Modified:
  head/sys/compat/linux/linux_mib.h

Modified: head/sys/compat/linux/linux_mib.h
==============================================================================
--- head/sys/compat/linux/linux_mib.h	Sat Jul 18 11:31:31 2020	(r363305)
+++ head/sys/compat/linux/linux_mib.h	Sat Jul 18 11:37:30 2020	(r363306)
@@ -47,7 +47,7 @@ int	linux_get_oss_version(struct thread *td);
 int	linux_kernver(struct thread *td);
 
 #define	LINUX_KVERSION		3
-#define	LINUX_KPATCHLEVEL	2
+#define	LINUX_KPATCHLEVEL	10
 #define	LINUX_KSUBLEVEL		0
 
 #define	LINUX_KERNVER(a,b,c)	(((a) << 16) + ((b) << 8) + (c))


More information about the svn-src-all mailing list