rpms/kernel/devel patch-2.6.16-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.389, 1.390 kernel-2.6.spec, 1.2078, 1.2079 linux-2.6-tux.patch, 1.13, 1.14 sources, 1.330, 1.331 upstream, 1.302, 1.303 linux-2.6-defaults-enable-sata-atapi.patch, 1.1, NONE patch-2.6.16-git1.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 21 20:56:22 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16416

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-tux.patch sources 
	upstream 
Added Files:
	patch-2.6.16-git3.bz2.sign 
Removed Files:
	linux-2.6-defaults-enable-sata-atapi.patch 
	patch-2.6.16-git1.bz2.sign 
Log Message:
git3



--- NEW FILE patch-2.6.16-git3.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBEIE3qyGugalF9Dw4RAoVMAKCUr7i5ER85UABBn4KPiVuz0wBgOwCcD/EK
mH5pgfcdPoCR5YlGzNumQAo=
=HzDp
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- .cvsignore	21 Mar 2006 18:43:44 -0000	1.389
+++ .cvsignore	21 Mar 2006 20:56:18 -0000	1.390
@@ -1,7 +1,6 @@
 kernel-2.6.*.config
 temp-*
 kernel-2.6.16
-xen-20060301.tar.bz2
 linux-2.6.16.tar.bz2
-patch-2.6.16-git1.bz2
 xen-20060320.tar.bz2
+patch-2.6.16-git3.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2078
retrieving revision 1.2079
diff -u -r1.2078 -r1.2079
--- kernel-2.6.spec	21 Mar 2006 18:45:08 -0000	1.2078
+++ kernel-2.6.spec	21 Mar 2006 20:56:18 -0000	1.2079
@@ -217,7 +217,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.16-git1.bz2
+Patch1: patch-2.6.16-git3.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -388,8 +388,7 @@
 # Tweak some defaults.
 Patch2100: linux-2.6-defaults-max-symlinks.patch
 Patch2101: linux-2.6-defaults-fat-utf8.patch
-Patch2102: linux-2.6-defaults-enable-sata-atapi.patch
-Patch2103: linux-2.6-defaults-firmware-loader-timeout.patch
+Patch2102: linux-2.6-defaults-firmware-loader-timeout.patch
 
 # SATA Bits
 Patch2200: linux-2.6-sata-promise-pata-ports.patch
@@ -1010,13 +1009,11 @@
 %patch2100 -p1
 # Use UTF-8 by default on VFAT.
 %patch2101 -p1
-# Enable SATA ATAPI by default.
-%patch2102 -p1
 # Increase timeout on firmware loader.
-%patch2103 -p1
+%patch2102 -p1
 
 # Enable PATA ports on Promise SATA.
-%patch2200 -p1
+#%patch2200 -p1
 # Silence silly SATA printk.
 %patch2201 -p1
 
@@ -1639,7 +1636,10 @@
 %endif
 
 %changelog
-* Mon Mar 21 2006 Juan Quintela <quintela at redhat.com>
+* Tue Mar 21 2006 Dave Jones <davej at redhat.com>
+- 2.6.16-git3
+
+* Tue Mar 21 2006 Juan Quintela <quintela at redhat.com>
 - rebase to xen unstable cset 9334.
 
 * Tue Mar 21 2006 Juan Quintela <quintela at redhat.com>

linux-2.6-tux.patch:
 linux-2.6.16.noarch/include/linux/sysctl.h   |   50 
 linux-2.6.16.noarch/net/socket.c             |  131 +
 linux-tux.q/arch/alpha/kernel/systbls.S      |    8 
 linux-tux.q/arch/i386/kernel/syscall_table.S |   10 
 linux-tux.q/arch/ia64/kernel/entry.S         |    8 
 linux-tux.q/arch/ia64/kernel/ia64_ksyms.c    |    5 
 linux-tux.q/arch/x86_64/ia32/ia32entry.S     |   10 
 linux-tux.q/fs/dcache.c                      |   36 
 linux-tux.q/fs/exec.c                        |    2 
 linux-tux.q/fs/fcntl.c                       |    4 
 linux-tux.q/fs/namei.c                       |   18 
 linux-tux.q/fs/namespace.c                   |    2 
 linux-tux.q/fs/open.c                        |    4 
 linux-tux.q/fs/pipe.c                        |    2 
 linux-tux.q/fs/read_write.c                  |    2 
 linux-tux.q/include/asm-alpha/fcntl.h        |    1 
 linux-tux.q/include/asm-generic/fcntl.h      |    4 
 linux-tux.q/include/asm-i386/unistd.h        |    5 
 linux-tux.q/include/asm-ia64/unistd.h        |    2 
 linux-tux.q/include/asm-sparc/fcntl.h        |    1 
 linux-tux.q/include/asm-sparc64/fcntl.h      |    1 
 linux-tux.q/include/asm-x86_64/unistd.h      |   10 
 linux-tux.q/include/linux/buffer_head.h      |    1 
 linux-tux.q/include/linux/dcache.h           |    8 
 linux-tux.q/include/linux/errno.h            |    3 
 linux-tux.q/include/linux/file.h             |    2 
 linux-tux.q/include/linux/fs.h               |    7 
 linux-tux.q/include/linux/kmod.h             |    2 
 linux-tux.q/include/linux/namei.h            |    2 
 linux-tux.q/include/linux/net.h              |    1 
 linux-tux.q/include/linux/sched.h            |    5 
 linux-tux.q/include/linux/skbuff.h           |    2 
 linux-tux.q/include/linux/socket.h           |    5 
 linux-tux.q/include/net/sock.h               |    8 
 linux-tux.q/include/net/tcp.h                |    3 
 linux-tux.q/include/net/tux.h                |  804 +++++++++
 linux-tux.q/include/net/tux_u.h              |  163 ++
 linux-tux.q/kernel/exit.c                    |    7 
 linux-tux.q/kernel/fork.c                    |    1 
 linux-tux.q/kernel/kmod.c                    |   28 
 linux-tux.q/kernel/signal.c                  |    1 
 linux-tux.q/mm/filemap.c                     |   19 
 linux-tux.q/mm/truncate.c                    |    2 
 linux-tux.q/net/Kconfig                      |    1 
 linux-tux.q/net/Makefile                     |    1 
 linux-tux.q/net/core/sock.c                  |    5 
 linux-tux.q/net/ipv4/tcp.c                   |    3 
 linux-tux.q/net/ipv4/tcp_input.c             |    1 
 linux-tux.q/net/ipv4/tcp_output.c            |    3 
 linux-tux.q/net/tux/Kconfig                  |   25 
 linux-tux.q/net/tux/Makefile                 |   12 
 linux-tux.q/net/tux/abuf.c                   |  190 ++
 linux-tux.q/net/tux/accept.c                 |  863 ++++++++++
 linux-tux.q/net/tux/cachemiss.c              |  265 +++
 linux-tux.q/net/tux/cgi.c                    |  171 ++
 linux-tux.q/net/tux/directory.c              |  302 +++
 linux-tux.q/net/tux/extcgi.c                 |  329 ++++
 linux-tux.q/net/tux/gzip.c                   |   40 
 linux-tux.q/net/tux/input.c                  |  641 +++++++
 linux-tux.q/net/tux/logger.c                 |  837 ++++++++++
 linux-tux.q/net/tux/main.c                   | 1417 +++++++++++++++++
 linux-tux.q/net/tux/mod.c                    |  262 +++
 linux-tux.q/net/tux/output.c                 |  352 ++++
 linux-tux.q/net/tux/parser.h                 |  102 +
 linux-tux.q/net/tux/postpone.c               |   77 
 linux-tux.q/net/tux/proc.c                   | 1149 ++++++++++++++
 linux-tux.q/net/tux/proto_ftp.c              | 1555 +++++++++++++++++++
 linux-tux.q/net/tux/proto_http.c             | 2197 +++++++++++++++++++++++++++
 linux-tux.q/net/tux/redirect.c               |  172 ++
 linux-tux.q/net/tux/times.c                  |  392 ++++
 linux-tux.q/net/tux/times.h                  |   26 
 linux-tux.q/net/tux/userspace.c              |   27 
 72 files changed, 12775 insertions(+), 32 deletions(-)

Index: linux-2.6-tux.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-tux.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- linux-2.6-tux.patch	20 Mar 2006 22:19:53 -0000	1.13
+++ linux-2.6-tux.patch	21 Mar 2006 20:56:19 -0000	1.14
@@ -637,15 +637,13 @@
  #endif
  #endif /* not kernel and not glibc */
  #endif /* _LINUX_SOCKET_H */
-Index: linux-tux.q/include/linux/sysctl.h
-===================================================================
---- linux-tux.q.orig/include/linux/sysctl.h
-+++ linux-tux.q/include/linux/sysctl.h
-@@ -211,6 +211,7 @@ enum
- 	NET_SCTP=17,
+--- linux-2.6.16.noarch/include/linux/sysctl.h~	2006-03-21 15:04:07.000000000 -0500
++++ linux-2.6.16.noarch/include/linux/sysctl.h	2006-03-21 15:04:27.000000000 -0500
+@@ -215,6 +215,7 @@ enum
  	NET_LLC=18,
  	NET_NETFILTER=19,
-+	NET_TUX=20,
+ 	NET_DCCP=20,
++	NET_TUX=21,
  };
  
  /* /proc/sys/kernel/random */
@@ -2012,18 +2010,16 @@
  
  /* Send _single_ skb sitting at the send head. This function requires
   * true push pending frames to setup probe timer etc.
-Index: linux-tux.q/net/socket.c
-===================================================================
---- linux-tux.q.orig/net/socket.c
-+++ linux-tux.q/net/socket.c
+--- linux-2.6.16.noarch/net/socket.c~	2006-03-21 15:05:05.000000000 -0500
++++ linux-2.6.16.noarch/net/socket.c	2006-03-21 15:05:17.000000000 -0500
 @@ -68,6 +68,7 @@
  #include <linux/netdevice.h>
  #include <linux/proc_fs.h>
  #include <linux/seq_file.h>
 +#include <net/tux.h>
+ #include <linux/mutex.h>
  #include <linux/wanrouter.h>
  #include <linux/if_bridge.h>
- #include <linux/if_frad.h>
 @@ -123,7 +124,7 @@ static ssize_t sock_sendpage(struct file
   *	in the operation structures but are done directly via the socketcall() multiplexor.
   */
@@ -2033,79 +2029,6 @@
  	.owner =	THIS_MODULE,
  	.llseek =	no_llseek,
  	.aio_read =	sock_aio_read,
-@@ -348,72 +349,6 @@ static struct dentry_operations sockfs_d
- 	.d_delete =	sockfs_delete_dentry,
- };
- 
--/*
-- *	Obtains the first available file descriptor and sets it up for use.
-- *
-- *	This function creates file structure and maps it to fd space
-- *	of current process. On success it returns file descriptor
-- *	and file struct implicitly stored in sock->file.
-- *	Note that another thread may close file descriptor before we return
-- *	from this function. We use the fact that now we do not refer
-- *	to socket after mapping. If one day we will need it, this
-- *	function will increment ref. count on file by 1.
-- *
-- *	In any case returned fd MAY BE not valid!
-- *	This race condition is unavoidable
-- *	with shared fd spaces, we cannot solve it inside kernel,
-- *	but we take care of internal coherence yet.
-- */
--
--int sock_map_fd(struct socket *sock)
--{
--	int fd;
--	struct qstr this;
--	char name[32];
--
--	/*
--	 *	Find a file descriptor suitable for return to the user. 
--	 */
--
--	fd = get_unused_fd();
--	if (fd >= 0) {
--		struct file *file = get_empty_filp();
--
--		if (!file) {
--			put_unused_fd(fd);
--			fd = -ENFILE;
--			goto out;
--		}
--
--		this.len = sprintf(name, "[%lu]", SOCK_INODE(sock)->i_ino);
--		this.name = name;
--		this.hash = SOCK_INODE(sock)->i_ino;
--
--		file->f_dentry = d_alloc(sock_mnt->mnt_sb->s_root, &this);
--		if (!file->f_dentry) {
--			put_filp(file);
--			put_unused_fd(fd);
--			fd = -ENOMEM;
--			goto out;
--		}
--		file->f_dentry->d_op = &sockfs_dentry_operations;
--		d_add(file->f_dentry, SOCK_INODE(sock));
--		file->f_vfsmnt = mntget(sock_mnt);
--		file->f_mapping = file->f_dentry->d_inode->i_mapping;
--
--		sock->file = file;
--		file->f_op = SOCK_INODE(sock)->i_fop = &socket_file_ops;
--		file->f_mode = FMODE_READ | FMODE_WRITE;
--		file->f_flags = O_RDWR;
--		file->f_pos = 0;
--		file->private_data = sock;
--		fd_install(fd, file);
--	}
--
--out:
--	return fd;
--}
--
- /**
-  *	sockfd_lookup	- 	Go from a file number to its socket slot
-  *	@fd: file handle
 @@ -457,6 +392,83 @@ struct socket *sockfd_lookup(int fd, int
  	return sock;
  }


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- sources	21 Mar 2006 18:43:44 -0000	1.330
+++ sources	21 Mar 2006 20:56:19 -0000	1.331
@@ -1,4 +1,3 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
-cdfde609af8adcf58d7ff626599b2d90  xen-20060301.tar.bz2
-81203bd932c96ebdbaba3ada9f3685e2  patch-2.6.16-git1.bz2
 8c70806f9075ebc0087f7ce1b8911700  xen-20060320.tar.bz2
+491d4fb38ab77cead5b482f7a63452c8  patch-2.6.16-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- upstream	20 Mar 2006 22:08:10 -0000	1.302
+++ upstream	21 Mar 2006 20:56:19 -0000	1.303
@@ -1,2 +1,2 @@
 linux-2.6.16.tar.bz2
-patch-2.6.16-git1.bz2
+patch-2.6.16-git3.bz2


--- linux-2.6-defaults-enable-sata-atapi.patch DELETED ---


--- patch-2.6.16-git1.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list