kernel-source-2.6.8: compile error in drivers/block/scsi_ioctl.c

Bug #7612 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Debian)
Fix Released
Unknown
linux-source-2.6.15 (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #268128 http://bugs.debian.org/268128

Revision history for this message
In , Bastian Kleineidam (calvin) wrote : forgot the .config

Hi,

forgot the .config, here it is :)

--
  ,''`. Bastian Kleineidam . calvin (at) debian.org
 : :' :
 `. `' GnuPG Schlüssel http://kampfwurst.net/gpgkey.txt
   `-

Revision history for this message
In , Jens Schmalzing (j-s-lmu) wrote : Re: Bug#268128: kernel-source-2.6.8: compile error in drivers/block/scsi_ioctl.c

severity 268128 grave
thanks

Hi,

Bastian Kleineidam writes:

> Perhaps the new safe-for-copy scsi command patch is incomplete?

Yes. Apply the attached patch and see if the resulting kernel works;
I am not completely sure that the values are correct.

> PS: I left the severity normal for now since I don't know if I forgot
> something to include or to patch ;)

It is in fact a bug in kernel-source-2.6.8. I set the severity to
grave because the bug "makes the package in question unusable by [...]
all users", and because this revision must not enter sarge.

Regards, Jens.

--
J'qbpbe, le m'en fquz pe j'qbpbe!
Le veux aimeb et mqubib panz je pézqbpbe je djuz tqtaj!

Revision history for this message
In , Sven Luther (sven-luther) wrote :

On Thu, Aug 26, 2004 at 10:17:34AM +0200, Bastian Kleineidam wrote:
> Package: kernel-source-2.6.8
> Version: 2.6.8-3
> Severity: normal
>
> Hi,
>
> with the -3 source I get compile errors (-2 compiled fine):
> [...]
> CC drivers/block/scsi_ioctl.o
> drivers/block/scsi_ioctl.c: In function `verify_command':
> drivers/block/scsi_ioctl.c:131: error: `VERIFY_16' undeclared (first use in this function)
> drivers/block/scsi_ioctl.c:131: error: (Each undeclared identifier is reported only once
> drivers/block/scsi_ioctl.c:131: error: for each function it appears in.)
> drivers/block/scsi_ioctl.c:131: error: nonconstant array index in initializer
> drivers/block/scsi_ioctl.c:131: error: (near initialization for `cmd_type')
> drivers/block/scsi_ioctl.c:181: error: `GPCMD_SEND_CUE_SHEET' undeclared (first use in this function)
> drivers/block/scsi_ioctl.c:181: error: nonconstant array index in initializer
> drivers/block/scsi_ioctl.c:181: error: (near initialization for `cmd_type')
> make[4]: *** [drivers/block/scsi_ioctl.o] Error 1
> make[3]: *** [drivers/block] Error 2
> make[2]: *** [drivers] Error 2
> make[2]: Leaving directory `/usr/src/kernel-source-2.6.8'
> make[1]: *** [stamp-build] Error 2
> make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
> make: *** [kernel] Error 2
>
> I did a recursive grep for both VERIFY_16 and GPCMD_SEND_CUE_SHEET and
> they do not seem to be defined anywhere.
> Perhaps the new safe-for-copy scsi command patch is incomplete?
>
> My .config is attached.
>
> Greetings, Bastian
>
>
> PS: I left the severity normal for now since I don't know if I forgot
> something to include or to patch ;)

The attached patch by Jens Schmalzing fixes this issue, but i would still like
for Christoph to look at it.

Friendly,

Sven Luther

Revision history for this message
In , Bastian Kleineidam (calvin) wrote :

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

On Thu, Aug 26, 2004 at 10:44:14AM +0200, Jens Schmalzing wrote:
> Yes. Apply the attached patch and see if the resulting kernel works;
> I am not completely sure that the values are correct.
Thanks for the patch, the kernel compiles now. I will check this evening
if burning is also working.

Greetings, Bastian
- --
  ,''`. Bastian Kleineidam . calvin (at) debian.org
 : :' :
 `. `' GnuPG Schlüssel http://kampfwurst.net/gpgkey.txt
   `-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLbYQeBwlBDLsbz4RAstpAJ9ytqoUK4z3jQyV1ur60BWqkZ5F+ACfQ/B3
r5+ApkJQ0rV3ETOSEZq1/58=
=OWrl
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #268128 http://bugs.debian.org/268128

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 26 Aug 2004 10:17:34 +0200
From: Bastian Kleineidam <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: kernel-source-2.6.8: compile error in drivers/block/scsi_ioctl.c

--===============0576000348==
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-3
Severity: normal

Hi,

with the -3 source I get compile errors (-2 compiled fine):
[...]
  CC drivers/block/scsi_ioctl.o
drivers/block/scsi_ioctl.c: In function `verify_command':
drivers/block/scsi_ioctl.c:131: error: `VERIFY_16' undeclared (first use in this function)
drivers/block/scsi_ioctl.c:131: error: (Each undeclared identifier is reported only once
drivers/block/scsi_ioctl.c:131: error: for each function it appears in.)
drivers/block/scsi_ioctl.c:131: error: nonconstant array index in initializer
drivers/block/scsi_ioctl.c:131: error: (near initialization for `cmd_type')
drivers/block/scsi_ioctl.c:181: error: `GPCMD_SEND_CUE_SHEET' undeclared (first use in this function)
drivers/block/scsi_ioctl.c:181: error: nonconstant array index in initializer
drivers/block/scsi_ioctl.c:181: error: (near initialization for `cmd_type')
make[4]: *** [drivers/block/scsi_ioctl.o] Error 1
make[3]: *** [drivers/block] Error 2
make[2]: *** [drivers] Error 2
make[2]: Leaving directory `/usr/src/kernel-source-2.6.8'
make[1]: *** [stamp-build] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [kernel] Error 2

I did a recursive grep for both VERIFY_16 and GPCMD_SEND_CUE_SHEET and
they do not seem to be defined anywhere.
Perhaps the new safe-for-copy scsi command patch is incomplete?

My .config is attached.

Greetings, Bastian

PS: I left the severity normal for now since I don't know if I forgot
something to include or to patch ;)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-treasure1
Locale: LANG=C, LC_CTYPE=de_DE@euro

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

-- no debconf information

--===============0576000348==--

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (31.4 KiB)

Message-ID: <20040826083811.GA22255@treasure>
Date: Thu, 26 Aug 2004 10:38:11 +0200
From: Bastian Kleineidam <email address hidden>
To: <email address hidden>
Subject: forgot the .config

--gatW/ieO32f1wygP
Content-Type: multipart/mixed; boundary="LZvS9be/3tNcYl/X"
Content-Disposition: inline

--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

forgot the .config, here it is :)

--=20
  ,''`. Bastian Kleineidam . calvin (at) debian.org
 : :' :
 `. `' GnuPG Schl=FCssel http://kampfwurst.net/gpgkey.txt
   `-

--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=".config"

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
# CONFIG_X86_EMU486 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m

#
# Firmware Drivers
#
# CON...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: 26 Aug 2004 10:44:14 +0200
From: Jens Schmalzing <email address hidden>
To: Bastian Kleineidam <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Bug#268128: kernel-source-2.6.8: compile error in
 drivers/block/scsi_ioctl.c

--=-=-=

severity 268128 grave
thanks

Hi,

Bastian Kleineidam writes:

> Perhaps the new safe-for-copy scsi command patch is incomplete?

Yes. Apply the attached patch and see if the resulting kernel works;
I am not completely sure that the values are correct.

> PS: I left the severity normal for now since I don't know if I forgot
> something to include or to patch ;)

It is in fact a bug in kernel-source-2.6.8. I set the severity to
grave because the bug "makes the package in question unusable by [...]
all users", and because this revision must not enter sarge.

Regards, Jens.

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=scsi-ioctl-patch

--- ./include/linux/cdrom.h.orig 2004-08-26 09:15:56.891296646 +0200
+++ ./include/linux/cdrom.h 2004-08-26 09:14:34.434684402 +0200
@@ -468,6 +468,7 @@
 #define GPCMD_RESERVE_RZONE_TRACK 0x53
 #define GPCMD_SCAN 0xba
 #define GPCMD_SEEK 0x2b
+#define GPCMD_SEND_CUE_SHEET 0x5d
 #define GPCMD_SEND_DVD_STRUCTURE 0xad
 #define GPCMD_SEND_EVENT 0xa2
 #define GPCMD_SEND_KEY 0xa3
--- ./include/scsi/scsi.h.orig 2004-08-25 19:55:21.000000000 +0200
+++ ./include/scsi/scsi.h 2004-08-26 09:12:24.594594554 +0200
@@ -111,6 +111,7 @@
 #define WRITE_LONG_2 0xea
 #define READ_16 0x88
 #define WRITE_16 0x8a
+#define VERIFY_16 0x8f
 #define SERVICE_ACTION_IN 0x9e
 /* values for service action in */
 #define SAI_READ_CAPACITY_16 0x10

--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

--=20
J'qbpbe, le m'en fquz pe j'qbpbe!
Le veux aimeb et mqubib panz je p=E9zqbpbe je djuz tqtaj!

--=-=-=--

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.4 KiB)

Message-ID: <20040826090415.GA26777@pegasos>
Date: Thu, 26 Aug 2004 11:04:15 +0200
From: Sven Luther <email address hidden>
To: Bastian Kleineidam <email address hidden>, <email address hidden>
Cc: Debian Bug Tracking System <email address hidden>
Subject: Re: Bug#268128: kernel-source-2.6.8: compile error in drivers/block/scsi_ioctl.c

--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline

On Thu, Aug 26, 2004 at 10:17:34AM +0200, Bastian Kleineidam wrote:
> Package: kernel-source-2.6.8
> Version: 2.6.8-3
> Severity: normal
>
> Hi,
>
> with the -3 source I get compile errors (-2 compiled fine):
> [...]
> CC drivers/block/scsi_ioctl.o
> drivers/block/scsi_ioctl.c: In function `verify_command':
> drivers/block/scsi_ioctl.c:131: error: `VERIFY_16' undeclared (first use in this function)
> drivers/block/scsi_ioctl.c:131: error: (Each undeclared identifier is reported only once
> drivers/block/scsi_ioctl.c:131: error: for each function it appears in.)
> drivers/block/scsi_ioctl.c:131: error: nonconstant array index in initializer
> drivers/block/scsi_ioctl.c:131: error: (near initialization for `cmd_type')
> drivers/block/scsi_ioctl.c:181: error: `GPCMD_SEND_CUE_SHEET' undeclared (first use in this function)
> drivers/block/scsi_ioctl.c:181: error: nonconstant array index in initializer
> drivers/block/scsi_ioctl.c:181: error: (near initialization for `cmd_type')
> make[4]: *** [drivers/block/scsi_ioctl.o] Error 1
> make[3]: *** [drivers/block] Error 2
> make[2]: *** [drivers] Error 2
> make[2]: Leaving directory `/usr/src/kernel-source-2.6.8'
> make[1]: *** [stamp-build] Error 2
> make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
> make: *** [kernel] Error 2
>
> I did a recursive grep for both VERIFY_16 and GPCMD_SEND_CUE_SHEET and
> they do not seem to be defined anywhere.
> Perhaps the new safe-for-copy scsi command patch is incomplete?
>
> My .config is attached.
>
> Greetings, Bastian
>
>
> PS: I left the severity normal for now since I don't know if I forgot
> something to include or to patch ;)

The attached patch by Jens Schmalzing fixes this issue, but i would still like
for Christoph to look at it.

Friendly,

Sven Luther

--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=scsi-ioctl-patch

--- ./drivers/scsi/scsi_ioctl.c.orig 2004-08-14 07:38:04.000000000 +0200
+++ ./drivers/scsi/scsi_ioctl.c 2004-08-26 09:16:16.682243588 +0200
@@ -6,6 +6,7 @@
  */
 #include <linux/module.h>
 #include <linux/blkdev.h>
+#include <linux/cdrom.h>
 #include <linux/interrupt.h>
 #include <linux/errno.h>
 #include <linux/kernel.h>
--- ./include/linux/cdrom.h.orig 2004-08-26 09:15:56.891296646 +0200
+++ ./include/linux/cdrom.h 2004-08-26 09:14:34.434684402 +0200
@@ -468,6 +468,7 @@
 #define GPCMD_RESERVE_RZONE_TRACK 0x53
 #define GPCMD_SCAN 0xba
 #define GPCMD_SEEK 0x2b
+#define GPCMD_SEND_CUE_SHEET 0x5d
 #define GPCMD_SEND_DVD_STRUCTURE 0xad
 #define GPCMD_SEND_EVENT 0xa2
 #define GPCMD_SEND_KEY 0xa3
--- ./include/scsi/scsi.h.orig 2004-08-25 19:55:21.000000000 +0200
+++ ./include/scsi/scsi.h 2004-08-26 09:...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20040826100608.GA13239@treasure>
Date: Thu, 26 Aug 2004 12:06:08 +0200
From: Bastian Kleineidam <email address hidden>
To: Jens Schmalzing <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#268128: kernel-source-2.6.8: compile error in drivers/block/scsi_ioctl.c

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

On Thu, Aug 26, 2004 at 10:44:14AM +0200, Jens Schmalzing wrote:
> Yes. Apply the attached patch and see if the resulting kernel works;
> I am not completely sure that the values are correct.
Thanks for the patch, the kernel compiles now. I will check this evening
if burning is also working.

Greetings, Bastian
- --
  ,''`. Bastian Kleineidam . calvin (at) debian.org
 : :' :
 `. `' GnuPG Schlüssel http://kampfwurst.net/gpgkey.txt
   `-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLbYQeBwlBDLsbz4RAstpAJ9ytqoUK4z3jQyV1ur60BWqkZ5F+ACfQ/B3
r5+ApkJQ0rV3ETOSEZq1/58=
=OWrl
-----END PGP SIGNATURE-----

Revision history for this message
In , Jens Schmalzing (jensen) wrote : Bug#268128: fixed in kernel-source-2.6.8 2.6.8-4
Download full text (3.4 KiB)

Source: kernel-source-2.6.8
Source-Version: 2.6.8-4

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-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-doc-2.6.8_2.6.8-4_all.deb
kernel-patch-debian-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-patch-debian-2.6.8_2.6.8-4_all.deb
kernel-source-2.6.8_2.6.8-4.diff.gz
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4.diff.gz
kernel-source-2.6.8_2.6.8-4.dsc
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4.dsc
kernel-source-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4_all.deb
kernel-tree-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-tree-2.6.8_2.6.8-4_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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jens Schmalzing <email address hidden> (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 <email address hidden>)

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

Format: 1.7
Date: Thu, 26 Aug 2004 14:30:01 +0200
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-4
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <email address hidden>
Changed-By: Jens Schmalzing <email address hidden>
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: 268128
Changes:
 kernel-source-2.6.8 (2.6.8-4) unstable; urgency=high
 .
   * Added patch by Alex Clausen to stop spurious mouse button events
     on older ADB using pmac notebooks (Sven Luther).
 .
   * Added two SCSI commands, namely VERIFY_16 and GPCMD_SEND_CUE_SHEET,
     that were mentioned in the list from 2.6.9-rc1 but missing from the
     corresponding header files (closes: #268128) (Jens Schmalzing).
 .
   * Added g4-errata followup patch that clears the BTIC bit, instead of
     just not setting it (Sven Luther).
 .
   * Add some Sparc64 backports to make Josh happy (Christoph Hellwig).
Files:
 334640e354ed594c523511fb59be80a0 912 devel optional kernel-source-2.6.8_2.6.8-4.dsc
 1f7e035a3afb5079e29dce9218fc8917 1142821 devel optional kernel-source-2.6.8_2.6.8-4.diff.gz
 8449ae906242571dfad9fd4a68141167 218804 devel optional kernel-patch-debian-2.6.8_2.6.8-4_all.deb
 6060bf125e8cdf8df7478e602f52084b 303134 devel optional kernel-tree-2.6.8_2.6.8-4_all.deb
 1bf928a0ee81ab1dbd1d075f1e3907f8 34881854 d...

Read more...

Revision history for this message
Matt Zimmerman (mdz) wrote :

Warty still has 2.6.7 for now

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.7 KiB)

Message-Id: <email address hidden>
Date: Thu, 26 Aug 2004 11:18:14 -0400
From: Jens Schmalzing <email address hidden>
To: <email address hidden>
Subject: Bug#268128: fixed in kernel-source-2.6.8 2.6.8-4

Source: kernel-source-2.6.8
Source-Version: 2.6.8-4

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-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-doc-2.6.8_2.6.8-4_all.deb
kernel-patch-debian-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-patch-debian-2.6.8_2.6.8-4_all.deb
kernel-source-2.6.8_2.6.8-4.diff.gz
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4.diff.gz
kernel-source-2.6.8_2.6.8-4.dsc
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4.dsc
kernel-source-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-source-2.6.8_2.6.8-4_all.deb
kernel-tree-2.6.8_2.6.8-4_all.deb
  to pool/main/k/kernel-source-2.6.8/kernel-tree-2.6.8_2.6.8-4_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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jens Schmalzing <email address hidden> (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 <email address hidden>)

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

Format: 1.7
Date: Thu, 26 Aug 2004 14:30:01 +0200
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-4
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <email address hidden>
Changed-By: Jens Schmalzing <email address hidden>
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: 268128
Changes:
 kernel-source-2.6.8 (2.6.8-4) unstable; urgency=high
 .
   * Added patch by Alex Clausen to stop spurious mouse button events
     on older ADB using pmac notebooks (Sven Luther).
 .
   * Added two SCSI commands, namely VERIFY_16 and GPCMD_SEND_CUE_SHEET,
     that were mentioned in the list from 2.6.9-rc1 but missing from the
     corresponding header files (closes: #268128) (Jens Schmalzing).
 .
   * Added g4-errata followup patch that clears the BTIC bit, instead of
     just not setting it (Sven Luther).
 .
   * Add some Sparc64 backports to make Josh happy (Christoph Hellwig).
Files:
 334640e354ed594c523511fb59be80a0 912 devel optional kernel-source-2.6.8_2.6.8-4.dsc
 1f7e035a3afb5079e29dce9218fc8917 1142821 devel optional kernel-source-2.6.8_2.6.8-4.diff.gz
 8449ae90...

Read more...

Changed in linux-source-2.6.15:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.