From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0CCEECE58E for ; Fri, 11 Oct 2019 14:01:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C085214E0 for ; Fri, 11 Oct 2019 14:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570802470; bh=t9/O7zaiB/c1wXAfYIz1GbBGj/mCFCn6JDKlAAphRB8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Afb4qkEYtK+J5LBoKqs4hvDatUBLzFnq8a3I3DOs9c4zvAo6rPblj5ttbXtEA0KON 15gR2jBa0zt0AgnHWpVHFJ2L218wFU+bApa1RHh/jz032+gh3G+AGkdrkbDMLLf1gu PZnjFWAjenKPaYjF4qNBSi8Tza1aRezQ0ebAaWzU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728249AbfJKOBJ (ORCPT ); Fri, 11 Oct 2019 10:01:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:57206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728123AbfJKOBI (ORCPT ); Fri, 11 Oct 2019 10:01:08 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D7AFF20640; Fri, 11 Oct 2019 14:01:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570802468; bh=t9/O7zaiB/c1wXAfYIz1GbBGj/mCFCn6JDKlAAphRB8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ISHTT+QtS2wdWQSmJVyksZPp3VDvO9jz9PmQhgKriiYNZzRDEh2VPDFKC1fbOH8aL xUyFZ2YOT5l6a7YGGx0rK/sbeIkT3QWcVv0zWcvBa8yQGjr3zDyjXtqD0eLKuaYALh uCYyJLz3f8a+xgnHTYtwPkWgtnb6Bk2rB59vtyqk= Date: Fri, 11 Oct 2019 16:01:05 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.14 00/61] 4.14.149-stable review Message-ID: <20191011140105.GA1236002@kroah.com> References: <20191010083449.500442342@linuxfoundation.org> <20191011042945.GB939089@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 11, 2019 at 06:14:59AM -0700, Guenter Roeck wrote: > On 10/10/19 9:29 PM, Greg Kroah-Hartman wrote: > > On Thu, Oct 10, 2019 at 10:12:26AM -0700, Guenter Roeck wrote: > > > On 10/10/19 1:36 AM, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 4.14.149 release. > > > > There are 61 patches in this series, all will be posted as a response > > > > to this one. If anyone has any issues with these being applied, please > > > > let me know. > > > > > > > > Responses should be made by Sat 12 Oct 2019 08:29:51 AM UTC. > > > > Anything received after that time might be too late. > > > > > > > > > > Preliminary. > > > > > > I see several mips build failures. > > > > > > arch/mips/kernel/proc.c: In function 'show_cpuinfo': > > > arch/mips/include/asm/cpu-features.h:352:31: error: implicit declaration of function '__ase' > > > > Thanks, will go drop the lone mips patch that I think is causing this > > problem. > > > > Looks like it did. For v4.14.148-61-g6f45e0e87a75: > > Build results: > total: 172 pass: 172 fail: 0 > Qemu test results: > total: 372 pass: 372 fail: 0 Great! Thanks for running this and letting me know. greg k-h