]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32a0ba52e13a02b8db0fc06729270a6655c65a38
tree0ad0ca297d485a90c2f1c035a5a9ab5bf2147c52
parente9a00a4c546b950fec81a7173b0c935ffc03d90a
parent0d8afff538b9001cd0180614be87984809f6495d
Merge branch 'xsa' of git://git.kernel.org/pub/scm/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