]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kvack.org/~bcrl/aio-fixes
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Jun 2014 21:00:13 +0000 (14:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Jun 2014 21:00:13 +0000 (14:00 -0700)
commit998463d40ff556d99dc546bb5181f507849db9b7
treef40dc0f8b3ef1a7fd3154d2231c08e0cf7e04b09
parentc54fb8310e38242d3537b69e8d86c310f00cbe3a
parentfdcd7dd953093982f1e6a4bbe592821ebb2aa167
Merge git://git.kvack.org/~bcrl/aio-fixes

Pull aio fixes from Ben LaHaise:
 "These fix a kernel memory disclosure issue (arbitrary kmap() &
  copy_to_user()) revealed in CVE-2014-0206 by changes that were
  introduced in v3.10"

* git://git.kvack.org/~bcrl/aio-fixes:
  aio: fix kernel memory disclosure in io_getevents() introduced in v3.10
  aio: fix aio request leak when events are reaped by userspace