Comment 15 for bug 1245150

Revision history for this message
Aditya (code-aditya) wrote :

@Christopher

I have found Bug No. 60824 on Linux Bug Tracker: https://bugzilla.kernel.org/show_bug.cgi?id=60824

It looks like the same problem as this one. There is a patch provided by Gustavo Padovan in Comment no. 6: https://bugzilla.kernel.org/show_bug.cgi?id=60824#c6

Can you help me in applying this patch to the kernel... I have read https://www.kernel.org/doc/Documentation/applying-patches.txt but I am not sure if I need to change branches using git...

Right now, my git repo reports as:

$ git remote -v
origin http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/ (fetch)
origin http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/ (push)

The repo is fully updated as of today and right now I am on the master branch... Could you please hand-hold me to apply the patch mentioned above?