summaryrefslogtreecommitdiff
path: root/mausezahn.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-04-22 12:10:57 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-04-22 12:10:57 +0200
commitb043dddbf0591e67c9c9e4e78df8b9e1c9cafd06 (patch)
treee2c1738edc55758436cee03a955ce4c5957fefd0 /mausezahn.8
parent9948329992e4de0cc838bb2d87eea6f389786519 (diff)
bpf: Remove unncessary #include <xmalloc.h> from bpf.h
Only die.h is needed in the header for panic(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn.8')
0 files changed, 0 insertions, 0 deletions
fb690b546c357ca5a60434c0c8'>diff)
block: loop: fix filesystem corruption in case of aio/dio
Starting from commit e36f620428(block: split bios to max possible length), block core starts to split bio in the middle of bvec. Unfortunately loop dio/aio doesn't consider this situation, and always treat 'iter.iov_offset' as zero. Then filesystem corruption is observed. This patch figures out the offset of the base bvevc via 'bio->bi_iter.bi_bvec_done' and fixes the issue by passing the offset to iov iterator. Fixes: e36f6204288088f (block: split bios to max possible length) Cc: Keith Busch <keith.busch@intel.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: stable@vger.kernel.org (4.5) Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'Documentation/input/gamepad.txt')