[Bug 336253] New: Kernel memory leak
https://bugzilla.novell.com/show_bug.cgi?id=336253#c1 Summary: Kernel memory leak Product: openSUSE 10.3 Version: Final Platform: i686 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: schwab@novell.com QAContact: qa@suse.de Found By: --- # uname -a Linux hawking 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC i686 i686 i386 GNU/Linux The size-4096 slab constantly grows by about 1500 entries per day. Switching to runlevel 1 does not reclaim anything. After 20 days of uptime it will occupy more than half the memory, forcing the system into a grinding halt due to excessive swapping. # n=0; while :; do n1=$(awk '$1 == "size-4096" { print $2 }' /proc/slabinfo ); if [ $n -ne $n1 ]; then printf "%s\t%d\n" "$(date)" $n1; n=$n1; fi; sleep 2; done Mi 24. Okt 10:44:06 CEST 2007 2966 Mi 24. Okt 10:56:22 CEST 2007 2967 Mi 24. Okt 10:58:42 CEST 2007 2972 Mi 24. Okt 11:01:16 CEST 2007 2975 Mi 24. Okt 11:11:26 CEST 2007 2979 Mi 24. Okt 11:13:00 CEST 2007 2983 Mi 24. Okt 11:20:41 CEST 2007 2995 Mi 24. Okt 11:20:43 CEST 2007 2990 Mi 24. Okt 11:38:40 CEST 2007 3071 Mi 24. Okt 11:38:42 CEST 2007 2991 Mi 24. Okt 11:38:58 CEST 2007 3001 Mi 24. Okt 11:44:29 CEST 2007 3008 Mi 24. Okt 11:52:11 CEST 2007 3009 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c1 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@novell.com Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2007-11-07 12:39:43 MST --- Can you boot with the -debug kernel and report back when you see the memory leak again? When you notice the leak is beyond statistical noise, please attach /proc/slab_allocators. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c2 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #2 from Andreas Schwab <schwab@novell.com> 2007-11-12 11:03:59 MST --- /proc/slab_allocators doesn't exist. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c3 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2007-11-12 11:15:41 MST --- With the -debug kernel? It's there on my system. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c4 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #4 from Andreas Schwab <schwab@novell.com> 2007-11-12 11:27:02 MST --- Of course!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c5 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #5 from Jeff Mahoney <jeffm@novell.com> 2007-11-15 17:33:33 MST --- Ok, CONFIG_SLAB_DEBUG_LEAK wasn't in the i386-debug config. It's in there now. Could you try the test from comment #1 with tomorrow's -debug KOTD? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c6 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #6 from Andreas Schwab <schwab@novell.com> 2007-11-16 05:02:38 MST --- # grep size-4096 /proc/slab_allocators /proc/slabinfo /proc/slabinfo:size-4096(DMA) 0 0 4096 1 1 : tunables 24 12 0 : slabdata 0 0 0 : globalstat 0 0 0 0 0 0 0 0 0 : cpustat 0 0 0 0 /proc/slabinfo:size-4096 161 161 4096 1 1 : tunables 24 12 0 : slabdata 161 161 0 : globalstat 198 161 173 12 0 12 0 0 0 : cpustat 92142 176 92155 3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c7 --- Comment #7 from Jeff Mahoney <jeffm@novell.com> 2007-11-16 09:25:37 MST --- The KOTD hasn't been updated yet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c8 --- Comment #8 from Andreas Schwab <schwab@novell.com> 2007-11-16 09:30:32 MST --- Obviously it has. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c9 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #9 from Jeff Mahoney <jeffm@novell.com> 2007-11-16 11:10:32 MST --- Obviously it hasn't: Name : kernel-debug Relocations: (not relocatable) Version : 2.6.22.12 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Release : SL103_BRANCH_20071115125703 Build Date: Thu 15 Nov 2007 08:56:11 AM EST ------------------------------------------------------------------- Fri Nov 16 01:28:58 CET 2007 - jeffm@suse.de - Update config files: Enabled CONFIG_DEBUG_SLAB_LEAK on debug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c10 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #10 from Andreas Schwab <schwab@novell.com> 2007-11-16 11:28:34 MST --- Don't call me stupid. Build Date: Thu 15 Nov 2007 08:56:11 AM EST -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c11 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #11 from Jeff Mahoney <jeffm@novell.com> 2007-11-16 11:49:48 MST --- Andreas, I wasn't calling you stupid. You could at least extend the same courtesy. That kernel was built _before_ the timestamp on the comment I posted asking for you to test the next KOTD. You know what feature I was enabling for this test. I wasn't calling you stupid with comment #2. I was genuinely surprised since it was there on my x86_64 box and was chalking it up to a mistake not stupidity. I admitted my fault in comment #5. I want to find the source of this memory leak, but I'm not seeing the behavior you are on my 10.3 system. I see ~ 300 size-4096 objects after a week of uptime on my workstation, so debugging it locally isn't going to get anywhere. The output of /proc/slabinfo tells me there _is_ a memory leak, but not where it's coming from. Since we have the facility to track it down with the -debug kernel, it's silly for me to pour through all the kernel code looking for the source. So, please check with a KOTD built after Thu Nov 15 19:28:58 EST 2007. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c12 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #12 from Andreas Schwab <schwab@novell.com> 2007-11-16 12:05:53 MST --- THERE IS NO NEWER KERNEL OF THE DAY!!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c13 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #13 from Jeff Mahoney <jeffm@novell.com> 2007-11-16 12:12:23 MST --- Yeah. I get that. The one I downloaded was the same version you had. I'm saying test WHEN there is a new one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c14 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #14 from Andreas Schwab <schwab@novell.com> 2007-11-16 12:32:49 MST --- You have obviously downloaded an old kernel!! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c18 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #18 from Jeff Mahoney <jeffm@novell.com> 2007-11-26 17:29:08 MST --- I've posted a kernel that allows 4096 byte objects to be tracked by /proc/slab_allocators. I wouldn't run it in production, since it essentially means that 4k allocs are taking two pages. Hopefully we'll be able to gather useful information before you start hitting higher order alloc failures. The kernel is posted here: ftp://ftp.suse.com/pub/people/jeffm/suse/testpkgs/336253/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c19 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|schwab@novell.com | --- Comment #19 from Jeff Mahoney <jeffm@novell.com> 2007-11-27 04:40:35 MST --- Oops, scratch that last comment. That's the -default flavor. I was trying to do too many things at once yesterday. I'll post the right kernel later today. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c20 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |schwab@novell.com --- Comment #20 from Jeff Mahoney <jeffm@novell.com> 2007-11-27 10:07:40 MST --- I've posted the correct -debug packages now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c21 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|schwab@novell.com | --- Comment #21 from Andreas Schwab <schwab@novell.com> 2007-11-28 08:29:18 MST --- /proc/slab_allocators:size-4096: 6 seq_read+0x51/0x266 /proc/slab_allocators:size-4096: 1 slabstats_open+0x1c/0x53 /proc/slab_allocators:size-4096: 1 stat_open+0x44/0x83 /proc/slab_allocators:size-4096: 1 kdump_buf_page_init+0x15/0x35 /proc/slab_allocators:size-4096: 1 pidmap_init+0x15/0x58 /proc/slab_allocators:size-4096: 1 d0826013 /proc/slab_allocators:size-4096: 1 uhci_start+0xda/0x351 [uhci_hcd] /proc/slab_allocators:size-4096: 360 xs_setup_xprt+0xa0/0x12a [sunrpc] /proc/slab_allocators:size-4096: 1288 rpc_alloc_iostats+0x27/0x2d [sunrpc] /proc/slabinfo:size-4096 1663 1663 4120 1 2 : tunables 8 4 0 : slabdata 1663 1663 0 : globalstat 7288 1663 2674 174 0 9 0 0 0 : cpustat 852170 4027 853132 1406 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c22 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |nfbrown@novell.com Status|ASSIGNED |NEW --- Comment #22 from Jeff Mahoney <jeffm@novell.com> 2007-11-28 10:05:21 MST --- Ok, now we're getting somewhere. Can you provide the entire contents of /proc/slab_allocators? The rpc_free_iostats calls look sane, so there must be something else hanging out there. In the meantime, I'm going to pass this one off to Neil, since it seems like it's in his playground. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c23 --- Comment #23 from Andreas Schwab <schwab@novell.com> 2007-11-28 10:09:23 MST --- There are no other users of size-4096. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c24 --- Comment #24 from Jeff Mahoney <jeffm@novell.com> 2007-11-28 10:41:22 MST --- Yeah, but the rpc_iostats object is associated with an rpc_clnt, and the iostats structure isn't released until the client is destroyed as well. That's protected by a reference count which I suspect might not be getting decremented properly. I want to verify that we've got a bunch of rpc_clnts hanging around as well. I'm looking for the entire slab_allocators, not just the size-4096 users. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c25 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #25 from Neil Brown <nfbrown@novell.com> 2007-11-28 19:44:32 MST --- As well as the entire slab_allocators, please report how NFS is being used on the machine. In particular: how many mounts, whether using v3 or v4 and whether you would expect any applications using the NFS mounts to be doing much locking. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c26 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #26 from Andreas Schwab <schwab@novell.com> 2007-11-29 03:19:18 MST --- Created an attachment (id=185231) --> (https://bugzilla.novell.com/attachment.cgi?id=185231) /proc/slab_allocators Only autobuild. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c27 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #27 from Neil Brown <nfbrown@novell.com> 2007-11-29 17:58:45 MST --- The attachment claims The content of this attachment has been deleted. Could you try again please. I assume "Only autobuild" means lots of NFSv3 and some locking but definitely no NFSv4. That's helpful. Setting NEEDINFO for another attempt to attach slab_allocators. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c28 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #28 from Andreas Schwab <schwab@novell.com> 2007-11-30 02:18:14 MST --- Created an attachment (id=185379) --> (https://bugzilla.novell.com/attachment.cgi?id=185379) /proc/slab_allocators -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c29 --- Comment #29 from Neil Brown <nfbrown@novell.com> 2007-12-02 17:33:38 MST --- Thanks... but bugzilla is telling me that it is deleted again. How weird. Could you simply Email it to nfbrown@novell.com please? Or if it isn't too long, simply paste it into a comment. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253#c30 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #30 from Neil Brown <nfbrown@novell.com> 2007-12-02 17:34:07 MST --- Forget to set needinfo. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c31 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #31 from Andreas Schwab <schwab@novell.com> 2007-12-04 05:08:31 MST --- nfs_write_data: 36 mempool_alloc_slab+0xe/0x10 nfs_read_data: 32 mempool_alloc_slab+0xe/0x10 nfs_inode_cache: 519 nfs_alloc_inode+0x12/0x54 [nfs] rpc_buffers: 8 mempool_alloc_slab+0xe/0x10 rpc_tasks: 8 mempool_alloc_slab+0xe/0x10 rpc_inode_cache: 2994 rpc_alloc_inode+0x12/0x14 [sunrpc] fib6_nodes: 5 fib6_add_1+0x148/0x2f1 [ipv6] fib6_nodes: 2 fib6_add_1+0x1cb/0x2f1 [ipv6] fib6_nodes: 2 fib6_add_1+0x1dc/0x2f1 [ipv6] ip6_dst_cache: 8 dst_alloc+0x28/0x61 ndisc_cache: 3 neigh_create+0x161/0x40d RAWv6: 4 sk_alloc+0x20/0xf0 UDPv6: 1 sk_alloc+0x20/0xf0 TCPv6: 6 sk_alloc+0x20/0xf0 ip_fib_alias: 11 fn_hash_insert+0x488/0x5f2 ip_fib_hash: 11 fn_hash_insert+0x4a9/0x5f2 ext3_inode_cache: 1867 ext3_alloc_inode+0x12/0x4b [ext3] journal_head: 23 journal_add_journal_head+0x2e/0x189 [jbd] revoke_table: 2 journal_init_revoke+0x69/0x207 [jbd] revoke_table: 2 journal_init_revoke+0x128/0x207 [jbd] scsi_cmd_cache: 3 scsi_setup_command_freelist+0x94/0xe2 [scsi_mod] sgpool-128: 2 mempool_alloc_slab+0xe/0x10 sgpool-64: 2 mempool_alloc_slab+0xe/0x10 sgpool-32: 2 mempool_alloc_slab+0xe/0x10 sgpool-16: 2 mempool_alloc_slab+0xe/0x10 sgpool-8: 2 mempool_alloc_slab+0xe/0x10 UNIX: 134 sk_alloc+0x20/0xf0 cfq_io_context: 52 cfq_set_request+0xa2/0x2dd cfq_queue: 50 cfq_get_queue+0xa0/0x179 mqueue_inode_cache: 1 mqueue_alloc_inode+0x12/0x1f hugetlbfs_inode_cache: 1 hugetlbfs_alloc_inode+0x52/0x5a dnotify_cache: 2 fcntl_dirnotify+0x86/0x16f inotify_watch_cache: 78 sys_inotify_add_watch+0xd9/0x144 fasync_cache: 1 fasync_helper+0x2b/0xbe shmem_inode_cache: 1257 shmem_alloc_inode+0x12/0x1f uid_cache: 9 alloc_uid+0x74/0x14c tcp_bind_bucket: 22 inet_bind_bucket_create+0x13/0x4b inet_peer_cache: 2 inet_getpeer+0x75/0x16d ip_dst_cache: 42 dst_alloc+0x28/0x61 arp_cache: 14 neigh_create+0x161/0x40d RAW: 2 sk_alloc+0x20/0xf0 UDP: 14 sk_alloc+0x20/0xf0 TCP: 21 sk_alloc+0x20/0xf0 eventpoll_pwq: 56 ep_ptable_queue_proc+0x20/0x6c eventpoll_epi: 56 sys_epoll_ctl+0x106/0x397 blkdev_ioc: 51 current_io_context+0x21/0x6c blkdev_queue: 11 blk_alloc_queue_node+0x16/0x9b blkdev_requests: 12 mempool_alloc_slab+0xe/0x10 biovec-256: 2 mempool_alloc_slab+0xe/0x10 biovec-128: 2 mempool_alloc_slab+0xe/0x10 biovec-64: 2 mempool_alloc_slab+0xe/0x10 biovec-16: 2 mempool_alloc_slab+0xe/0x10 biovec-4: 2 mempool_alloc_slab+0xe/0x10 biovec-1: 2 mempool_alloc_slab+0xe/0x10 bio: 2 mempool_alloc_slab+0xe/0x10 sock_inode_cache: 193 sock_alloc_inode+0x13/0x52 skbuff_fclone_cache: 1 __alloc_skb+0x30/0x10e skbuff_head_cache: 347 __alloc_skb+0x30/0x10e file_lock_cache: 5 locks_alloc_lock+0x12/0x14 task_delay_info: 165 __delayacct_tsk_init+0x15/0x31 taskstats: 3 taskstats_exit+0x47/0x29a proc_inode_cache: 843 proc_alloc_inode+0x13/0x59 sigqueue: 1 __sigqueue_alloc+0x36/0x5d radix_tree_node: 7 radix_tree_preload+0x27/0x63 radix_tree_node: 3384 radix_tree_node_alloc+0x19/0x55 bdev_cache: 8 bdev_alloc_inode+0x12/0x22 sysfs_dir_cache: 4241 __sysfs_new_dirent+0x18/0x4e mnt_cache: 34 alloc_vfsmnt+0x1b/0xbb inode_cache: 2098 alloc_inode+0x26/0x17c dentry: 9947 d_alloc+0x1e/0x195 filp: 1162 get_empty_filp+0x6a/0x178 key_jar: 18 key_alloc+0xae/0x2eb idr_layer_cache: 171 idr_pre_get+0x17/0x33 buffer_head: 17034 alloc_buffer_head+0x10/0x38 mm_struct: 30 copy_process+0x8b2/0x111c mm_struct: 30 mm_alloc+0x13/0x32 vm_area_struct: 883 copy_process+0x9e4/0x111c vm_area_struct: 146 split_vma+0x44/0xd0 vm_area_struct: 1 copy_vma+0xad/0x10e vm_area_struct: 33 do_brk+0x1b1/0x246 vm_area_struct: 1150 do_mmap_pgoff+0x361/0x692 vm_area_struct: 30 setup_arg_pages+0x80/0x190 fs_cache: 59 copy_process+0x475/0x111c files_cache: 60 dup_fd+0x24/0x257 signal_cache: 85 copy_process+0x5de/0x111c sighand_cache: 84 copy_process+0x56e/0x111c sighand_cache: 1 flush_old_exec+0x85/0x8cc anon_vma: 1019 anon_vma_prepare+0x5b/0xd6 pid: 170 alloc_pid+0x18/0x231 size-4096: 6 seq_read+0x51/0x266 size-4096: 1 slabstats_open+0x1c/0x53 size-4096: 1 stat_open+0x44/0x83 size-4096: 1 kdump_buf_page_init+0x15/0x35 size-4096: 1 pidmap_init+0x15/0x58 size-4096: 1 d0826013 size-4096: 1 uhci_start+0xda/0x351 [uhci_hcd] size-4096: 405 xs_setup_xprt+0xa0/0x12a [sunrpc] size-4096: 1494 rpc_alloc_iostats+0x27/0x2d [sunrpc] size-2048: 3 sys_init_module+0x1449/0x172a size-2048: 1 kdb_register_repeat+0xa8/0x152 size-2048: 10 alloc_pci_dev+0x15/0x35 size-2048: 1 framebuffer_alloc+0x2b/0x64 size-2048: 21 alloc_tty_struct+0x12/0x14 size-2048: 1 tty_write+0xd6/0x1bf size-2048: 3 input_allocate_device+0x13/0x76 size-2048: 1 evdev_open+0x4c/0xe1 size-2048: 10 reqsk_queue_alloc+0x70/0xdf size-2048: 6 neigh_sysctl_register+0x24/0x209 size-2048: 3 devinet_sysctl_register+0x24/0xda size-2048: 15 pnpbios_init+0x204/0x3b9 size-2048: 1 netlink_proto_init+0x2e/0x122 size-2048: 3 addrconf_sysctl_register+0x2a/0xe1 [ipv6] size-2048: 1 ahc_softc_init+0x69/0x88 [aic7xxx] size-2048: 2 journal_init_revoke+0xe3/0x207 [jbd] size-2048: 2 journal_init_revoke+0x181/0x207 [jbd] size-2048: 2 journal_init_inode+0xf2/0x19b [jbd] size-2048: 128 tulip_refill_rx+0x55/0x107 [tulip] size-1024: 34 sys_init_module+0x1449/0x172a size-1024: 29 sget+0x11f/0x31d size-1024: 21 expand_files+0x9d/0x2bd size-1024: 3 tty_buffer_request_room+0xae/0x11b size-1024: 18 tty_write+0xd6/0x1bf size-1024: 3 tty_register_driver+0x3b/0x1ca size-1024: 2 kobj_map_init+0x1d/0x79 size-1024: 1 i8042_create_aux_port+0x29/0xee size-1024: 1 i8042_probe+0x393/0x504 size-1024: 1 atkbd_connect+0x1c/0x1cb size-1024: 9 sk_alloc+0x2f/0xf0 size-1024: 3 reqsk_queue_alloc+0x70/0xdf size-1024: 1 spi_attach_transport+0x1a/0x67f [scsi_transport_spi] size-1024: 2 xt_alloc_table_info+0x2c/0x9a [x_tables] size-1024: 2 xt_alloc_table_info+0x5b/0x9a [x_tables] size-1024: 405 xs_setup_xprt+0x53/0x12a [sunrpc] size-1024: 1 ahc_alloc_tstate+0x73/0xf3 [aic7xxx] size-1024: 3 scsi_host_alloc+0x2c/0x28b [scsi_mod] size-1024: 2 scsi_alloc_sdev+0x5d/0x18f [scsi_mod] size-1024: 2 scsi_alloc_target+0x5b/0x2f5 [scsi_mod] size-1024: 1 usb_alloc_dev+0x22/0x1d0 [usbcore] size-1024: 1 usb_create_hcd+0x25/0xe8 [usbcore] size-1024: 1 parport_proc_register+0x1b/0xf9 [parport] size-512: 1 param_sysfs_setup+0x4f/0xe3 size-512: 6 sys_init_module+0x1449/0x172a size-512: 1 __vmalloc_area_node+0x67/0x12c size-512: 2 percpu_populate+0x22/0x4f size-512: 76 __percpu_alloc_mask+0x27/0x5e size-512: 37 alloc_pipe_info+0x16/0x38 size-512: 2 pci_alloc_bus+0x12/0x33 size-512: 1 pci_create_bus+0x2f/0x1c9 size-512: 1 fb_alloc_cmap+0x33/0xaf size-512: 1 fb_alloc_cmap+0x46/0xaf size-512: 1 fb_alloc_cmap+0x59/0xaf size-512: 1 fbcon_startup+0x8f/0x21d size-512: 6 alloc_tty_driver+0x19/0x3d size-512: 5 vt_ioctl+0x77e/0x14bb size-512: 8 set_inverse_transl+0x39/0x8a size-512: 8 vc_allocate+0x81/0x144 size-512: 1 uart_register_driver+0x22/0x11f size-512: 237 device_create+0x2c/0x98 size-512: 10 class_create+0x22/0x64 size-512: 4 platform_device_alloc+0x2a/0x6a size-512: 1 mousedev_open+0x53/0x146 size-512: 1 psmouse_connect+0x48/0x1fd size-512: 219 sock_alloc_send_skb+0x88/0x1ae size-512: 3 __rtnl_register+0x38/0x67 size-512: 1 qdisc_alloc+0x21/0x83 size-512: 2 inetdev_event+0x97/0x47a size-512: 1 dmi_id_init+0x21e/0x26c size-512: 2 mb_cache_create+0x86/0x172 [mbcache] size-512: 2 mb_cache_create+0xba/0x172 [mbcache] size-512: 2 ipv6_add_dev+0x5d/0x290 [ipv6] size-512: 4 nfs_get_client+0xc4/0x35e [nfs] size-512: 1 ahc_alloc+0x1d/0x10e [aic7xxx] size-512: 2 __jbd_kmalloc+0x1a/0x1c [jbd] size-512: 1 usb_set_configuration+0x11a/0x3ce [usbcore] size-512: 1 usb_get_configuration+0xd8/0xecf [usbcore] size-512: 2 usb_create_ep_files+0xed/0x296 [usbcore] size-512: 1 parport_register_port+0x21/0x228 [parport] size-512: 8 loop_alloc+0x1d/0xf4 [loop] size-256: 16 groups_alloc+0x3b/0xba size-256: 9 param_sysfs_setup+0x4f/0xe3 size-256: 43 module_add_modinfo_attrs+0x1a/0x96 size-256: 2 mempool_kmalloc+0xe/0x10 size-256: 8 __vmalloc_area_node+0x67/0x12c size-256: 110 alloc_arraycache+0x1b/0x4d size-256: 6 percpu_populate+0x22/0x4f size-256: 4 sys_inotify_init+0x63/0x176 size-256: 3 elevator_alloc+0x1a/0xca size-256: 3 elevator_alloc+0x8a/0xca size-256: 20 alloc_disk_node+0x1b/0xeb size-256: 3 cfq_init_queue+0x1a/0xf9 size-256: 2 con_clear_unimap+0x49/0xb4 size-256: 9 class_device_create+0x2c/0x9f size-256: 3 attribute_container_add_device+0x5e/0x126 size-256: 1 mousedev_connect+0x55/0x1ac size-256: 1 reqsk_queue_alloc+0x70/0xdf size-256: 14 neigh_resolve_output+0xdc/0x232 size-256: 7 fib_create_info+0x2d6/0x9eb size-256: 2 fib_hash_init+0x84/0xcd size-256: 5 audit_register_class+0x19/0x75 size-256: 4 autofs4_fill_super+0x1e/0x410 [autofs4] size-256: 3 ipv6_add_addr+0xaf/0x25d [ipv6] size-256: 3 ipv6_dev_mc_inc+0x115/0x2d2 [ipv6] size-256: 1089 rpc_clone_client+0x1a/0xdc [sunrpc] size-256: 405 rpc_create+0xf9/0x353 [sunrpc] size-256: 5 nfs_alloc_server+0x15/0x64 [nfs] size-256: 1 scsi_probe_and_add_lun+0x5ba/0xada [scsi_mod] size-256: 1 sd_probe+0x77/0x3ba [sd_mod] size-256: 1 hub_probe+0xac/0x5b1 [usbcore] size-32: 1 mtrr_file_add+0x39/0x96 size-32: 31 register_sysctl_table+0x19/0x73 size-32: 11 __create_workqueue+0x21/0x133 size-32: 1 set_acceptable_latency+0x1e/0xf8 size-32: 1 set_acceptable_latency+0x3b/0xf8 size-32: 1 percpu_modinit+0x29/0x68 size-32: 47 setup_modinfo_srcversion+0x12/0x1b size-32: 6 setup_modinfo_version+0x12/0x1b size-32: 29 sys_init_module+0xd52/0x172a size-32: 680 sys_init_module+0x14a1/0x172a size-32: 1 audit_log_start+0x210/0x311 size-32: 2 devm_request_irq+0x2a/0x75 size-32: 19 mempool_create_node+0x50/0xd4 size-32: 5 set_shrinker+0x19/0x60 size-32: 43 strndup_user+0x30/0x62 size-32: 54 __get_vm_area_node+0x86/0x177 size-32: 18 __vmalloc_area_node+0x67/0x12c size-32: 1 add_swap_extent+0x5c/0x98 size-32: 207 cache_alloc_refill+0x3d7/0x643 size-32: 8 percpu_populate+0x22/0x4f size-32: 21 expand_files+0x62/0x2bd size-32: 34 alloc_vfsmnt+0x93/0xbb size-32: 2 single_open+0x25/0x73 size-32: 1 bioset_create+0x1f/0x88 size-32: 1 proc_symlink+0x4d/0x84 size-32: 742 sysfs_create_link+0x8b/0x13a size-32: 742 sysfs_create_link+0xb2/0x13a size-32: 1 hugetlbfs_fill_super+0x214/0x2e0 size-32: 5 copy_semundo+0x2d/0x79 size-32: 18 key_alloc+0xcc/0x2eb size-32: 10 __key_link+0x1ef/0x29b size-32: 1 init_tag_map+0x6c/0x93 size-32: 1 __blk_queue_init_tags+0x19/0x57 size-32: 22 register_blkdev+0x60/0xea size-32: 33 kdb_strdup+0x1e/0x36 size-32: 4 kdb_defcmd2+0xc8/0x155 size-32: 1 pcim_enable_device+0x3d/0xab size-32: 3 pci_create_sysfs_dev_files+0x1ca/0x299 size-32: 1 proc_bus_pci_open+0x15/0x38 size-32: 1 bit_cursor+0x2df/0x49a size-32: 29 pnp_alloc+0x15/0x4c size-32: 3 reserve_range+0x1f/0x104 size-32: 3 pnpbios_parse_data_stream+0x2fa/0x590 size-32: 16 pnpbios_parse_data_stream+0x333/0x590 size-32: 20 rand_initialize_disk+0x15/0x22 size-32: 238 device_add+0x13d/0x478 size-32: 7 class_device_add+0x112/0x32b size-32: 2 kobj_map_init+0x2e/0x79 size-32: 34 kobj_map+0x44/0x100 size-32: 4 dmam_alloc_coherent+0x25/0x74 size-32: 1 dma_pool_alloc+0xa2/0x1e7 size-32: 1 md_seq_open+0x1c/0x54 size-32: 3 sock_kmalloc+0x2f/0x42 size-32: 2 proto_register+0x7b/0x1ed size-32: 2 proto_register+0x10f/0x1ed size-32: 6 neigh_sysctl_register+0x183/0x209 size-32: 2 netlink_alloc_groups+0x7f/0x9e size-32: 1 nl_pid_hash_rehash+0x61/0x158 size-32: 6 netlink_kernel_create+0x7e/0x129 size-32: 2 genl_register_family+0xc7/0x129 size-32: 2 udp_seq_open+0x26/0x81 size-32: 3 devinet_sysctl_register+0x79/0xda size-32: 2 fib_hash_alloc+0x14/0x2e size-32: 1 fz_hash_alloc+0x17/0x31 size-32: 5 fn_hash_insert+0x4f/0x5f2 size-32: 10 xfrm_hash_alloc+0x1c/0x89 size-32: 26 unix_bind+0x92/0x278 size-32: 1 mtrr_bp_init+0x1aa/0x1f6 size-32: 3 ipc_init_proc_interface+0x1f/0x62 size-32: 15 pnpbios_init+0x248/0x3b9 size-32: 31 netlink_proto_init+0x8f/0x122 size-32: 1 piix_init_one+0x72/0x4c1 [ata_piix] size-32: 3 addrconf_sysctl_register+0x7b/0xe1 [ipv6] size-32: 405 xs_format_peer_addresses+0x1d/0x149 [sunrpc] size-32: 405 xs_format_peer_addresses+0x73/0x149 [sunrpc] size-32: 4 nfs_get_client+0x152/0x35e [nfs] size-32: 366 nfs_access_add_cache+0x1d/0x175 [nfs] size-32: 9 ahc_alloc_scbs+0x3e/0x1b2 [aic7xxx] size-32: 36 ahc_alloc_scbs+0x11d/0x1b2 [aic7xxx] size-32: 1 ahc_loadseq+0x427/0x4d9 [aic7xxx] size-32: 4 ahc_dma_tag_create+0x15/0x38 [aic7xxx] size-32: 1 ahc_linux_register_host+0x135/0x408 [aic7xxx] size-32: 1 scsi_add_host+0xe3/0x18b [scsi_mod] size-32: 2 ext3_fill_super+0x6ee/0x1626 [ext3] size-32: 1 tulip_parse_eeprom+0x1ef/0x4c9 [tulip] size-32: 1 hub_probe+0x159/0x5b1 [usbcore] size-32: 1 hub_probe+0x192/0x5b1 [usbcore] size-32: 2 usb_cache_string+0x54/0x8f [usbcore] size-32: 1 usb_get_configuration+0xff/0xecf [usbcore] size-32: 1 usb_get_configuration+0x274/0xecf [usbcore] size-32: 1 usb_create_ep_files+0x39/0x296 [usbcore] size-32: 1 parport_register_port+0x152/0x228 [parport] size-32: 1 add_dev+0x1f/0x66 [parport] size-128: 1 get_mtrr_state+0x24/0x247 size-128: 5 param_sysfs_setup+0x4f/0xe3 size-128: 2 mempool_create_node+0x50/0xd4 size-128: 8 __vmalloc_area_node+0x67/0x12c size-128: 2 shmem_fill_super+0xbd/0x198 size-128: 3 init_list+0x1f/0xed size-128: 16 alloc_arraycache+0x1b/0x4d size-128: 112 do_tune_cpucache+0x20f/0x2b2 size-128: 37 percpu_populate+0x22/0x4f size-128: 8 cdev_alloc+0x13/0x35 size-128: 20 __register_chrdev_region+0x23/0x124 size-128: 4 d_alloc+0x48/0x195 size-128: 21 expand_files+0xd0/0x2bd size-128: 12 seq_open+0x29/0x7c size-128: 5 inotify_init+0x1b/0x5c size-128: 4 sys_epoll_create+0x31/0xbb size-128: 1 mounts_open+0x74/0xce size-128: 240 proc_create+0x8c/0xdf size-128: 3 add_partition+0x1e/0x14d size-128: 1 ipc_rcu_alloc+0x44/0x4a size-128: 1 init_tag_map+0x49/0x93 size-128: 1 kdb_defcmd+0xdf/0x231 size-128: 95 kobject_kset_add_dir+0x23/0x7b size-128: 1 soft_cursor+0x80/0x19c size-128: 1 tty_register_driver+0x3b/0x1ca size-128: 6 con_insert_unipair+0x2f/0xb8 size-128: 41 con_insert_unipair+0x71/0xb8 size-128: 1 cn_queue_alloc_dev+0x1f/0x97 size-128: 2 cn_queue_add_callback+0x1f/0x115 size-128: 4 uart_open+0x7f/0x382 size-128: 6 dma_pool_create+0x6d/0x13b size-128: 3 evdev_connect+0x5a/0x156 size-128: 3 reqsk_queue_alloc+0x70/0xdf size-128: 1 neigh_hash_alloc+0x17/0x31 size-128: 4 neigh_parms_alloc+0x1c/0x9c size-128: 1 netlink_kernel_create+0x7e/0x129 size-128: 5 ip_mc_inc_group+0x90/0x1c9 size-128: 34 setup_cpu_cache+0x9c/0x131 size-128: 16 kernel_param_sysfs_setup+0x1f/0x7f size-128: 1 spi_init+0x18/0x68 size-128: 1 rtnetlink_init+0x2f/0xe8 size-128: 1 d08260d4 size-128: 2 unx_create_cred+0x3f/0xe3 [sunrpc] size-128: 1 ahc_platform_alloc+0x16/0x85 [aic7xxx] size-128: 1 ata_host_alloc+0x3e/0xb3 [libata] size-128: 4 __jbd_kmalloc+0x1a/0x1c [jbd] size-128: 1 sg_add+0xf1/0x3e8 [sg] size-128: 1 agp_alloc_bridge+0x12/0x3e [agpgart] size-128: 1 usb_alloc_urb+0x12/0x3e [usbcore] size-128: 1 sr_probe+0x3d/0x562 [sr_mod] size-128: 1 parport_pc_probe_port+0x56/0xcd2 [parport_pc] size-128: 3 dm_register_target+0x20/0xca [dm_mod] size-64: 28 __request_region+0x1f/0x90 size-64: 6 param_sysfs_setup+0x4f/0xe3 size-64: 12 request_irq+0x59/0xb1 size-64: 21 mempool_create_node+0x20/0xd4 size-64: 16 __vmalloc_area_node+0x67/0x12c size-64: 180 cache_alloc_refill+0x3d7/0x643 size-64: 23 alloc_arraycache+0x1b/0x4d size-64: 23 percpu_populate+0x22/0x4f size-64: 515 d_alloc+0x48/0x195 size-64: 2 sysfs_setattr+0x68/0x186 size-64: 9 key_user_lookup+0x60/0xfc size-64: 1 alloc_disk_node+0x67/0xeb size-64: 2 kdb_strdup+0x1e/0x36 size-64: 1 pcim_iomap_table+0x37/0x53 size-64: 14 pci_create_sysfs_dev_files+0xb5/0x299 size-64: 1 fb_add_videomode+0x37/0x64 size-64: 14 pnpbios_parse_data_stream+0x2aa/0x590 size-64: 22 init_dev+0x117/0x4ed size-64: 22 init_dev+0x154/0x4ed size-64: 5 init_dev+0x23d/0x4ed size-64: 5 init_dev+0x27e/0x4ed size-64: 2 kbd_connect+0x46/0x8c size-64: 2 dma_pool_alloc+0xa2/0x1e7 size-64: 1 led_trigger_register_simple+0x19/0x2d size-64: 1 dma_async_client_register+0x18/0x7d size-64: 6 dev_mc_add+0x20/0x143 size-64: 1 neigh_hash_alloc+0x17/0x31 size-64: 2 neigh_table_init_no_netlink+0xea/0x1cb size-64: 1 llc_sap_open+0x33/0x9a size-64: 6 tcp_seq_open+0x2e/0x83 size-64: 2 inet_alloc_ifa+0x12/0x26 size-64: 4 fz_hash_alloc+0x17/0x31 size-64: 15 unix_bind+0x92/0x278 size-64: 6 request_standard_resources+0x20d/0x301 size-64: 1 mnt_init+0x13b/0x1c1 size-64: 2 mb_cache_create+0x34/0x172 [mbcache] size-64: 1071 autofs4_init_ino+0x21/0x9c [autofs4] size-64: 405 xs_format_peer_addresses+0xd4/0x149 [sunrpc] size-64: 1 ahc_alloc+0x4e/0x10e [aic7xxx] size-64: 1 scsi_probe_and_add_lun+0x5ba/0xada [scsi_mod] size-64: 165 scsi_dev_info_list_add+0x1f/0xd2 [scsi_mod] size-64: 2 sg_add+0x97/0x3e8 [sg] size-64: 33 ext3_init_block_alloc_info+0x1c/0x67 [ext3] size-64: 1 usb_cache_string+0x54/0x8f [usbcore] size-64: 1 usb_get_configuration+0x7b2/0xecf [usbcore] size-64: 1 usb_get_configuration+0xa0f/0xecf [usbcore] size-64: 1 parport_pc_probe_port+0x70/0xcd2 [parport_pc] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c32 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com --- Comment #32 from Neil Brown <nfbrown@novell.com> 2007-12-05 22:44:18 MST --- Thanks, it helps - particularly seeing size-256: 1089 rpc_clone_client+0x1a/0xdc [sunrpc] is so much more than size-256: 405 rpc_create+0xf9/0x353 [sunrpc] seems significant. However it doesn't help enough - I cannot see how this could happen from looking at the code, and I cannot duplicate it. Would it be possible to get remote access to the machine? Watching various things while the memory usage grows might help suggest some other direction of investigation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c33 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|schwab@novell.com | --- Comment #33 from Andreas Schwab <schwab@novell.com> 2007-12-06 02:31:17 MST --- hawking -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c34 --- Comment #34 from Neil Brown <nfbrown@novell.com> 2007-12-10 21:42:12 MST --- Created an attachment (id=186742) --> (https://bugzilla.novell.com/attachment.cgi?id=186742) Patch to fix memory leak Thanks. I think I've found it. Are you happy to compile a new kernel with this patch or shall I check it in so you can pick up the ktod in a day or so? The memory leak is triggered by the use of "nolock" in the mount options. The bug is still present upstream - I'll follow that up.. Thanks, NeilBrown -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c35 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #35 from Neil Brown <nfbrown@novell.com> 2007-12-11 13:27:37 MST --- *** Bug 347699 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=347699 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c36 --- Comment #36 from Neil Brown <nfbrown@novell.com> 2007-12-11 13:40:11 MST --- Created an attachment (id=187024) --> (https://bugzilla.novell.com/attachment.cgi?id=187024) Patch from upstream. This is the patch proposed for upstream and the one I will be committing to CVS. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=336253#c37 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Status Whiteboard| |kernel:opensuse10.3 --- Comment #37 from Neil Brown <nfbrown@novell.com> 2007-12-16 21:47:48 MST --- This patch is in 10.3, HEAD and upstream, so closing as FIXED. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336253 Klaus Wagner <kgw@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kgw@novell.com Status Whiteboard|kernel:opensuse10.3 |kernel:10.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com