Your message dated Fri, 14 Nov 2008 18:58:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line 2.6.8 kernel removed from Debian
has caused the Debian Bug report #334961,
regarding kernel-image: kernel BUG at return value of cciss_ioctl()
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
334961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334961
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-image
Version: 2.6.8-2
Severity: normal
"fsync_bdev()" cannot be executed in issuing "ioctl(BLKFLSBUF)" to disk drive
using cciss driver.
(When return value of "ioctl(BLKFLSBUF)" is only "-EINVAL", "fsync_bdev()" is
executed.
But "fsync_bdev()" isn't executed bacause its value is "-EBADRQC".)
I suggest that you correct source as follows:
drivers/block/cciss.c:1093
- return -EBADRQC;
+ return -EINVAL;
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Versions of packages kernel-image-2.6.8-2-386 depends on:
ii coreutils [fileutils] 5.2.1-2 The GNU core utilities
ii initrd-tools 0.1.81.1 tools to create initrd image for p
ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
-- no debconf information
--
MAENO, Masaki <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
The 2.6.8 kernel is no longer supported by Debian so I'm closing
your bug report. Please try the 2.6.26 kernel from Debian lenny.
If this issue is still present, let me know.
Thanks.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---