[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2018-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package kexec-tools - 1:2.0.16-1ubuntu1~16.04.1 --- kexec-tools (1:2.0.16-1ubuntu1~16.04.1) xenial; urgency=low * Backport latest kexec-tools from bionic to xenial (LP: #1743529). -- Thadeu Lima de Souza Cascardo Fri, 23 Feb 2018 12:11:36 -0300 ** Chan

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-06-09 Thread Manoj Iyer
Testing on Yakkety (16.10) $ cat /etc/issue Ubuntu 16.10 \n \l $ uname -a Linux myvm 4.8.0-54-generic #57-Ubuntu SMP Wed May 24 10:21:41 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux $ sudo file /boot/vmlinuz-4.10.0-22-generic /boot/vmlinuz-4.10.0-22-generic: gzip compressed data, max compression

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-06-09 Thread Ɓukasz Zemczak
I don't see any mention of 16.10 being tested - switching to 'only xenial tested'. ** Tags removed: verification-done ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://b

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-05-12 Thread Manoj Iyer
Ubuntu 16.04.2 LTS kosberg ttyAMA0 kosberg login: [ 2610.177390] kexec_core: Starting new kernel [0.00] Booting Linux on physical CPU 0x0 [0.00] Linux version 4.10.0-20-generic (buildd@bos01-arm64-006) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #23~lp168

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-05-12 Thread Manoj Iyer
sudo file /boot/vmlinuz-4.10.0-20-generic /boot/vmlinuz-4.10.0-20-generic: gzip compressed data, max compression, from Unix ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Kernel Packages, which is subscrib

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-05-07 Thread Mathew Hodson
** Changed in: kexec-tools (Ubuntu) Importance: Undecided => Medium ** Changed in: kexec-tools (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: kexec-tools (Ubuntu Yakkety) Importance: Undecided => Medium -- You received this bug notification because you are a member of K

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-03-02 Thread Brian Murray
Hello dann, or anyone else affected, Accepted kexec-tools into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/kexec- tools/1:2.0.10-2ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package kexec-tools - 1:2.0.14-1ubuntu2 --- kexec-tools (1:2.0.14-1ubuntu2) zesty; urgency=medium [ Manoj Iyer ] * Enable compressed kernel support for ARM64 (LP: #1661363). [ dann frazier ] * ppc64-Reduce-number-of-ELF-LOAD-segments.patch: Cherry-pi

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-03 Thread dann frazier
** Also affects: kexec-tools (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: kexec-tools (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-03 Thread Manoj Iyer
ARM64 builds needs build dependency on libz-dev inorder to support compressed kernels. The attached patch adds that support. Note. amd64 and i386 do not have this dependency, I tested the current zesty version of the kexec-tools on amd64 and i386 and it works. The patch only apply to ARM64 build.

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-03 Thread Manoj Iyer
ARM64 builds needs build dependency on libz-dev inorder to support compressed kernels. The attached patch adds that support. Note. amd64 and i386 do not have this dependency, I tested the current zesty version of the kexec-tools on amd64 and i386 and it works. The patch only apply to ARM64 build.

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-02 Thread dann frazier
As mentioned on IRC, we shouldn't include amd64 in this unless we know that it actually improves amd64 support. My guess is that this doesn't help x86 - IIRC, those images decompress themselves at runtime. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1661363] Re: Fails to load compressed kernels on arm64

2017-02-02 Thread Manoj Iyer
The debian/control file lists gnu-efi and libz-dev only for ia64, since amd64, and arm64 (may be other archs) also need these dependencies for it to support compressed kernel we need something like the following change for it to work on those archs. -Build-Depends: debhelper (>= 7.0.0), dh-autorec