Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1544152ybv; Sun, 23 Feb 2020 09:11:49 -0800 (PST) X-Google-Smtp-Source: APXvYqzb2T82p5PbH0/b8UmPbSNlXZ9XnxfTrXtpYBQMGynhg0ZK4zD1no2N0obu3Lfnlh/81DnL X-Received: by 2002:aca:2207:: with SMTP id b7mr10087824oic.109.1582477909296; Sun, 23 Feb 2020 09:11:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582477909; cv=none; d=google.com; s=arc-20160816; b=BuUxk3IRiyKbE/xcG+hgYderNL5ZnAzfTg7mCWJ9cjUTzgQiDXutGmM49LqVFx38qi DF4aGmgH6OObKfohKhUuYsi7jcboemgsyJzOVOUx8RkXuKeniIeqRdl/GRuJwHFIJG4d 6fx7jiwEu8pDdL8BCwGe8fYUHD/waZyxdPmXFjoiNqj0rvxUmFTcBrYPUuQZBYZWvu+C wgqZak3oz9aGYTIgujtL7lwT8KckeNw7qSN4QbZumx6rdg1HMJXQQAIKM5HOTBIvWAQK TT6bOPl4WV1UXX3RERoBB2cCP7hYo3cGqseq4I6ChSVbLenQ0/G12X1yK0mAQ28nkNO4 0ZHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=deRt5BDou//J0EA3SO59BUVY50tMIggNdP5DHse4IDs=; b=e00ihJDzUIHULwqkV+Ru3lyzQVnr9Az8G2vw1xY4alSL4wDoXERkam9VGzLBBMJzZT zUbxRxCvJHSj7prbonU5RYTzp9hugxeVYktBL3R/N2KuSX4+9Mzik6rKF7JWCYRO2gdt U8KONO2zcEP2qHRUFF+6Jmrs2N8e8vwKkMxDIswC11xwgrU1G55B2MXUg9Me6GSFefVO SJR5xI0ISac6yGLGtncx9LlC742eV56PlpYHVe4YnGR3w/wRAs1SjYX4oCBdlbdKsPz2 uWrn38vrActpYiGkLAD296lcP2cbC9+FZ+seodmcxh3JqyR/+tua9/qZrgi4ZL8wb7ew 58aA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2MtTavgK; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u12si3736920oiv.13.2020.02.23.09.11.36; Sun, 23 Feb 2020 09:11:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2MtTavgK; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726748AbgBWRL3 (ORCPT + 99 others); Sun, 23 Feb 2020 12:11:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:55928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbgBWRL3 (ORCPT ); Sun, 23 Feb 2020 12:11:29 -0500 Received: from localhost (95-141-97-180.as16211.net [95.141.97.180]) (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 32EFF206E0; Sun, 23 Feb 2020 17:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582477888; bh=8OqyEc7QNyMjoxGmRiTLt1GHC5rgEgONufByIwUsCfE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2MtTavgKoK5qRZ5VqTTxSalzi9v3SSijmLs3uSd/UKixNKt0syBDc6Z5fGoEdcDMI WnE3THI6SHQOubFJR/5BWGJzwP8s3vlpweWz6LeCBcSRDFMsOxzCZcPbI3re6JV7it Xea7UwaNKItKjKGLFVbZh4rVVKPhnkpLc51tOATM= Date: Sun, 23 Feb 2020 18:11:26 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Guenter Roeck , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 5.4 000/344] 5.4.22-stable review Message-ID: <20200223171126.GB275658@kroah.com> References: <20200221072349.335551332@linuxfoundation.org> <45ea9919-8924-fd56-6c78-3cf7f23bb7ff@roeck-us.net> <9a4b6a0a2cbc6264e691b501ac962767283f08ad.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9a4b6a0a2cbc6264e691b501ac962767283f08ad.camel@codethink.co.uk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 21, 2020 at 03:15:02PM +0000, Ben Hutchings wrote: > On Fri, 2020-02-21 at 06:22 -0800, Guenter Roeck wrote: > > On 2/20/20 11:36 PM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 5.4.22 release. > > > There are 344 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 Sun, 23 Feb 2020 07:19:49 +0000. > > > Anything received after that time might be too late. > > > > > > > Build reference: v5.4.21-345-gbae6e9bf73af > > gcc version: x86_64-linux-gcc (GCC) 9.2.0 > > > > Building x86_64:allnoconfig ... failed > > -------------- > > Error log: > > arch/x86/kernel/unwind_orc.c: In function 'unwind_init': > > arch/x86/kernel/unwind_orc.c:278:56: error: 'orc_sort_cmp' undeclared (first use in this function) > > > > Affects v{4.14,4.19,5,4,5,5}.y.queue. > > This seems to be due to commit 22a7fa8848c5 (x86-unwind-orc-fix- > config_modules-build-warning.patch), which is only valid after commit > f14bf6a350df "x86/unwind/orc: Remove boot-time ORC unwind tables > sorting". Ugh, sorry about that, now dropped from everywhere. I'll push out a -rc3 soon... greg k-h