login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
21
Re: [BUG] cpu hotplug vs scheduler
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Heiko Carstens
Subject:
Re: [BUG] cpu hotplug vs scheduler
Date: Wednesday, May 21, 2008 - 5:31 am
> Now it died when allocating the pda:
quoted text
> > [4301986.526627] Booting processor 1/6 ip 6000 > [4301986.537195] swapper: page allocation failure. order:2, mode:0x20 > [4301986.537195] Pid: 0, comm: swapper Not tainted 2.6.26-rc2 #728 > [4301986.537195] > [4301986.537195] Call Trace: > [4301986.537195] [<ffffffff802388ae>] ? __printk_ratelimit+0x9/0xb > [4301986.537195] [<ffffffff80272e07>] __alloc_pages_internal+0x387/0x39f > [4301986.537195] [<ffffffff80272e35>] __alloc_pages+0xb/0xd > [4301986.537195] [<ffffffff80272e4c>] __get_free_pages+0x15/0x46 > [4301986.537195] [<ffffffff80210cdf>] pda_init+0x87/0xac > [4301986.537195] [<ffffffff8042fed1>] cpu_init+0x5e/0x34a > [4301986.537195] [<ffffffff8026b437>] ? rcu_needs_cpu+0x36/0x47 > [4301986.537195] [<ffffffff802311a7>] ? idle_task_exit+0x71/0xad > [4301986.537195] [<ffffffff804331aa>] start_secondary+0xc/0x178 > [4301986.537195] > [4301986.537195] Mem-info: > [4301986.537195] DMA per-cpu: > [4301986.537195] CPU 0: hi: 0, btch: 1 usd: 0 > [4301986.537195] CPU 2: hi: 0, btch: 1 usd: 0 > [4301986.537195] DMA32 per-cpu: > [4301986.537195] CPU 0: hi: 186, btch: 31 usd: 153 > [4301986.537195] CPU 2: hi: 186, btch: 31 usd: 135 > [4301986.537195] Active:347879 inactive:109278 dirty:107 writeback:0 > unstable:0 > [4301986.537195] free:5311 slab:10186 mapped:30496 pagetables:1587 bounce:0 > [4301986.537195] DMA free:8012kB min:24kB low:28kB high:36kB active:60kB > inactive:0kB present:8644kB pages_scanned:0 all_unreclaimable? no > [4301986.537195] lowmem_reserve[]: 0 1999 1999 1999 > [4301986.537195] DMA32 free:13232kB min:5704kB low:7128kB high:8556kB > active:1391456kB inactive:437112kB present:2047248kB pages_scanned:0 > all_unreclaimable? no > [4301986.537195] lowmem_reserve[]: 0 0 0 0 > [4301986.537195] DMA: 19*4kB 16*8kB 10*16kB 11*32kB 6*64kB 4*128kB > 1*256kB 2*512kB 3*1024kB 1*2048kB 0*4096kB = 8012kB > [4301986.537195] DMA32: 2034*4kB 570*8kB 1*16kB 0*32kB 0*64kB 0*128kB > 0*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 13224kB > [4301986.537195] 212750 total pagecache pages > [4301986.537195] Swap cache: add 73, delete 18, find 0/0 > [4301986.537195] Free swap = 3210964kB > [4301986.537195] Total swap = 3211256kB > > There seem to be some order-2 allocations available, though. And in any > case, cpu hotplug should't crash on such failures, only fail.
Hi Avi, I think you fixed this specific bug. Does cpu hotplug stresstest now work for you? --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Tue May 13, 7:33 am)
Re: [BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Tue May 13, 8:33 am)
Re: [BUG] cpu hotplug vs scheduler
, Heiko Carstens
, (Tue May 13, 12:00 pm)
Re: [BUG] cpu hotplug vs scheduler
, Dmitry Adamushko
, (Wed May 14, 1:13 am)
Re: [BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Wed May 14, 5:30 am)
Re: [BUG] cpu hotplug vs scheduler
, Dmitry Adamushko
, (Wed May 14, 6:05 am)
Re: [BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Thu May 15, 3:19 am)
Re: [BUG] cpu hotplug vs scheduler
, Heiko Carstens
, (Wed May 21, 5:31 am)
Re: [BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Wed May 21, 5:42 am)
Re: [BUG] cpu hotplug vs scheduler
, Heiko Carstens
, (Wed May 21, 5:55 am)
Re: [BUG] cpu hotplug vs scheduler
, Avi Kivity
, (Wed May 21, 6:03 am)
[BUG] hotplug cpus on ia64
, Cliff Wickman
, (Wed May 21, 7:48 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate