Displaying 20 results from an estimated 30 matches for "cache_alloc_refill".
2008 Mar 17
1
Running CentOS 4.6 domUs on CentOS 5.1 dom0 and domUs crash
...c19fdd80
c19fde40
c0141d3f c19fdd80 e8f6a700 00000001 c19fdd80 e8f6a700 cc57b000
00000010
00000001 000000d0 c1a1b080 0000000c c19fde08 c19fdd80 c0141f2e
c19fdd80
Call Trace:
[<c0141bbd>] cache_init_objs+0x35/0x56
[<c0141d3f>] cache_grow+0xfb/0x187
[<c0141f2e>] cache_alloc_refill+0x163/0x19c
[<c0142149>] kmem_cache_alloc+0x67/0x97
[<c0111671>] pgd_alloc+0x17/0x336
[<c01199d4>] mm_init+0xd7/0x116
[<c01199e4>] mm_init+0xe7/0x116
[<c0119a3d>] mm_alloc+0x2a/0x31
[<c0163097>] do_execve+0x82/0x210
[<c0105d79>] sys_execve+0x2c/0x8e...
2008 Mar 17
1
Running CentOS 4.6 domUs on CentOS 5.1 dom0 and domUs crash
...c19fdd80
c19fde40
c0141d3f c19fdd80 e8f6a700 00000001 c19fdd80 e8f6a700 cc57b000
00000010
00000001 000000d0 c1a1b080 0000000c c19fde08 c19fdd80 c0141f2e
c19fdd80
Call Trace:
[<c0141bbd>] cache_init_objs+0x35/0x56
[<c0141d3f>] cache_grow+0xfb/0x187
[<c0141f2e>] cache_alloc_refill+0x163/0x19c
[<c0142149>] kmem_cache_alloc+0x67/0x97
[<c0111671>] pgd_alloc+0x17/0x336
[<c01199d4>] mm_init+0xd7/0x116
[<c01199e4>] mm_init+0xe7/0x116
[<c0119a3d>] mm_alloc+0x2a/0x31
[<c0163097>] do_execve+0x82/0x210
[<c0105d79>] sys_execve+0x2c/0x8e...
2006 Dec 08
2
Lots of "swapper: page allocation failure" and other memory related messages - 2.6.16-xen0
...on failure. order:0, mode:0x20
Dec 8 12:19:28 server kernel: [__alloc_pages+593/611] __alloc_pages+0x251/0x263
Dec 8 12:19:28 server kernel: [kmem_getpages+57/136] kmem_getpages+0x39/0x88
Dec 8 12:19:28 server kernel: [cache_grow+188/372] cache_grow+0xbc/0x174
Dec 8 12:19:28 server kernel: [cache_alloc_refill+366/439] cache_alloc_refill+0x16e/0x1b7
Dec 8 12:19:28 server kernel: [kmem_cache_alloc+71/122] kmem_cache_alloc+0x47/0x7a
Dec 8 12:19:28 server kernel: [alloc_skb_from_cache+70/243] alloc_skb_from_cache+0x46/0xf3
Dec 8 12:19:28 server kernel: [__dev_alloc_skb+70/92] __dev_alloc_skb+0x46/0x5c...
2010 Dec 09
4
5.5 x86_64 live cd
...bang head and repeat mode here.
The live usb partition is /dev/sda1
Reboot / power on
It auto mounts the /dev/sda2 as ext4 on /mnt/disc/sda2
$ umount /mnt/disc/sda2
$ mkdir /root/foo
$ mke2fs /dev/sda2
$ mount /dev/sda2 /root/foo
Kernel panic
Snip from the kernel panic:
??????
list_del+0xb/0x71
cache_alloc_refill+0xf1/0x186
ext2_fill_super+0x0/0xa37
....
system_call+0x7e/0x83
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant...
2006 Feb 09
0
Repeated kernel "oops" / oom-killer with Ralph Passgang''s xen 3.0.0 Debian packages
...on failure. order:0, mode:0x20
[<c01417a3>] __alloc_pages+0x2b3/0x430
[<c916d528>] br_nf_forward_finish+0xb8/0x140 [bridge]
[<c0144611>] kmem_getpages+0x31/0xa0
[<c9167d70>] br_forward_finish+0x0/0x70 [bridge]
[<c014537e>] cache_grow+0x9e/0x190
[<c01455bd>] cache_alloc_refill+0x14d/0x220
[<c9167d70>] br_forward_finish+0x0/0x70 [bridge]
[<c9168a30>] br_handle_frame_finish+0x0/0x130 [bridge]
[<c0145899>] kmem_cache_alloc+0x69/0x70
[<c916d132>] br_nf_pre_routing+0x1b2/0x480 [bridge]
[<c9168990>] br_pass_frame_up_finish+0x0/0x20 [bridge]...
2012 Jan 26
1
[PATCH] btrfs: mask out gfp flasg in releasepage
...evice, which masks out
__GFP_IO flag. The check in try_release_extent_state
3399 if ((mask & GFP_NOFS) == GFP_NOFS)
3400 mask = GFP_NOFS;
will not work and passes unfiltered flags further resulting in crash at
mm/slab.c:2963
[<000000000024ae4c>] cache_alloc_refill+0x3b4/0x5c8
[<000000000024c810>] kmem_cache_alloc+0x204/0x294
[<00000000001fd3c2>] mempool_alloc+0x52/0x170
[<000003c000ced0b0>] alloc_extent_state+0x40/0xd4 [btrfs]
[<000003c000cee5ae>] __clear_extent_bit+0x38a/0x4cc [btrfs]
[<000003c000cee78c>] try_release_exten...
2005 Nov 09
1
kernel BUG at arch/xen/i386/mm/hypervisor.c:354, (xen_create _contiguous_region)!
...r.c:354 (xen_create
_contiguous_region)!
Ä<c011847b>Ü xen_create_contiguous_region+0x2eb/0x360
Ä<c026761e>Ü net_rx_action+0x13e/0x220
Ä<c01072d9>Ü skbuff_ctor+0x69/0x70
Ä<c014d965>Ü cache_init_objs+0x55/0x90
Ä<c014db8c>Ü cache_grow+0x13c/0x240
Ä<c014deb6>Ü cache_alloc_refill+0x226/0x260
Ä<c014e14c>Ü kmem_cache_alloc+0x9c/0xb0
Ä<c02601cd>Ü alloc_skb_from_cache+0x4d/0x100
Ä<c01071cb>Ü alloc_skb+0x9b/0xc0
Ä<c025ee90>Ü sock_alloc_send_pskb+0xc0/0x1d0
Ä<c025efcd>Ü sock_alloc_send_skb+0x2d/0x40
Ä<c02aff19>Ü unix_stream_sendmsg+0x199/...
2015 Mar 30
2
[PATCH 0/9] qspinlock stuff -v15
...ree_alien
|--4.95%-- __rcu_process_callbacks
|--2.93%-- __pte_alloc
|--2.68%-- __drain_alien_cache
|--2.56%-- ext4_do_update_inode
|--2.54%-- try_to_wake_up
|--2.46%-- pgd_free
|--2.32%-- cache_alloc_refill
|--2.32%-- pgd_alloc
|--2.32%-- free_pcppages_bulk
|--1.88%-- do_wp_page
|--1.77%-- handle_pte_fault
|--1.58%-- do_anonymous_page
|--1.56%-- rmqueue_bulk.clone.0
|--1.35%-- copy_pte_range...
2015 Mar 30
2
[PATCH 0/9] qspinlock stuff -v15
...ree_alien
|--4.95%-- __rcu_process_callbacks
|--2.93%-- __pte_alloc
|--2.68%-- __drain_alien_cache
|--2.56%-- ext4_do_update_inode
|--2.54%-- try_to_wake_up
|--2.46%-- pgd_free
|--2.32%-- cache_alloc_refill
|--2.32%-- pgd_alloc
|--2.32%-- free_pcppages_bulk
|--1.88%-- do_wp_page
|--1.77%-- handle_pte_fault
|--1.58%-- do_anonymous_page
|--1.56%-- rmqueue_bulk.clone.0
|--1.35%-- copy_pte_range...
2006 May 09
5
ParaGuest cannot see 30GB memory
Hi,
I have buit Xen (32 bit) with PAE and can start multiple Paraguests with 4 gig memory, but cannot launch a single VM with more than 4 gb memory. I would like to launch 1 VM with 30GB or so memory. Are there any config paramters like kernel,/inittrd that need to be changed.
I have the ramdisk set to the initrd I used to boot xen with PAE.
Thanks
- padma
2007 Jan 07
0
[Bug 529] New: OOPS in nf_conntrack_ipv6 with fragmented UDPv6
...[<c0212cc4>] __kfree_skb+0x84/0xe0
[<c021734b>] dev_hard_start_xmit+0x1bb/0x1d0
[<c021896b>] dev_queue_xmit+0x11b/0x1b0
[<c025f1c6>] ip6_output2+0x276/0x2b0
[<c025ed30>] ip6_output_finish+0x0/0xf0
[<c025fc0a>] ip6_output+0x90a/0x940
[<c013e9e5>] cache_alloc_refill+0x2c5/0x3f0
[<c0212eed>] pskb_expand_head+0xdd/0x130
[<c02608d5>] ip6_forward+0x465/0x4b0
[<c02618c6>] ip6_rcv_finish+0x16/0x30
[<ce81a056>] nf_ct_frag6_output+0x86/0xb0 [nf_conntrack_ipv6]
[<c02618b0>] ip6_rcv_finish+0x0/0x30
[<ce81911b>] ipv6_defrag...
2004 Aug 27
1
page allocation failure
...lloc_pages+0x2f8/0x370
Aug 27 19:27:38 sauron kernel: [<c01346df>] __get_free_pages+0x1f/0x40
Aug 27 19:27:38 sauron kernel: [<c0137b6f>] kmem_getpages+0x1f/0xd0
Aug 27 19:27:38 sauron kernel: [<c01387da>] cache_grow+0xba/0x180
Aug 27 19:27:38 sauron kernel: [<c0138a0a>] cache_alloc_refill+0x16a/0x220
Aug 27 19:27:38 sauron kernel: [<c0138eb4>] __kmalloc+0x74/0x80
Aug 27 19:27:38 sauron kernel: [<c891d239>] kmem_alloc+0x59/0xc0 [xfs]
Aug 27 19:27:38 sauron kernel: [<c88f92a0>]
xfs_iread_extents+0x50/0x110 [xfs]
Aug 27 19:27:38 sauron kernel: [<c0223949>]...
2007 Feb 12
1
Page allocation failure
...allocation failure. order:0,
mode:0x20
Feb 11 08:04:05 l1 kernel: [<c0137fa6>] __alloc_pages+0x1e6/0x2b0
Feb 11 08:04:05 l1 kernel: [<c013ac50>] kmem_getpages+0x30/0x90
Feb 11 08:04:05 l1 kernel: [<c013b89c>] cache_grow+0x8c/0x120
Feb 11 08:04:05 l1 kernel: [<c013ba4f>] cache_alloc_refill+0x11f/0x1d0
Feb 11 08:04:05 l1 kernel: [<c013bd6f>] __kmalloc+0x4f/0x60
Feb 11 08:04:05 l1 kernel: [<c028f200>] __alloc_skb+0x40/0x130
Feb 11 08:04:05 l1 kernel: [<c023c4a0>] e1000_alloc_rx_buffers+0x60/0x360
Feb 11 08:04:05 l1 kernel: [<c023bc83>] e1000_clean_rx_irq+0x1...
2015 Dec 20
8
[Bug 93458] New: page allocation failure: order:5, mode:0x240c0c0
https://bugs.freedesktop.org/show_bug.cgi?id=93458
Bug ID: 93458
Summary: page allocation failure: order:5, mode:0x240c0c0
Product: xorg
Version: 7.7 (2012.06)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2006 Nov 08
1
XFS Issues
...ffff8013fdf3>{del_timer+107}
<ffffffff8015dfb7>{__alloc_pages+527}
Nov 7 12:50:33 houla0 <ffffffff801406de>{process_timeout+0}
<ffffffff8015e141>{__get_free_pages+11}
Nov 7 12:50:33 houla0 <ffffffff8016127c>{kmem_getpages+36}
<ffffffff80161a11>{cache_alloc_refill+609}
Nov 7 12:50:33 houla0 <ffffffff801616df>{__kmalloc+123}
<ffffffffa0213497>{:xfs:kmem_alloc+91}
Nov 7 12:50:33 houla0 <ffffffffa01ef63b>{:xfs:xfs_iread_extents
+139} <ffffffffa01cffda>{:xfs:xfs_bmapi+874}
Nov 7 12:50:33 houla0 <fffffff...
2010 May 01
4
[Bug 27928] New: Nouveau / Mesa sometimes gets libraries overwritten
...failure. order:1,
mode:0x10d0
May 1 08:37:16 lithium kernel: Pid: 11594, comm: X Not tainted
2.6.32-gentoo-r7 #4
May 1 08:37:16 lithium kernel: Call Trace:
May 1 08:37:16 lithium kernel: [<c1050e9f>] ? __alloc_pages_nodemask
+0x439/0x47b
May 1 08:37:16 lithium kernel: [<c106a52e>] ? cache_alloc_refill
+0x240/0x411
May 1 08:37:16 lithium kernel: [<c106a765>] ? __kmalloc+0x66/0x9d
May 1 08:37:16 lithium kernel: [<f91ee2b5>] ? agp_alloc_page_array
+0x22/0x3c [agpgart]
May 1 08:37:16 lithium kernel: [<f91ee330>] ? agp_generic_alloc_user
+0x61/0xc3 [agpgart]
May 1 08:37:16 lithi...
2008 Jan 23
3
Had to POWER OFF CentOS 5.1!
...n kernel: get-backup invoked oom-killer:
gfp_mask=0xd0, order=0, oomkilladj=0
Jan 23 12:52:19 DoyleBrunson kernel: [<c0455946>]
out_of_memory+0x72/0x1a4
Jan 23 12:52:35 DoyleBrunson kernel: [<c0456d71>]
__alloc_pages+0x201/0x282
Jan 23 12:52:43 DoyleBrunson kernel: [<c046b266>]
cache_alloc_refill+0x26d/0x450
Jan 23 12:52:48 DoyleBrunson kernel: [<c046afef>]
kmem_cache_alloc+0x41/0x4b
Jan 23 12:52:48 DoyleBrunson kernel: [<c0424e07>]
copy_process+0xa97/0x11e4
Jan 23 12:52:48 DoyleBrunson kernel: [<c0425595>] do_fork+0x41/0x130
Jan 23 12:52:48 DoyleBrunson kernel: [<c...
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition
continues to show high cpu usage for some operations.
Rsync, git pull, git checkout and svn up are typicall operations which
trigger the high cpu usage.
As an example, this perf report is from using git checkout to change to
a new branch; the change needed to checkout 208 files out of about 1600
total files. du(1) reports
2015 Mar 16
19
[PATCH 0/9] qspinlock stuff -v15
Hi Waiman,
As promised; here is the paravirt stuff I did during the trip to BOS last week.
All the !paravirt patches are more or less the same as before (the only real
change is the copyright lines in the first patch).
The paravirt stuff is 'simple' and KVM only -- the Xen code was a little more
convoluted and I've no real way to test that but it should be stright fwd to
make work.
2015 Mar 16
19
[PATCH 0/9] qspinlock stuff -v15
Hi Waiman,
As promised; here is the paravirt stuff I did during the trip to BOS last week.
All the !paravirt patches are more or less the same as before (the only real
change is the copyright lines in the first patch).
The paravirt stuff is 'simple' and KVM only -- the Xen code was a little more
convoluted and I've no real way to test that but it should be stright fwd to
make work.