[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289247: marked as done (SCSI Device List update (FIX problems with some pendrivers))



Your message dated Mon, 24 Jan 2005 02:02:34 -0500
with message-id <E1CsyF8-00044l-00@newraff.debian.org>
and subject line Bug#289247: fixed in kernel-source-2.6.8 2.6.8-13
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Jan 2005 00:44:55 +0000
>From otavio@debian.org Fri Jan 07 16:44:54 2005
Return-path: <otavio@debian.org>
Received: from aveiro.procergs.com.br [200.198.128.211] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cn4is-0005hA-00; Fri, 07 Jan 2005 16:44:54 -0800
Received: from localhost (200-203-056-165.pltce7001.dsl.brasiltelecom.net.br [200.203.56.165])
	by aveiro.procergs.com.br (Postfix) with ESMTP id EB07B5003868;
	Fri,  7 Jan 2005 22:44:22 -0200 (BRDT)
Received: by localhost (Postfix, from userid 1000)
	id 71D021C1BBF8; Fri,  7 Jan 2005 22:44:23 -0200 (BRST)
Content-Type: multipart/mixed; boundary="===============0811110479=="
MIME-Version: 1.0
From: Otavio Salvador <otavio@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: SCSI Device List update (FIX problems with some pendrivers)
X-Mailer: reportbug 3.5
Date: Fri, 07 Jan 2005 22:44:23 -0200
Message-Id: <[🔎] 20050108004423.71D021C1BBF8@localhost>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0811110479==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: kernel-source-2.6.8
Version: 2.6.8-11
Severity: normal
Tags: patch

Hello,

I was having problems with some pendrivers and then I looked by a
fix. I did this patch using Fedora kernel as source and tested it. Worked really fine.

Please, apply it in next upload.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages kernel-source-2.6.8 depends on:
ii  binutils                      2.15-5     The GNU assembler, linker and bina
ii  bzip2                         1.0.2-2    high-quality block-sorting file co
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  fileutils                     5.2.1-2    The GNU file management utilities 

-- no debconf information

--===============0811110479==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="drivers-scsi-scsi-devinfo.diff"

--- kernel-source-2.6.8-orig/drivers/scsi/scsi_devinfo.c	2005-01-06 23:56:57.000000000 -0200
+++ kernel-source-2.6.8/drivers/scsi/scsi_devinfo.c	2005-01-07 00:07:23.000000000 -0200
@@ -184,7 +184,6 @@
 	{"XYRATEX", "RS", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"Zzyzx", "RocketStor 500S", NULL, BLIST_SPARSELUN},
 	{"Zzyzx", "RocketStor 2000", NULL, BLIST_SPARSELUN},
-	{ NULL, NULL, NULL, 0 },
 
 	/*
 	 * USB multi card readers. Only these should use BLIST_FORCELUN.
@@ -196,16 +195,21 @@
 	{"Generic", "USB Storage-SMC", "0090", BLIST_FORCELUN},
 	{"Generic", "USB Storage-SMC", "0180", BLIST_FORCELUN},
 	{"Generic", "USB Storage-SMC", "0207", BLIST_FORCELUN},
+	{"IC", "USB Storage-CFC", "322E", BLIST_FORCELUN},
 	{"ICSI", "SD Card", "2.7C", BLIST_FORCELUN},
 	{"IOI", "Media Bay", "*", BLIST_FORCELUN},
 	{"Lexar", "Media Inc. SM/xD", "009E", BLIST_FORCELUN},
 	{"Medion", "Flash XL  MMC/SD", "2.6D", BLIST_FORCELUN},
+	{"OEI-USB2", "CompactFlash", "2.00", BLIST_FORCELUN},
 	{"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN},
 	{"SMSC", "223 U HS-CF", "1.95", BLIST_FORCELUN},
 	{"SMSC", "USB 2 HS-CF", NULL, BLIST_FORCELUN},
 	{"TwinMOS", "7-in-1 Card RWCF", "0100", BLIST_FORCELUN},
 	{"USB2.0", "SMARTMEDIA/XD", NULL, BLIST_FORCELUN},
 	{"Y-E DATA", "CF Card Reader", "1.03", BLIST_FORCELUN},
+	{"Zynet", "USB Storage-SMC", "I03A", BLIST_FORCELUN},
+
+	{ NULL, NULL, NULL, 0 },
 };
 
 /*

--===============0811110479==--

---------------------------------------
Received: (at 289247-close) by bugs.debian.org; 24 Jan 2005 07:06:22 +0000
>From katie@ftp-master.debian.org Sun Jan 23 23:06:22 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CsyIo-0007Oy-00; Sun, 23 Jan 2005 23:06:22 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CsyF8-00044l-00; Mon, 24 Jan 2005 02:02:34 -0500
From: Andres Salomon <dilinger@voxel.net>
To: 289247-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#289247: fixed in kernel-source-2.6.8 2.6.8-13
Message-Id: <E1CsyF8-00044l-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 24 Jan 2005 02:02:34 -0500
Delivered-To: 289247-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: kernel-source-2.6.8
Source-Version: 2.6.8-13

We believe that the bug you reported is fixed in the latest version of
kernel-source-2.6.8, which is due to be installed in the Debian FTP archive:

kernel-doc-2.6.8_2.6.8-13_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-doc-2.6.8_2.6.8-13_all.deb
kernel-patch-debian-2.6.8_2.6.8-13_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-patch-debian-2.6.8_2.6.8-13_all.deb
kernel-source-2.6.8_2.6.8-13.diff.gz
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-13.diff.gz
kernel-source-2.6.8_2.6.8-13.dsc
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-13.dsc
kernel-source-2.6.8_2.6.8-13_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-13_all.deb
kernel-tree-2.6.8_2.6.8-13_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-tree-2.6.8_2.6.8-13_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 289247@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andres Salomon <dilinger@voxel.net> (supplier of updated kernel-source-2.6.8 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 24 Jan 2005 01:20:24 -0500
Source: kernel-source-2.6.8
Binary: kernel-source-2.6.8 kernel-doc-2.6.8 kernel-tree-2.6.8 kernel-patch-debian-2.6.8
Architecture: source all
Version: 2.6.8-13
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Andres Salomon <dilinger@voxel.net>
Description: 
 kernel-doc-2.6.8 - Linux kernel specific documentation for version 2.6.8
 kernel-patch-debian-2.6.8 - Debian patches to Linux 2.6.8
 kernel-source-2.6.8 - Linux kernel source for version 2.6.8 with Debian patches
 kernel-tree-2.6.8 - Linux kernel tree for building prepackaged Debian kernel images
Closes: 281905 283241 288062 289247
Changes: 
 kernel-source-2.6.8 (2.6.8-13) unstable; urgency=high
 .
   * add more USB card reader blacklist entries.  Patch from Fedora via
     Otavio Salvador <otavio@debian.org>. (Christoph Hellwig) (closes: #289247)
 .
   * Fix viewsvn url for patches in README.Debian as reported by
     Alexander E. Patrakov. (Christoph Hellwig) (closes: #288062).
 .
   * Replace smbfs-overflow-fixes.patch with a newer version from 2.6.10-ac
     that actually works.  Thanks to S?ren Hansen <sh@warma.dk> for finding
     and submitting it. (Christoph Hellwig) (closes: #283241).
 .
   * expand_stack_reorg.dpatch
     Clean up mm/mmap.c's expand_stack() function, backported from
     2.6.11-rcX.  Needed for future security patches (Andres Salomon).
 .
   * [SECURITY] 034-stack_resize_exploit.dpatch
     Fix exploitable race condition on SMP and HT systems where two
     threads attempt to expand the stack at the same time.  This is
     CAN-2005-0001 (happy new year!) (Andres Salomon).
 .
   * [SECURITY] 035-do_brk_security_fixes-2.dpatch
     Further do_brk fixes; just to be safe, lock everywhere do_brk
     is used (Andres Salomon).
 .
   * Apply patch to fix compat cmsg_len checks (Christoph Hellwig).
 .
   * Backport EFI partition support fixes from 2.6.10.  Patch supplied by Tore
     Anderson <tore@debian.org> (Christoph Hellwig) (closes: #281905).
 .
   * Backport amd64 32bit quotactl support from 2.6.10. (Frederik Schüler)
 .
   * Change $((exp) | exp) to $( (exp) | exp) in apply so things work
     with dash (Simon Horman) (See: #291107, #291039)
 .
   * scsi-ioctl.dpatch
     Provide a warning about unknown opcodes (Andres Salomon).
Files: 
 9e4ac65ced52e640a37559512ed8d346 955 devel optional kernel-source-2.6.8_2.6.8-13.dsc
 248f10b41a16d66417412e9e233df230 863182 devel optional kernel-source-2.6.8_2.6.8-13.diff.gz
 f8fb622076e9d2c069c939d2f0cb91d6 826218 devel optional kernel-patch-debian-2.6.8_2.6.8-13_all.deb
 32f135ffc8557aa699564e89a4bdec8f 34918530 devel optional kernel-source-2.6.8_2.6.8-13_all.deb
 b3d35d1110672179c07fdc108748866f 25520 devel optional kernel-tree-2.6.8_2.6.8-13_all.deb
 5504d4abc11a7f8c988d8043fa2d8bf2 6174798 doc optional kernel-doc-2.6.8_2.6.8-13_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB9Jgo78o9R9NraMQRAjwpAJ9yQT8JOKHNFmb9UCTsoaCYtDtVMACeKeEw
HOj4gznUg3K4w++6asAJNnw=
=0crl
-----END PGP SIGNATURE-----



Reply to: