* mke2fs stuck in D state while creating filesystem on md*
@ 2007-08-29 15:46 Wiesner Thomas
2007-09-18 17:54 ` Bill Davidsen
0 siblings, 1 reply; 5+ messages in thread
From: Wiesner Thomas @ 2007-08-29 15:46 UTC (permalink / raw)
To: linux-raid
Before running Linux software raid on a production system, I'm trying to
get the hang of it and use
4 loopback devices on which I play with RAID5.
I've:
* mdadm - v2.6.3 - 20th August 2007
* mke2fs 1.37 (21-Mar-2005) Using EXT2FS Library version 1.37
* Linux hazard 2.6.22.5 #2 PREEMPT Wed Aug 29 13:06:26 CEST 2007 i686
GNU/Linux
The HDD can transfer appriximately 40MB/s and the loopback files are only
200 to 350MB.
Well when I create a MD with
mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 /dev/loop0
/dev/loop1 /dev/loop2
and try to create the filesystem on it with
mke2fs /dev/md0
mke2fs gets stuck in D state. Not always but sometimes. It hangs there for
different amounts of time, at least a
Minute or two. (Far longer than the filesystem creation process itself
takes.) Afterwards, the process continues and finishes.
Sometimes it hangs at 6/65 blocks, sometimes earlier, sometimes later, but
always quite early.
The interesting line of a "ps ax" looks like:
1609 tty2 D+ 0:00 mke2fs -j /dev/md0
It doesn't seem to be a real showstopper, but I think it's not a normal
behaviour.
While stuck, I don't see any CPU or disk activity. Trying to kill the
mke2fs seems to lead to
a completely stuck mke2fs (doesn't get out of D state) but I don't know
that for sure, because I did
that only once and didn't wait very long before I rebooted.
The base System is a 3.1 (Sarge) with a plain Vanilla 2.6.22.5 kernel and
latest mdadm.
If you need additional info or I should try something, I'm willing to do
that, because I've some time ATM.
mfg
Wiesner
PS: Please CC me, as I'm not in the list
-------------------------------------------------------------------------------------------------------------------
Modules lodaded:
Module Size Used by
raid456 116752 1
md_mod 69084 1 raid456
xor 14856 1 raid456
loop 14664 7
usb_storage 34888 1
usbhid 17308 0
ehci_hcd 28376 0
ohci_hcd 19724 0
usbcore 118492 5 usb_storage,usbhid,ehci_hcd,ohci_hcd
snd_emu10k1 127776 0
snd_rawmidi 19392 1 snd_emu10k1
firmware_class 7744 1 snd_emu10k1
snd_ac97_codec 93220 1 snd_emu10k1
ac97_bus 1984 1 snd_ac97_codec
snd_pcm_oss 41024 0
snd_mixer_oss 14720 1 snd_pcm_oss
snd_pcm 70928 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 5768 2 snd_emu10k1,snd_rawmidi
snd_timer 19656 2 snd_emu10k1,snd_pcm
snd_page_alloc 7688 2 snd_emu10k1,snd_pcm
snd_util_mem 3520 1 snd_emu10k1
snd_hwdep 7044 1 snd_emu10k1
snd 44644 9
snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
sd_mod 21584 1
scsi_mod 125480 2 usb_storage,sd_mod
3c59x 39980 0
rtc 10456 0
vfat 10112 1
fat 45660 1 vfat
Kernel configuration:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22.5
# Wed Aug 29 12:51:07 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_UTS_NS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_KMOD is not set
#
# Block layer
#
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
#
# Processor type and features
#
# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
# CONFIG_SMP is not set
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_MCORE2 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_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=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_X86_TSC=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_MODEL=4
# CONFIG_HPET_TIMER is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_NR_QUICK=1
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set
# CONFIG_SOFTWARE_SUSPEND is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# 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_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_IPV6=m
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
# CONFIG_SYS_HYPERVISOR is not set
#
# Connector - unified userspace <-> kernelspace linker
#
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
# CONFIG_ISAPNP is not set
CONFIG_PNPACPI=y
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# 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_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
#
# Misc devices
#
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_IDEACPI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=m
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
#
# SCSI low-level drivers
#
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_ATA is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID456=m
CONFIG_MD_RAID5_RESHAPE=y
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_BLK_DEV_DM is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
#
# IEEE 1394 (FireWire) support
#
#
# An alternative FireWire stack is available with EXPERIMENTAL=y
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
CONFIG_VORTEX=m
# CONFIG_TYPHOON is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
#
# USB Network Adapters
#
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_USBNET_MII is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=m
CONFIG_GEN_RTC=m
# CONFIG_GEN_RTC_X is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
#
# TPM devices
#
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set
# CONFIG_HWMON is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set
#
# Graphics support
#
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
# CONFIG_VGASTATE is not set
# CONFIG_FB is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_PORTMAN2X4 is not set
#
# ISA devices
#
# CONFIG_SND_ADLIB is not set
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_MIRO is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_WAVEFRONT is not set
#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
CONFIG_SND_EMU10K1=m
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
#
# System on Chip audio support
#
# CONFIG_SND_SOC is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
#
# HID Devices
#
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_USB_HIDDEV is not set
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_SL811_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set
#
# USB Imaging devices
#
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_MON is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
#
# LED devices
#
# CONFIG_NEW_LEDS is not set
#
# LED drivers
#
#
# LED Triggers
#
#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set
#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#
#
# Real Time Clock
#
#
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set
#
# DMA Clients
#
#
# DMA Devices
#
#
# Auxiliary Display support
#
# CONFIG_KS0108 is not set
#
# Virtualization
#
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_HFSPLUS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_MUST_CHECK=y
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_TEST is not set
#
# Hardware crypto devices
#
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_GEODE=m
#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mke2fs stuck in D state while creating filesystem on md*
2007-08-29 15:46 mke2fs stuck in D state while creating filesystem on md* Wiesner Thomas
@ 2007-09-18 17:54 ` Bill Davidsen
2007-09-19 8:20 ` Wiesner Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Bill Davidsen @ 2007-09-18 17:54 UTC (permalink / raw)
To: Wiesner Thomas; +Cc: linux-raid
Wiesner Thomas wrote:
> Before running Linux software raid on a production system, I'm trying
> to get the hang of it and use
> 4 loopback devices on which I play with RAID5.
>
> I've:
> * mdadm - v2.6.3 - 20th August 2007
> * mke2fs 1.37 (21-Mar-2005) Using EXT2FS Library version 1.37
> * Linux hazard 2.6.22.5 #2 PREEMPT Wed Aug 29 13:06:26 CEST 2007
> i686 GNU/Linux
>
> The HDD can transfer appriximately 40MB/s and the loopback files are
> only 200 to 350MB.
>
> Well when I create a MD with
> mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3
> /dev/loop0 /dev/loop1 /dev/loop2
> and try to create the filesystem on it with
> mke2fs /dev/md0
> mke2fs gets stuck in D state. Not always but sometimes. It hangs there
> for different amounts of time, at least a
> Minute or two. (Far longer than the filesystem creation process itself
> takes.) Afterwards, the process continues and finishes.
> Sometimes it hangs at 6/65 blocks, sometimes earlier, sometimes later,
> but always quite early.
>
> The interesting line of a "ps ax" looks like:
> 1609 tty2 D+ 0:00 mke2fs -j /dev/md0
>
> It doesn't seem to be a real showstopper, but I think it's not a
> normal behaviour.
> While stuck, I don't see any CPU or disk activity. Trying to kill the
> mke2fs seems to lead to
> a completely stuck mke2fs (doesn't get out of D state) but I don't
> know that for sure, because I did
> that only once and didn't wait very long before I rebooted.
>
> The base System is a 3.1 (Sarge) with a plain Vanilla 2.6.22.5 kernel
> and latest mdadm.
>
> If you need additional info or I should try something, I'm willing to
> do that, because I've some time ATM.
Has there been any progress on this? I think I saw it, or something
similar, during some testing of recent 2.6.23-rc kernels, on mke2fs took
about 11 min longer than all the others (~2 min) and it was not
repeatable. I worry that process of more interest will have the same hang.
--
bill davidsen <davidsen@tmr.com>
CTO TMR Associates, Inc
Doing interesting things with small computers since 1979
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mke2fs stuck in D state while creating filesystem on md*
2007-09-18 17:54 ` Bill Davidsen
@ 2007-09-19 8:20 ` Wiesner Thomas
2007-09-20 1:19 ` Mike Snitzer
0 siblings, 1 reply; 5+ messages in thread
From: Wiesner Thomas @ 2007-09-19 8:20 UTC (permalink / raw)
To: linux-raid
> Has there been any progress on this? I think I saw it, or something
> similar, during some testing of recent 2.6.23-rc kernels, on mke2fs took
> about 11 min longer than all the others (~2 min) and it was not
> repeatable. I worry that process of more interest will have the same
> hang.
Well, I must say: no. I haven't tried anything further. I've set up the
production system a week or so ago
which runs Debian Etch with no modifications (kernel 2.6.18 I think, the
debian one and a mdadm 2.5.6-9).
I didn't notice the problem while creating the raid but that doesn't mean
anything as I didn't pay attention
and as I wrote earlier it isn't reliably reproducable.
(Watching it on a large storage gets boring very fast.)
I'm not a kernel programmer but I can test another kernel or mdadm version
if it helps, but let me know
if you want me to do that.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mke2fs stuck in D state while creating filesystem on md*
2007-09-19 8:20 ` Wiesner Thomas
@ 2007-09-20 1:19 ` Mike Snitzer
2007-09-20 11:26 ` Wiesner Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Mike Snitzer @ 2007-09-20 1:19 UTC (permalink / raw)
To: Wiesner Thomas; +Cc: linux-raid
On 9/19/07, Wiesner Thomas <thomas@bau-konform.at> wrote:
> > Has there been any progress on this? I think I saw it, or something
> > similar, during some testing of recent 2.6.23-rc kernels, on mke2fs took
> > about 11 min longer than all the others (~2 min) and it was not
> > repeatable. I worry that process of more interest will have the same
> > hang.
>
> Well, I must say: no. I haven't tried anything further. I've set up the
> production system a week or so ago
> which runs Debian Etch with no modifications (kernel 2.6.18 I think, the
> debian one and a mdadm 2.5.6-9).
> I didn't notice the problem while creating the raid but that doesn't mean
> anything as I didn't pay attention
> and as I wrote earlier it isn't reliably reproducable.
> (Watching it on a large storage gets boring very fast.)
>
> I'm not a kernel programmer but I can test another kernel or mdadm version
> if it helps, but let me know
> if you want me to do that.
If/when you experience the hang again please get a trace of all processes with:
echo t > /proc/sysrq-trigger
Of particular interest is the mke2fs trace; as well as any md threads.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mke2fs stuck in D state while creating filesystem on md*
2007-09-20 1:19 ` Mike Snitzer
@ 2007-09-20 11:26 ` Wiesner Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Wiesner Thomas @ 2007-09-20 11:26 UTC (permalink / raw)
To: linux-raid@vger.kernel.org
> If/when you experience the hang again please get a trace of all
> processes with:
> echo t > /proc/sysrq-trigger
>
> Of particular interest is the mke2fs trace; as well as any md threads.
>
Ok I've played around a bit. I didn't get those long hangs which I
described in my initial mail
but smaller ones. I used loopback devices again. When everything is
working correct, creating the
filesystem on the md device takes about 0.3s (if the data is still cached)
to about 4s (if there is some
disk activity).
I noticed the following odd behaviour: The hangs occur usually after the
md device was created.
Subsequent re-formattings don't seem to trigger it (at least very
infrequent, I don't know).
But directly after creation, it happens quite often. Most of the time it
takes only a few seconds longer
than expected but once it took 18s and another time 38s to complete. All
in all I needed to recreate
and reformat the md device approximately 20 to 30 times to get those 2
long hangs.
The long hangs don't seem to be that frequent.
Test system is unchanged (same as in my first mail), but I had to
recompile the kernel for SysRq support.
mke2fs took 18s while I took this trace:
Sep 20 11:30:04 hazard kernel: loop0 S F7440320 0 1520 2
(L-TLB)
Sep 20 11:30:04 hazard kernel: f7573f7c 00000046 edfbd9a0 f7440320
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:30:04 hazard kernel: f74a9e00 edfbd9a0 edfbd9a0 c1d0b050
c1d510b0 c1d511bc 000002cd d1518e89
Sep 20 11:30:04 hazard kernel: 00000059 f7d51f08 f7d51e00 f7573fa4
f7573fb0 f89f1c57 00000000 c1d510b0
Sep 20 11:30:04 hazard kernel: Call Trace:
Sep 20 11:30:04 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:30:04 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:30:04 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:30:04 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:30:04 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:30:04 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:30:04 hazard kernel: =======================
Sep 20 11:30:04 hazard kernel: loop1 S F74404A0 0 1522 2
(L-TLB)
Sep 20 11:30:04 hazard kernel: f7525f7c 00000046 edfbdba0 f74404a0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:30:04 hazard kernel: f74a9e00 edfbdba0 edfbdba0 c1d0b050
c1d49590 c1d4969c 000002f1 d1517029
Sep 20 11:30:04 hazard kernel: 00000059 f7d51108 f7d51000 f7525fa4
f7525fb0 f89f1c57 00000000 c1d49590
Sep 20 11:30:04 hazard kernel: Call Trace:
Sep 20 11:30:04 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:30:04 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:30:04 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:30:04 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:30:04 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:30:04 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:30:04 hazard kernel: =======================
Sep 20 11:30:04 hazard kernel: loop2 S F74403E0 0 1524 2
(L-TLB)
Sep 20 11:30:04 hazard kernel: f7577f7c 00000046 edfbd9a0 f74403e0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:30:04 hazard kernel: f74a9e00 edfbd9a0 edfbd9a0 c1d0b050
c1d49a90 c1d49b9c 00000399 d1514f81
Sep 20 11:30:04 hazard kernel: 00000059 f7d51308 f7d51200 f7577fa4
f7577fb0 f89f1c57 00000000 c1d49a90
Sep 20 11:30:04 hazard kernel: Call Trace:
Sep 20 11:30:04 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:30:04 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:30:04 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:30:04 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:30:04 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:30:04 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:30:04 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:30:04 hazard kernel: =======================
Sep 20 11:30:04 hazard kernel: md0_raid5 S 00000000 0 1702 2
(L-TLB)
Sep 20 11:30:04 hazard kernel: f749ff48 00000046 f8a46892 00000000
c16e0da0 00000001 00000004 00000000
Sep 20 11:30:04 hazard kernel: 00000001 00000001 00000000 f749e000
c1d0b050 c1d0b15c 0000008c d151937b
Sep 20 11:30:04 hazard kernel: 00000059 7fffffff 7fffffff ed8e0808
f749ffa4 c02ffc25 00000000 ed8e0800
Sep 20 11:30:04 hazard kernel: Call Trace:
Sep 20 11:30:04 hazard kernel: [<f8a46892>] md_update_sb+0x1f2/0x340
[md_mod]
Sep 20 11:30:04 hazard kernel: [<c02ffc25>] schedule_timeout+0x95/0xa0
Sep 20 11:30:04 hazard kernel: [<f8a4a992>] md_thread+0xe2/0x110 [md_mod]
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<f8a4a8b0>] md_thread+0x0/0x110 [md_mod]
Sep 20 11:30:04 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:30:04 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:30:04 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:30:04 hazard kernel: =======================
Sep 20 11:30:04 hazard kernel: mke2fs D C0144F9B 0 1745 1465
(NOTLB)
Sep 20 11:30:04 hazard kernel: f70b7c5c 00000086 f70b7d00 c0144f9b
f7556e5c 00000003 c039ea00 00000003
Sep 20 11:30:04 hazard kernel: 00000003 c01795c6 00000000 00000000
f798b0b0 f798b1bc 00000076 cd991190
Sep 20 11:30:04 hazard kernel: 0000005a f70b7c6c 00004f9d f70b7cc0
f70b7c98 c02ffbdb f70b7d00 c1ce3f20
Sep 20 11:30:04 hazard kernel: Call Trace:
Sep 20 11:30:04 hazard kernel: [<c0144f9b>] generic_writepages+0x2b/0x30
Sep 20 11:30:04 hazard kernel: [<c01795c6>] __sync_single_inode+0xd6/0x1e0
Sep 20 11:30:04 hazard kernel: [<c02ffbdb>] schedule_timeout+0x4b/0xa0
Sep 20 11:30:04 hazard kernel: [<c0123760>] process_timeout+0x0/0x10
Sep 20 11:30:04 hazard kernel: [<c02ffb5e>] io_schedule_timeout+0xe/0x30
Sep 20 11:30:04 hazard kernel: [<c014960f>] congestion_wait+0x6f/0x90
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c0179a5b>] sync_sb_inodes+0x1cb/0x260
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c01446ad>] get_dirty_limits+0xd/0xb0
Sep 20 11:30:04 hazard kernel: [<c0144833>] balance_dirty_pages+0xe3/0x140
Sep 20 11:30:04 hazard kernel: [<c0140f5b>]
generic_file_buffered_write+0x2fb/0x620
Sep 20 11:30:04 hazard kernel: [<c01711a9>] file_update_time+0x39/0xb0
Sep 20 11:30:04 hazard kernel: [<c0141514>]
__generic_file_aio_write_nolock+0x294/0x550
Sep 20 11:30:04 hazard kernel: [<c023d6e1>] do_con_write+0x251/0x7b0
Sep 20 11:30:04 hazard kernel: [<c0141821>]
generic_file_aio_write_nolock+0x51/0xb0
Sep 20 11:30:04 hazard kernel: [<c015d6a0>] do_sync_write+0xc0/0x100
Sep 20 11:30:04 hazard kernel: [<c0233b7a>] write_chan+0x14a/0x200
Sep 20 11:30:04 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:30:04 hazard kernel: [<c022ef27>] tty_write+0x97/0x200
Sep 20 11:30:04 hazard kernel: [<c0181849>] block_llseek+0x99/0xd0
Sep 20 11:30:04 hazard kernel: [<c015d5e0>] do_sync_write+0x0/0x100
Sep 20 11:30:04 hazard kernel: [<c015d769>] vfs_write+0x89/0x110
Sep 20 11:30:04 hazard kernel: [<c015d8b7>] sys_write+0x47/0x80
Sep 20 11:30:04 hazard kernel: [<c01040a6>] syscall_call+0x7/0xb
Sep 20 11:30:04 hazard kernel: =======================
2 traces of the same mke2fs call, which took about 38s to complete.
Sep 20 11:58:48 hazard kernel: loop0 S F7440320 0 1520 2
(L-TLB)
Sep 20 11:58:48 hazard kernel: f7573f7c 00000046 ed88a6a0 f7440320
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:58:48 hazard kernel: f74a9e00 ed88a6a0 ed88a6a0 f7c0b590
c1d510b0 c1d511bc 000002dc 31917e86
Sep 20 11:58:48 hazard kernel: 000001ec f7d51f08 f7d51e00 f7573fa4
f7573fb0 f89f1c57 00000000 c1d510b0
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:58:48 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:58:48 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:58:48 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:58:48 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:58:48 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:58:48 hazard kernel: loop1 S F74404A0 0 1522 2
(L-TLB)
Sep 20 11:58:48 hazard kernel: f7525f7c 00000046 ed88a620 f74404a0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:58:48 hazard kernel: f74a9e00 ed88a620 ed88a620 f7c0b590
c1d49590 c1d4969c 00000316 31915869
Sep 20 11:58:48 hazard kernel: 000001ec f7d51108 f7d51000 f7525fa4
f7525fb0 f89f1c57 00000000 c1d49590
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:58:48 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:58:48 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:58:48 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:58:48 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:58:48 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:58:48 hazard kernel: loop2 S F74403E0 0 1524 2
(L-TLB)
Sep 20 11:58:48 hazard kernel: f7577f7c 00000046 ed88a6a0 f74403e0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:58:48 hazard kernel: f74a9e00 ed88a6a0 ed88a6a0 f7c0b590
c1d49a90 c1d49b9c 00000589 31912eef
Sep 20 11:58:48 hazard kernel: 000001ec f7d51308 f7d51200 f7577fa4
f7577fb0 f89f1c57 00000000 c1d49a90
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:58:48 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:58:48 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:58:48 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:58:48 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:58:48 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:58:48 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:58:48 hazard kernel: pdflush S F235A99F 0 5046 2
(L-TLB)
Sep 20 11:58:48 hazard kernel: ecc9df98 00000046 00000040 f235a99f
000001e9 ffffffff f7991530 c0408960
Sep 20 11:58:48 hazard kernel: ecc9df78 c02ff323 0000000f c1d45550
f7991530 f799163c 00000040 f235ae1b
Sep 20 11:58:48 hazard kernel: 000001e9 ecc9dfc0 ecc9dfb4 fffffffc
00000000 c0145591 c01456c0 00000000
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<c02ff323>] preempt_schedule+0x53/0x70
Sep 20 11:58:48 hazard kernel: [<c0145591>] __pdflush+0x91/0x1c0
Sep 20 11:58:48 hazard kernel: [<c01456c0>] pdflush+0x0/0x30
Sep 20 11:58:48 hazard kernel: [<c01456c0>] pdflush+0x0/0x30
Sep 20 11:58:48 hazard kernel: [<c01456e3>] pdflush+0x23/0x30
Sep 20 11:58:48 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:58:48 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:58:48 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:58:48 hazard kernel: md0_raid5 S 00000000 0 5173 2
(L-TLB)
Sep 20 11:58:48 hazard kernel: ec967f48 00000046 f8a46892 00000000
c16dbb60 00000001 00000004 00000000
Sep 20 11:58:48 hazard kernel: 00000001 00000001 00000000 ec966000
f7c0b590 f7c0b69c 0000012f 31918931
Sep 20 11:58:48 hazard kernel: 000001ec 7fffffff 7fffffff f756ff68
ec967fa4 c02ffc25 00000000 f756ff60
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<f8a46892>] md_update_sb+0x1f2/0x340
[md_mod]
Sep 20 11:58:48 hazard kernel: [<c02ffc25>] schedule_timeout+0x95/0xa0
Sep 20 11:58:48 hazard kernel: [<f8a4a992>] md_thread+0xe2/0x110 [md_mod]
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<f8a4a8b0>] md_thread+0x0/0x110 [md_mod]
Sep 20 11:58:48 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:58:48 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:58:48 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:58:48 hazard kernel: mke2fs D C0144F9B 0 5209 1465
(NOTLB)
Sep 20 11:58:48 hazard kernel: ecc5bc5c 00000082 ecc5bd00 c0144f9b
f7556e5c 00000003 c039ea00 00000003
Sep 20 11:58:48 hazard kernel: 00000003 c01795c6 00000000 f799bab0
f798b0b0 f798b1bc 000000a8 8ae6572a
Sep 20 11:58:48 hazard kernel: 000001ec ecc5bc6c 0006e540 ecc5bcc0
ecc5bc98 c02ffbdb ecc5bd00 c1cdee80
Sep 20 11:58:48 hazard kernel: Call Trace:
Sep 20 11:58:48 hazard kernel: [<c0144f9b>] generic_writepages+0x2b/0x30
Sep 20 11:58:48 hazard kernel: [<c01795c6>] __sync_single_inode+0xd6/0x1e0
Sep 20 11:58:48 hazard kernel: [<c02ffbdb>] schedule_timeout+0x4b/0xa0
Sep 20 11:58:48 hazard kernel: [<c0123760>] process_timeout+0x0/0x10
Sep 20 11:58:48 hazard kernel: [<c02ffb5e>] io_schedule_timeout+0xe/0x30
Sep 20 11:58:48 hazard kernel: [<c014960f>] congestion_wait+0x6f/0x90
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c0179a5b>] sync_sb_inodes+0x1cb/0x260
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c01446ad>] get_dirty_limits+0xd/0xb0
Sep 20 11:58:48 hazard kernel: [<c0144833>] balance_dirty_pages+0xe3/0x140
Sep 20 11:58:48 hazard kernel: [<c0140f5b>]
generic_file_buffered_write+0x2fb/0x620
Sep 20 11:58:48 hazard kernel: [<c01711a9>] file_update_time+0x39/0xb0
Sep 20 11:58:48 hazard kernel: [<c0141514>]
__generic_file_aio_write_nolock+0x294/0x550
Sep 20 11:58:48 hazard kernel: [<c01f1988>] fast_clear_page+0x8/0x60
Sep 20 11:58:48 hazard kernel: [<c01432c2>] prep_new_page+0xb2/0x100
Sep 20 11:58:48 hazard kernel: [<c0141821>]
generic_file_aio_write_nolock+0x51/0xb0
Sep 20 11:58:48 hazard kernel: [<c015d6a0>] do_sync_write+0xc0/0x100
Sep 20 11:58:48 hazard kernel: [<c0143ac3>] __alloc_pages+0x53/0x2d0
Sep 20 11:58:48 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:58:48 hazard kernel: [<c014d2a4>] __handle_mm_fault+0xb4/0x220
Sep 20 11:58:48 hazard kernel: [<c0181849>] block_llseek+0x99/0xd0
Sep 20 11:58:48 hazard kernel: [<c015d5e0>] do_sync_write+0x0/0x100
Sep 20 11:58:48 hazard kernel: [<c015d769>] vfs_write+0x89/0x110
Sep 20 11:58:48 hazard kernel: [<c015d8b7>] sys_write+0x47/0x80
Sep 20 11:58:48 hazard kernel: [<c01040a6>] syscall_call+0x7/0xb
Sep 20 11:58:48 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: loop0 S F7440320 0 1520 2
(L-TLB)
Sep 20 11:59:21 hazard kernel: f7573f7c 00000046 ed88a4e0 f7440320
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:59:21 hazard kernel: f74a9e00 ed88a4e0 ed88a4e0 f7c0b590
c1d510b0 c1d511bc 000002f9 a8eb7111
Sep 20 11:59:21 hazard kernel: 000001ec f7d51f08 f7d51e00 f7573fa4
f7573fb0 f89f1c57 00000000 c1d510b0
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:59:21 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:59:21 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:59:21 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:59:21 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:59:21 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: loop1 S F74404A0 0 1522 2
(L-TLB)
Sep 20 11:59:21 hazard kernel: f7525f7c 00000046 ed88a520 f74404a0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:59:21 hazard kernel: f74a9e00 ed88a520 ed88a520 f7c0b590
c1d49590 c1d4969c 00000303 a8eb4965
Sep 20 11:59:21 hazard kernel: 000001ec f7d51108 f7d51000 f7525fa4
f7525fb0 f89f1c57 00000000 c1d49590
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:59:21 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:59:21 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:59:21 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:59:21 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:59:21 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: loop2 S F74403E0 0 1524 2
(L-TLB)
Sep 20 11:59:21 hazard kernel: f7577f7c 00000046 ed88a4e0 f74403e0
c0180370 f8a4450c 00000000 f89f1240
Sep 20 11:59:21 hazard kernel: f74a9e00 ed88a4e0 ed88a4e0 f7c0b590
c1d49a90 c1d49b9c 00000566 a8eb2055
Sep 20 11:59:21 hazard kernel: 000001ec f7d51308 f7d51200 f7577fa4
f7577fb0 f89f1c57 00000000 c1d49a90
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c0180370>] bio_put+0x20/0x30
Sep 20 11:59:21 hazard kernel: [<f8a4450c>] super_written+0x7c/0xd0
[md_mod]
Sep 20 11:59:21 hazard kernel: [<f89f1240>] do_lo_send_aops+0x0/0x220
[loop]
Sep 20 11:59:21 hazard kernel: [<f89f1c57>] loop_thread+0x147/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<f89f1b10>] loop_thread+0x0/0x170 [loop]
Sep 20 11:59:21 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:59:21 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:59:21 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: pdflush S C0144A3B 0 5046 2
(L-TLB)
Sep 20 11:59:21 hazard kernel: ecc9df98 00000046 0000040c c0144a3b
00002b30 00005661 00000000 00000000
Sep 20 11:59:21 hazard kernel: 00000000 fffffff4 0000040c f798b0b0
f7991530 f799163c 000000d4 9aa491be
Sep 20 11:59:21 hazard kernel: 000001ec ecc9dfc0 ecc9dfb4 fffffffc
00000000 c0145591 c01456c0 00000000
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c0144a3b>] background_writeout+0x7b/0xa0
Sep 20 11:59:21 hazard kernel: [<c0145591>] __pdflush+0x91/0x1c0
Sep 20 11:59:21 hazard kernel: [<c01456c0>] pdflush+0x0/0x30
Sep 20 11:59:21 hazard kernel: [<c01456c0>] pdflush+0x0/0x30
Sep 20 11:59:21 hazard kernel: [<c01456e3>] pdflush+0x23/0x30
Sep 20 11:59:21 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:59:21 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:59:21 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: md0_raid5 S 00000000 0 5173 2
(L-TLB)
Sep 20 11:59:21 hazard kernel: ec967f48 00000046 f8a46892 00000000
c16dbb60 00000046 00000004 00000000
Sep 20 11:59:21 hazard kernel: 00000001 00000001 00000000 ec966000
f7c0b590 f7c0b69c 00000127 a8eb7b71
Sep 20 11:59:21 hazard kernel: 000001ec 7fffffff 7fffffff f756ff68
ec967fa4 c02ffc25 00000000 f756ff60
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<f8a46892>] md_update_sb+0x1f2/0x340
[md_mod]
Sep 20 11:59:21 hazard kernel: [<c02ffc25>] schedule_timeout+0x95/0xa0
Sep 20 11:59:21 hazard kernel: [<f8a4a992>] md_thread+0xe2/0x110 [md_mod]
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c0117a77>] __wake_up_common+0x37/0x60
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<f8a4a8b0>] md_thread+0x0/0x110 [md_mod]
Sep 20 11:59:21 hazard kernel: [<c012d00a>] kthread+0x6a/0x70
Sep 20 11:59:21 hazard kernel: [<c012cfa0>] kthread+0x0/0x70
Sep 20 11:59:21 hazard kernel: [<c0104bcf>] kernel_thread_helper+0x7/0x38
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: mke2fs D C0144F9B 0 5209 1465
(NOTLB)
Sep 20 11:59:21 hazard kernel: ecc5bc5c 00000082 ecc5bd00 c0144f9b
f7556e5c 00000003 c039ea00 00000003
Sep 20 11:59:21 hazard kernel: 00000003 c01795c6 00000000 f798b5b0
f798b0b0 f798b1bc 00000083 4209671b
Sep 20 11:59:21 hazard kernel: 000001f4 ecc5bc6c 00070589 ecc5bcc0
ecc5bc98 c02ffbdb ecc5bd00 c1e55ec4
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c0144f9b>] generic_writepages+0x2b/0x30
Sep 20 11:59:21 hazard kernel: [<c01795c6>] __sync_single_inode+0xd6/0x1e0
Sep 20 11:59:21 hazard kernel: [<c02ffbdb>] schedule_timeout+0x4b/0xa0
Sep 20 11:59:21 hazard kernel: [<c0123760>] process_timeout+0x0/0x10
Sep 20 11:59:21 hazard kernel: [<c02ffb5e>] io_schedule_timeout+0xe/0x30
Sep 20 11:59:21 hazard kernel: [<c014960f>] congestion_wait+0x6f/0x90
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c0179a5b>] sync_sb_inodes+0x1cb/0x260
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c01446ad>] get_dirty_limits+0xd/0xb0
Sep 20 11:59:21 hazard kernel: [<c0144833>] balance_dirty_pages+0xe3/0x140
Sep 20 11:59:21 hazard kernel: [<c0140f5b>]
generic_file_buffered_write+0x2fb/0x620
Sep 20 11:59:21 hazard kernel: [<c01711a9>] file_update_time+0x39/0xb0
Sep 20 11:59:21 hazard kernel: [<c0141514>]
__generic_file_aio_write_nolock+0x294/0x550
Sep 20 11:59:21 hazard kernel: [<c023d6e1>] do_con_write+0x251/0x7b0
Sep 20 11:59:21 hazard kernel: [<c01f1988>] fast_clear_page+0x8/0x60
Sep 20 11:59:21 hazard kernel: [<c0141821>]
generic_file_aio_write_nolock+0x51/0xb0
Sep 20 11:59:21 hazard kernel: [<c015d6a0>] do_sync_write+0xc0/0x100
Sep 20 11:59:21 hazard kernel: [<c0233b7a>] write_chan+0x14a/0x200
Sep 20 11:59:21 hazard kernel: [<c012d550>]
autoremove_wake_function+0x0/0x50
Sep 20 11:59:21 hazard kernel: [<c022ef27>] tty_write+0x97/0x200
Sep 20 11:59:21 hazard kernel: [<c0181849>] block_llseek+0x99/0xd0
Sep 20 11:59:21 hazard kernel: [<c015d5e0>] do_sync_write+0x0/0x100
Sep 20 11:59:21 hazard kernel: [<c015d769>] vfs_write+0x89/0x110
Sep 20 11:59:21 hazard kernel: [<c015d8b7>] sys_write+0x47/0x80
Sep 20 11:59:21 hazard kernel: [<c01040a6>] syscall_call+0x7/0xb
Sep 20 11:59:21 hazard kernel: =======================
Sep 20 11:59:21 hazard kernel: sleep S C012FFB3 0 5279 1467
(NOTLB)
Sep 20 11:59:21 hazard kernel: ee29ff44 00000086 f74bbf64 c012ffb3
c03a5db0 c9461234 000001f2 00000001
Sep 20 11:59:21 hazard kernel: c03a5da8 c9461234 000001f2 f7991030
c1d0b050 c1d0b15c 0001c160 2bea5089
Sep 20 11:59:21 hazard kernel: 000001f4 ee29ff64 00000001 00000001
00000000 c03000fb 00000001 00000000
Sep 20 11:59:21 hazard kernel: Call Trace:
Sep 20 11:59:21 hazard kernel: [<c012ffb3>] enqueue_hrtimer+0xa3/0xc0
Sep 20 11:59:21 hazard kernel: [<c03000fb>] do_nanosleep+0x3b/0x70
Sep 20 11:59:21 hazard kernel: [<c01303a5>] hrtimer_nanosleep+0x45/0xe0
Sep 20 11:59:21 hazard kernel: [<c0115f88>] do_page_fault+0x398/0x590
Sep 20 11:59:21 hazard kernel: [<c0130330>] hrtimer_wakeup+0x0/0x20
Sep 20 11:59:21 hazard kernel: [<c0130499>] sys_nanosleep+0x59/0x60
Sep 20 11:59:21 hazard kernel: [<c01040a6>] syscall_call+0x7/0xb
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-09-20 11:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 15:46 mke2fs stuck in D state while creating filesystem on md* Wiesner Thomas
2007-09-18 17:54 ` Bill Davidsen
2007-09-19 8:20 ` Wiesner Thomas
2007-09-20 1:19 ` Mike Snitzer
2007-09-20 11:26 ` Wiesner Thomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).