Bug#1069598: missing files on smb shares with linux kernel 6.1.0-20

2024-04-24 Thread Bastian Kleineidam

Hi,

I can reproduce this error when running linux-image-6.1.0-20-amd64: some
files on mounted smb shares are not visible.
These are the log entries on a client maching (not the server), when
trying to access the missing files on a mounted cifs share:

CIFS: VFS: directory entry name would overflow frame end of buf
7153a3e1
[... repeated several times ...]

There are no such errors and no missing files when downgrading to
linux-image-6.1.0-18-amd64 on the client (the server is still running
kernel version 6.1.0-20).

I guess there is a new but sometimes broken overflow detection in the
cifs filesystem code.

Regards,
Bastian



Bug#588466: klibc-utils: kernel panic when resume failed and normal boot continues

2010-07-15 Thread Bastian Kleineidam
Am Sonntag, 11. Juli 2010, 18:13:15 schrieb maximilian attems:
> is the /tmp on your box mounted noexec?
> please sent output of:
> cat /proc/mounts
/dev/mapper/_dev_dm_6 /home/calvin ext3 
rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/_dev_sdb1 /mnt/backup ext3 
rw,nosuid,nodev,noatime,errors=continue,data=ordered 0 0
/dev/mapper/grog-root / ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/mapper/grog-tmp /tmp ext3 
rw,nosuid,nodev,noexec,relatime,errors=continue,data=writeback 0 0
/dev/mapper/grog-usr /usr ext3 
rw,nodev,noatime,nodiratime,errors=continue,data=writeback 0 0
/dev/mapper/grog-var /var ext3 
rw,nosuid,nodev,relatime,errors=continue,data=writeback 0 0
/dev/sda1 /boot ext3 
rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=writeback 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
none /dev devtmpfs rw,relatime,size=4027460k,nr_inodes=1006865,mode=755 0 0
none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
rootfs / rootfs rw 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0

> 
> please send output of
> cat /etc/initramfs-tools/conf.d/resume
RESUME=/dev/mapper/grog-swap_1



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007160744.53628.cal...@debian.org



Bug#340752: linux-source-2.6.14: switches networkdevices unpredictable

2006-01-08 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I got the same error with 2.6.14. The kernel was assigning network
devices randomly on boot despite hard coding them in /etc/modutils/local
with:
alias eth0 via-rhine
alias eth1 8139too

Upgrading to 2.6.15 fixed the error, however I also upgraded several
other system components, so I am not sure what exactly fixed the bug.
But it works now for me.


Regards,
  Bastian
- --
  ,''`.      Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDwWOpeBwlBDLsbz4RAuY7AJ9l7bK7DeJDuhlxQsYd3/+uY7dmlwCgpt+M
4RxhDtJ1XiRvwFvHJAFZUD0=
=lduH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#310244: kernel-source-2.6.11: Kernel BUG at kernel/timer.c:473

2005-06-08 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

do you have CONFIG_PREEMPT enabled in your kernel config?
If yes, try to disable it. The preemption stuff is not stable on
certain platforms (eg. AMD64).

Regards,
  Bastian
- -- 
  ,''`.      Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

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

iD8DBQFCpxZleBwlBDLsbz4RAr8ZAKDN73CzbtsAVoFOq1gwUANMGBQXuQCgh5Ms
/Ml9SEsAAj45+aAWpFwfu78=
=Bw4o
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2004-08-26 Thread Bastian Kleineidam
-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-




Bug#268128: forgot the .config

2004-08-26 Thread Bastian Kleineidam
Hi,

forgot the .config, here it is :)

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

#
# 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
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
CONFIG_PM_DISK=y
CONFIG_PM_DISK_PARTITION=""

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=m

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play support
#

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UM

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

2004-08-26 Thread Bastian Kleineidam
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, [EMAIL PROTECTED]

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-1A high-quality block-sorting file 
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities

-- no debconf information


Bug#232729: PDC20262 IDE Controller gives CRC errors and panics

2004-08-03 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

> > With a 2.6.8-rc2-bk9 kernel things work fine right now, no CRC
> > errors so far.
Today I had CRC errors again :(
They occured while copying data from /dev/hde to /dev/hdf.
When having only hde active, I get no CRC errors.

So the problem does not seem to be resolved in the latest kernel issue,
sorry for the false alarm.

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)

iD8DBQFBDzaSeBwlBDLsbz4RAkBIAJ9RO4Jj3vWnGQNMj9wmGHbEUK6YYgCfcOiZ
AQcT7rlAYs2dDT6LqboWAes=
=I1J8
-END PGP SIGNATURE-





Bug#232729: PDC20262 IDE Controller gives CRC errors and panics

2004-08-02 Thread Bastian Kleineidam
Hi Stuart,

On Sun, Aug 01, 2004 at 10:45:11PM +0200, Stuart Pook wrote:
> > With a 2.6.8-rc2-bk9 kernel things work fine right now, no CRC
> > errors so far.
> 
> This is very interesting as I would really like to be able to use my
> PDC20262.  What made you try the 2.6.8-rc2-bk9 kernel?  I have had a
> look at the change logs and have not found anything that looks like it
> relates to the PDC20262.
No particular reason. When something is not working, I tend to try
bleeding edge. And yes, I backed up my data before doing such stuff ;)
As to why it works now, I have no idea. I am just a happy chappy,
or it must be my lucky day.

> > I attached some current config info.
> 
> Could you also attach the config (.config) file that you used to compile
> the kernel?
Yes, will do.

> Thanks for the info and please CC your reply to [EMAIL PROTECTED]
> if appropriate.
> 
> Please keep me informed as to whether you get any CRC errors and if
> you find this kernel stable as it will take me a while to test the
> 2.6.8-rc2-bk9 kernel and then reinstall my PDC20262.
Sure, no problem. Yesterday I ran some bonnie++ benchmarks and they all
went well. Today I try to put the system under real-world usage,
using some SMB shares.

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





Bug#232729: PDC20262 IDE Controller gives CRC errors and panics

2004-08-02 Thread Bastian Kleineidam

On Sun, Aug 01, 2004 at 10:45:11PM +0200, Stuart Pook wrote:
> Could you also attach the config (.config) file that you used to compile
> the kernel?
Attached is my kernel config. Since I don't know what exactly fixed the
problem, I will also give a complete list of patches that were applied
to my current running kernel:

- 2.6.8-rc2 patch:
http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.8-rc2.bz2

the rc2-bk9 patch:
http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.8-rc2-bk9.bz2

- Con Kolivas staircase scheduler:
http://ck.kolivas.org/patches/2.6/2.6.8/2.6.8-rc2/from_2.6.8-rc2_to_staircase7.E

- supermount ng:
http://ck.kolivas.org/patches/2.6/2.6.7/2.6.8-rc1/supermount-ng204.diff.bz2


Greetings, Bastian

-- 
  ,''`.    Bastian Kleineidam  .  calvin (at) debian.org
 : :' :
 `. `'GnuPG Schlüssel http://kampfwurst.net/gpgkey.txt
   `-
#
# 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_STANDALONE=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=y
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# 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_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
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_HPET_TIMER=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT is not set
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 is not set
# 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 is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
# CONFIG_REGPARM is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
CONFIG_PM_DISK=y
CONFIG_PM_DISK_PARTITION=""

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCI_USE_VECTOR is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
CONFIG_EISA=y
# CONFIG_EISA_VLB_PRIMING is not set
CONFIG_EISA_PCI_EISA=y
CONFIG_EISA_VIRTUAL_ROOT=y
CONFIG_EISA_NAMES=y
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_PCMCIA_PROBE=y

#
# PCI Hotplug Support
#
# CONFIG_HOTPL

Bug#232729: PDC20262 IDE Controller gives CRC errors and panics

2004-08-01 Thread Bastian Kleineidam
Hi,

just for info: I had exactly the same CRC errors, using a stock
(non-Debian) 2.6.7 kernel.
With a 2.6.8-rc2-bk9 kernel things work fine right now, no CRC
errors so far.
I attached some current config info.

Greetings, Bastian
-- 
  ,''`.    Bastian Kleineidam  .  calvin (at) debian.org
 : :' :
 `. `'GnuPG Schlüssel http://kampfwurst.net/gpgkey.txt
   `-
Linux version 2.6.8-rc2-bk9-grog2 ([EMAIL PROTECTED]) (gcc-Version 3.3.4 
(Debian 1:3.3.4-6)) #1 Sat Jul 31 20:08:55 CEST 2004
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009e800 (usable)
 BIOS-e820: 0009e800 - 000a (reserved)
 BIOS-e820: 000e7000 - 0010 (reserved)
 BIOS-e820: 0010 - 040fd800 (usable)
 BIOS-e820: 040fd800 - 040ff800 (ACPI data)
 BIOS-e820: 040ff800 - 040ffc00 (ACPI NVS)
 BIOS-e820: 040ffc00 - 1000 (usable)
 BIOS-e820: fffe7000 - 0001 (reserved)
256MB LOWMEM available.
On node 0 totalpages: 65536
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61440 pages, LIFO batch:15
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.1 present.
ACPI disabled because your bios is from 1999 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: root=/dev/hde7 ro 
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 498.790 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 255528k/262144k available (2101k kernel code, 5836k reserved, 785k 
data, 244k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 985.08 BogoMIPS
Security Scaffold v1.0.0 initialized
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff   
CPU: After vendor identify, caps:  0383fbff   
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps:0383fbff   0040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Pentium III (Katmai) stepping 02
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 
ESR value after enabling vector: 
Using local APIC timer interrupts.
calibrating APIC timer ...
. CPU clock speed is 498.0575 MHz.
. host bus clock speed is 99.0714 MHz.
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfd983, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00f6af0
PnPBIOS: PnP BIOS version 1.0, entry 0xf:0x9e38, dseg 0x400
pnp: 00:00: ioport range 0x370-0x371 has been reserved
pnp: 00:0a: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:0a: ioport range 0x8000-0x803f has been reserved
pnp: 00:0a: ioport range 0x7000-0x700f has been reserved
PnPBIOS: 17 nodes reported by PnP BIOS; 17 recorded by driver
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router PIIX/ICH [8086/7110] at :00:07.0
vesafb: probe of vesafb0 failed with error -6
audit: initializing netlink socket (disabled)
audit(1091317313.680:0): initialized
SGI XFS with ACLs, security attributes, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller at PCI slot :00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
hdc: FX4010M, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
Using anticipatory io scheduler
ide1 at 0x170-0x177,0x376 on irq 15
PDC20262: IDE controller at PCI slot :00:0f.0
PCI: Found IRQ 5 for device :00:0f.0
PDC20262: chipset revision 1
PDC20262: 100% native mode on irq 5
PDC20262: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
ide2: BM-DMA at 0x1400-0x1407, BIOS settings: hde:pio, hdf:DMA
ide3: BM-DMA at 0x1408-0x140