]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "epoll: use freezable blocking call"
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 29 Oct 2013 12:12:56 +0000 (13:12 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 14:27:53 +0000 (15:27 +0100)
commit578cce9a3d96f689eb14612f85464883a20160e8
tree007313f354f688036845ab39a67fe6a100b013fb
parentbda5560353da942b7837a6fdb77696dce33e7f90
Revert "epoll: use freezable blocking call"

This reverts commit ce9dcdb64c02 (epoll: use freezable blocking call)
which is reported to cause user space memory corruption to happen
after suspend to RAM.

Since it appears to be extremely difficult to root cause this
problem, it is best to revert the offending commit and try to address
the original issue in a better way later.

References: https://bugzilla.kernel.org/show_bug.cgi?id=61781
Reported-by: Natrio <natrio@list.ru>
Reported-by: Jeff Pohlmeyer <yetanothergeek@gmail.com>
Bisected-by: Leo Wolf <jclw@ymail.com>
Fixes: ce9dcdb64c02 (epoll: use freezable blocking call)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: 3.11+ <stable@vger.kernel.org> # 3.11+
fs/eventpoll.c