Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Dec 2021 15:42:21 +0000 (07:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Dec 2021 15:42:21 +0000 (07:42 -0800)
commit59b3f9448833a447085a22cf573f7c48db93c44d
tree0ad0ca297d485a90c2f1c035a5a9ab5bf2147c52
parenta7904a538933c525096ca2ccde1e60d0ee62c08e
parentbe81992f9086b230623ae3ebbc85ecee4d00a3d3
Merge branch 'xsa' of git://git./linux/kernel/git/xen/tip

Merge xen fixes from Juergen Gross:
 "Fixes for two issues related to Xen and malicious guests:

   - Guest can force the netback driver to hog large amounts of memory

   - Denial of Service in other guests due to event storms"

* 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen/netback: don't queue unlimited number of packages
  xen/netback: fix rx queue stall detection
  xen/console: harden hvc_xen against event channel storms
  xen/netfront: harden netfront against event channel storms
  xen/blkfront: harden blkfront against event channel storms