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

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 The X5000 boots and works with the latest Git kernel. Unfortunately the X1000 doesn't boot anymore. It can't initialize the graphics card anymore.
 The X5000 boots and works with the latest Git kernel. Unfortunately the X1000 doesn't boot anymore. It can't initialize the graphics card anymore. 
Code: Select all
git bisect startCode: Select all
git bisect good bcf876870b95592b52519ed4aafcf9d95999bc9cCode: Select all
git bisect bad 7b9de97711225559af213dc52b6ea883ef1ea7a8Code: Select all
a4678d4b477c3d2901f101986ca01406f3b7eaea is the first bad commit
commit a4678d4b477c3d2901f101986ca01406f3b7eaea
Author: Aneesh Kumar K.V <[email protected]>
Date:   Thu Jul 9 08:59:32 2020 +0530
    powerpc/book3s64/pkeys: Simplify pkey disable branch
    
    Make the default value FALSE (pkey enabled) and set to TRUE when we
    find the total number of keys supported to be zero.
    
    Signed-off-by: Aneesh Kumar K.V <[email protected]>
    Signed-off-by: Michael Ellerman <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
:040000 040000 ba5ec72c45ced2ec3059d47db0ab493e63c3d07c 7d11c97b991b194aa834ef0ea0967c07710dbc06 M	arch