From: Linus Torvalds Date: Fri, 8 Feb 2013 00:55:27 +0000 (+1100) Subject: Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v3.8-rc7~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a04521ab8071a46dff5d618c98b37427a8aab9f4;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Merge tag 'stable/for-linus-3.8-rc6-tag' of git://git./linux/kernel/git/konrad/xen Pull Xen fixes from Konrad Rzeszutek Wilk: "This has two fixes. One is a security fix wherein we would spam the kernel printk buffer if one of the guests was misbehaving. The other is much tamer and it was us only checking for one type of error from the IRQ subsystem (when allocating new IRQs) instead of for all of them. - Fix an IRQ allocation where we only check for a specific error (-1). - CVE-2013-0231 / XSA-43. Make xen-pciback rate limit error messages from xen_pcibk_enable_msi{,x}()" * tag 'stable/for-linus-3.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen: fix error handling path if xen_allocate_irq_dynamic fails xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}() --- a04521ab8071a46dff5d618c98b37427a8aab9f4