commit | 8ac3b6ee7c9ff2df7c99624bb1235e2e55623825 | [log] [tgz] |
---|---|---|
author | Juergen Gross <jgross@suse.com> | Thu Dec 16 08:24:08 2021 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 22 09:30:59 2021 +0100 |
tree | eb998aaaf686df16399d5ff6942a7ded5e16b48e | |
parent | 76ec7fe2d866b1299f759e0eb87443b03fced0ad [diff] |
xen/blkfront: harden blkfront against event channel storms commit 0fd08a34e8e3b67ec9bd8287ac0facf8374b844a upstream. The Xen blkfront driver is still vulnerable for an attack via excessive number of events sent by the backend. Fix that by using lateeoi event channels. This is part of XSA-391 Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>