Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Nov 2002 22:44:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Nov 2002 22:44:34 -0500 Received: from 12-237-16-92.client.attbi.com ([12.237.16.92]:6528 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id ; Tue, 5 Nov 2002 22:44:33 -0500 Message-ID: <3DC891A9.5030404@attbi.com> Date: Tue, 05 Nov 2002 21:51:05 -0600 From: Jordan Breeding User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: unitialized timers with 2.5.46-bk Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3436 Lines: 101 Hello, I get these warnings about uninitialized timers when using 2.5.46-bk: Uninitialised timer! This is just a warning. Your computer is OK function=0xc02e16e0, data=0x0 Call Trace: [] check_timer_failed+0x68/0x70 [] pagebuf_daemon_wakeup+0x0/0x30 [] del_timer+0x1b/0x90 [] pagebuf_daemon+0x293/0x2d0 [] pagebuf_daemon_wakeup+0x0/0x30 [] pagebuf_daemon+0x0/0x2d0 [] kernel_thread_helper+0x5/0x18 Uninitialised timer! This is just a warning. Your computer is OK function=0xc036ca30, data=0x0 Call Trace: [] check_timer_failed+0x68/0x70 [] floppy_shutdown+0x0/0xe0 [] del_timer+0x1b/0x90 [] reschedule_timeout+0x28/0xd0 [] floppy_find+0x0/0x60 [] init+0x54/0x180 [] init+0x0/0x180 [] kernel_thread_helper+0x5/0x18 Uninitialised timer! This is just a warning. Your computer is OK function=0xc0485d40, data=0x0 Call Trace: [] check_timer_failed+0x68/0x70 [] addrconf_verify+0x0/0x300 [] del_timer+0x1b/0x90 [] addrconf_verify+0x3c/0x300 [] proc_register+0x17/0xb0 [] create_proc_entry+0x88/0xc0 [] init+0x54/0x180 [] init+0x0/0x180 [] kernel_thread_helper+0x5/0x18 Uninitialised timer! This is just a warning. Your computer is OK function=0xc0497bb0, data=0xf03d9660 Call Trace: [] check_timer_failed+0x68/0x70 [] igmp6_timer_handler+0x0/0x70 [] del_timer+0x1b/0x90 [] igmp6_join_group+0xa1/0x170 [] igmp6_group_added+0xa1/0x110 [] ipv6_dev_mc_inc+0x1cc/0x300 [] addrconf_join_solict+0x4a/0x50 [] addrconf_dad_start+0x1c/0x1c0 [] ipv6_add_addr+0x233/0x280 [] addrconf_add_linklocal+0x41/0x70 [] addrconf_dev_config+0xa3/0xd0 [] addrconf_notify+0x43/0xe0 [] rtnetlink_event+0x2f/0x1e0 [] notifier_call_chain+0x2d/0x50 [] dev_open+0x91/0xd0 [] dev_change_flags+0x129/0x140 [] devinet_ioctl+0x281/0x540 [] inet_ioctl+0x93/0xe0 [] sock_ioctl+0xd5/0x240 [] sys_ioctl+0xf7/0x29a [] do_page_fault+0x0/0x45c [] syscall_call+0x7/0xb Uninitialised timer! This is just a warning. Your computer is OK function=0xc048cdd0, data=0x0 Call Trace: [] check_timer_failed+0x68/0x70 [] fib6_run_gc+0x0/0x2d0 [] mod_timer+0x2f/0x1d0 [] fib6_add+0xe3/0xf0 [] rt6_ins+0x3c/0xb0 [] rt6_cow+0x9d/0x120 [] ip6_route_output+0x17c/0x320 [] tcp_v6_connect+0x27e/0x6d0 [] cache_grow+0x18f/0x2a0 [] inet_stream_connect+0x1bc/0x310 [] sys_connect+0x7d/0xb0 [] sock_map_fd+0x119/0x140 [] free_pages_and_swap_cache+0x4e/0x80 [] copy_from_user+0x57/0x5c [] sys_socketcall+0xa7/0x260 [] sys_rt_sigprocmask+0x12c/0x1f0 [] syscall_call+0x7/0xb Thanks. Jordan - 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/