]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Apr 2019 16:12:10 +0000 (06:12 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Apr 2019 16:12:10 +0000 (06:12 -1000)
commit3b04689147085f5c8f47835d1c7e48203cba80d3
tree09839161ab2316f923bb54f889687e9824629be7
parent82331a70cc3c2901c4ae36ff88d5a28f6d14df32
parent42d8644bd77dd2d747e004e367cb0c895a606f39
Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fixes from Juergen Gross:
 "One minor fix and a small cleanup for the xen privcmd driver"

* tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen: Prevent buffer overflow in privcmd ioctl
  xen: use struct_size() helper in kzalloc()