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 278DBC47404 for ; Fri, 11 Oct 2019 04:29:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E83E321A4C for ; Fri, 11 Oct 2019 04:29:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570768189; bh=gCx5YHH5VjxJhgJJ/tLxPkRAC3Lkst3E5Co1aLOBd6g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zXDyuPbG048nqNvRRJmXBtGFOjnOa1mHvZirjogQjiRJPWYoFhK+khE8+um0N8a7O DSgrtvry7lCB7WhPaj2Hbu+8+kOB7AKKH6GvUQ39MUZxAZ17HtaNV2vfndafNkVnqo dHfEATV+ORJHvV0DNxsMwUOZ/qKZtUC2cdpeq+QA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726213AbfJKE3s (ORCPT ); Fri, 11 Oct 2019 00:29:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:51684 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726099AbfJKE3s (ORCPT ); Fri, 11 Oct 2019 00:29:48 -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 98A502089F; Fri, 11 Oct 2019 04:29:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570768188; bh=gCx5YHH5VjxJhgJJ/tLxPkRAC3Lkst3E5Co1aLOBd6g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=joLF3Qm28BCaRxQD0Xoh0sQvgQhU2FaCdONduvk/OWb/lgqu6Hb55k6YURoW4FD0A Xd2Rvz0Y/YSnkYbGqc85fK69SCGqAAdtRIWNBK1GMhdOzbFS9+cRAQ04wtmK78ZA5l yRquX6XkltDVmQjtUveeO2V885sTNnt3eYI/Y2ZE= Date: Fri, 11 Oct 2019 06:29:45 +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: <20191011042945.GB939089@kroah.com> References: <20191010083449.500442342@linuxfoundation.org> 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: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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. greg k-h