livepatch: always print XENLOG_ERR information
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Wed, 14 Aug 2019 12:23:05 +0000 (12:23 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 19 Aug 2019 17:24:04 +0000 (18:24 +0100)
commit4470efeae44fc1fe9ae4004408e175f8271fcda3
tree1bb275ad036a93c651d07ae6372ad7059b808cf6
parent427b9c58f50bfbf6be99c0470079a165add18d22
livepatch: always print XENLOG_ERR information

A lot of legitimate error messages were hidden behind debug printk
only. Most of these messages can be triggered by loading a malformed
hotpatch payload and are priceless for understanding issues with such
payloads.
Thus, always display all relevant XENLOG_ERR messages.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Amit Shah <aams@amazon.de>
Reviewed-by: Martin Mazein <amazein@amazon.de>
Reviewed-by: Bjoern Doebel <doebel@amazon.de>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
[Fix indentation and double LIVEPATCH prefixes, drop gratuitous punctuation]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/livepatch.c
xen/common/livepatch.c