Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 17:26:07 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271982 - head/sys/compat/linux
Message-ID:  <201409221726.s8MHQ7RT011695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Mon Sep 22 17:26:07 2014
New Revision: 271982
URL: http://svnweb.freebsd.org/changeset/base/271982

Log:
  Bump minimum linux compat version to support Centos6 ports updates for linux.
  
  Update linux compat minimum revision to match linux-c6 now in ports.  This
  is a candidate for 10.1 R as it matches the current state of supported
  linux compat packages in the ports tree.
  
  PR:		187786
  Reviewed by:	xmj
  MFC after:	2 days
  Relnotes:	yes

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

Modified: head/sys/compat/linux/linux_mib.c
==============================================================================
--- head/sys/compat/linux/linux_mib.c	Mon Sep 22 16:52:09 2014	(r271981)
+++ head/sys/compat/linux/linux_mib.c	Mon Sep 22 17:26:07 2014	(r271982)
@@ -129,9 +129,9 @@ struct linux_prison {
 
 static struct linux_prison lprison0 = {
 	.pr_osname =		"Linux",
-	.pr_osrelease =		"2.6.16",
+	.pr_osrelease =		"2.6.18",
 	.pr_oss_version =	0x030600,
-	.pr_osrel =		2006016
+	.pr_osrel =		2006018
 };
 
 static unsigned linux_osd_jail_slot;



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