[kernel] r13713 - in people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian: . patches-update/features/all/xen

Bastian Blank waldi at alioth.debian.org
Wed Jun 3 09:15:41 UTC 2009


Author: waldi
Date: Wed Jun  3 09:15:39 2009
New Revision: 13713

Log:
* debian: Update to 2.6.18.dfsg.1-26.
* debian/changelog: Update.
* debian/patches-update/features/all/xen/xen-748f324a4b2d62d89fe40c4aa52861977e1a2cae.patch:
  Fix.

Modified:
   people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/   (props changed)
   people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/changelog
   people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/patches-update/features/all/xen/xen-748f324a4b2d62d89fe40c4aa52861977e1a2cae.patch

Modified: people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/changelog
==============================================================================
--- people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/changelog	Wed Jun  3 09:13:28 2009	(r13712)
+++ people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/changelog	Wed Jun  3 09:15:39 2009	(r13713)
@@ -1,4 +1,4 @@
-linux-2.6.18-xen-3.3 (2.6.18.dfsg.1-24+xen.1) kernel-waldi-xen-extra; urgency=low
+linux-2.6.18-xen-3.3 (2.6.18.dfsg.1-26+xen.1) kernel-waldi-xen-extra; urgency=low
 
   * Update Xen patch to revision 748f324a4b2d62d89fe40c4aa52861977e1a2cae of
     the linux-2.6.18-xen repository, 3.3 release.
@@ -7,6 +7,95 @@
 
  -- Bastian Blank <waldi at debian.org>  Thu, 15 Jan 2009 12:01:11 +0100
 
+linux-2.6 (2.6.18.dfsg.1-26) oldstable; urgency=high
+
+  * Merge changes from 2.6.18.dfsg.1-24etch2
+
+ -- dann frazier <dannf at debian.org>  Wed, 20 May 2009 13:51:28 -0600
+
+linux-2.6 (2.6.18.dfsg.1-25) oldstable; urgency=high
+
+  [ Aurelien Jarno ]
+  * [mips/mipsel] Fix errno on inexistent syscalls. (Closes: #520034).
+
+  [ dann frazier ]
+  * bridge: Fix oops in port_carrier_check (closes: #529165)
+
+ -- dann fraizer <dannf at debian.org>  Mon, 18 May 2009 23:52:52 -0600
+
+linux-2.6 (2.6.18.dfsg.1-24etch2) oldstable-security; urgency=high
+
+  * Fix mips FTBFS due to a missed rename of the mips-specific
+    sys_pipe symbol.
+
+ -- dann frazier <dannf at debian.org>  Mon, 04 May 2009 10:59:06 -0600
+
+linux-2.6 (2.6.18.dfsg.1-24etch1) oldstable-security; urgency=high
+
+  * Fix buffer underflow in the ib700wdt watchdog driver:
+     - bugfix/all/watchdog-ib700wdt-buffer_underflow.patch
+    See CVE-2008-5702
+  * nfs: Fix fcntl/close race
+     - bugfix/all/nfs-remove-buggy-lock-if-signalled-case.patch
+    See CVE-2008-4307
+  * sctp: fix memory overflow
+     - bugfix/all/sctp-avoid-memory-overflow.patch
+    See CVE-2009-0065
+  * Fix sign-extend ABI issue w/ system calls on various 64-bit architectures
+     - bugfix/all/CVE-2009-0029/*
+    See CVE-2009-0029
+  * security: introduce missing kfree
+     - bugfix/all/security-keyctl-missing-kfree.patch
+    See CVE-2009-0031
+  * dell_rbu: use scnprintf instead of less secure sprintf
+     - bugfix/all/dell_rbu-use-scnprintf-instead-of-sprintf.patch
+    See CVE-2009-0322
+  * [hppa] Fix system crash while unwinding a userspace process
+     - bugfix/hppa/userspace-unwind-crash.patch
+    See CVE-2008-5395
+  * NET: Add preemption point in qdisc_run
+     - bugfix/all/net-add-preempt-point-in-qdisc_run.patch
+    See CVE-2008-5713
+  * [mips] Fix potential DOS by untrusted user app
+     - bugfix/mips/fix-potential-dos.patch
+    See CVE-2008-5701
+  * Fix sensitive memory leak in SO_BSDCOMPAT gsopt
+     - bugfix/all/net-SO_BSDCOMPAT-leak.patch
+     - bugfix/all/net-SO_BSDCOMPAT-leak-2.patch
+    See CVE-2009-0676
+  * skfp: Fix inverted capabilities check logic
+     - bugfix/all/skfp-fix-inverted-cap-logic.patch
+    See CVE-2009-0675
+  * [amd64] syscall-audit: fix 32/64 syscall hole
+     - bugfix/syscall-audit-fix-32+64-syscall-hole.patch
+    See CVE-2009-0834
+  * shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEM
+    This issue does not effect pre-build Debian kernels.
+     - bugfix/all/shm-fix-shmctl-SHM_INFO-lockup-without-CONFIG_SHMEM.patch
+    See CVE-2009-0859
+  * copy_process: fix CLONE_PARENT && parent_exec_id interaction
+     - bugfix/all/copy_process-fix-CLONE_PARENT-and-parent_exec_id-interaction.patch
+    See CVE-2009-0028
+  * af_rose/x25: Sanity check the maximum user frame size
+     - bugfix/all/af_rose+x25-sanity-check-the-max-user-frame-size.patch
+    See CVE-2009-1265
+  * NFS: fix an oops in encode_lookup()
+     - bugfix/all/nfs-fix-oops-in-encode_lookup.patch
+    See CVE-2009-1336
+  * exit_notify: kill the wrong capable(CAP_KILL) check
+     - bugfix/all/exit_notify-kill-wrong-CAP_KILL-check.patch
+    See CVE-2009-1337
+  * agp: zero pages before sending to userspace
+     - bugfix/all/agp-zero-pages-before-sending-to-userspace.patch
+    See CVE-2009-1192
+  * cifs: Fix memory overwrite when saving nativeFileSystem field during mount
+     - bugfix/all/cifs-fix-memory-overwrite-when-saving-nativeFileSystem-field-during-mount.patch
+     - bugfix/all/cifs-fix-buffer-size-for-tcon-nativeFileSystem-field.patch
+     - bugfix/all/cifs-remove-unneeded-bcc_ptr-update-in-CIFSTCon.patch
+    See CVE-2009-1439
+
+ -- dann frazier <dannf at debian.org>  Sat, 02 May 2009 11:01:46 -0600
+
 linux-2.6 (2.6.18.dfsg.1-24) stable; urgency=high
 
   [ dann frazier ]

Modified: people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/patches-update/features/all/xen/xen-748f324a4b2d62d89fe40c4aa52861977e1a2cae.patch
==============================================================================
--- people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/patches-update/features/all/xen/xen-748f324a4b2d62d89fe40c4aa52861977e1a2cae.patch	Wed Jun  3 09:13:28 2009	(r13712)
+++ people/waldi/xen-extra/linux-2.6.18-xen-3.3/debian/patches-update/features/all/xen/xen-748f324a4b2d62d89fe40c4aa52861977e1a2cae.patch	Wed Jun  3 09:15:39 2009	(r13713)
@@ -114478,7 +114478,7 @@
 + *	This keeps the system call compatible, since a non-zero value
 + *	was not allowed so far.
   */
- asmlinkage long sys_io_setup(unsigned nr_events, aio_context_t __user *ctxp)
+ SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp)
  {
  	struct kioctx *ioctx = NULL;
  	unsigned long ctx;



More information about the Kernel-svn-changes mailing list