mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Indan Zupancic" <indan@nul.nu>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Cc: "Christoph Lameter" <clameter@sgi.com>
Subject: [BUG: 2.6.22-rc2] SLAB doesn't like usb_get_configuration()
Date: Sat, 19 May 2007 16:28:11 +0200 (CEST)	[thread overview]
Message-ID: <3642.81.207.0.53.1179584891.squirrel@secure.samage.net> (raw)
In-Reply-To: <alpine.LFD.0.98.0705182209030.3890@woody.linux-foundation.org>

[-- Attachment #1: Type: text/plain, Size: 2497 bytes --]

Hello,

I had two SLAb related bugs, both with usb_get_configuration()
near the end of the backtrace. First one was with git between
rc1 and rc2, but very close to rc2, second one was with rc2,
both at bootup.

Oh, almost forgot: First one uses SLAB, second one SLUB.

[   85.574686] usb 2-1: new full speed USB device using ohci_hcd and address 2
[   85.709684] BUG: at /home/indan/src/git/linux-2.6/mm/slab.c:777 __find_genera
l_cachep()
[   85.709693]  [<b014be2f>] __kmalloc+0x3f/0xa0
[   85.709709]  [<b013d271>] __kzalloc+0xd/0x34
[   85.709720]  [<c09a9d78>] usb_get_configuration+0x93e/0xd26 [usbcore]
[   85.709761]  [<c09a7459>] usb_control_msg+0xbe/0xc8 [usbcore]
[   85.709784]  [<c09a856a>] usb_get_device_descriptor+0x72/0x7c [usbcore]
[   85.709804]  [<c09a3259>] hub_port_init+0x55d/0x567 [usbcore]
[   85.709823]  [<c09a3914>] usb_new_device+0x17/0xdd [usbcore]
[   85.709841]  [<c09a435f>] hub_thread+0x6cc/0xa4a [usbcore]
[   85.709862]  [<b0125dff>] autoremove_wake_function+0x0/0x35
[   85.709871]  [<c09a3c93>] hub_thread+0x0/0xa4a [usbcore]
[   85.709888]  [<b0125d47>] kthread+0x36/0x5b
[   85.709893]  [<b0125d11>] kthread+0x0/0x5b
[   85.709898]  [<b010476b>] kernel_thread_helper+0x7/0x10
[   85.709907]  =======================

and

[   30.420891] usb 2-1: new full speed USB device using ohci_hcd and address 2
[   30.555891] BUG: at /home/indan/src/git/linux-2.6/include/linux/slub_def.h:77 kmalloc_index()
[   30.555901]  [<b014d02c>] get_slab+0x43/0x214
[   30.555913]  [<c09acc18>] usb_get_configuration+0x923/0xd07 [usbcore]
[   30.555951]  [<b014e16a>] __kmalloc_track_caller+0xf/0x56
[   30.555959]  [<b013d2b1>] __kzalloc+0x11/0x38
[   30.555971]  [<c09acc18>] usb_get_configuration+0x923/0xd07 [usbcore]
[   30.555991]  [<c09aa34d>] usb_control_msg+0xbe/0xc8 [usbcore]
[   30.556014]  [<c09a6234>] hub_port_init+0x559/0x563 [usbcore]
[   30.556033]  [<c09a68d4>] usb_new_device+0x17/0xdd [usbcore]
[   30.556052]  [<c09a72da>] hub_thread+0x68f/0x9f8 [usbcore]
[   30.556071]  [<b027252f>] __sched_text_start+0x497/0x539
[   30.556080]  [<b0125e27>] autoremove_wake_function+0x0/0x35
[   30.556089]  [<c09a6c4b>] hub_thread+0x0/0x9f8 [usbcore]
[   30.556107]  [<b0125d6f>] kthread+0x36/0x5b
[   30.556112]  [<b0125d39>] kthread+0x0/0x5b
[   30.556118]  [<b010476b>] kernel_thread_helper+0x7/0x10
[   30.556125]  =======================

Both are triggered by WARN_ON_ONCE(size == 0),

Full dmesg outputs and config for second bug attached.

Greetings,

Indan

[-- Attachment #2: SLABBUG --]
[-- Type: application/octet-stream, Size: 17890 bytes --]

[    0.000000] Linux version 2.6.22-rc1-git (indan@ergo) (gcc version 4.1.2 20070423 (prerelease)) #28 PREEMPT Sat May 19 01:55:08 CEST 2007
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
[    0.000000]  BIOS-e820: 000000000fff0000 - 000000000fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000000fff3000 - 0000000010000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] 255MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f5350
[    0.000000] Entering add_active_range(0, 0, 65520) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65520
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65520
[    0.000000] On node 0 totalpages: 65520
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 479 pages used for memmap
[    0.000000]   Normal zone: 60945 pages, LIFO batch:15
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F6E80, 0014 (r0 Nvidia)
[    0.000000] ACPI: RSDT 0FFF3000, 002C (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: FACP 0FFF3040, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: DSDT 0FFF30C0, 464A (r1 NVIDIA AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS 0FFF0000, 0040
[    0.000000] ACPI: APIC 0FFF7740, 005A (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:7 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
[    0.000000] Built 1 zonelists.  Total pages: 65009
[    0.000000] Kernel command line: root=/dev/sda3 time rootflags=data=writeback init=/bin/bash rw
[    0.000000] mapped APIC to ffffd000 (fee00000)
[    0.000000] mapped IOAPIC to ffffc000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] CPU 0 irqstacks, hard=b0349000 soft=b0348000
[    0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 1293.128 MHz processor.
[   47.630242] Console: colour VGA+ 80x25
[   47.632815] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[   47.633371] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[   47.642798] Memory: 256740k/262080k available (1484k kernel code, 4836k reserved, 687k data, 136k init, 0k highmem)
[   47.642883] virtual kernel memory layout:
[   47.642885]     fixmap  : 0xfffb7000 - 0xfffff000   ( 288 kB)
[   47.642887]     vmalloc : 0xc0800000 - 0xfffb5000   (1015 MB)
[   47.642889]     lowmem  : 0xb0000000 - 0xbfff0000   ( 255 MB)
[   47.642892]       .init : 0xb0321000 - 0xb0343000   ( 136 kB)
[   47.642894]       .data : 0xb027336d - 0xb031f014   ( 687 kB)
[   47.642896]       .text : 0xb0100000 - 0xb027336d   (1484 kB)
[   47.643257] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   47.703428] Calibrating delay using timer specific routine.. 2587.34 BogoMIPS (lpj=1293670)
[   47.703585] Mount-cache hash table entries: 512
[   47.703789] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[   47.703801] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   47.703860] CPU: L2 Cache: 64K (64 bytes/line)
[   47.703914] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
[   47.703922] Intel machine check architecture supported.
[   47.703977] Intel machine check reporting enabled on CPU#0.
[   47.704036] Compat vDSO mapped to ffffe000.
[   47.704101] CPU: AMD Duron(tm) processor stepping 01
[   47.704228] Checking 'hlt' instruction... OK.
[   47.707545] ACPI: Core revision 20070126
[   47.712227] ENABLING IO-APIC IRQs
[   47.712490] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[   47.926370] NET: Registered protocol family 16
[   47.926583] ACPI: bus type pci registered
[   47.959315] PCI: PCI BIOS revision 2.10 entry at 0xfaff0, last bus=2
[   47.959372] PCI: Using configuration type 1
[   47.959424] Setting up standard PCI resources
[   47.972239] ACPI: Interpreter enabled
[   47.972303] ACPI: (supports S0 S3 S4 S5)
[   47.972552] ACPI: Using IOAPIC for interrupt routing
[   47.987551] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   47.987618] PCI: Probing PCI hardware (bus 00)
[   47.987736] PCI: nForce2 C1 Halt Disconnect fixup
[   47.988734] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   47.989038] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[   47.989506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[   48.068246] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[   48.069047] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.069895] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
[   48.070668] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[   48.071443] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.072288] ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[   48.073062] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[   48.073834] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.074676] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.075521] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
[   48.076291] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.077135] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
[   48.077908] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[   48.078683] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.079525] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.080373] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   48.081181] ACPI: PCI Interrupt Link [APC1] (IRQs *16)
[   48.081540] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[   48.081934] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[   48.082294] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[   48.082649] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[   48.083139] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[   48.083691] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[   48.084244] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[   48.084827] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[   48.085415] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[   48.085967] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[   48.086468] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[   48.086910] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[   48.087466] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[   48.088058] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[   48.088645] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[   48.089191] Linux Plug and Play Support v0.97 (c) Adam Belay
[   48.089264] pnp: PnP ACPI init
[   48.089334] ACPI: bus type pnp registered
[   48.096590] pnp: PnP ACPI: found 12 devices
[   48.096651] ACPI: ACPI bus type pnp unregistered
[   48.096856] SCSI subsystem initialized
[   48.096990] libata version 2.20 loaded.
[   48.097029] PCI: Using ACPI for IRQ routing
[   48.097088] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   48.148272] NET: Registered protocol family 8
[   48.148325] NET: Registered protocol family 20
[   48.148533] pnp: 00:00: ioport range 0x1000-0x107f has been reserved
[   48.148594] pnp: 00:00: ioport range 0x1080-0x10ff has been reserved
[   48.148652] pnp: 00:00: ioport range 0x1400-0x147f has been reserved
[   48.148709] pnp: 00:00: ioport range 0x1480-0x14ff has been reserved
[   48.148767] pnp: 00:00: ioport range 0x1800-0x187f has been reserved
[   48.148824] pnp: 00:00: ioport range 0x1880-0x18ff has been reserved
[   48.148884] Time: tsc clocksource has been installed.
[   48.148951] pnp: 00:01: ioport range 0x1c00-0x1c3f has been reserved
[   48.149011] pnp: 00:01: ioport range 0x2000-0x203f has been reserved
[   48.149076] pnp: 00:02: iomem range 0xd8800-0xdbfff has been reserved
[   48.149134] pnp: 00:02: iomem range 0xf0000-0xf7fff could not be reserved
[   48.149193] pnp: 00:02: iomem range 0xf8000-0xfbfff could not be reserved
[   48.149251] pnp: 00:02: iomem range 0xfc000-0xfffff could not be reserved
[   48.149750] PCI: Bridge: 0000:00:08.0
[   48.149810]   IO window: 9000-bfff
[   48.149876]   MEM window: ea000000-ebffffff
[   48.149931]   PREFETCH window: 20000000-200fffff
[   48.149989] PCI: Bridge: 0000:00:1e.0
[   48.150040]   IO window: c000-cfff
[   48.150094]   MEM window: e8000000-e9ffffff
[   48.150148]   PREFETCH window: e4000000-e7ffffff
[   48.150214] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   48.150256] NET: Registered protocol family 2
[   48.158892] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[   48.159014] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[   48.159209] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[   48.159333] TCP: Hash tables configured (established 8192 bind 8192)
[   48.159391] TCP reno registered
[   48.162157] Machine check exception polling timer started.
[   48.162607] io scheduler noop registered
[   48.162666] io scheduler anticipatory registered
[   48.162719] io scheduler deadline registered
[   48.162779] io scheduler cfq registered (default)
[   48.208800] Boot video device is 0000:02:00.0
[   48.212383] loop: module loaded
[   48.212684] netconsole: not configured, aborting
[   48.212865] sata_sil 0000:01:0d.0: version 2.2
[   48.213279] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   48.213350] ACPI: PCI Interrupt 0000:01:0d.0[A] -> Link [APC3] -> GSI 18 (level, high) -> IRQ 16
[   48.213507] sata_sil 0000:01:0d.0: Applying R_ERR on DMA activate FIS errata fix
[   48.213686] scsi0 : sata_sil
[   48.213925] scsi1 : sata_sil
[   48.214035] ata1: SATA max UDMA/100 cmd 0xc0808080 ctl 0xc080808a bmdma 0xc0808000 irq 0
[   48.214107] ata2: SATA max UDMA/100 cmd 0xc08080c0 ctl 0xc08080ca bmdma 0xc0808008 irq 0
[   48.667187] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   48.670696] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[   48.671786] ata1.00: ATA-6: ST3120827AS, 3.42, max UDMA/133
[   48.671842] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   48.675686] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[   48.675759] ata1.00: configured for UDMA/100
[   48.977753] ata2: SATA link down (SStatus 0 SControl 310)
[   48.977989] scsi 0:0:0:0: Direct-Access     ATA      ST3120827AS      3.42 PQ: 0 ANSI: 5
[   48.978258] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   48.978337] sd 0:0:0:0: [sda] Write Protect is off
[   48.978392] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   48.978413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   48.978546] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   48.978615] sd 0:0:0:0: [sda] Write Protect is off
[   48.978670] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   48.978689] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   48.978772]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[   49.021894] sd 0:0:0:0: [sda] Attached SCSI disk
[   49.022153] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   49.025390] serio: i8042 KBD port at 0x60,0x64 irq 1
[   49.025479] serio: i8042 AUX port at 0x60,0x64 irq 12
[   49.025631] mice: PS/2 mouse device common for all mice
[   49.051901] input: AT Translated Set 2 keyboard as /class/input/input0
[   49.056184] Netfilter messages via NETLINK v0.30.
[   49.056323] TCP cubic registered
[   49.056400] NET: Registered protocol family 1
[   49.056459] NET: Registered protocol family 17
[   49.056522] Using IPI Shortcut mode
[   49.663380] input: ImPS/2 Generic Wheel Mouse as /class/input/input1
[   49.781102] kjournald starting.  Commit interval 5 seconds
[   49.781383] EXT3 FS on sda3, internal journal
[   49.781476] EXT3-fs: mounted filesystem with writeback data mode.
[   49.781553] VFS: Mounted root (ext3 filesystem).
[   49.781853] Freeing unused kernel memory: 136k freed
[   85.011337] usbcore: registered new interface driver usbfs
[   85.011393] usbcore: registered new interface driver hub
[   85.011462] usbcore: registered new device driver usb
[   85.050161] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   85.050773] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[   85.050787] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 (level, high) -> IRQ 17
[   85.050810] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   85.050815] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   85.050984] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[   85.051015] ohci_hcd 0000:00:02.0: irq 17, io mem 0xec003000
[   85.103562] usb usb1: configuration #1 chosen from 1 choice
[   85.103626] hub 1-0:1.0: USB hub found
[   85.103645] hub 1-0:1.0: 3 ports detected
[   85.204796] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[   85.204810] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 21 (level, high) -> IRQ 18
[   85.204832] PCI: Setting latency timer of device 0000:00:02.1 to 64
[   85.204838] ohci_hcd 0000:00:02.1: OHCI Host Controller
[   85.204953] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[   85.204983] ohci_hcd 0000:00:02.1: irq 18, io mem 0xec004000
[   85.257310] usb usb2: configuration #1 chosen from 1 choice
[   85.257370] hub 2-0:1.0: USB hub found
[   85.257388] hub 2-0:1.0: 3 ports detected
[   85.381081] r8169 Gigabit Ethernet driver 2.2LK loaded
[   85.381436] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   85.381450] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 19
[   85.381713] eth0: RTL8169s/8110s at 0xc0818000, 00:0f:ea:60:07:f0, IRQ 19
[   85.445266] nf_conntrack version 0.5.0 (2047 buckets, 16376 max)
[   85.574686] usb 2-1: new full speed USB device using ohci_hcd and address 2
[   85.709684] BUG: at /home/indan/src/git/linux-2.6/mm/slab.c:777 __find_general_cachep()
[   85.709693]  [<b014be2f>] __kmalloc+0x3f/0xa0
[   85.709709]  [<b013d271>] __kzalloc+0xd/0x34
[   85.709720]  [<c09a9d78>] usb_get_configuration+0x93e/0xd26 [usbcore]
[   85.709761]  [<c09a7459>] usb_control_msg+0xbe/0xc8 [usbcore]
[   85.709784]  [<c09a856a>] usb_get_device_descriptor+0x72/0x7c [usbcore]
[   85.709804]  [<c09a3259>] hub_port_init+0x55d/0x567 [usbcore]
[   85.709823]  [<c09a3914>] usb_new_device+0x17/0xdd [usbcore]
[   85.709841]  [<c09a435f>] hub_thread+0x6cc/0xa4a [usbcore]
[   85.709862]  [<b0125dff>] autoremove_wake_function+0x0/0x35
[   85.709871]  [<c09a3c93>] hub_thread+0x0/0xa4a [usbcore]
[   85.709888]  [<b0125d47>] kthread+0x36/0x5b
[   85.709893]  [<b0125d11>] kthread+0x0/0x5b
[   85.709898]  [<b010476b>] kernel_thread_helper+0x7/0x10
[   85.709907]  =======================
[   85.721876] usb 2-1: configuration #1 chosen from 1 choice
[   86.342655] usb 2-1: reset full speed USB device using ohci_hcd and address 2
[   86.487230] usbcore: registered new interface driver speedtch
[   86.518860] PPP generic driver version 2.4.2
[   86.536999] usbcore: registered new interface driver usblp
[   86.537007] /home/indan/src/git/linux-2.6/drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[   87.305838] EXT3 FS on sda3, internal journal
[   87.426487] kjournald starting.  Commit interval 5 seconds
[   87.426504] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[   87.426721] EXT3 FS on sda5, internal journal
[   87.426729] EXT3-fs: mounted filesystem with writeback data mode.
[   87.924386] Adding 262136k swap on /mnt/swap.  Priority:-1 extents:69 across:399868k
[   89.210569] r8169: eth0: link up
[   89.640542] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   92.223971] ip_tables: (C) 2000-2006 Netfilter Core Team

[-- Attachment #3: SLABBUG2 --]
[-- Type: application/octet-stream, Size: 18367 bytes --]

[    0.000000] Linux version 2.6.22-rc2-git (indan@ergo) (gcc version 4.1.2 20070423 (prerelease)) #29 PREEMPT Sat May 19 15:08:58 CEST 2007
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
[    0.000000]  BIOS-e820: 000000000fff0000 - 000000000fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000000fff3000 - 0000000010000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] 255MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f5350
[    0.000000] Entering add_active_range(0, 0, 65520) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65520
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65520
[    0.000000] On node 0 totalpages: 65520
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 479 pages used for memmap
[    0.000000]   Normal zone: 60945 pages, LIFO batch:15
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F6E80, 0014 (r0 Nvidia)
[    0.000000] ACPI: RSDT 0FFF3000, 002C (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: FACP 0FFF3040, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] ACPI: DSDT 0FFF30C0, 464A (r1 NVIDIA AWRDACPI     1000 MSFT  100000C)
[    0.000000] ACPI: FACS 0FFF0000, 0040
[    0.000000] ACPI: APIC 0FFF7740, 005A (r1 Nvidia AWRDACPI 42302E31 AWRD  1010101)
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:7 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
[    0.000000] Built 1 zonelists.  Total pages: 65009
[    0.000000] Kernel command line: root=/dev/sda3 time rootflags=data=writeback
[    0.000000] mapped APIC to ffffd000 (fee00000)
[    0.000000] mapped IOAPIC to ffffc000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] CPU 0 irqstacks, hard=b034b000 soft=b034a000
[    0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 1293.089 MHz processor.
[   26.979491] Console: colour VGA+ 80x25
[   26.982045] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[   26.982380] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[   26.991738] Memory: 256732k/262080k available (1490k kernel code, 4844k reserved, 693k data, 136k init, 0k highmem)
[   26.991823] virtual kernel memory layout:
[   26.991825]     fixmap  : 0xfffb7000 - 0xfffff000   ( 288 kB)
[   26.991827]     vmalloc : 0xc0800000 - 0xfffb5000   (1015 MB)
[   26.991830]     lowmem  : 0xb0000000 - 0xbfff0000   ( 255 MB)
[   26.991832]       .init : 0xb0323000 - 0xb0345000   ( 136 kB)
[   26.991834]       .data : 0xb0274871 - 0xb0321d54   ( 693 kB)
[   26.991836]       .text : 0xb0100000 - 0xb0274871   (1490 kB)
[   26.992197] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   26.992368] SLUB: Genslabs=23, HWalign=32, Order=0-1, MinObjects=4, Processors=1, Nodes=1
[   27.052376] Calibrating delay using timer specific routine.. 2587.31 BogoMIPS (lpj=1293657)
[   27.052520] Mount-cache hash table entries: 512
[   27.052733] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[   27.052745] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   27.052804] CPU: L2 Cache: 64K (64 bytes/line)
[   27.052857] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
[   27.052866] Intel machine check architecture supported.
[   27.052921] Intel machine check reporting enabled on CPU#0.
[   27.052980] Compat vDSO mapped to ffffe000.
[   27.053045] CPU: AMD Duron(tm) processor stepping 01
[   27.053172] Checking 'hlt' instruction... OK.
[   27.056491] ACPI: Core revision 20070126
[   27.061091] ENABLING IO-APIC IRQs
[   27.061346] ..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
[   27.275310] NET: Registered protocol family 16
[   27.275516] ACPI: bus type pci registered
[   27.308247] PCI: PCI BIOS revision 2.10 entry at 0xfaff0, last bus=2
[   27.308304] PCI: Using configuration type 1
[   27.308356] Setting up standard PCI resources
[   27.320689] ACPI: Interpreter enabled
[   27.320754] ACPI: (supports S0 S3 S4 S5)
[   27.320999] ACPI: Using IOAPIC for interrupt routing
[   27.335236] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   27.335302] PCI: Probing PCI hardware (bus 00)
[   27.335415] PCI: nForce2 C1 Halt Disconnect fixup
[   27.336435] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   27.336710] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[   27.337166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[   27.406830] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[   27.407591] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.408404] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 11 12 14 *15)
[   27.409136] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[   27.409865] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.410669] ACPI: PCI Interrupt Link [LUBA] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[   27.411404] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[   27.412137] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.412938] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.413738] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 9 10 11 12 *14 15)
[   27.414468] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.415272] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
[   27.416009] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[   27.416739] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.417540] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.418342] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[   27.419120] ACPI: PCI Interrupt Link [APC1] (IRQs *16)
[   27.419448] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[   27.419814] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[   27.420145] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[   27.420472] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[   27.420923] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[   27.421436] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[   27.421948] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[   27.422497] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[   27.423046] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[   27.423555] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[   27.424033] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[   27.424453] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[   27.424966] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[   27.425514] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[   27.426063] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[   27.426594] Linux Plug and Play Support v0.97 (c) Adam Belay
[   27.426668] pnp: PnP ACPI init
[   27.426735] ACPI: bus type pnp registered
[   27.433246] pnp: PnP ACPI: found 12 devices
[   27.433307] ACPI: ACPI bus type pnp unregistered
[   27.433496] SCSI subsystem initialized
[   27.433604] libata version 2.20 loaded.
[   27.433642] PCI: Using ACPI for IRQ routing
[   27.433700] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   27.484904] NET: Registered protocol family 8
[   27.484957] NET: Registered protocol family 20
[   27.485139] pnp: 00:00: ioport range 0x1000-0x107f has been reserved
[   27.485200] pnp: 00:00: ioport range 0x1080-0x10ff has been reserved
[   27.485258] pnp: 00:00: ioport range 0x1400-0x147f has been reserved
[   27.485315] pnp: 00:00: ioport range 0x1480-0x14ff has been reserved
[   27.485372] pnp: 00:00: ioport range 0x1800-0x187f has been reserved
[   27.485430] pnp: 00:00: ioport range 0x1880-0x18ff has been reserved
[   27.485493] pnp: 00:01: ioport range 0x1c00-0x1c3f has been reserved
[   27.485551] pnp: 00:01: ioport range 0x2000-0x203f has been reserved
[   27.485614] pnp: 00:02: iomem range 0xd8800-0xdbfff has been reserved
[   27.485672] pnp: 00:02: iomem range 0xf0000-0xf7fff could not be reserved
[   27.485731] pnp: 00:02: iomem range 0xf8000-0xfbfff could not be reserved
[   27.485789] pnp: 00:02: iomem range 0xfc000-0xfffff could not be reserved
[   27.485850] Time: tsc clocksource has been installed.
[   27.486339] PCI: Bridge: 0000:00:08.0
[   27.486399]   IO window: 9000-bfff
[   27.486453]   MEM window: ea000000-ebffffff
[   27.486508]   PREFETCH window: 20000000-200fffff
[   27.486565] PCI: Bridge: 0000:00:1e.0
[   27.486616]   IO window: c000-cfff
[   27.486670]   MEM window: e8000000-e9ffffff
[   27.486724]   PREFETCH window: e4000000-e7ffffff
[   27.486788] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   27.486838] NET: Registered protocol family 2
[   27.496849] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[   27.496962] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[   27.497155] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[   27.497283] TCP: Hash tables configured (established 8192 bind 8192)
[   27.497340] TCP reno registered
[   27.500121] Machine check exception polling timer started.
[   27.503867] io scheduler noop registered
[   27.503927] io scheduler anticipatory registered
[   27.503980] io scheduler deadline registered
[   27.504137] io scheduler cfq registered (default)
[   27.549758] Boot video device is 0000:02:00.0
[   27.553228] loop: module loaded
[   27.553532] netconsole: not configured, aborting
[   27.553698] sata_sil 0000:01:0d.0: version 2.2
[   27.554100] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   27.554171] ACPI: PCI Interrupt 0000:01:0d.0[A] -> Link [APC3] -> GSI 18 (level, high) -> IRQ 16
[   27.554329] sata_sil 0000:01:0d.0: Applying R_ERR on DMA activate FIS errata fix
[   27.554662] scsi0 : sata_sil
[   27.554863] scsi1 : sata_sil
[   27.554964] ata1: SATA max UDMA/100 cmd 0xc0808080 ctl 0xc080808a bmdma 0xc0808000 irq 0
[   27.555035] ata2: SATA max UDMA/100 cmd 0xc08080c0 ctl 0xc08080ca bmdma 0xc0808008 irq 0
[   28.008144] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   28.011665] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[   28.012755] ata1.00: ATA-6: ST3120827AS, 3.42, max UDMA/133
[   28.012811] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   28.016634] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234441648
[   28.016706] ata1.00: configured for UDMA/100
[   28.318712] ata2: SATA link down (SStatus 0 SControl 310)
[   28.318935] scsi 0:0:0:0: Direct-Access     ATA      ST3120827AS      3.42 PQ: 0 ANSI: 5
[   28.319346] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   28.319427] sd 0:0:0:0: [sda] Write Protect is off
[   28.319482] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   28.319503] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.319640] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[   28.319722] sd 0:0:0:0: [sda] Write Protect is off
[   28.319777] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   28.319796] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.319866]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[   28.366261] sd 0:0:0:0: [sda] Attached SCSI disk
[   28.366501] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   28.369797] serio: i8042 KBD port at 0x60,0x64 irq 1
[   28.369903] serio: i8042 AUX port at 0x60,0x64 irq 12
[   28.370053] mice: PS/2 mouse device common for all mice
[   28.396951] input: AT Translated Set 2 keyboard as /class/input/input0
[   28.401295] Netfilter messages via NETLINK v0.30.
[   28.401432] TCP cubic registered
[   28.401539] NET: Registered protocol family 1
[   28.401602] NET: Registered protocol family 17
[   28.401661] Using IPI Shortcut mode
[   29.008437] input: ImPS/2 Generic Wheel Mouse as /class/input/input1
[   29.125513] kjournald starting.  Commit interval 5 seconds
[   29.125594] EXT3-fs: mounted filesystem with writeback data mode.
[   29.125677] VFS: Mounted root (ext3 filesystem) readonly.
[   29.125960] Freeing unused kernel memory: 136k freed
[   29.863645] usbcore: registered new interface driver usbfs
[   29.863702] usbcore: registered new interface driver hub
[   29.863759] usbcore: registered new device driver usb
[   29.896484] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   29.897031] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[   29.897045] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 22 (level, high) -> IRQ 17
[   29.897066] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   29.897073] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   29.897203] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[   29.897232] ohci_hcd 0000:00:02.0: irq 17, io mem 0xec003000
[   29.949745] usb usb1: configuration #1 chosen from 1 choice
[   29.949807] hub 1-0:1.0: USB hub found
[   29.949825] hub 1-0:1.0: 3 ports detected
[   30.050950] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[   30.050963] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 21 (level, high) -> IRQ 18
[   30.050984] PCI: Setting latency timer of device 0000:00:02.1 to 64
[   30.050989] ohci_hcd 0000:00:02.1: OHCI Host Controller
[   30.051103] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
[   30.051136] ohci_hcd 0000:00:02.1: irq 18, io mem 0xec004000
[   30.103504] usb usb2: configuration #1 chosen from 1 choice
[   30.103563] hub 2-0:1.0: USB hub found
[   30.103581] hub 2-0:1.0: 3 ports detected
[   30.222685] r8169 Gigabit Ethernet driver 2.2LK loaded
[   30.223008] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   30.223021] ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [APC1] -> GSI 16 (level, high) -> IRQ 19
[   30.223343] eth0: RTL8169s/8110s at 0xc0818000, 00:0f:ea:60:07:f0, IRQ 19
[   30.270457] nf_conntrack version 0.5.0 (2047 buckets, 16376 max)
[   30.420891] usb 2-1: new full speed USB device using ohci_hcd and address 2
[   30.555891] BUG: at /home/indan/src/git/linux-2.6/include/linux/slub_def.h:77 kmalloc_index()
[   30.555901]  [<b014d02c>] get_slab+0x43/0x214
[   30.555913]  [<c09acc18>] usb_get_configuration+0x923/0xd07 [usbcore]
[   30.555951]  [<b014e16a>] __kmalloc_track_caller+0xf/0x56
[   30.555959]  [<b013d2b1>] __kzalloc+0x11/0x38
[   30.555971]  [<c09acc18>] usb_get_configuration+0x923/0xd07 [usbcore]
[   30.555991]  [<c09aa34d>] usb_control_msg+0xbe/0xc8 [usbcore]
[   30.556014]  [<c09a6234>] hub_port_init+0x559/0x563 [usbcore]
[   30.556033]  [<c09a68d4>] usb_new_device+0x17/0xdd [usbcore]
[   30.556052]  [<c09a72da>] hub_thread+0x68f/0x9f8 [usbcore]
[   30.556071]  [<b027252f>] __sched_text_start+0x497/0x539
[   30.556080]  [<b0125e27>] autoremove_wake_function+0x0/0x35
[   30.556089]  [<c09a6c4b>] hub_thread+0x0/0x9f8 [usbcore]
[   30.556107]  [<b0125d6f>] kthread+0x36/0x5b
[   30.556112]  [<b0125d39>] kthread+0x0/0x5b
[   30.556118]  [<b010476b>] kernel_thread_helper+0x7/0x10
[   30.556125]  =======================
[   30.568078] usb 2-1: configuration #1 chosen from 1 choice
[   31.188861] usb 2-1: reset full speed USB device using ohci_hcd and address 2
[   31.333397] usbcore: registered new interface driver speedtch
[   31.351057] PPP generic driver version 2.4.2
[   31.370015] usbcore: registered new interface driver usblp
[   31.370023] /home/indan/src/git/linux-2.6/drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[   31.897214] EXT3 FS on sda3, internal journal
[   32.017975] kjournald starting.  Commit interval 5 seconds
[   32.017991] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[   32.018203] EXT3 FS on sda5, internal journal
[   32.018211] EXT3-fs: mounted filesystem with writeback data mode.
[   32.515882] Adding 262136k swap on /mnt/swap.  Priority:-1 extents:69 across:399868k
[   33.885214] r8169: eth0: link up
[   34.268576] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   37.123927] ip_tables: (C) 2000-2006 Netfilter Core Team
[   91.339350] speedtch 2-1:1.0: found stage 1 firmware speedtch-1.bin
[   91.505671] speedtch 2-1:1.0: found stage 2 firmware speedtch-2.bin.0.00
[   96.038136] ATM dev 0: ADSL line is synchronising
[  106.505780] ATM dev 0: DSL line goes up
[  106.521766] ATM dev 0: ADSL line is up (1536 kb/s down | 256 kb/s up)

[-- Attachment #4: .config --]
[-- Type: application/octet-stream, Size: 33749 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22-rc2
# Sat May 19 14:51:22 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=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32

#
# General setup
#
CONFIG_LOCALVERSION="-git"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
# 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=17
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=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 is not set
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# 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_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y

#
# 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 is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"

#
# 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_PARAVIRT 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_CMPXCHG64=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=y
# 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=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_VMSPLIT_3G is not set
CONFIG_VMSPLIT_3G_OPT=y
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0xB0000000
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_NR_QUICK=1
# 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 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
# CONFIG_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_COMPAT_VDSO is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# 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 is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_DOCK is not set
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 is not set
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set
# 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_PCI_DEBUG is not set
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set

#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

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

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
# 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_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
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_TCP_MD5SIG is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK_ENABLED=m
CONFIG_NF_CONNTRACK=m
# CONFIG_NF_CT_ACCT is not set
# CONFIG_NF_CONNTRACK_MARK is not set
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=m
# CONFIG_NF_CONNTRACK_H323 is not set
CONFIG_NF_CONNTRACK_IRC=m
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=m
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_IPRANGE=m
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
# CONFIG_NF_NAT_SNMP_BASIC is not set
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
# CONFIG_NF_NAT_SIP is not set
CONFIG_IP_NF_MANGLE=m
# CONFIG_IP_NF_TARGET_TOS is not set
# CONFIG_IP_NF_TARGET_ECN is not set
# CONFIG_IP_NF_TARGET_TTL is not set
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set

#
# TIPC Configuration (EXPERIMENTAL)
#
# CONFIG_TIPC is not set
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 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
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set

#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_FIFO=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
# CONFIG_GACT_PROB is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_IPT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_ESTIMATOR=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 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=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# 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 is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y

#
# Block devices
#
# CONFIG_BLK_DEV_FD 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_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# 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 is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set

#
# Misc devices
#
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_BLINK is not set
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# 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 is not set
# CONFIG_SCSI_CONSTANTS is not set
# 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_ACARD 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_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_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR 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_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_ESP_CORE is not set
# CONFIG_SCSI_SRP is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_PLATFORM is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD 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
#
# CONFIG_FIREWIRE is not set
# 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_IFB is not set
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_NET_SB1000 is not set

#
# ARCnet devices
#
# CONFIG_ARCNET is not set

#
# Ethernet (10 or 100Mbit)
#
# CONFIG_NET_ETHERNET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=m
# CONFIG_R8169_NAPI is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set

#
# Token Ring devices
#
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET_MII is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
# CONFIG_ATM_TCP is not set
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E_MAYBE is not set
# CONFIG_ATM_HE is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_ASYNC is not set
CONFIG_PPP_SYNC_TTY=m
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_PPPOATM=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
CONFIG_NETCONSOLE=y
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y

#
# 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

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
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=y
# 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 is not set
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
# CONFIG_MOUSE_PS2_TRACKPOINT is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH 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_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=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS 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 is not set
# CONFIG_GEN_RTC is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
CONFIG_AGP_NVIDIA=m
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=m
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE 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_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
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 is not set
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
# CONFIG_SOUND is not set

#
# HID Devices
#
CONFIG_HID=m
# CONFIG_HID_DEBUG is not set

#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF 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 is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# 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 is not set
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m

#
# 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_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_MON is not set

#
# USB port drivers
#

#
# 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_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER 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
# CONFIG_USB_TEST is not set

#
# USB DSL modem support
#
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
# CONFIG_USB_CXACRU is not set
# CONFIG_USB_UEAGLEATM is not set
# CONFIG_USB_XUSBATM is not set

#
# 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)
#
# CONFIG_EDAC is not set

#
# Real Time Clock
#
# CONFIG_RTC_CLASS is not set

#
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set

#
# DMA Clients
#

#
# DMA Devices
#

#
# Virtualization
#
# CONFIG_KVM is not set

#
# 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_EXT4DEV_FS 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_GFS2_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=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
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 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
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_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=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_BIND34 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_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-15"
CONFIG_NLS_CODEPAGE_437=m
# 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=m
# 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=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y

#
# Distributed Lock Manager
#
# CONFIG_DLM is not set

#
# Instrumentation Support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
# CONFIG_KPROBES is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_FORCED_INLINING is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_EARLY_PRINTK is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_RODATA is not set
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
# CONFIG_DOUBLEFAULT is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# 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 is not set
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
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

  parent reply	other threads:[~2007-05-19 14:28 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-19  5:17 Linux 2.6.22-rc2 Linus Torvalds
2007-05-19  6:54 ` Andrey Borzenkov
2007-05-19 14:28 ` Indan Zupancic [this message]
     [not found]   ` <6101e8c40705190950jb093d65l611995895a182ec0@mail.gmail.com>
2007-05-19 16:51     ` Fwd: [BUG: 2.6.22-rc2] SLAB doesn't like usb_get_configuration() oliver pinter
2007-05-19 18:20   ` Christoph Lameter
2007-05-19 19:33     ` Greg KH
2007-05-19 22:10       ` Indan Zupancic
2007-05-20 12:57 ` Linux 2.6.22-rc2: make -j makes it unresponsive Rafael J. Wysocki
2007-05-20 13:01   ` Krzysztof Halasa
2007-05-20 13:23     ` Rafael J. Wysocki
2007-05-20 21:05 ` Linux 2.6.22-rc2 Mike Houston
2007-05-21 15:45   ` Stephen Hemminger
2007-05-21 17:10     ` Mike Houston
2007-05-21 17:37       ` Stephen Hemminger
2007-05-22  2:58         ` Mike Houston
2007-05-22  4:31           ` Stephen Hemminger
2007-05-22  4:36             ` Jeff Garzik
2007-05-22  4:42               ` Stephen Hemminger
2007-05-22  5:04                 ` Linus Torvalds
2007-05-22 17:19                   ` Stephen Hemminger
2007-05-22 17:54                   ` H. Peter Anvin
2007-05-22 22:14             ` Mike Houston
2007-05-23  0:00               ` Linus Torvalds
2007-05-23  0:29                 ` Stephen Hemminger
2007-05-23  1:53                   ` Linus Torvalds
2007-05-23 14:58                     ` Stephen Hemminger
2007-05-23 17:39                 ` Mike Houston
2007-05-23 17:46                   ` Linus Torvalds
2007-05-23 18:04                     ` Stephen Hemminger
2007-05-24 18:26                     ` Mike Houston
2007-05-24 22:08                       ` sky2/pci issues on Gigabyte Stephen Hemminger
2007-05-24 22:48                         ` Linus Torvalds
2007-05-24 23:04                           ` Stephen Hemminger
2007-05-25  0:01                             ` Mike Houston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3642.81.207.0.53.1179584891.squirrel@secure.samage.net \
    --to=indan@nul.nu \
    --cc=clameter@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome