From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758682AbYHEO7n (ORCPT ); Tue, 5 Aug 2008 10:59:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756281AbYHEO7f (ORCPT ); Tue, 5 Aug 2008 10:59:35 -0400 Received: from an-out-0708.google.com ([209.85.132.240]:5405 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753685AbYHEO7d (ORCPT ); Tue, 5 Aug 2008 10:59:33 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=wyoRk0INVNT8yavvI00i3S2emOiqg6GSTkM2j12FPFthVqR6K2v2j5Li5MxOPI50Y5 Dy1p60YAuOgsTcCAQo+ncnmfwwKcjeTgmm+XNqyUn6fqQzgqjhpnFF5XV0BNjRctXYS/ 8UHNZ8a6rYs0J4JjUxyw0HIBkPon+4ZDE2tPo= Message-ID: Date: Tue, 5 Aug 2008 07:59:31 -0700 From: "Justin Mattock" To: "Linux Kernel Mailing List" Subject: BUG: cat /sys/devices/system/cpu/cpuidle/current_driver MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I noticed a thread about: cat /sys/devices/system/cpu/cpuidle/current_driver so I decided to see if this happens to me as well. sure enough the first try gave me no response the second try gave me a segfault [ 292.680190] BUG: unable to handle kernel paging request at 72890e19 [ 292.680201] IP: [] show_current_driver+0x5/0x4c [ 292.680215] *pde = 00000000 [ 292.680221] Oops: 0000 [#1] SMP [ 292.680229] Modules linked in: hci_usb cpufreq_ondemand cpufreq_performance cpufreq_powersave rfcomm hidp l2cap bluetooth fan battery ipmi_watchdog ipmi_msghandler uvcvideo uinput wlan_tkip ieee80211_crypt_tkip ieee80211 ieee80211_crypt arpt_mangle arptable_filter arp_tables nf_conntrack_ipv4 nf_conntrack iptable_mangle iptable_filter ip_tables x_tables coretemp eeprom acpi_cpufreq applesmc wlan_scan_sta ath_rate_sample firewire_ohci firewire_core joydev isight_firmware snd_hda_intel ath_pci wlan fglrx(P) ohci1394 appletouch snd_pcm ieee1394 ath_hal(P) video ac snd_timer ehci_hcd pata_acpi thermal agpgart evdev uhci_hcd snd_page_alloc snd_hwdep processor sbshc button [ 292.680335] [ 292.680341] Pid: 3645, comm: cat Tainted: P (2.6.27-rc1-00156-g94ad374 #5) [ 292.680346] EIP: 0060:[] EFLAGS: 00210282 CPU: 0 [ 292.680353] EIP is at show_current_driver+0x5/0x4c [ 292.680358] EAX: f44ae7f4 EBX: c01a982c ECX: 0804e000 EDX: 00001000 [ 292.680362] ESI: f44ae7e0 EDI: c04e0728 EBP: c04e0728 ESP: f1ecff64 [ 292.680367] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 [ 292.680372] Process cat (pid: 3645, ti=f1ece000 task=f1edc4e0 task.ti=f1ece000) [ 292.680377] Stack: c04e0a90 f1e0fd00 0804e000 c01a97a1 f1ecff90 c0175721 f1ecff9c 00001000 [ 292.680392] f1e0fd00 fffffff7 0804e000 f1ecffb0 c0175a14 f1ecff9c 00000000 00000000 [ 292.680406] 00000000 00000003 00001000 f1ece000 c0102f9a 00000003 0804e000 00001000 [ 292.680421] Call Trace: [ 292.680425] [] ? sysfs_read_file+0x0/0xe8 [ 292.680436] [] ? vfs_read+0x8a/0x106 [ 292.680444] [] ? sys_read+0x3b/0x60 [ 292.680452] [] ? syscall_call+0x7/0xb [ 292.680461] ======================= [ 292.680464] Code: c3 58 5a b8 e0 7a 4e c0 e8 a5 ee 0a 00 89 d8 8b 5d fc c9 c3 55 83 c0 30 89 e5 ba 4c 7b 4e c0 e8 3e f4 eb ff 5d c3 61 63 70 69 5f <69> 64 6c 65 0a 00 e8 e1 ff 0a 00 a1 e0 4c 5e c0 85 c0 74 13 50 [ 292.680548] EIP: [] show_current_driver+0x5/0x4c SS:ESP 0068:f1ecff64 [ 292.680559] ---[ end trace d308d2db96f6b752 ]--- the kernel is tainted(even though I'm trying to have an untainted kernel). i.g. video driver regards; -- Justin P. Mattock