Re: Linux 4.19-rc2

From: Guenter Roeck
Date: Mon Sep 03 2018 - 14:22:07 EST


On Sun, Sep 02, 2018 at 02:45:22PM -0700, Linus Torvalds wrote:
> As usual, the rc2 release is pretty small. People are taking a
> breather after the merge window, and it takes a bit of time for bug
> reports to start coming in and get identified. Plus people were
> probably still on vacation (particularly Europe), and some people were
> at Open Source Summit NA last week too. Having a calm week was good.
>
> Regardless of the reason, it's pretty quiet/ The bulk of it is drivers
> (network and gpu stand out), with the rest being a random collection
> all over (arch/x86 and generic networking stands out, but there's misc
> stuff all over).
>
> Go out and test.
>

Build results:
total: 134 pass: 133 fail: 1
Failed builds:
sparc32:allmodconfig
Qemu test results:
total: 302 pass: 301 fail: 1
Failed tests:
riscv:virt:defconfig:initrd

The sparc32:allmodconfig build problem is the same as last week.
David - any interest/plan to get this fixed, or should I just drop
the build ?

The riscv:virt:defconfig:initrd boot test is known to fail. The patch
fixing it is in -next.

---
Runtime warnings:

arm:

WARNING: CPU: 0 PID: 1 at ./include/linux/dma-mapping.h:516 drm_gem_cma_create+0x13c/0x158

This is seen now due to a newly enabled configuration option.
Fix is in -next.

---
sh4:

WARNING: CPU: 0 PID: 932 at mm/slab.c:2666 cache_alloc_refill+0x8a/0x594

Same as before. I'll try to dig up the patch and ask for the status.

---
sparc32:

WARNING: CPU: 0 PID: 1 at ./include/linux/dma-mapping.h:516 esp_sbus_probe+0x408/0x6e8
WARNING: CPU: 0 PID: 1 at ./include/linux/dma-mapping.h:516 sparc_lance_probe_one+0x428/0x4f4

Fix is in -next.

Detailed logs are available at https://kerneltests.org/builders/.

Guenter