rpms/kernel/FC-3 kernel-2.6.spec,1.895,1.896

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Nov 5 06:59:23 UTC 2005


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Log Message:
* Sat Nov  5 2005 Dave Jones <davej at redhat.com>
- Fix readv/writev syscalls bypass sec module interface checks.



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-3/kernel-2.6.spec,v
retrieving revision 1.895
retrieving revision 1.896
diff -u -r1.895 -r1.896
--- kernel-2.6.spec	21 Oct 2005 07:41:01 -0000	1.895
+++ kernel-2.6.spec	5 Nov 2005 06:59:14 -0000	1.896
@@ -339,6 +339,7 @@
 Patch3003: linux-2.6-CAN-2005-3179.patch
 Patch3004: linux-2.6-CAN-2005-3180.patch
 Patch3005: linux-2.6-CAN-2005-3181.patch
+PAtch3006: linux-2.6-vectored-io-bypass.patch
 
 #
 # External drivers that are about to get accepted upstream
@@ -713,6 +714,8 @@
 %patch3003 -p1
 %patch3004 -p1
 %patch3005 -p1
+# readv/writev syscalls bypass sec module interface checks
+%patch3006 -p1
 
 #
 # External drivers that are about to get accepted upstream
@@ -1027,6 +1030,9 @@
 %endif
 
 %changelog
+* Sat Nov  5 2005 Dave Jones <davej at redhat.com>
+- Fix readv/writev syscalls bypass sec module interface checks.
+
 * Fri Oct 21 2005 Dave Jones <davej at redhat.com>
 - Disable the stacked md patch again.
 




More information about the fedora-cvs-commits mailing list