[kernel] r7901 - in dists/sid/linux-2.6/debian: . patches/bugfix/s390 patches/series

Bastian Blank waldi at alioth.debian.org
Sat Dec 2 10:40:58 CET 2006


Author: waldi
Date: Sat Dec  2 10:40:57 2006
New Revision: 7901

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/s390/
   dists/sid/linux-2.6/debian/patches/bugfix/s390/include-asm-posix_types.patch   (contents, props changed)
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/7
Log:
* debian/changelog: Update.
* debian/patches/bugfix/s390/include-asm-posix_types.patch: Add.
* debian/patches/series/7: Update.


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sat Dec  2 10:40:57 2006
@@ -4,6 +4,7 @@
   * Emit conflict lines for initramfs generators. (closes: #400305)
   * Update vserver patch to 2.0.2.2-rc8.
   * xen: Don't disable serial drivers.
+  * s390: Add patch to fix posix types.
 
   [ Martin Michlmayr ]
   * r8169: Add an option to ignore parity errors.
@@ -16,7 +17,7 @@
   * sata: Avoid null pointer dereference in SATA Promise.
   * cifs: Set CIFS preferred IO size.
 
- -- Bastian Blank <waldi at debian.org>  Thu, 30 Nov 2006 22:33:14 +0100
+ -- Bastian Blank <waldi at debian.org>  Sat,  2 Dec 2006 10:40:12 +0100
 
 linux-2.6 (2.6.18-6) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/s390/include-asm-posix_types.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/s390/include-asm-posix_types.patch	Sat Dec  2 10:40:57 2006
@@ -0,0 +1,13 @@
+diff --git a/include/asm-s390/posix_types.h b/include/asm-s390/posix_types.h
+index b94c988..878057b 100644
+--- a/include/asm-s390/posix_types.h
++++ b/include/asm-s390/posix_types.h
+@@ -104,7 +104,7 @@ static inline int __FD_ISSET(unsigned long fd, const __kernel_fd_set *fdsetp)
+ 
+ #undef  __FD_ZERO
+ #define __FD_ZERO(fdsetp) \
+-	((void) memset ((__ptr_t) (fdsetp), 0, sizeof (__kernel_fd_set)))
++	((void) memset ((fdsetp), 0, sizeof (__kernel_fd_set)))
+ 
+ #endif     /* __KERNEL__ */
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/7
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/7	(original)
+++ dists/sid/linux-2.6/debian/patches/series/7	Sat Dec  2 10:40:57 2006
@@ -2,3 +2,4 @@
 + features/fs-cifs_getattr-preferred-iosize.patch
 + bugfix/fs-hfs-mokb.patch
 + bugfix/sata-promise-null-deref.patch
++ bugfix/s390/include-asm-posix_types.patch



More information about the Kernel-svn-changes mailing list