From 725bc61f78c292236b12850947852eab2e3fd8ec Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 2 Oct 2014 12:42:11 +0200 Subject: [PATCH] vserver: removed typo hotfix patch. The patch is not obsolete as the typo that it fixes is still there but the whole code gets disabled if CONFIG_USER_NS is set to n which is a requirement for the vserver patch. --- security/vserver/typo_hotfix.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 security/vserver/typo_hotfix.patch diff --git a/security/vserver/typo_hotfix.patch b/security/vserver/typo_hotfix.patch deleted file mode 100644 index 254549e20..000000000 --- a/security/vserver/typo_hotfix.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../vserver/typo_hotfix.patch -# Copyright (C) 2014 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- patch-3.14.17-vs2.3.6.13.diff.orig 2014-08-30 12:13:46.000000000 -0500 -+++ patch-3.14.17-vs2.3.6.13.diff 2014-09-09 08:54:05.000000000 -0500 - -7477,7 +7477,7 @@ diff -NurpP --minimal linux-3.14.17/incl - - extern kuid_t make_kuid(struct user_namespace *from, uid_t uid); - extern kgid_t make_kgid(struct user_namespace *from, gid_t gid); --+extern krag_t make_ktag(struct user_namespace *from, gid_t gid); -++extern ktag_t make_ktag(struct user_namespace *from, vtag_t tag); - - extern uid_t from_kuid(struct user_namespace *to, kuid_t uid); - extern gid_t from_kgid(struct user_namespace *to, kgid_t gid);