On 08/31/2018 06:47 AM, Guenter Roeck wrote:
4.4.y, 4.9.y: fs/cifs/cifsfs.c: In function 'cifs_statfs': fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number' fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time' 4.14.y, 4.18.y: kernel/printk/printk_safe.o: In function `vprintk_func': kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store' kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
I just had to share this one. I don't think I ever had _all_ boot tests fail, much less for two releases. The good news is that some builds are still passing :-). For 4.14.y: Build results: total: 150 pass: 27 fail: 123 Qemu test results: total: 302 pass: 0 fail: 302 For 4.18.y: Build results: total: 136 pass: 27 fail: 109 Qemu test results: total: 305 pass: 0 fail: 305 Guenter