Hello community, here is the log from the commit of package kernel-source checked in at Sat Oct 21 09:46:59 CEST 2006. -------- --- kernel-source/kernel-bigsmp.changes 2006-10-18 17:17:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/kernel-source/kernel-bigsmp.changes 2006-10-20 20:39:44.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Oct 20 14:24:58 CEST 2006 - hare@suse.de + +- patches.drivers/open-iscsi-git-update: Update release number + to match userland version. + +------------------------------------------------------------------- +Fri Oct 20 11:43:49 CEST 2006 - schwab@suse.de + +- Update MOL patch. + +------------------------------------------------------------------- kernel-debug.changes: same change kernel-default.changes: same change kernel-dummy.changes: same change kernel-iseries64.changes: same change kernel-kdump.changes: same change kernel-ppc64.changes: same change kernel-s390.changes: same change kernel-source.changes: same change kernel-syms.changes: same change kernel-um.changes: same change kernel-vanilla.changes: same change kernel-xen.changes: same change kernel-xenpae.changes: same change New: ---- needed_space_in_mb ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kernel-bigsmp.spec ++++++ ++++ 809 lines (skipped) ++++ between kernel-source/kernel-bigsmp.spec ++++ and /mounts/work_src_done/STABLE/kernel-source/kernel-bigsmp.spec kernel-debug.spec: same change kernel-default.spec: same change kernel-dummy.spec: same change kernel-iseries64.spec: same change kernel-kdump.spec: same change kernel-ppc64.spec: same change kernel-s390.spec: same change kernel-source.spec: same change kernel-syms.spec: same change kernel-um.spec: same change kernel-vanilla.spec: same change kernel-xen.spec: same change kernel-xenpae.spec: same change ++++++ build-source-timestamp ++++++ --- kernel-source/build-source-timestamp 2006-10-18 17:17:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/kernel-source/build-source-timestamp 2006-10-20 20:39:36.000000000 +0200 @@ -1 +1 @@ -2006/10/18 15:16:29 UTC +2006/10/20 12:25:45 UTC ++++++ config.tar.bz2 ++++++ ++++++ kabi.tar.bz2 ++++++ ++++++ novell-kmp.tar.bz2 ++++++ ++++++ patches.arch.tar.bz2 ++++++ ++++++ patches.drivers.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/patches.drivers/open-iscsi-git-update new/patches.drivers/open-iscsi-git-update --- old/patches.drivers/open-iscsi-git-update 2006-10-06 15:40:51.000000000 +0200 +++ new/patches.drivers/open-iscsi-git-update 2006-10-20 20:39:09.000000000 +0200 @@ -2,7 +2,7 @@ Subject: open-iscsi update Patch-Mainline: yes -This patch updates the open-iscsi driver to version 2.0-707 +This patch updates the open-iscsi driver to version 2.0-711 Signed-off-by: Hannes Reinecke <hare@suse.de> @@ -417,7 +417,7 @@ #define ISCSI_CONN_ATTRS 11 #define ISCSI_HOST_ATTRS 0 -#define ISCSI_TRANSPORT_VERSION "1.1-646" -+#define ISCSI_TRANSPORT_VERSION "2.0-707" ++#define ISCSI_TRANSPORT_VERSION "2.0-711" struct iscsi_internal { int daemon_pid; ++++++ patches.fixes.tar.bz2 ++++++ ++++++ patches.kernel.org.tar.bz2 ++++++ ++++++ patches.rpmify.tar.bz2 ++++++ ++++++ patches.suse.tar.bz2 ++++++ ++++ 1664 lines of diff (skipped) ++++++ patches.uml.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/patches.uml/uml-needs-_syscall0 new/patches.uml/uml-needs-_syscall0 --- old/patches.uml/uml-needs-_syscall0 2006-10-10 12:33:30.000000000 +0200 +++ new/patches.uml/uml-needs-_syscall0 2006-10-20 20:39:09.000000000 +0200 @@ -5,9 +5,9 @@ breaking the uml kernel build. Workaround that. --- - arch/um/os-Linux/process.c | 4 ++++ - arch/um/os-Linux/sys-i386/tls.c | 4 ++++ - 2 files changed, 8 insertions(+) + arch/um/os-Linux/process.c | 8 +++++++- + arch/um/os-Linux/sys-i386/tls.c | 8 +++++++- + 2 files changed, 14 insertions(+), 2 deletions(-) Index: linux-2.6.18/arch/um/os-Linux/process.c =================================================================== @@ -24,11 +24,24 @@ #include <unistd.h> #include <stdio.h> #include <errno.h> +@@ -141,9 +145,11 @@ void os_usr1_process(int pid) + * syscalls, and also breaks with clone(), which does not unshare the TLS. + */ + ++inline _syscall0(pid_t, getpid) ++ + int os_getpid(void) + { +- return syscall(__NR_getpid); ++ return(getpid()); + } + + int os_getpgrp(void) Index: linux-2.6.18/arch/um/os-Linux/sys-i386/tls.c =================================================================== --- linux-2.6.18.orig/arch/um/os-Linux/sys-i386/tls.c +++ linux-2.6.18/arch/um/os-Linux/sys-i386/tls.c -@@ -1,3 +1,7 @@ +@@ -1,8 +1,14 @@ +#define __KERNEL__ /* need _syscall1 */ +#include <asm/unistd.h> +#undef __KERNEL__ @@ -36,3 +49,19 @@ #include <errno.h> #include <linux/unistd.h> #include "sysdep/tls.h" + #include "user_util.h" + ++static _syscall1(int, get_thread_area, user_desc_t *, u_info); ++ + /* Checks whether host supports TLS, and sets *tls_min according to the value + * valid on the host. + * i386 host have it == 6; x86_64 host have it == 12, for i386 emulation. */ +@@ -15,7 +21,7 @@ void check_host_supports_tls(int *suppor + user_desc_t info; + info.entry_number = val[i]; + +- if(syscall(__NR_get_thread_area, &info) == 0){ ++ if (get_thread_area(&info) == 0) { + *tls_min = val[i]; + *supports_tls = 1; + return; ++++++ patches.xen.tar.bz2 ++++++ ++++++ series.conf ++++++ --- kernel-source/series.conf 2006-10-18 17:17:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/kernel-source/series.conf 2006-10-20 20:39:26.000000000 +0200 @@ -72,7 +72,6 @@ patches.arch/ppc-tumbler-active_state.patch patches.suse/suse-ppc32-mol.patch patches.suse/suse-ppc32-mol-kbuild.patch - patches.suse/suse-ppc32-mol-mm-context # suse ppc64 patches.arch/ppc-os-term-panic_timeout.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de