From: Greg Kroah-Hartman Date: Tue, 12 Mar 2013 22:16:04 +0000 (-0700) Subject: 3.8-stable patches X-Git-Tag: v3.8.3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dc1bc22cda1a9538f1e31e5bed7223479e9c5f1;p=thirdparty%2Fkernel%2Fstable-queue.git 3.8-stable patches added patches: revert-xen-blkback-don-t-trust-the-handle-from-the-frontend.patch --- diff --git a/queue-3.8/revert-xen-blkback-don-t-trust-the-handle-from-the-frontend.patch b/queue-3.8/revert-xen-blkback-don-t-trust-the-handle-from-the-frontend.patch new file mode 100644 index 00000000000..a12817d5bd0 --- /dev/null +++ b/queue-3.8/revert-xen-blkback-don-t-trust-the-handle-from-the-frontend.patch @@ -0,0 +1,29 @@ +From foo@baz Tue Mar 12 15:08:26 PDT 2013 +Date: Tue, 12 Mar 2013 15:08:26 -0700 +To: Greg KH +From: Greg Kroah-Hartman +Subject: Revert "xen/blkback: Don't trust the handle from the frontend." + +This reverts commit 01c681d4c70d64cb72142a2823f27c4146a02e63 upstream +(ef56ca64ea733c3b88f0bb74b04da128b1dc35d8 in this tree), as it wasn't +supposed to have been applied to the stable tree. + +Cc: Jan Beulich +Cc: Ian Campbell +Cc: Konrad Rzeszutek Wilk +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/block/xen-blkback/blkback.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/block/xen-blkback/blkback.c ++++ b/drivers/block/xen-blkback/blkback.c +@@ -881,6 +881,7 @@ static int dispatch_rw_block_io(struct x + goto fail_response; + } + ++ preq.dev = req->u.rw.handle; + preq.sector_number = req->u.rw.sector_number; + preq.nr_sects = 0; + diff --git a/queue-3.8/series b/queue-3.8/series index f5da0f53e62..79b91a9ad6f 100644 --- a/queue-3.8/series +++ b/queue-3.8/series @@ -96,3 +96,4 @@ usb-don-t-use-ehci-port-sempahore-for-usb-3.0-hubs.patch usb-prepare-for-refactoring-by-adding-extra-udev-checks.patch usb-rip-out-recursive-call-on-warm-port-reset.patch usb-fix-connected-device-switch-to-inactive-state.patch +revert-xen-blkback-don-t-trust-the-handle-from-the-frontend.patch