Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756281AbcJPMaP (ORCPT ); Sun, 16 Oct 2016 08:30:15 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33609 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754396AbcJPMaN (ORCPT ); Sun, 16 Oct 2016 08:30:13 -0400 From: Stafford Horne X-Google-Original-From: Stafford Horne Date: Sun, 16 Oct 2016 21:30:00 +0900 (JST) To: Guenter Roeck cc: "linux-kernel@vger.kernel.org" , Linus Torvalds , "arnd@arndb.de" , Kees Cook , Stafford Horne , Tony Lindgren , Marcin Niestroj , Lee Jones , Paul Burton , Ralf Baechle Subject: Re: v4.9-rc1: Build and qemu test results (3 build failures, 9 qemu test failures) In-Reply-To: <2e615c4e-385a-a08c-544c-65eba2b12466@roeck-us.net> Message-ID: References: <2e615c4e-385a-a08c-544c-65eba2b12466@roeck-us.net> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1491 Lines: 54 On Sat, 15 Oct 2016, Guenter Roeck wrote: > Here are some build and qemu test results for v4.9-rc1. > Details are available at http://kerneltests.org/builders/. > > Build results: > total: 149 pass: 146 fail: 3 > Failed builds: > arm:allmodconfig > arm64:allmodconfig > powerpc:allmodconfig > > Qemu test results: > total: 110 pass: 101 fail: 9 > Failed tests: > mips: malta_defconfig:nosmp > mips: malta_defconfig:smp > mips64: malta_defconfig:nosmp > mips64: malta_defconfig:smp > mipsel: malta_defconfig:nosmp > mipsel: malta_defconfig:smp > mipsel64: malta_defconfig:nosmp > mipsel64: malta_defconfig:smp > openrisc:or1ksim_defconfig For openrisc, I reproduced this. It seems the fix is a patch you have already posted for doing `#define __ro_after_init __read_mostly`. Bisected to commit d2ec3f77de8e ("pty: make ptmx file ops read-only after init"). That patch has not made into into the 4.9 tree it seems. Do you have a place you can get it in? > The build errors are all due to > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > Proposed fixes: [1] [2] > > The qemu/mips failures are fixed with [3], [4]. > The openrisc qemu failure is fixed with [5]. > > Guenter > > ------------- > [1] https://patchwork.kernel.org/patch/9377491/ > [2] https://patchwork.kernel.org/patch/9330925/ > [3] https://patchwork.linux-mips.org/patch/14395/ > [4] https://patchwork.linux-mips.org/patch/14396/ > [5] https://patchwork.kernel.org/patch/9349191/ > >