r3905 - in
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian: .
patches patches/series
Simon Horman
horms at costa.debian.org
Tue Aug 16 05:36:20 UTC 2005
Author: horms
Date: 2005-08-16 05:36:18 +0000 (Tue, 16 Aug 2005)
New Revision: 3905
Removed:
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/180_fs-isofs-ignored-parameters.diff
Modified:
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11
Log:
Remove isofs mount parameters patch, as although it seems to be a valid cleanup, it does not seem to address the problem at hand: http://lists.debian.org/debian-kernel/2005/08/msg00581.html
Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog 2005-08-16 04:57:39 UTC (rev 3904)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog 2005-08-16 05:36:18 UTC (rev 3905)
@@ -56,9 +56,6 @@
[Security] Fixes remote DoS when using ipt_recent on a 64 bit machine.
(See: #322237)
- * 180_fs-isofs-ignored-parameters.diff
- isofs ignores any mount parameters after iocharset, map or session.
-
* 181_arch-x86_64-kernel-stack-faults.diff
[Security, x86_64] Disable exception stack for stack faults
See CAN-2005-1767
@@ -74,7 +71,7 @@
Check input buffer size in zisofs
From 2.6.12.5
- -- Simon Horman <horms at debian.org> Tue, 16 Aug 2005 13:56:29 +0900
+ -- Simon Horman <horms at debian.org> Tue, 16 Aug 2005 14:33:45 +0900
kernel-source-2.4.27 (2.4.27-10) unstable; urgency=low
Deleted: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/180_fs-isofs-ignored-parameters.diff
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/180_fs-isofs-ignored-parameters.diff 2005-08-16 04:57:39 UTC (rev 3904)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/180_fs-isofs-ignored-parameters.diff 2005-08-16 05:36:18 UTC (rev 3905)
@@ -1,45 +0,0 @@
-Date: Fri, 12 Aug 2005 10:44:17 +0300
-From: Alexander Pytlev <apytlev at tut.by>
-To: Debian Kernel Team <debian-kernel at lists.debian.org>
-Subject: kernel 2.4.27-10: isofs driver ignore some parameters with mount
-
-Hello Debian,
-
-Kernel 2.4.27-10
-With mount isofs filesystem, any mount parameters after
-iocharset=,map=,session= are ignored.
-
-Sample:
-
-mount -t isofs -o uid=100,iocharset=koi8-r,gid=100 /dev/cdrom /media/cdrom
-
-gid=100 - was ignored
-
-I look in source and find that problem. I make two patch, simply and full
-(what addeded some functionality - ignore wrong mount parameters)
-
-simply patch:
-[ rediffed - Horms ]
-===================================================================================
---- a/fs/isofs/inode.c 2005-08-12 17:33:31.000000000 +0900
-+++ b/fs/isofs/inode.c 2005-08-12 17:33:38.000000000 +0900
-@@ -340,13 +340,13 @@
- else if (!strcmp(value,"acorn")) popt->map = 'a';
- else return 0;
- }
-- if (!strcmp(this_char,"session") && value) {
-+ else if (!strcmp(this_char,"session") && value) {
- char * vpnt = value;
- unsigned int ivalue = simple_strtoul(vpnt, &vpnt, 0);
- if(ivalue < 0 || ivalue >99) return 0;
- popt->session=ivalue+1;
- }
-- if (!strcmp(this_char,"sbsector") && value) {
-+ else if (!strcmp(this_char,"sbsector") && value) {
- char * vpnt = value;
- unsigned int ivalue = simple_strtoul(vpnt, &vpnt, 0);
- if(ivalue < 0 || ivalue >660*512) return 0;
-===================================================================================
-
-full patch:
-[ deleted - Horms ]
Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11 2005-08-16 04:57:39 UTC (rev 3904)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11 2005-08-16 05:36:18 UTC (rev 3905)
@@ -12,7 +12,6 @@
+ 177_rocket_c-fix-ldisc-ref-count.diff
+ 178_fs_ext2_ext3_xattr-sharing.diff
+ 179_net-ipv4-netfilter-ip_recent-last_pkts.diff
-+ 180_fs-isofs-ignored-parameters.diff
+ 181_arch-x86_64-kernel-stack-faults.diff
+ 182_linux-zlib-fixes.diff
+ 183_zisofs.diff
More information about the Kernel-svn-changes
mailing list