[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081027133248.GA1007@elte.hu>
Date: Mon, 27 Oct 2008 14:32:48 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Rusty Russell <rusty@...tcorp.com.au>, Mike Travis <travis@....com>
Cc: Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>,
Mike Travis <travis@....com>, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH -tip/cpus4096-v2] cpumask: fix cpumask of
call_function_data
* Ingo Molnar <mingo@...e.hu> wrote:
> in any case, i've started testing tip/cpus4096-v2 again on x86 - the
> problem with d4de5a above was the only outstanding known issue, right?
the sched_init() slab corruption bug is still there, i just triggered it
on two separate test-systems:
[ 0.510620] CPU1 attaching sched-domain:
[ 0.512007] domain 0: span 0-1 level CPU
[ 0.517730] groups: 1 0
[ 0.520528] =============================================================================
[ 0.524002] BUG kmalloc-8: Wrong object count. Counter is 11 but counted were 50
[ 0.524002] -----------------------------------------------------------------------------
[ 0.524002]
i've pushed out that specific tree: tip/tmp.cpus4096-v2.broken, which
you should be able to reproduce via:
git remote update
git checkout -b tmp.test tip/tmp.cpus4096-v2.broken
config attached. This config should just run through a 'make oldconfig'
fine and if the bzImage is built, it should produce the slab corruption
messages on any typical 64-bit PC. I've attached the boot log below as
well. (You can see the gcc version i used in the bootup log as well.)
I'll disable MAXSMP in these testruns - just to establish the stability
without any of the dynamic-cpumask_t stuff.
Ingo
[ 0.000000] BIOS EBDA/lowmem at: 0009f800/0009f800
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Linux version 2.6.28-rc2-tip-00767-gd1142e8 (mingo@...ne) (gcc version 4.2.3) #45748 SMP Mon Oct 27 14:24:20 CET 2008
[ 0.000000] Command line: root=/dev/sda6 earlyprintk=serial,ttyS0,115200,keep console=tty debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=2 idle=poll panic=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] console [earlyser0] enabled
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] using polling idle threads.
[ 0.000000] DMI 2.3 present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.
[ 0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x3ffffffff
[ 0.000000] init_memory_mapping
[ 0.000000] 0000000000 - 003fff0000 page 4k
[ 0.000000] kernel direct mapping tables up to 3fff0000 @ 29c8000-2bca000
[ 0.000000] last_map_addr: 3fff0000 end: 3fff0000
[ 0.000000] ACPI: RSDP 000F76F0, 0014 (r0 Nvidia)
[ 0.000000] ACPI: RSDT 3FFF3040, 0034 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP 3FFF30C0, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: DSDT 3FFF3180, 6264 (r1 NVIDIA AWRDACPI 1000 MSFT 100000E)
[ 0.000000] ACPI: FACS 3FFF0000, 0040
[ 0.000000] ACPI: SRAT 3FFF9500, 00A0 (r1 AMD HAMMER 1 AMD 1)
[ 0.000000] ACPI: MCFG 3FFF9600, 003C (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: APIC 3FFF9440, 007C (r1 Nvidia AWRDACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (5 early reservations) ==> bootmem [0000000000 - 003fff0000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 00029c7e38] TEXT DATA BSS ==> [0000200000 - 00029c7e38]
[ 0.000000] #3 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #4 [00029c8000 - 0002bc8000] PGTABLE ==> [00029c8000 - 0002bc8000]
[ 0.000000] Scan SMP from ffff880000000000 for 1024 bytes.
[ 0.000000] Scan SMP from ffff88000009fc00 for 1024 bytes.
[ 0.000000] Scan SMP from ffff8800000f0000 for 65536 bytes.
[ 0.000000] found SMP MP-table at [ffff8800000f5680] 000f5680
[ 0.000000] [ffffe20000000000-ffffe200019fffff] PMD -> [ffff880002e00000-ffff8800047fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003fff0
[ 0.000000] On node 0 totalpages: 262015
[ 0.000000] DMA zone: 104 pages used for memmap
[ 0.000000] DMA zone: 101 pages reserved
[ 0.000000] DMA zone: 3778 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6552 pages used for memmap
[ 0.000000] DMA32 zone: 251480 pages, LIFO batch:31
[ 0.000000] Normal zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffffffff5fc000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[ 0.000000] PERCPU: Allocating 1900544 bytes of per cpu data
[ 0.000000] NR_CPUS:4096 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 255258
[ 0.000000] Kernel command line: root=/dev/sda6 earlyprintk=serial,ttyS0,115200,keep console=tty debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=2 idle=poll panic=1
[ 0.000000] debug: sysrq always enabled.
[ 0.000000] Initializing CPU#0
[ 0.000000] RCU-based detection of stalled CPUs is enabled.
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2010.302 MHz processor.
[ 0.004000] spurious 8259A interrupt: IRQ7.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.004000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.004000] ... MAX_LOCK_DEPTH: 48
[ 0.004000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.004000] ... CLASSHASH_SIZE: 4096
[ 0.004000] ... MAX_LOCKDEP_ENTRIES: 8192
[ 0.004000] ... MAX_LOCKDEP_CHAINS: 16384
[ 0.004000] ... CHAINHASH_SIZE: 8192
[ 0.004000] memory used by lock dependency info: 4351 kB
[ 0.004000] per task-struct memory footprint: 2688 bytes
[ 0.004000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.004000] allocated 10485760 bytes of page_cgroup
[ 0.004000] please try cgroup_disable=memory option if you don't want
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Node 0: aperture @ 20000000 size 32 MB
[ 0.004000] Aperture pointing to e820 RAM. Ignoring.
[ 0.004000] Memory: 962348k/1048512k available (8300k kernel code, 452k absent, 85124k reserved, 12145k data, 2444k init)
[ 0.004000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004018] Calibrating delay loop (skipped), value calculated using timer frequency.. 4020.60 BogoMIPS (lpj=8041208)
[ 0.012108] Security Framework initialized
[ 0.016012] SELinux: Initializing.
[ 0.020150] SELinux: Starting in permissive mode
[ 0.024095] Mount-cache hash table entries: 256
[ 0.033317] Initializing cgroup subsys ns
[ 0.036024] Initializing cgroup subsys memory
[ 0.040041] Initializing cgroup subsys devices
[ 0.044028] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.048007] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.052007] tseg: 0000000000
[ 0.056024] CPU: Physical Processor ID: 0
[ 0.060007] CPU: Processor Core ID: 0
[ 0.065643] ACPI: Core revision 20080926
[ 0.105845] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.108010] ftrace: allocating 24346 entries in 191 pages
[ 0.116342] Setting APIC routing to flat
[ 0.120010] enabled ExtINT on CPU#0
[ 0.124175] ENABLING IO-APIC IRQs
[ 0.128006] init IO_APIC IRQs
[ 0.130950] IOAPIC[0]: Set routing entry (2-0 -> 0x30 -> IRQ 0 Mode:0 Active:0)
[ 0.132014] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0)
[ 0.136012] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:0 Active:0)
[ 0.140011] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0)
[ 0.144011] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:0 Active:0)
[ 0.148011] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0)
[ 0.152011] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0)
[ 0.156011] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0)
[ 0.160011] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:1 Active:0)
[ 0.164012] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0)
[ 0.168011] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:0 Active:0)
[ 0.172011] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0)
[ 0.176011] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0)
[ 0.180011] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0)
[ 0.184011] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0)
[ 0.188010] 2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected
[ 0.195539] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.237588] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 0.244005] Using local APIC timer interrupts.
[ 0.244007] calibrating APIC timer ...
[ 0.252001] ... lapic delta = 1256509
[ 0.252001] ... PM timer delta = 357974
[ 0.252001] ... PM timer result ok
[ 0.252001] ..... delta 1256509
[ 0.252001] ..... mult: 53963277
[ 0.252001] ..... calibration result: 804165
[ 0.252001] ..... CPU clock speed is 2010.1658 MHz.
[ 0.252001] ..... host bus clock speed is 201.0165 MHz.
[ 0.252025] calling migration_init+0x0/0x5b @ 1
[ 0.256159] initcall migration_init+0x0/0x5b returned 1 after 0 usecs
[ 0.260007] initcall migration_init+0x0/0x5b returned with error code 1
[ 0.264005] calling spawn_ksoftirqd+0x0/0x58 @ 1
[ 0.268128] initcall spawn_ksoftirqd+0x0/0x58 returned 0 after 0 usecs
[ 0.272007] calling init_call_single_data+0x0/0x78 @ 1
[ 0.276007] initcall init_call_single_data+0x0/0x78 returned 0 after 0 usecs
[ 0.280006] calling relay_init+0x0/0x14 @ 1
[ 0.284007] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[ 0.288006] calling tracer_alloc_buffers+0x0/0x170 @ 1
[ 0.293945] initcall tracer_alloc_buffers+0x0/0x170 returned 0 after 0 usecs
[ 0.296292] lockdep: fixing up alternatives.
[ 0.300181] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] masked ExtINT on CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 4020.87 BogoMIPS (lpj=8041759)
[ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.004000] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.396174] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 0.408037] Brought up 2 CPUs
[ 0.412006] Total of 2 processors activated (8041.48 BogoMIPS).
[ 0.416080] Testing NMI watchdog ... OK.
[ 0.501354] CPU0 attaching sched-domain:
[ 0.504009] domain 0: span 0-1 level CPU
[ 0.508005] groups: 0 1
[ 0.510620] CPU1 attaching sched-domain:
[ 0.512007] domain 0: span 0-1 level CPU
[ 0.517730] groups: 1 0
[ 0.520528] =============================================================================
[ 0.524002] BUG kmalloc-8: Wrong object count. Counter is 11 but counted were 50
[ 0.524002] -----------------------------------------------------------------------------
[ 0.524002]
[ 0.524002] INFO: Slab 0xffffe200019cc270 objects=51 used=11 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.524002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.524002] Call Trace:
[ 0.524002] [<ffffffff802d532d>] slab_err+0x99/0xa7
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.524002] [<ffffffff8024fac7>] ? rq_attach_root+0xc0/0xc9
[ 0.524002] [<ffffffff80254f0e>] ? cpu_attach_domain+0x5a2/0x5d7
[ 0.524002] [<ffffffff802d5797>] ? slab_pad_check+0xa7/0x11f
[ 0.524002] [<ffffffff802d5660>] on_freelist+0x1bd/0x1ff
[ 0.524002] [<ffffffff802d6246>] __slab_free+0x1a5/0x2fc
[ 0.524002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.524002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff80255521>] __build_sched_domains+0x5de/0x616
[ 0.524002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.524002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.524002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.524002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.524002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.524002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.524002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.524002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.524002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.524002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.524002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.524002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.524002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.524002] FIX kmalloc-8: Object count adjusted.
[ 0.524002] =============================================================================
[ 0.524002] BUG kmalloc-8: Redzone overwritten
[ 0.524002] -----------------------------------------------------------------------------
[ 0.524002]
[ 0.524002] INFO: 0xffff88003f806328-0xffff88003f80632f. First byte 0x0 instead of 0xcc
[ 0.524002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.524002] INFO: Object 0xffff88003f806320 @offset=800 fp=0x0000000000000000
[ 0.524002]
[ 0.524002] Bytes b4 0xffff88003f806310: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 0.524002] Object 0xffff88003f806320: 02 00 00 00 00 00 00 00 ........
[ 0.524002] Redzone 0xffff88003f806328: 00 00 00 00 00 00 00 00 ........
[ 0.524002] Padding 0xffff88003f806368: 00 00 00 00 00 00 00 00 ........
[ 0.524002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.524002] Call Trace:
[ 0.524002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.524002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.524002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.524002] [<ffffffff802d6264>] __slab_free+0x1c3/0x2fc
[ 0.524002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.524002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.524002] [<ffffffff80255521>] __build_sched_domains+0x5de/0x616
[ 0.524002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.524002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.524002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.524002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.524002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.524002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.524002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.524002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.524002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.524002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.524002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.524002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.524002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.524002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.524002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.524002] FIX kmalloc-8: Restoring 0xffff88003f806328-0xffff88003f80632f=0xcc
[ 0.524002]
[ 0.524006] =============================================================================
[ 0.528002] BUG kmalloc-8: Redzone overwritten
[ 0.528002] -----------------------------------------------------------------------------
[ 0.528002]
[ 0.528002] INFO: 0xffff88003f8062d8-0xffff88003f8062df. First byte 0x0 instead of 0xcc
[ 0.528002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.528002] INFO: Object 0xffff88003f8062d0 @offset=720 fp=0x0000000000000000
[ 0.528002]
[ 0.528002] Bytes b4 0xffff88003f8062c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 0.528002] Object 0xffff88003f8062d0: 03 00 00 00 00 00 00 00 ........
[ 0.528002] Redzone 0xffff88003f8062d8: 00 00 00 00 00 00 00 00 ........
[ 0.528002] Padding 0xffff88003f806318: 00 00 00 00 00 00 00 00 ........
[ 0.528002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.528002] Call Trace:
[ 0.528002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.528002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.528002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.528002] [<ffffffff802d6264>] __slab_free+0x1c3/0x2fc
[ 0.528002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.528002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.528002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.528002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.528002] [<ffffffff8025552a>] __build_sched_domains+0x5e7/0x616
[ 0.528002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.528002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.528002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.528002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.528002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.528002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.528002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.528002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.528002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.528002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.528002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.528002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.528002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.528002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.528002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.528002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.528002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.528002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.528002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.528002] FIX kmalloc-8: Restoring 0xffff88003f8062d8-0xffff88003f8062df=0xcc
[ 0.528002]
[ 0.528006] =============================================================================
[ 0.532002] BUG kmalloc-8: Redzone overwritten
[ 0.532002] -----------------------------------------------------------------------------
[ 0.532002]
[ 0.532002] INFO: 0xffff88003f806288-0xffff88003f80628f. First byte 0x0 instead of 0xcc
[ 0.532002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.532002] INFO: Object 0xffff88003f806280 @offset=640 fp=0x0000000000000000
[ 0.532002]
[ 0.532002] Bytes b4 0xffff88003f806270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 0.532002] Object 0xffff88003f806280: 00 00 00 00 00 00 00 00 ........
[ 0.532002] Redzone 0xffff88003f806288: 00 00 00 00 00 00 00 00 ........
[ 0.532002] Padding 0xffff88003f8062c8: 00 00 00 00 00 00 00 00 ........
[ 0.532002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.532002] Call Trace:
[ 0.532002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.532002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.532002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.532002] [<ffffffff802d6264>] __slab_free+0x1c3/0x2fc
[ 0.532002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.532002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.532002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.532002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.532002] [<ffffffff80255533>] __build_sched_domains+0x5f0/0x616
[ 0.532002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.532002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.532002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.532002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.532002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.532002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.532002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.532002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.532002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.532002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.532002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.532002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.532002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.532002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.532002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.532002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.532002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.532002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.532002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.532002] FIX kmalloc-8: Restoring 0xffff88003f806288-0xffff88003f80628f=0xcc
[ 0.532002]
[ 0.532006] =============================================================================
[ 0.536002] BUG kmalloc-8: Redzone overwritten
[ 0.536002] -----------------------------------------------------------------------------
[ 0.536002]
[ 0.536002] INFO: 0xffff88003f806238-0xffff88003f80623f. First byte 0x0 instead of 0xcc
[ 0.536002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.536002] INFO: Object 0xffff88003f806230 @offset=560 fp=0x0000000000000000
[ 0.536002]
[ 0.536002] Bytes b4 0xffff88003f806220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 0.536002] Object 0xffff88003f806230: 00 00 00 00 00 00 00 00 ........
[ 0.536002] Redzone 0xffff88003f806238: 00 00 00 00 00 00 00 00 ........
[ 0.536002] Padding 0xffff88003f806278: 00 00 00 00 00 00 00 00 ........
[ 0.536002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.536002] Call Trace:
[ 0.536002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.536002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.536002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.536002] [<ffffffff802d6264>] __slab_free+0x1c3/0x2fc
[ 0.536002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.536002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.536002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.536002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.536002] [<ffffffff8025553c>] __build_sched_domains+0x5f9/0x616
[ 0.536002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.536002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.536002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.536002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.536002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.536002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.536002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.536002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.536002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.536002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.536002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.536002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.536002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.536002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.536002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.536002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.536002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.536002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.536002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.536002] FIX kmalloc-8: Restoring 0xffff88003f806238-0xffff88003f80623f=0xcc
[ 0.536002]
[ 0.536006] =============================================================================
[ 0.540002] BUG kmalloc-8: Redzone overwritten
[ 0.540002] -----------------------------------------------------------------------------
[ 0.540002]
[ 0.540002] INFO: 0xffff88003f8061e8-0xffff88003f8061ef. First byte 0x0 instead of 0xcc
[ 0.540002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.540002] INFO: Object 0xffff88003f8061e0 @offset=480 fp=0x0000000000000000
[ 0.540002]
[ 0.540002] Bytes b4 0xffff88003f8061d0: 00 00 00 00 00 00 00 00 5a 5a 5a 5a 5a 5a 5a 5a ........ZZZZZZZZ
[ 0.540002] Object 0xffff88003f8061e0: 03 00 00 00 00 00 00 00 ........
[ 0.540002] Redzone 0xffff88003f8061e8: 00 00 00 00 00 00 00 00 ........
[ 0.540002] Padding 0xffff88003f806228: 00 00 00 00 00 00 00 00 ........
[ 0.540002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.540002] Call Trace:
[ 0.540002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.540002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.540002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.540002] [<ffffffff802d6264>] __slab_free+0x1c3/0x2fc
[ 0.540002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.540002] [<ffffffff802d6dc4>] kfree+0xf0/0x128
[ 0.540002] [<ffffffff8049d85d>] ? free_cpumask_var+0x9/0xb
[ 0.540002] [<ffffffff8049d85d>] free_cpumask_var+0x9/0xb
[ 0.540002] [<ffffffff80255545>] __build_sched_domains+0x602/0x616
[ 0.540002] [<ffffffff81be18e4>] sched_init_smp+0xa0/0x23a
[ 0.540002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.540002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.540002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.540002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.540002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.540002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.540002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.540002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.540002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.540002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.540002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.540002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.540002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.540002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.540002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.540002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.540002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.540002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.540002] FIX kmalloc-8: Restoring 0xffff88003f8061e8-0xffff88003f8061ef=0xcc
[ 0.540002]
[ 0.540009] =============================================================================
[ 0.544002] BUG kmalloc-8: Redzone overwritten
[ 0.544002] -----------------------------------------------------------------------------
[ 0.544002]
[ 0.544002] INFO: 0xffff88003f806378-0xffff88003f80637f. First byte 0x0 instead of 0xbb
[ 0.544002] INFO: Slab 0xffffe200019cc270 objects=51 used=50 fp=0xffff88003f806370 flags=0x40000000000000c3
[ 0.544002] INFO: Object 0xffff88003f806370 @offset=880 fp=0x0000000000000000
[ 0.544002]
[ 0.544002] Bytes b4 0xffff88003f806360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[ 0.544002] Object 0xffff88003f806370: 00 00 00 00 00 00 00 00 ........
[ 0.544002] Redzone 0xffff88003f806378: 00 00 00 00 00 00 00 00 ........
[ 0.544002] Padding 0xffff88003f8063b8: 00 00 00 00 00 00 00 00 ........
[ 0.544002] Pid: 1, comm: swapper Not tainted 2.6.28-rc2-tip-00767-gd1142e8 #45748
[ 0.544002] Call Trace:
[ 0.544002] [<ffffffff802d5457>] print_trailer+0x11c/0x125
[ 0.544002] [<ffffffff802d597c>] check_bytes_and_report+0xa5/0xcc
[ 0.544002] [<ffffffff80255639>] ? register_sched_domain_sysctl+0xe0/0x439
[ 0.544002] [<ffffffff802d5a04>] check_object+0x61/0x20b
[ 0.544002] [<ffffffff802d6b04>] __slab_alloc+0x3f7/0x4fc
[ 0.544002] [<ffffffff80255639>] ? register_sched_domain_sysctl+0xe0/0x439
[ 0.544002] [<ffffffff80255639>] ? register_sched_domain_sysctl+0xe0/0x439
[ 0.544002] [<ffffffff802d7fd3>] __kmalloc_track_caller+0xa9/0x109
[ 0.544002] [<ffffffff802bb28d>] kstrdup+0x2f/0xca
[ 0.544002] [<ffffffff80255639>] register_sched_domain_sysctl+0xe0/0x439
[ 0.544002] [<ffffffff81be18e9>] sched_init_smp+0xa5/0x23a
[ 0.544002] [<ffffffff80a1755c>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 0.544002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.544002] [<ffffffff802d5914>] ? check_bytes_and_report+0x3d/0xcc
[ 0.544002] [<ffffffff802d5afd>] ? check_object+0x15a/0x20b
[ 0.544002] [<ffffffff802d602c>] ? init_object+0x6c/0x74
[ 0.544002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.544002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.544002] [<ffffffff8027fbb0>] ? trace_hardirqs_on+0xd/0xf
[ 0.544002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.544002] [<ffffffff81bd89d2>] ? check_nmi_watchdog+0x20a/0x23b
[ 0.544002] [<ffffffff81bd6620>] ? native_smp_cpus_done+0x177/0x182
[ 0.544002] [<ffffffff8025dc83>] ? cpu_maps_update_done+0x15/0x17
[ 0.544002] [<ffffffff81bc89ad>] kernel_init+0x192/0x216
[ 0.544002] [<ffffffff8027fb78>] ? trace_hardirqs_on_caller+0x11a/0x145
[ 0.544002] [<ffffffff80223809>] child_rip+0xa/0x11
[ 0.544002] [<ffffffff80222a13>] ? restore_args+0x0/0x30
[ 0.544002] [<ffffffff81bc881b>] ? kernel_init+0x0/0x216
[ 0.544002] [<ffffffff802237ff>] ? child_rip+0x0/0x11
[ 0.544002] FIX kmalloc-8: Restoring 0xffff88003f806378-0xffff88003f80637f=0xbb
[ 0.544002]
[ 0.544002] FIX kmalloc-8: Marking all objects used
[ 0.544278] device: 'platform': device_add
[ 0.548046] PM: Adding info for No Bus:platform
[ 0.552460] khelper used greatest stack depth: 5288 bytes left
[ 0.556059] bus: 'platform': registered
[ 0.560014] Registering sysdev class 'cpu'
[ 0.568290] calling net_ns_init+0x0/0x140 @ 1
[ 0.572006] net_namespace: 1112 bytes
[ 0.576030] initcall net_ns_init+0x0/0x140 returned 0 after 3906 usecs
[ 0.580019] calling init_smp_flush+0x0/0x72 @ 1
[ 0.584008] initcall init_smp_flush+0x0/0x72 returned 0 after 0 usecs
[ 0.588010] calling print_banner+0x0/0xe @ 1
[ 0.592005] Booting paravirtualized kernel on bare hardware
View attachment "config" of type "text/plain" (48991 bytes)
Powered by blists - more mailing lists