Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 18:21:05 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358761 - stable/12/sys/compat/linux
Message-ID:  <202003081821.028IL5T5007260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Mar  8 18:21:04 2020
New Revision: 358761
URL: https://svnweb.freebsd.org/changeset/base/358761

Log:
  MFC r349751: Update Linux compat version to 2.6.36
  
  New system calls between 2.6.32 and 2.6.26 are already implemented.
  
  This should be mostly NFC as far as contemporary Linux applications are
  concerned though, as Linux kernel 3.2 is the oldest supported by a
  number of popular distros today; work is in progress by others to enable
  support for those applications.

Modified:
  stable/12/sys/compat/linux/linux_mib.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/compat/linux/linux_mib.h
==============================================================================
--- stable/12/sys/compat/linux/linux_mib.h	Sun Mar  8 18:19:08 2020	(r358760)
+++ stable/12/sys/compat/linux/linux_mib.h	Sun Mar  8 18:21:04 2020	(r358761)
@@ -48,7 +48,7 @@ int	linux_kernver(struct thread *td);
 
 #define	LINUX_KVERSION		2
 #define	LINUX_KPATCHLEVEL	6
-#define	LINUX_KSUBLEVEL		32
+#define	LINUX_KSUBLEVEL		36
 
 #define	LINUX_KERNVER(a,b,c)	(((a) << 16) + ((b) << 8) + (c))
 #define	LINUX_VERSION_CODE	LINUX_KERNVER(LINUX_KVERSION,		\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081821.028IL5T5007260>