From 011b30e791d80c8a3540dcfa38772f48e84feae8 Mon Sep 17 00:00:00 2001 From: Daniel Jahre Date: Fri, 4 Nov 2005 17:28:35 +0000 Subject: [PATCH] Daniel Jahre: updated linux to version 2.6.13.4 partly tested CAUTION: this kernel has no devfs [2005101319131916578] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6543 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux.desc | 6 +- .../base/linux/linux26/05-devfs-not-exp.patch | 40 ---------- .../linux/linux26/81-reiser-suiddir.patch | 74 ------------------- 3 files changed, 3 insertions(+), 117 deletions(-) delete mode 100644 package/base/linux/linux26/05-devfs-not-exp.patch delete mode 100644 package/base/linux/linux26/81-reiser-suiddir.patch diff --git a/package/base/linux/linux.desc b/package/base/linux/linux.desc index 065c77567..81fb3a515 100644 --- a/package/base/linux/linux.desc +++ b/package/base/linux/linux.desc @@ -51,9 +51,9 @@ #endif #if xpkg == linux26.* -[V] 2.6.12.3 -[D] 2470658801 linux-2.6.12.3.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ -[D] 401719165 patch-2.6.12-pa2.gz http://cvs.parisc-linux.org/download/linux-2.6/ +[V] 2.6.13.4 +[D] 0 linux-2.6.13.4.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/ +[D] 0 patch-2.6.13-pa4.gz http://cvs.parisc-linux.org/download/linux-2.6/ #endif [CD] for x in $cachedir/linux2[46].cache; do cp $x $confdir/$pkg.cache; done diff --git a/package/base/linux/linux26/05-devfs-not-exp.patch b/package/base/linux/linux26/05-devfs-not-exp.patch deleted file mode 100644 index 25055e28b..000000000 --- a/package/base/linux/linux26/05-devfs-not-exp.patch +++ /dev/null @@ -1,40 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/base/linux/linux26/05-devfs-not-exp.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# 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. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./fs/Kconfig~ 2003-05-05 01:53:32.000000000 +0200 -+++ ./fs/Kconfig 2003-06-07 17:34:34.000000000 +0200 -@@ -738,8 +738,8 @@ - programs depend on this, so everyone should say Y here. - - config DEVFS_FS -- bool "/dev file system support (OBSOLETE)" -- depends on EXPERIMENTAL -+ bool "/dev file system support (Required for ROCK Linux)" -+ default y - help - This is support for devfs, a virtual file system (like /proc) which - provides the file system interface to device drivers, normally found -@@ -758,6 +758,7 @@ - config DEVFS_MOUNT - bool "Automatically mount at boot" - depends on DEVFS_FS -+ default y - help - This option appears if you have CONFIG_DEVFS_FS enabled. Setting - this to 'Y' will make the kernel automatically mount devfs onto /dev diff --git a/package/base/linux/linux26/81-reiser-suiddir.patch b/package/base/linux/linux26/81-reiser-suiddir.patch deleted file mode 100644 index 496fee7bd..000000000 --- a/package/base/linux/linux26/81-reiser-suiddir.patch +++ /dev/null @@ -1,74 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/base/linux/linux26/81-reiser-suiddir.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# 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. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./fs/reiserfs/namei.c.orig 2003-01-13 10:03:00.000000000 +0100 -+++ ./fs/reiserfs/namei.c 2003-01-13 10:03:57.000000000 +0100 -@@ -555,6 +555,13 @@ - } else { - inode->i_gid = current->fsgid; - } -+#ifdef CONFIG_REISERFS_FS_SUIDDIR -+ if (dir->i_mode & S_ISUID) { -+ inode->i_mode |= (inode->i_mode & 0700) >> 3; -+ if (S_ISDIR(inode->i_mode)) -+ inode->i_mode |= S_ISUID; -+ } -+#endif - DQUOT_INIT(inode); - return 0 ; - } ---- ./fs/Kconfig.orig 2003-01-13 10:00:39.000000000 +0100 -+++ ./fs/Kconfig 2003-01-13 10:04:55.000000000 +0100 -@@ -252,6 +252,35 @@ - Almost everyone but ReiserFS developers and people fine-tuning - reiserfs or tracing problems should say N. - -+config REISERFS_FS_SUIDDIR -+ bool "Reiserfs SUID on Directory Extension" -+ depends on REISERFS_FS -+ help -+ As you might know, the SGID flag has a special function on -+ directories: files within that directories will be owned by -+ the same group that also owns the directory - which is useful -+ for creating directories which are shared between the members -+ of a group. -+ -+ But that only makes sense if the umask is set to give full -+ permissions to the group (e.g. 007 or 002). Noone would do that -+ if there is a system-wide 'users' group - so some distributions -+ add an extra group for every user which lets the /etc/group -+ file grow very fast and makes the admins life harder ... -+ -+ Activating this feture adds a function to the SUID flag on -+ directories, which usually has no function at all: -+ -+ If the SUID flag is set for a diectory, all new files in that -+ directory will get the same rights in the group-field as they -+ have in their user-field. So, if one sets both - SUID and SGID -+ - on a directory, it will also work with a umask like 022 or -+ 077 and there is no more need for an extra group for every user. -+ -+ Also, the SUID flag will be set to all subdirectories of a -+ SUID directory (as it is already now with the SGID flag on -+ directories). -+ - config JFS_FS - tristate "JFS filesystem support" - help -