Re: Xen Compilation Error on Ubuntu 20.04

2020-04-30 Thread Pry Mar
Hello Ayush Dosaj, https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1851091 see the bug report above ^. As soon as Ubuntu 19.10 went to LZ4 kernel compression this bug appeared. As Stefan Bader reports in his testing, the hypervisor not only crashes, but resets the machine. The same trouble

Re: Xen Compilation Error on Ubuntu 20.04

2020-04-30 Thread Jason Andryuk
On Thu, Apr 30, 2020 at 4:18 AM Ayush Dosaj wrote: > > Hi Andrew, Xen Development team. > > I compiled and installed Xen by appending -fcf-protection=none to CFLAGS on > Ubuntu 20.04 but it still crashes on startup. Ayush, try the patch below. EMBEDDED_EXTRA_CFLAGS ensures it is set down in

Re: Xen Compilation Error on Ubuntu 20.04

2020-04-30 Thread Ayush Dosaj
Hi Andrew, Xen Development team. I compiled and installed Xen by appending -fcf-protection=none to CFLAGS on Ubuntu 20.04 but it still crashes on startup. On Wed, Apr 29, 2020 at 10:58 PM Ayush Dosaj wrote: > Awesome, thanks! > > On Wed, Apr 29, 2020 at 10:55 PM Andrew Cooper > wrote: > >> On

Re: Xen Compilation Error on Ubuntu 20.04

2020-04-29 Thread Ayush Dosaj
Awesome, thanks! On Wed, Apr 29, 2020 at 10:55 PM Andrew Cooper wrote: > On 29/04/2020 18:17, Ayush Dosaj wrote: > > Hi Xen development team, > > > > I am Ayush. I compiled Xen Hypervisor from source on Ubuntu 20.04 > > machine running on an intel-i9 CPU. > > I am getting compilation error due

Re: Xen Compilation Error on Ubuntu 20.04

2020-04-29 Thread Andrew Cooper
On 29/04/2020 18:17, Ayush Dosaj wrote: > Hi Xen development team, > > I am Ayush. I compiled Xen Hypervisor from source on Ubuntu 20.04 > machine running on an intel-i9 CPU. > I am getting compilation error due to the following two flags. > Error: error: ‘-mindirect-branch’ and ‘-fcf-protection’

Xen Compilation Error on Ubuntu 20.04

2020-04-29 Thread Ayush Dosaj
Hi Xen development team, I am Ayush. I compiled Xen Hypervisor from source on Ubuntu 20.04 machine running on an intel-i9 CPU. I am getting compilation error due to the following two flags. Error: error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible. Complete Error logs can be