Page 8 of 16

Re: Kernel 4.1

Posted: Tue Aug 04, 2015 12:29 pm
by xeno74
A new bug fix release of kernel 4.1 is available. :-)

New:

- ubuntu MATE 15.10 support
- systemd support

Other changes: git.kernel.org

ChangeLog-4.1.4

Download: vmlinux-4.1.4-AMIGA_one_X1000.tar.bz2

Kernel 4.1.4 (2015) and kernel 2.0.30 (1997) together:

Image

Re: Kernel 4.1

Posted: Tue Aug 11, 2015 8:03 am
by xeno74
New patch for the kernel 4.1.5:
nemo_4.1-4.patch.zip
(8.18 KiB) Downloaded 620 times

Re: Kernel 4.1

Posted: Tue Aug 11, 2015 12:08 pm
by xeno74
There is a new bug fix release of the kernel 4.1 available. :-)

Download: vmlinux-4.1.5-AMIGA_one_X1000.tar.bz2

New: git.kernel.org

ChangeLog: ChangeLog-4.1.5

It also includes:

- KVM_BOOK3S_64_PR
- Mac-on-Linux support
- Network support for AROS hosted
- Support for 4 serial ports
- Bluetooth USB dongle support
- Kernel tracing with ftrace
- ubuntu MATE 15.04 and 15.10 support
- Debian 8 support
- Btrfs support
- systemd support
- Linux kernel icon for OS4.1 by Tommysammy

ubuntu MATE 15.10 PowerPC and kernel 4.1.5 with Excel 95 and CorelDRAW 7. :-)

Image

Re: Kernel 4.1

Posted: Mon Aug 17, 2015 7:28 pm
by xeno74
Linux Kernel Release 4.1 - Update 6 is available.

Download: vmlinux-4.1.6-AMIGA_one_X1000.tar.bz2

New:

- git.kernel.org
- ChangeLog-4.1.6

Image

Re: Kernel 4.1

Posted: Tue Aug 25, 2015 1:27 am
by xeno74
Srtest wrote:Here is Lubuntu developmental on kernel RC8 on a ext4 partition.

A question about the kernel panic issues with a btrfs partition - do you think this procedure can be used on the X1000?
https://youtu.be/L7jIAvs5bFU
Ernsteiswuerfel has found a solution because of the btrfs issues today.
ernsteiswuerfel wrote: I did some more research and finally found the correct parameter to boot into a btrfs /. :-)

Code: Select all

image=/vmlinux
label=Linux
read-only
root=/dev/sda7
initrd=/initrd.img
append="rootflags=subvol=@ radeon.agpmode=-1"
Running btrfs without issues so far, I even turned lzo filesystem compression on. AFAIK many issues with btrfs have been resolved with kernel > 4.0 and btrfs-progs > 4.0 (https://btrfs.wiki.kernel.org/index.php/Main_Page#News).

It would be convenient if the yaboot installer-script from the ISO checks if btrfs is used as root-filesystem and adds

Code: Select all

append="rootflags=subvol=@"
to /etc/yaboot.conf automatically.
Link: ubuntuforums.org

Srtest, could you add rootflags=subvol=@ to the boot arguments, please?

Re: Kernel 4.1

Posted: Mon Sep 14, 2015 2:56 pm
by xeno74
Hi All,

A new bug fix release of kernel 4.1 is available.

Download: vmlinux-4.1.7-AMIGA_one_X1000.tar.bz2

New:
ChangeLog: https://www.kernel.org/pub/linux/kernel ... eLog-4.1.7

It also includes:
  • KVM_BOOK3S_64_PR

    Support running guest kernels in virtual machines on processors without using hypervisor mode in the host, by running the guest in user mode (problem state) and emulating all privileged instructions and registers.
    This is not as fast as using hypervisor mode, but works on machines where hypervisor mode is not available or not usable, and can emulate processors that are different from the host processor, including emulating 32-bit processors on a 64-bit host.
  • Mac-on-Linux support
  • network support for AROS hosted
  • support for 4 serial ports
  • Bluetooth USB dongle support
  • kernel tracing with ftrace
  • ubuntu MATE 15.04 and 15.10 support
  • Debian 8 support
  • Btrfs support
  • systemd support
  • Linux kernel icon for OS4.1 by Tommysammy
Image

Cheers,

Christian

Re: Kernel 4.1

Posted: Tue Sep 22, 2015 11:14 am
by xeno74
A new bug fix release of kernel 4.1 has been released.

New: Git log and ChangeLog

Download: vmlinux-4.1.8-AMIGA_one_X1000.tar.bz2

Image

The Linux kernel 4.1 will be a longterm kernel.

LTSI-4.1 Development Schedule

Image

Re: Kernel 4.1

Posted: Wed Sep 30, 2015 9:06 am
by xeno74
The longterm kernel 4.1.9 was released yesterday.

Download: vmlinux-4.1.9-AMIGA_one_X1000.tar.bz2

New:

Git log

Changelog

PLEASE use this kernel if you want a stable and reliable kernel for your AmigaONE X1000. The kernels 4.3 and 4.2 are only for experienced users who want to test some new features.

I tested the new stable longterm kernel 4.1.9 with a virtual PowerMac G3 QEMU KVM machine booted with ubuntu MATE 15.10 beta2 PowerPC.

Image

Re: Kernel 4.1

Posted: Tue Oct 06, 2015 10:12 am
by xeno74
The longterm kernel 4.1.10 is available. :-)

New:

Git log
ChangeLog

Download: vmlinux-4.1.10-AMIGA_one_X1000.tar.bz2

PLEASE use this kernel if you want a stable and reliable kernel for your AmigaONE X1000. The kernels 4.3 and 4.2 are only for experienced users who want to test some new features.

I successfully tested the longterm kernel 4.1.10 with ubuntu MATE 15.10 PowerPC in a chroot on Lubuntu 12.04.5 PowerPC today.

Image

Re: Kernel 4.1

Posted: Fri Oct 23, 2015 3:55 pm
by xeno74
New Nemo patch for the longterm kernel 4.1.11: nemo_4.1-5.patch