Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D22ABC433F5 for ; Thu, 25 Nov 2021 12:57:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354258AbhKYNAk (ORCPT ); Thu, 25 Nov 2021 08:00:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:47186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351652AbhKYM6g (ORCPT ); Thu, 25 Nov 2021 07:58:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4916A60FDA; Thu, 25 Nov 2021 12:55:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637844925; bh=rGQEwqbV7F/oexWNSwSDJCM/SfG93ZHSBjdAtJVxI+c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fPduLzI1Er3exmTnRX2zOnX1ZYRTymmNK3JefZLKyg7+edj6RYRhrGkM1Ryc9flDD d6M/4qa0/UrOG1fncB+mqKXEzrq9gtuLaDdglD3p4lDfWUKat5r7iwZzQtOHghjTM+ ch1OnYTAL3w7QieR4FKLKT4RadI3/J94mMBxKw7w= Date: Thu, 25 Nov 2021 13:55:12 +0100 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, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: Re: [PATCH 4.14 000/251] 4.14.256-rc1 review Message-ID: References: <20211124115710.214900256@linuxfoundation.org> <20211125013850.GB851427@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211125013850.GB851427@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24, 2021 at 05:38:50PM -0800, Guenter Roeck wrote: > On Wed, Nov 24, 2021 at 12:54:02PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.256 release. > > There are 251 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 Fri, 26 Nov 2021 11:56:36 +0000. > > Anything received after that time might be too late. > > > > Build results: > total: 168 pass: 161 fail: 7 > Failed builds: > ia64:defconfig > s390:defconfig > s390:allmodconfig > s390:performance_defconfig > sh:dreamcast_defconfig > sh:microdev_defconfig > sh:shx3_defconfig > Qemu test results: > total: 423 pass: 418 fail: 5 > Failed tests: > s390:defconfig:nolocktests:smp2:net,default:initrd > s390:defconfig:nolocktests:smp2:virtio-blk-ccw:net,virtio-net-pci:rootfs > s390:defconfig:nolocktests:smp2:scsi[virtio-ccw]:net,default:rootfs > s390:defconfig:nolocktests:virtio-pci:net,virtio-net-pci:rootfs > s390:defconfig:nolocktests:scsi[virtio-pci]:net,default:rootfs > > mm/hugetlb.c: In function '__unmap_hugepage_range': > mm/hugetlb.c:3411:25: error: implicit declaration of function 'tlb_flush_pmd_range' Should be fixed in -rc1. thanks, greg k-h