From: bugzilla-daemon@bugzilla.kernel.org
To: cpufreq@vger.kernel.org
Subject: [Bug 91141] acpi-cpufreq cannot be loaded.
Date: Mon, 12 Jan 2015 04:24:16 +0000 [thread overview]
Message-ID: <bug-91141-12968-dyEKZqmyT8@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-91141-12968@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=91141
Zhang Rui <rui.zhang@intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |rui.zhang@intel.com
--- Comment #1 from Zhang Rui <rui.zhang@intel.com> ---
please make sure your kernel is built with CONFIG_DYNAMIC_DEBUG=y.
please make sure the debugfs is mounted
Then, please run
"echo -n 'file acpi-cpufreq.c +p' > <debugfs>/dynamic_debug/control"
"echo -n 'file cpufreq.c +p' > <debugfs>/dynamic_debug/control"
"echo -n 'file processor_perflib.c +p' > <debugfs>/dynamic_debug/control"
before modprobe the acpicpufreq driver
and attach the dmesg output after it.
please attach the .dat tables using the following script:
#!/bin/bash
TABLE_PATH=/sys/firmware/acpi/tables
for i in $(ls $TABLE_PATH)
do
if [ -d $TABLE_PATH/$i ]
then
continue
fi
cat $TABLE_PATH/$i > /tmp/$i.dat
done
for j in $(ls $TABLE_PATH/dynamic)
do
cat $TABLE_PATH/dynamic/$j > /tmp/$i.dat
done
--
You are receiving this mail because:
You are the assignee for the bug.
next prev parent reply other threads:[~2015-01-12 4:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-11 4:00 [Bug 91141] New: acpi-cpufreq cannot be loaded bugzilla-daemon
2015-01-12 4:24 ` bugzilla-daemon [this message]
2015-01-12 4:38 ` [Bug 91141] " bugzilla-daemon
2015-01-13 0:06 ` bugzilla-daemon
2015-01-13 0:08 ` bugzilla-daemon
2015-01-13 0:09 ` bugzilla-daemon
2015-01-13 0:09 ` bugzilla-daemon
2015-01-13 0:11 ` bugzilla-daemon
2015-01-13 0:45 ` bugzilla-daemon
2015-01-13 3:01 ` bugzilla-daemon
2015-01-21 1:47 ` bugzilla-daemon
2015-03-02 3:09 ` bugzilla-daemon
2015-04-16 1:54 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-91141-12968-dyEKZqmyT8@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=cpufreq@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox