diff options
author | Mark Salyzyn <Mark_Salyzyn@adaptec.com> | 2008-05-28 15:32:55 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 08:22:24 -0500 |
commit | 090507157f3bc43dd925fda50f8aca7d03b616b6 (patch) | |
tree | 9663be82ffcdfb6036c9138a94bc966e63d077af /include/asm-m68knommu/ucontext.h | |
parent | 597136ab70a6dccba5c40ee6eed88e881412429b (diff) |
[SCSI] aacraid: prevent copy_from_user() BUG!
Seen:
kernel BUG at arch/i386/lib/usercopy.c:872
under a 2.6.18-8.el5 kernel. Traced it to a garbage-in/garbage-out
ioctl condition in the aacraid driver.
Adaptec's special ioctl scb passthrough needs to check the validity of
the individual scatter gather count fields to the maximum the adapter
supports. Doing so will have the side effect of preventing
copy_from_user() from bugging out while populating the dma buffers.
This is a hardening effort, issue was triggered by an errant version
of the management tools and thus the BUG should not be seen in the
field.
[jejb: fixed up compile failure]
Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/asm-m68knommu/ucontext.h')
0 files changed, 0 insertions, 0 deletions