https://bugzilla.kernel.org/show_bug.cgi?id=77201
--- Comment #81 from Viresh Kumar <[email protected]> ---
(In reply to Mauro from comment #77)
> Created attachment 139731 [details]
> From Viresh's tree, commit 3610fd8
>
> This one hangs even when using stop_transition.
Oh, this went against my expectation. We crashed before changing freq :(
So this is what we have verified:
- transition_frequency_fidvid() gets called and after this only we do something
that crashes system.
- And that isn't a call to transition_fid_vid() as we are crashing before that
only.
So, you need to move around:
/* HACK THIS */
if (stop_transition)
return 0;
in transition_frequency_fidvid() and find which is the last line before which
it is working. If that's a function call, go into that function and check
again.
Give us the last instruction that causes it..
As an sample of what you need to do, check my latest branch. But you need to do
some more changes manually too.
Lets crack it soon..
--
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.