From owner-svn-src-user@FreeBSD.ORG  Thu Nov  6 22:00:25 2014
Return-Path: <owner-svn-src-user@FreeBSD.ORG>
Delivered-To: svn-src-user@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 9BB76CED;
 Thu,  6 Nov 2014 22:00:25 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 884AAFF3;
 Thu,  6 Nov 2014 22:00:25 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA6M0PJd095507;
 Thu, 6 Nov 2014 22:00:25 GMT (envelope-from dchagin@FreeBSD.org)
Received: (from dchagin@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA6M0Pgr095506;
 Thu, 6 Nov 2014 22:00:25 GMT (envelope-from dchagin@FreeBSD.org)
Message-Id: <201411062200.sA6M0Pgr095506@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: dchagin set sender to
 dchagin@FreeBSD.org using -f
From: Dmitry Chagin <dchagin@FreeBSD.org>
Date: Thu, 6 Nov 2014 22:00:25 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r274198 - user/dchagin/lemul/sys/compat/linux
X-SVN-Group: user
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Nov 2014 22:00:25 -0000

Author: dchagin
Date: Thu Nov  6 22:00:24 2014
New Revision: 274198
URL: https://svnweb.freebsd.org/changeset/base/274198

Log:
  Update Linux compat revision to 32.

Modified:
  user/dchagin/lemul/sys/compat/linux/linux_mib.h

Modified: user/dchagin/lemul/sys/compat/linux/linux_mib.h
==============================================================================
--- user/dchagin/lemul/sys/compat/linux/linux_mib.h	Thu Nov  6 21:59:24 2014	(r274197)
+++ user/dchagin/lemul/sys/compat/linux/linux_mib.h	Thu Nov  6 22:00:24 2014	(r274198)
@@ -48,7 +48,7 @@ int	linux_kernver(struct thread *td);
 
 #define	LINUX_KVERSION		2
 #define	LINUX_KPATCHLEVEL	6
-#define	LINUX_KSUBLEVEL		18
+#define	LINUX_KSUBLEVEL		32
 
 #define	LINUX_KERNVER(a,b,c)	(((a) << 16) + ((b) << 8) + (c))
 #define	LINUX_VERSION_CODE	LINUX_KERNVER(LINUX_KVERSION,		\