The Linux 5.9 merge window is open now so I released the first alpha today.
New:
Download: linux-image-5.9-alpha1-X1000_X5000.tar.gz

Please test the kernels.
Thanks,
Christian


Hi Skateman,Skateman wrote: Tue Aug 04, 2020 9:18 pm Kernel 5.9 Alpha1 running fine on my AmigaOne X5000. Also using the latest version of ArcticFox 27.10.2a
 Unfortunately we still need the dpaa-v1 patch because of the DPAA issue on Ubuntu 16.04. It seems that we don’t need this patch for Fienix. What shall we tell Madalin?
 Unfortunately we still need the dpaa-v1 patch because of the DPAA issue on Ubuntu 16.04. It seems that we don’t need this patch for Fienix. What shall we tell Madalin?Cheers,Madalin Bucur wrote: Hi,
can you please try to disable the network manager (see [1]), then boot with
the latest kernel, that does not work, and setup the interfaces manually?
Madalin
[1] https://help.ubuntu.com/community/Netwo ... orkManager
Code: Select all
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Connection refused
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Transport endpoint is not connected
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Transport endpoint is not connected
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Transport endpoint is not connected
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Transport endpoint is not connected
systemd-journald[2238]: Failed to send WATCHDOG-1 notification message: Transport endpoint is not connected
Code: Select all
git revert 2ed90dbbf7be3b7cd2790fc6fa946c478ab496b8 -m 1Code: Select all
[master 1196b8b16801] Revert "Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping"
 26 files changed, 416 insertions(+), 415 deletions(-)
Code: Select all
git bisect startCode: Select all
git bisect good bcf876870b95592b52519ed4aafcf9d95999bc9cCode: Select all
git bisect bad 7b4ea9456dd3f73238408126ab00f1d906963d81Code: Select all
c0029de50982c1fb215330a5f9d433cec0cfd8cc is the first bad commit
commit c0029de50982c1fb215330a5f9d433cec0cfd8cc
Author: Kees Cook <[email protected]>
Date:   Tue Jun 9 16:11:29 2020 -0700
    net/scm: Regularize compat handling of scm_detach_fds()
    
    Duplicate the cleanups from commit 2618d530dd8b ("net/scm: cleanup
    scm_detach_fds") into the compat code.
    
    Replace open-coded __receive_sock() with a call to the helper.
    
    Move the check added in commit 1f466e1f15cf ("net: cleanly handle kernel
    vs user buffers for ->msg_control") to before the compat call, even
    though it should be impossible for an in-kernel call to also be compat.
    
    Correct the int "flags" argument to unsigned int to match fd_install()
    and similar APIs.
    
    Regularize any remaining differences, including a whitespace issue,
    a checkpatch warning, and add the check from commit 6900317f5eff ("net,
    scm: fix PaX detected msg_controllen overflow in scm_detach_fds") which
    fixed an overflow unique to 64-bit. To avoid confusion when comparing
    the compat handler to the native handler, just include the same check
    in the compat handler.
    
    Cc: Christoph Hellwig <[email protected]>
    Cc: Sargun Dhillon <[email protected]>
    Cc: Jakub Kicinski <[email protected]>
    Cc: [email protected]
    Cc: [email protected]
    Acked-by: Christian Brauner <[email protected]>
    Signed-off-by: Kees Cook <[email protected]>
:040000 040000 b309c4be7d13b31a56f770d2eb6c76fe66b7eb19 70f6594345d1cf1aae088f9b5da99fab56d63f52 M	include
:040000 040000 8abcdca26e3d17c6dccc3fcfd445adc692e58965 eb8157a8cff232956d71ca37a115aa6ee73e51f0 M	net
Code: Select all
git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next a