]> 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)
commita88a2220f1971bcd1f68516fa89e818ea9b8ad17
tree0ad0ca297d485a90c2f1c035a5a9ab5bf2147c52
parent9281157acd869fc0a0550d915a996c5853493e63
parenta5bc687013cb7362d665d5157d33b157c75231c3
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