summaryrefslogtreecommitdiff
path: root/include/linux/socket.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-07-10 10:02:37 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-10 10:02:37 -0700
commitb1648ead3749fd10e20466a76b7ca8b24e933dee (patch)
tree029bff3a204e02f4fdc6b3f9ab9b7f153d7f6f69 /include/linux/socket.h
parentb14241c493ca9d846a058fe945740d9510ae0603 (diff)
[PATCH] Bug fix in AIO initialization
From: "Chen, Kenneth W" <kenneth.w.chen@intel.com> We hit this bug when we have the following scenario: One process initializes an AIO context and then forks out many child processes. When those child processes exit, many BUG checks (effectively kernel oops) were triggered from put_ioctx(ctx) in function exit_aio(). The issue was that the AIO context was incorrectly copied upon forking and mislead all child processes to think they have an IO context and trying to free it where they really don't own. The following patch fix the issue.
Diffstat (limited to 'include/linux/socket.h')
0 files changed, 0 insertions, 0 deletions