Mailinglist Archive: opensuse-commit (1083 mails)

< Previous Next >
commit kernel-source
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 03 Sep 2007 23:21:44 +0200
  • Message-id: <20070903212144.8C843678334@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kernel-source
checked in at Mon Sep 3 23:21:44 CEST 2007.

--------
--- kernel-source/kernel-bigsmp.changes 2007-08-31 16:09:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/kernel-bigsmp.changes    2007-09-03 19:14:48.000000000 +0200
@@ -1,0 +2,26 @@
+Mon Sep  3 14:06:36 CEST 2007 - jbeulich@xxxxxxxxxx
+
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+
+-------------------------------------------------------------------
+Mon Sep  3 13:29:19 CEST 2007 - jbeulich@xxxxxxxxxx
+
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
+
+-------------------------------------------------------------------
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-dummy.changes: same change
kernel-kdump.changes: same change
kernel-ppc64.changes: same change
kernel-rt.changes: same change
kernel-rt_debug.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change
kernel-xenpae.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kernel-bigsmp.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:56.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:56.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        Kernel with PAE Support
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -170,7 +170,7 @@
 
 
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -561,6 +561,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

kernel-debug.spec: same change
kernel-default.spec: same change
++++++ kernel-dummy.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:57.000000000 +0200
@@ -15,7 +15,7 @@
 URL:            http://www.kernel.org/
 Summary:        Internal dummy package for synchronizing release numbers
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    off
@@ -28,7 +28,7 @@
 --------
     Andreas Gruenbacher <agruen@xxxxxxx>
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 
 %install
@@ -41,6 +41,26 @@
 /etc/dummy
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-kdump.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:57.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        kernel for kdump
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -174,7 +174,7 @@
 
 
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -565,6 +565,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-ppc64.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:57.000000000 +0200
@@ -38,7 +38,7 @@
 %endif
 Summary:        Kernel for ppc64 Systems
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later, LGPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -186,7 +186,7 @@
     Tom Gall <tom_gall@xxxxxxxxxxxx>
     see /usr/src/linux/CREDITS for more details.
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -577,6 +577,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-rt_debug.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:57.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        A Debug Version of the Kernel
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -172,7 +172,7 @@
 
 
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -563,6 +563,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-rt.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:58.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:58.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        The Realtime Linux Kernel
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -188,7 +188,7 @@
     
     see /usr/src/linux/CREDITS for more details.
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -579,6 +579,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-s390.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:58.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:58.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        The Standard Kernel
 Version:        2.6.22.5
-Release:        5
+Release:        6
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -168,7 +168,7 @@
 
 
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -559,6 +559,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-source.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:58.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:58.000000000 +0200
@@ -22,7 +22,7 @@
 %endif
 Summary:        The Linux Kernel Sources
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          Development/Sources
 Autoreqprov:    off
@@ -106,7 +106,7 @@
     
     see /usr/src/linux/CREDITS for more details.
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -281,6 +281,26 @@
 %files -f kernel-source.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-syms.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:58.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:58.000000000 +0200
@@ -21,7 +21,7 @@
 %endif
 Summary:        Kernel Symbol Versions (modversions)
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          Development/Sources
 Autoreqprov:    off
@@ -96,7 +96,7 @@
     
     see /usr/src/linux/CREDITS for more details.
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 echo "Architecture symbol(s):" %symbols
@@ -150,6 +150,26 @@
 /lib/modules/*/*
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

++++++ kernel-vanilla.spec ++++++
--- /var/tmp/diff_new_pack.X12968/_old  2007-09-03 23:18:58.000000000 +0200
+++ /var/tmp/diff_new_pack.X12968/_new  2007-09-03 23:18:58.000000000 +0200
@@ -39,7 +39,7 @@
 %endif
 Summary:        The Standard Kernel - without any SUSE patches
 Version:        2.6.22.5
-Release:        7
+Release:        9
 License:        GPL v2 or later
 Group:          System/Kernel
 Autoreqprov:    on
@@ -188,7 +188,7 @@
 
 
 
-Source Timestamp: 2007/08/31 14:06:44 UTC
+Source Timestamp: 2007/09/03 12:07:40 UTC
 
 %prep
 if ! [ -e %_sourcedir/linux-2.6.22.tar.bz2 ]; then
@@ -579,6 +579,26 @@
 %files -f kernel.files
 
 %changelog
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- scripts/run_oldconfig.sh: fix double use of 'trap'
+* Mon Sep 03 2007 - jbeulich@xxxxxxxxxx
+- patches.xen/136-pae-vmalloc-sync-all.patch: xen/i386: Fix
+  vmalloc_sync_all() for PAE.
+- patches.xen/137-netfront-copy-release.patch: [NETFRONT] Implement
+  netif_release_rx_bufs for the copying case.
+- patches.xen/141-driver-autoload.patch: Xen frontend driver module
+  autoloading.
+- patches.xen/144-xenbus-dev-wait.patch: xenbus: Wait for 30s for
+  devices to connect (previously 10s).
+- patches.xen/145-xenbus-error-path.patch: xenbus: Fix obvious use-
+  after-free spotted by Coverity checker.
+- patches.xen/148-blkfront-no-bounce-bufs.patch: BLKFRONT: Make sure
+  we don't use bounce buffers, we don't need them.
+- patches.xen/152-netloop-check-cloned-skb.patch: [NET] netloop: Do
+  not clobber cloned skb page frags
+- patches.xen/157-netfront-skb-deref.patch: net front: Avoid
+  deref'ing skb after it is potentially freed.
+- Refresh other Xen patches.
 * Fri Aug 31 2007 - jeffm@xxxxxxx
 - Applied rest of fix for not dirtying inode after changing i_mode
   with no old ACL on reiserfs (306621).

kernel-xenpae.spec: same change
kernel-xen.spec: same change

++++++ build-source-timestamp ++++++
--- kernel-source/build-source-timestamp        2007-08-31 16:09:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/build-source-timestamp   2007-09-03 19:14:43.000000000 +0200
@@ -1 +1 @@
-2007/08/31 14:06:44 UTC
+2007/09/03 12:07:40 UTC







++++++ config.tar.bz2 ++++++









++++++ kabi.tar.bz2 ++++++






++++++ needed_space_in_mb ++++++
--- kernel-source/needed_space_in_mb    2007-08-31 16:54:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/needed_space_in_mb       2007-09-03 19:14:58.000000000 +0200
@@ -1 +1 @@
-6000
+6144

++++++ novell-kmp.tar.bz2 ++++++

++++++ patches.apparmor.tar.bz2 ++++++

++++++ patches.arch.tar.bz2 ++++++

++++++ patches.drivers.tar.bz2 ++++++

++++++ patches.fixes.tar.bz2 ++++++

++++++ patches.kernel.org.tar.bz2 ++++++

++++++ patches.rpmify.tar.bz2 ++++++

++++++ patches.rt.tar.bz2 ++++++

++++++ patches.suse.tar.bz2 ++++++

++++++ patches.uml.tar.bz2 ++++++

++++++ patches.xen.tar.bz2 ++++++
++++ 7976 lines of diff (skipped)






++++++ series.conf ++++++
--- kernel-source/series.conf   2007-08-31 16:09:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/series.conf      2007-09-03 19:13:51.000000000 +0200
@@ -759,6 +759,14 @@
 -RT            patches.xen/82-blkdev-wait.patch
 -RT            patches.xen/93-swiotlb.patch
 -RT            patches.xen/95-privcmd-wrlock.patch
+-RT            patches.xen/136-pae-vmalloc-sync-all.patch
+-RT            patches.xen/137-netfront-copy-release.patch
+-RT            patches.xen/141-driver-autoload.patch
+-RT            patches.xen/144-xenbus-dev-wait.patch
+-RT            patches.xen/145-xenbus-error-path.patch
+-RT            patches.xen/148-blkfront-no-bounce-bufs.patch
+-RT            patches.xen/152-netloop-check-cloned-skb.patch
+-RT            patches.xen/157-netfront-skb-deref.patch
 
                # changes outside arch/{i386,x86_64}/xen
 -RT            patches.xen/xen3-fixup-common
@@ -772,6 +780,8 @@
 -RT            patches.xen/xen3-patch-2.6.20
 -RT            patches.xen/xen3-patch-2.6.21
 -RT            patches.xen/xen3-patch-2.6.22
+-RT            patches.xen/xen3-x86-early-quirks-unificiation 
+-RT            patches.xen/xen3-x86-fam10-l3cache
 -RT            patches.xen/xen3-sysfs-crash-debugging.patch
 +andrea                patches.xen/xen3-silent-stack-overflow
 
@@ -799,8 +809,6 @@
 -RT            patches.xen/xen-x86_64-entry
 -RT            patches.xen/xen-intel-agp
 -RT            patches.xen/xen-blkback-cdrom
--RT            patches.xen/xen3-x86-early-quirks-unificiation 
--RT            patches.xen/xen3-x86-fam10-l3cache
 
 # RT
 +RT            patches.rt/patch-2.6.22.1-rt4.openSUSE




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >