login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
September
»
29
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Peter Zijlstra <a.p.zijlstra@...>
Cc: Christoph Lameter <clameter@...>, Nick Piggin <nickpiggin@...>, Christoph Hellwig <hch@...>, Mel Gorman <mel@...>, <linux-fsdevel@...>, <linux-kernel@...>, David Chinner <dgc@...>, Jens Axboe <jens.axboe@...>
Subject:
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
Date: Saturday, September 29, 2007 - 5:27 am
On Sat, 29 Sep 2007 11:14:02 +0200 Peter Zijlstra <a.p.zijlstra@chello.nl> wrote:
quoted text
> > oom-killings, or page allocation failures? The latter, one hopes. > > > Linux version 2.6.23-rc4-mm1-dirty (root@dyad) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #27 Tue Sep 18 15:40:35 CEST 2007 > > ... > > > mm_tester invoked oom-killer: gfp_mask=0x40d0, order=2, oomkilladj=0 > Call Trace: > 611b3878: [<6002dd28>] printk_ratelimit+0x15/0x17 > 611b3888: [<60052ed4>] out_of_memory+0x80/0x100 > 611b38c8: [<60054b0c>] __alloc_pages+0x1ed/0x280 > 611b3948: [<6006c608>] allocate_slab+0x5b/0xb0 > 611b3968: [<6006c705>] new_slab+0x7e/0x183 > 611b39a8: [<6006cbae>] __slab_alloc+0xc9/0x14b > 611b39b0: [<6011f89f>] radix_tree_preload+0x70/0xbf > 611b39b8: [<600980f2>] do_mpage_readpage+0x3b3/0x472 > 611b39e0: [<6011f89f>] radix_tree_preload+0x70/0xbf > 611b39f8: [<6006cc81>] kmem_cache_alloc+0x51/0x98 > 611b3a38: [<6011f89f>] radix_tree_preload+0x70/0xbf > 611b3a58: [<6004f8e2>] add_to_page_cache+0x22/0xf7 > 611b3a98: [<6004f9c6>] add_to_page_cache_lru+0xf/0x24 > 611b3ab8: [<6009821e>] mpage_readpages+0x6d/0x109 > 611b3ac0: [<600d59f0>] ext3_get_block+0x0/0xf2 > 611b3b08: [<6005483d>] get_page_from_freelist+0x8d/0xc1 > 611b3b88: [<600d6937>] ext3_readpages+0x18/0x1a > 611b3b98: [<60056f00>] read_pages+0x37/0x9b > 611b3bd8: [<60057064>] __do_page_cache_readahead+0x100/0x157 > 611b3c48: [<60057196>] do_page_cache_readahead+0x52/0x5f > 611b3c78: [<60050ab4>] filemap_fault+0x145/0x278 > 611b3ca8: [<60022b61>] run_syscall_stub+0xd1/0xdd > 611b3ce8: [<6005eae3>] __do_fault+0x7e/0x3ca > 611b3d68: [<6005ee60>] do_linear_fault+0x31/0x33 > 611b3d88: [<6005f149>] handle_mm_fault+0x14e/0x246 > 611b3da8: [<60120a7b>] __up_read+0x73/0x7b > 611b3de8: [<60013177>] handle_page_fault+0x11f/0x23b > 611b3e48: [<60013419>] segv+0xac/0x297 > 611b3f28: [<60013367>] segv_handler+0x68/0x6e > 611b3f48: [<600232ad>] get_skas_faultinfo+0x9c/0xa1 > 611b3f68: [<60023853>] userspace+0x13a/0x19d > 611b3fc8: [<60010d58>] fork_handler+0x86/0x8d
OK, that's different. Someone broke the vm - order-2 GFP_KERNEL allocations aren't supposed to fail. I'm suspecting that did_some_progress thing. -
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:
[15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Tue Sep 18, 11:36 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Thu Sep 27, 5:42 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Fri Sep 28, 1:33 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Fri Sep 28, 1:14 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 4:50 pm)
SLUB performance regression vs SLAB
, Matthew Wilcox
, (Thu Oct 4, 12:16 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 1:38 pm)
Re: SLUB performance regression vs SLAB
, Arjan van de Ven
, (Thu Oct 4, 1:50 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Thu Oct 4, 4:48 pm)
RE: SLUB performance regression vs SLAB
, David Schwartz
, (Thu Oct 4, 7:39 pm)
Re: SLUB performance regression vs SLAB
, Chuck Ebbert
, (Thu Oct 4, 7:49 pm)
RE: SLUB performance regression vs SLAB
, David Schwartz
, (Fri Oct 5, 12:18 am)
Re: SLUB performance regression vs SLAB
, Matthew Wilcox
, (Thu Oct 4, 4:58 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 5:11 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Thu Oct 4, 5:05 pm)
Re: SLUB performance regression vs SLAB
, Peter Zijlstra
, (Thu Oct 4, 2:26 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 1:58 pm)
Re: SLUB performance regression vs SLAB
, Matthew Wilcox
, (Thu Oct 4, 2:32 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 1:49 pm)
Re: SLUB performance regression vs SLAB
, Matthew Wilcox
, (Thu Oct 4, 3:28 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Thu Oct 4, 4:55 pm)
Re: SLUB performance regression vs SLAB
, Chuck Ebbert
, (Thu Oct 4, 5:02 pm)
Re: SLUB performance regression vs SLAB
, Peter Zijlstra
, (Fri Oct 5, 4:32 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Fri Oct 5, 5:31 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Thu Oct 4, 5:11 pm)
Re: SLUB performance regression vs SLAB
, Chuck Ebbert
, (Thu Oct 4, 5:47 pm)
Re: SLUB performance regression vs SLAB
, David Miller
, (Thu Oct 4, 6:07 pm)
Re: SLUB performance regression vs SLAB
, David Chinner
, (Thu Oct 4, 6:23 pm)
Re: SLUB performance regression vs SLAB
, Jens Axboe
, (Fri Oct 5, 2:48 am)
Re: SLUB performance regression vs SLAB
, Matthew Wilcox
, (Fri Oct 5, 7:56 am)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Fri Oct 5, 3:27 pm)
Re: SLUB performance regression vs SLAB
, Jens Axboe
, (Fri Oct 5, 8:37 am)
Re: SLUB performance regression vs SLAB
, Pekka Enberg
, (Fri Oct 5, 5:19 am)
Re: SLUB performance regression vs SLAB
, Jens Axboe
, (Fri Oct 5, 5:28 am)
Re: SLUB performance regression vs SLAB
, Andi Kleen
, (Fri Oct 5, 7:12 am)
Re: SLUB performance regression vs SLAB
, Jens Axboe
, (Fri Oct 5, 8:39 am)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Fri Oct 5, 3:31 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Fri Oct 5, 3:32 pm)
Re: SLUB performance regression vs SLAB
, Matthew Wilcox
, (Thu Oct 4, 5:05 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 10:43 pm)
Re: SLUB performance regression vs SLAB
, Arjan van de Ven
, (Thu Oct 4, 10:53 pm)
Re: SLUB performance regression vs SLAB
, Christoph Lameter
, (Thu Oct 4, 3:05 pm)
Re: SLUB performance regression vs SLAB
, Siddha, Suresh B
, (Thu Oct 4, 3:46 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Tue Oct 2, 4:43 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Mel Gorman
, (Fri Sep 28, 5:05 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 5:10 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Fri Sep 28, 1:55 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Fri Sep 28, 2:20 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Sat Sep 29, 4:45 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 5:01 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Tue Oct 2, 4:37 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Fri Sep 28, 2:25 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sat Sep 29, 4:13 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Sat Sep 29, 4:47 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sat Sep 29, 5:00 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 4:55 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Mon Oct 1, 5:30 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Tue Oct 2, 5:19 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 5:38 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Mon Oct 1, 5:45 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Mon Oct 1, 5:52 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Sat Sep 29, 4:53 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sat Sep 29, 5:01 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Peter Zijlstra
, (Sat Sep 29, 5:14 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sat Sep 29, 5:27 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Fri Sep 28, 4:19 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sat Sep 29, 3:20 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Sat Sep 29, 3:09 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Andrew Morton
, (Sun Sep 30, 4:12 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Sun Sep 30, 12:16 am)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Mel Gorman
, (Fri Sep 28, 4:59 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Christoph Lameter
, (Fri Sep 28, 2:41 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Nick Piggin
, (Fri Sep 28, 4:22 pm)
Re: [15/17] SLUB: Support virtual fallback via SLAB_VFALLBACK
, Mel Gorman
, (Fri Sep 28, 5:14 pm)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Junio C Hamano
[ANNOUNCE] GIT 1.6.0
Linus Torvalds
Re: [ANNOUNCE] mdb: Merkey's Linux Kernel Debugger 2.6.27-rc4 released
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
Paul Menage
Re: [RFC][PATCH 6/7] Account for the number of tasks within container
git
:
Nicolas Pitre
Re: pack operation is thrashing my server
Scott Chacon
Git Community Book
Greg KH
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Lars Hjemli
[PATCH] git-merge: add option --no-ff
openbsd-misc
:
GVG GVG
ssh_exchange_identification: Connection closed by remote host
Nick Guenther
Re: Real men don't attack straw men
Travers Buda
Re: Important OpenBSD errata
Gregory Edigarov
How to re-build openssl with SHA1 support?
linux-fsdevel
:
Al Boldi
[RFC] VM: I have a dream...
Dave Kleikamp
Re: [RFC] Heads up on sys_fallocate()
Jörn
Review status (Re: [PATCH] LogFS take three)
Chris Mason
[ANNOUNCE] Btrfs v0.12 released
Latest forum posts
How to make initramfs smaller
2 hours ago
Linux kernel
How to exec user process in kernel mode.
4 hours ago
Linux kernel
how to check if a given block device is in use?
5 hours ago
Linux kernel
[IPSEC]IPSEC_MANUAL_REQID_MAX
3 days ago
Linux kernel
help in UDP catching module..
4 days ago
Linux kernel
Is there anything like Real-time drivers?
5 days ago
Linux general
ns16550 serail console in Linux 2.6.19
5 days ago
Linux general
what class should i use to register my devices
6 days ago
Linux kernel
reset bios pasword toshiba
6 days ago
Hardware
Analysis of Process Scheduling
1 week ago
Linux kernel
Show all forums...
Recent Tags
quote
-rc5
Andrew Morton
-rc
H. Peter Anvin
2.6.27-rc5
filesystem
Tux3
Daniel Phillips
Linus Torvalds
Linux
-rc4
2.6.27
more tags
Colocation donated by:
Who's online
There are currently
6 users
and
1403 guests
online.
Online users
strcmp
madscientist
Liberator
zeekec
Mr_Z
hengestone
Syndicate
speck-geostationary